Annotation of parser3/ChangeLog, revision 1.92

1.92    ! moko        1: 2013-10-29  moko
        !             2: 
        !             3:        * src/lib/json/json.vcproj: json.c -> pa_json.C
        !             4: 
        !             5:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
        !             6:          #892
        !             7: 
        !             8:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
        !             9:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
        !            10:          exceptions to be thrown thougth json library), related to issue
        !            11:          #892
        !            12: 
        !            13:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
        !            14:          related to issue #896
        !            15: 
1.91      moko       16: 2013-10-24  moko
                     17: 
                     18:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                     19: 
                     20: 2013-10-23  moko
                     21: 
                     22:        * README: actualization
                     23: 
                     24: 2013-10-22  moko
                     25: 
                     26:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                     27:          compatibility patch from Sergey Kirpichev
                     28: 
                     29:        * tests/: 297.html, results/297.processed: non-working getter fix
                     30:          test for issue #948
                     31: 
                     32:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                     33:          called when saving value of $match variable in ^string.match[] to
                     34:          increase compatibility (related to issue #948).
                     35: 
                     36:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                     37:          usage optimization
                     38: 
1.90      moko       39: 2013-10-21  moko
                     40: 
                     41:        * tests/: 182.html, results/182.processed: local path removed for
                     42:          compatibility
                     43: 
                     44:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                     45:          results/244.processed, results/253.processed,
                     46:          results/254.processed, results/275.processed,
                     47:          results/281.processed: try_catch -> try-catch
                     48: 
                     49:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                     50:          results/294.processed, results/296.processed: try_catch ->
                     51:          try-catch
                     52: 
                     53: 2013-10-20  moko
                     54: 
                     55:        * tests/: 296.html, results/296.processed: test for xsl exception
                     56:          for issue #938 added.
                     57: 
                     58:        * src/: include/pa_xml_exception.h,
                     59:          main/pa_stylesheet_connection.C: forgotten to be replaced
                     60:          XmlException is now replaced (once again closes issue #938)
                     61: 
                     62: 2013-10-19  misha
                     63: 
                     64:        * bin/auto.p.dist.in: - more mime-types are added
                     65: 
                     66: 2013-10-18  moko
                     67: 
                     68:        * buildall: disable clock_gettime detection to avoid librt linking
                     69:          (which in turn depends on libpthread), related to issue #943
                     70: 
                     71: 2013-10-18  misha
                     72: 
                     73:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                     74:          lib/smtp/smtp.vcproj, main/main.vcproj,
                     75:          targets/apache/ApacheModuleParser3Core.vcproj,
                     76:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                     77:          types/types.vcproj: - new locations for libxml2 includes where
                     78:          added to vcproj files
                     79: 
                     80: 2013-10-18  moko
                     81: 
                     82:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                     83:          fix
                     84: 
                     85:        * tests/: 295.html, results/295.processed: test for issue #948
                     86:          updated
                     87: 
                     88:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                     89:          :)
                     90: 
                     91:        * tests/: 295.html, results/295.processed: test for issue #948
                     92:          added
                     93: 
                     94:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                     95:          include/pa_request.h, types/pa_method.h: for getters and setters
                     96:          to be executed request.put_element should be called, not
                     97:          context.put_element (fixes issue #948)
                     98: 
1.89      moko       99: 2013-10-17  moko
                    100: 
                    101:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                    102:          LIBXML2_NEW_BUFFER check (closes issue #943)
                    103: 
                    104:        * buildall: libxml 2.9.1 build is broken --without-reader.
                    105: 
                    106: 2013-10-16  moko
                    107: 
                    108:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                    109: 
                    110:        * tests/: 294.html, results/294.processed: test for issue #938
                    111: 
                    112:        * src/: classes/xdoc.C, classes/xnode.C,
                    113:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                    114:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                    115: 
                    116:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                    117:          libxslt-1.1.26 -> libxslt-1.1.28
                    118: 
                    119:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                    120:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                    121:          to '?', related to issue #938
                    122: 
                    123: 2013-10-15  moko
                    124: 
                    125:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                    126:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                    127:          minor optimizations (closes issue #896)
                    128: 
                    129:        * tests/results/: 292.processed, 293.processed: results updated to
                    130:          comply with issue #896
                    131: 
                    132:        * tests/: 292.html, 293.html, results/292.processed,
                    133:          results/293.processed: tests for json escaping
                    134: 
                    135: 2013-10-14  moko
                    136: 
                    137:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                    138:          and cleanup, code moved from .h to .C, no changes in code
                    139: 
                    140: 2013-10-12  moko
                    141: 
                    142:        * tests/results/119.processed: updated test result commited
                    143: 
                    144:        * tests/: 291.html, results/291.processed: test for issue #894
                    145:          added
                    146: 
                    147:        * src/types/pa_wcontext.h: base methods call support function
                    148:          get_somebody_entered_some_class should not be true forever, as
                    149:          wcontext can have many get_elements calls (fixes issue #894)
                    150: 
                    151: 2013-10-11  moko
                    152: 
                    153:        * tests/: 290.html, results/290.processed: test for junction GPF
                    154:          issue #942 added
                    155: 
                    156:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                    157:          to native method fixed (closes issue #942)
                    158: 
                    159:        * tests/: 158.html, results/158.processed: test for csv-string[]
                    160:          added
                    161: 
                    162:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                    163:          feature #907)
                    164: 
                    165:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                    166:          feature #907)
                    167: 
                    168: 2013-10-09  moko
                    169: 
                    170:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                    171:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                    172:          types/pa_vstateless_class.C: GET_default, SET_default now works
                    173:          properly not only in objects, but in classes as well (closes
                    174:          issue #903)
                    175: 
                    176:        * tests/: 289.html, results/289.processed: GET/SET_default now
                    177:          works in classes, not only objects, test case added, related to
                    178:          issue #903
                    179: 
                    180:        * tests/: 288.html, results/288.processed: test for endless
                    181:          recursion bug added (related to issue #903)
                    182: 
                    183: 2013-10-05  moko
                    184: 
                    185:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                    186:          classes/table.C, main/execute.C, types/pa_method.h,
                    187:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                    188:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    189:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                    190:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                    191:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                    192:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                    193:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                    194:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                    195:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                    196:          optimization: put_element no longer has "bool areplace" argument,
                    197:          related to issue #903
                    198: 
                    199: 2013-10-03  moko
                    200: 
                    201:        * tests/results/182.processed: result for $.replace(false) test
                    202:          commited
                    203: 
                    204:        * src/classes/date.C: ^date::create(number) processed correctly
                    205:          (fixes issue #901)
                    206: 
                    207:        * src/classes/image.C: as_no_junction removed, as param can be
                    208:          expression (closes issue #931)
                    209: 
                    210:        * tests/233.html: test for issue #931 added
                    211: 
                    212: 2013-10-02  moko
                    213: 
                    214:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                    215:          modified, test for $.replace(false) added
                    216: 
                    217:        * src/main/compile_tools.h: forgotten class replace returned. :)
                    218: 
                    219: 2013-09-30  moko
                    220: 
                    221:        * tests/: 141.html, results/141.processed: md5 tainting test added
                    222: 
                    223:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                    224:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                    225:          implemented; $.replace option added to ^process and ^use
                    226: 
                    227: 2013-08-27  moko
                    228: 
                    229:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                    230:          cstr_to_string_body_untaint should be called with charsets for
                    231:          possible uri language and connection for possible sql language.
                    232:          related to issue #857
                    233: 
                    234:        * buildall: and -> or fixed
                    235: 
                    236: 2013-08-26  moko
                    237: 
                    238:        * buildall: prepare_ functions logic changed to support
                    239:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                    240: 
                    241: 2013-08-23  moko
                    242: 
                    243:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                    244:          statically
                    245: 
                    246: 2013-08-22  moko
                    247: 
                    248:        * src/classes/string.C: String::Empty used (related to issue #912)
                    249:          append_know_length removed (related to old GPF bug)
                    250: 
                    251: 2013-08-21  moko
                    252: 
                    253:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                    254: 
                    255:        * src/classes/math.C: ^math:digest[...;$file] support added
                    256:          (related to ticket #857
                    257: 
                    258:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                    259:          implemented
                    260: 
                    261:        * src/types/pa_vhashfile.h: warning war
                    262: 
                    263:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                    264:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                    265:          anti_endless_json_string_recoursion removed from request;
                    266:          json_string_recoursion added to json_options; $.indent[indent
                    267:          value] now supported and passed within recoursion closes feature
                    268:          #937
                    269: 
                    270:        * tests/: 287.html, results/287.processed: test for feature #937
                    271: 
1.88      moko      272: 2013-07-31  moko
                    273: 
1.92    ! moko      274:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
        !           275:          compilation having #define _S
1.88      moko      276: 
                    277:        * src/main/pa_globals.C: cleanup
                    278: 
                    279: 2013-07-30  moko
                    280: 
                    281:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                    282:          main/pa_common.C: vs2003 warning war
                    283: 
1.92    ! moko      284:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
1.88      moko      285: 
1.92    ! moko      286:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
1.88      moko      287: 
                    288:        * src/lib/md5/pa_sha2.c: warning war
                    289: 
                    290: 2013-07-29  moko
                    291: 
1.92    ! moko      292:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
        !           293:          patches from github
1.88      moko      294: 
                    295:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                    296:          classes/memcached.C, include/pa_config_includes.h,
                    297:          types/pa_vfile.C, types/pa_vfile.h: warning war
                    298: 
                    299:        * src/lib/json/json.vcproj: C++ -> C
                    300: 
1.92    ! moko      301:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
1.88      moko      302: 
1.92    ! moko      303:        * src/lib/json/: json.c, pa_json.C: windows compatibility
1.88      moko      304: 
1.92    ! moko      305:        * src/lib/json/: json.c, pa_json.C: windows compatibility
1.88      moko      306: 
1.92    ! moko      307:        * src/lib/json/: json.c, pa_json.C: warning war
1.88      moko      308: 
1.92    ! moko      309:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
1.88      moko      310: 
                    311:        * src/include/pa_config_fixed.h: uint16_t added
                    312: 
                    313:        * configure.in: uint16_t check added
                    314: 
                    315:        * src/: classes/json.C, lib/json/JSON_parser.C,
                    316:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
1.92    ! moko      317:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
        !           318:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
        !           319:          with similar GPL licenced libjson (fixes issue #892)
1.88      moko      320: 
                    321: 2013-07-25  moko
                    322: 
                    323:        * parser3.sln: dependencies added
                    324: 
                    325:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                    326:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                    327:          module support
                    328: 
                    329:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                    330: 
                    331:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                    332: 
                    333: 2013-07-23  moko
                    334: 
                    335:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                    336:          PA_DEBUG_GC_MEMORY removed
                    337: 
                    338:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                    339:          PA_DEBUG_DISABLE_GC compilation fix
                    340: 
                    341:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                    342:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                    343: 
                    344:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                    345:          garbage cleanup
                    346: 
                    347:        * src/main/pa_common.C: warning war
                    348: 
                    349:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                    350: 
                    351:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                    352:          minor cleanup
                    353: 
                    354:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                    355:          uses cygwin, not WIN32 implementation
                    356: 
                    357:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                    358:          able to exec shell scripts
                    359: 
                    360:        * src/classes/math.C: ifdef WIN32 cleanup
                    361: 
                    362:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                    363: 
                    364:        * bin/auto.p.dist.in: libpq.so -> libpq.
                    365: 
                    366:        * src/classes/curl.C: LT_MODULE_EXT used
                    367: 
                    368:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                    369: 
                    370: 2013-07-22  moko
                    371: 
                    372:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                    373:          includes fix
                    374: 
                    375:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                    376: 
                    377:        * configure.in, src/include/pa_config_includes.h,
                    378:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                    379:          src/main/pa_exec.C: includes cleanup
                    380: 
                    381:        * src/targets/cgi/parser3.C: 2012->2013
                    382: 
                    383:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                    384: 
                    385:        * configure.in, src/include/pa_config_includes.h,
                    386:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                    387:          src/main/pa_random.C, src/main/pa_socks.C,
                    388:          src/types/pa_vstatus.C: cygwin support cleanup
                    389: 
                    390:        * configure.in: dirent.h check added
                    391: 
                    392:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                    393:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                    394:          not copied
                    395: 
                    396: 2013-07-21  moko
                    397: 
                    398:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                    399: 
                    400:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                    401:          parser3.vcproj: unused getopt.h / getopt.c removed
                    402: 
                    403:        * operators.txt, src/classes/file.C, tests/022.html,
                    404:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                    405:          $.stat(true)] usage commented
                    406: 
                    407:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                    408:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                    409:          $.stat(true) it has size/*date columns modified patch from misha@
                    410:          that closes issue #914.
                    411: 
                    412:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                    413:          PA_RELEASE_ASSERTS removed
                    414: 
                    415:        * src/lib/md5/pa_md5c.c: minor cleanup
                    416: 
                    417:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                    418:          localeconv()->decimal_point usage remoed (related to issue #934)
                    419: 
                    420:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                    421:          cordprnt.c removed
                    422: 
                    423:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                    424:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                    425:          pa-include/pa_strings.h: includes cleanup
                    426: 
                    427:        * src/lib/md5/pa_md5c.c: headers cleanup
                    428: 
                    429: 2013-07-20  moko
                    430: 
                    431:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                    432:          cleanup
                    433: 
                    434: 2013-07-19  moko
                    435: 
                    436:        * src/classes/math.C: extern "C" added for crypt
                    437: 
                    438: 2013-07-18  moko
                    439: 
                    440:        * src/classes/math.C: fix redhat7.2 build
                    441: 
                    442: 2013-07-17  moko
                    443: 
                    444:        * configure.in, src/include/pa_config_includes.h,
                    445:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                    446:          added for uint8/32/64_t)
                    447: 
                    448:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                    449:          pa_config_includes.h used for uint32/64_t
                    450: 
                    451: 2013-07-16  moko
                    452: 
                    453:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                    454:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                    455:          war
                    456: 
                    457:        * src/main/compile.tab.C: compile.y was updated
                    458: 
                    459:        * src/main/compile.y: warning war
                    460: 
                    461:        * src/: include/pa_exception.h, main/pa_exception.C,
                    462:          main/pa_xml_exception.C: warning war
                    463: 
                    464:        * src/: include/pa_common.h, main/pa_common.C: warning war
                    465: 
                    466:        * configure.in: beauty :)
                    467: 
                    468:        * tests/: 141.html, results/141.processed: sha256/512 added
                    469: 
                    470: 2013-07-13  moko
                    471: 
                    472:        * src/lib/md5/md5.vcproj: sha2 added
                    473: 
                    474:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                    475:          classes/math.C: sha2 support (sha256/sha512 digest)
                    476: 
                    477: 2013-07-08  moko
                    478: 
                    479:        * src/classes/image.C: directory read or other read problem message
                    480:          fixed (related to issue #933)
                    481: 
                    482: 2013-07-07  moko
                    483: 
                    484:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                    485:          dependense from $charsetsdir directory existance and content (and
                    486:          UTF-8 is default allready)
                    487: 
                    488:        * AUTHORS: + misha + moko. :)
                    489: 
                    490: 2013-07-06  moko
                    491: 
                    492:        * src/: classes/curl.C, include/pa_globals.h,
                    493:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                    494:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                    495:          for lt_dlinit to be called once and lt_dlexit called at right
                    496:          place (related to issue #925)
                    497: 
                    498: 2013-07-04  moko
                    499: 
                    500:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                    501:          VString::as_vfile now uses vfile.set_binary_string to avoid
                    502:          content-type to be set, as it brokes badly designed logic in
                    503:          response output. This hopefully finishes issue #928.
                    504: 
                    505:        * tests/results/: 256.processed, 286.processed: file now displayed
                    506:          as name, size, mode, content-type
                    507: 
                    508:        * src/main/pa_common.C: read error now reported cottectly (fixes
                    509:          issue #933
                    510: 
                    511: 2013-06-28  moko
                    512: 
                    513:        * tests/: 286.html, results/286.processed: test extended
                    514: 
                    515:        * tests/: 286.html, results/286.processed: Test for issue #928
                    516:          added.  it tests default content-type change.
                    517: 
                    518:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                    519:          now updated
                    520: 
                    521: 2013-06-25  moko
                    522: 
                    523:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                    524:          content-type for text/binary files without name added;
                    525:          ^file::create[$f;...] options now works properly and $f
                    526:          properties are default (fixes issue #928)
                    527: 
                    528: 2013-05-16  misha
                    529: 
                    530:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                    531:          added
                    532: 
                    533:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                    534:          table if specified limit is bigger than source rows count
                    535: 
                    536:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                    537:          added ( new feature: #858 )
                    538: 
                    539: 2013-04-29  moko
                    540: 
                    541:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                    542:          $.ipresolve(0|1|2) added (closes issue #891)
                    543: 
                    544:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                    545: 
                    546: 2013-04-24  moko
                    547: 
                    548:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                    549:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                    550:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                    551:          memcached_quit (refs #893)
                    552: 
                    553: 2013-04-22  moko
                    554: 
                    555:        * src/: include/pa_string.h, main/pa_common.C: no more double
                    556:          slashes in file path (fixes bug #872)
                    557: 
                    558:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                    559:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                    560:          #739)
                    561: 
                    562:        * tests/results/266.processed: $.max_params added (feature #915)
                    563: 
                    564:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                    565:          option added to file::load (closes issue #867)
                    566: 
                    567: 2013-04-20  misha
                    568: 
                    569:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                    570:          commited
                    571: 
                    572: 2013-03-15  misha
                    573: 
                    574:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                    575:          multiple empty strings while ::sql. uae String::Empty instead
                    576: 
                    577: 2013-03-14  misha
                    578: 
                    579:        * src/classes/reflection.C: - for user classes
                    580:          ^reflection:method_info[] returns $.max_params and $.extra_param
                    581:          with $.call_type if they available ( new feature: #915 )
                    582: 
                    583:        * src/classes/file.C: - ^file:delete[] now supports an option
                    584:          $.exception(false) that suppress any exception while deleting
                    585:          file ( new feature: #916 )
                    586: 
                    587:        * src/classes/curl.C: - parsing cookies after curl:load now should
                    588:          work :)
                    589: 
                    590: 2013-03-12  misha
                    591: 
                    592:        * src/types/pa_vfile.C: - if specified file_name is empty string
                    593:          set default name for the file
                    594: 
                    595: 2013-03-11  misha
                    596: 
                    597:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                    598:          also available in $f.cookies
                    599: 
                    600:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                    601:          moved to a separate method
                    602: 
                    603: 2013-03-10  moko
                    604: 
                    605:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                    606:          added
                    607: 
                    608:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                    609:          removed (declared by autoconf)
                    610: 
                    611:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                    612:          uint32_t define
                    613: 
1.87      moko      614: 2013-03-10  misha
                    615: 
                    616:        * src/classes/file.C: ^file:delete and ^file:move now support
                    617:          option $.keep-empty-dirs(true) ( new feature: #884 )
                    618: 
                    619:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                    620:          empty dirs is added
                    621: 
                    622: 2013-03-10  moko
                    623: 
                    624:        * src/classes/: bool.C, double.C, int.C: default can be present,
                    625:          but default check removed from ^int/double/bool.int/double/bool
                    626:          for string.int/double/bool compatibility (related to issue #913)
                    627: 
                    628:        * src/classes/string.C: ^string.int/dobule/bool no longer
                    629:          internally throws exception if default is present (closes issue
                    630:          #913)
                    631: 
                    632: 2013-03-09  misha
                    633: 
                    634:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                    635:          optimisations ( #845 )
                    636: 
                    637:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                    638: 
                    639: 2013-03-08  moko
                    640: 
                    641:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                    642:          creates correct table (fixes issue #910)
                    643: 
                    644:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                    645:          use outside of 'connect' operator (fixes issue #911)
                    646: 
                    647:        * tests/results/: 096.processed, 122.processed: test results
                    648:          updated as doubles now printed with 15 significant digits, not 5
                    649:          (fixes issue #882)
                    650: 
                    651:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                    652:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                    653: 
                    654: 2013-02-21  moko
                    655: 
                    656:        * src/classes/table.C: _locate_name_value does not check arguments
                    657:          count, so we check it in advance (fixes issue #905)
                    658: 
                    659: 2012-10-23  moko
                    660: 
                    661:        * buildall: old shell for and echo compatibility (for six)
                    662: 
                    663: 2012-10-19  moko
                    664: 
                    665:        * buildall: --strip added --disable-safe-mode listed in usage
                    666: 
                    667: 2012-10-17  misha
                    668: 
                    669:        * src/classes/op.C: - apply-taint should not throw "outside
                    670:          connect" exception with sql lang now
                    671: 
                    672: 2012-10-17  moko
                    673: 
                    674:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                    675:          each request (for apache module)
                    676: 
                    677: 2012-09-26  moko
                    678: 
                    679:        * src/doc/doxygen.cfg: png -> svg
                    680: 
                    681: 2012-09-25  moko
                    682: 
                    683:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                    684:          test added
                    685: 
                    686:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                    687:          double use when key is long
                    688: 
                    689: 2012-09-16  moko
                    690: 
                    691:        * src/classes/math.C: Format -> Method Encode -> Format
                    692: 
                    693:        * tests/: 141.html, results/141.processed: math:digest hmac test
                    694:          added
                    695: 
                    696: 2012-09-14  moko
                    697: 
                    698:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                    699:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                    700:          implementation added
                    701: 
                    702: 2012-09-12  moko
                    703: 
                    704:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                    705:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                    706:          targets.dox and string.dox slightly actualized
                    707: 
                    708: 2012-08-31  moko
                    709: 
                    710:        * ChangeLog: now generated with patched cvs2cl.pl
                    711: 
1.86      moko      712: 2012-07-29  moko
                    713: 
                    714:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                    715:          result should be pushed after VMethodFrame destructor is called,
                    716:          as it deletes junctions from stack params (fixes issue #868)
                    717: 
                    718: 2012-07-23  moko
                    719: 
                    720:        * INSTALL, README: buildall script usage documented, other outdated
                    721:          info updated.
                    722: 
                    723:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                    724: 
                    725: 2012-07-21  moko
                    726: 
                    727:        * buildall: glib does not compile when threads are disabled...
                    728: 
                    729:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                    730: 
                    731:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                    732:          unref, can't unref nested objects)
                    733: 
                    734:        * src/types/pa_vmail.C: another check added
                    735: 
                    736: 2012-07-19  moko
                    737: 
                    738:        * buildall: usage added
                    739: 
                    740:        * buildall: new buildall script that unites buildall-with-xml,
                    741:          buildall-without-xml, --with-apache and --with-mailreceive
                    742: 
                    743:        * configure.in: support for static gmime and dynamic glib linking.
                    744:          fixes for FreeBSD
                    745: 
                    746: 2012-07-17  moko
                    747: 
                    748:        * configure.in: --with-mailreceive replaced
                    749:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                    750:          removed
                    751: 
                    752: 2012-07-16  moko
                    753: 
                    754:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                    755:          capitalized, content now decoded and text content converted to
                    756:          $request:charset.  all properties are accessed by functions, this
                    757:          ready for dynamic load.
                    758: 
                    759: 2012-06-28  moko
                    760: 
                    761:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                    762:          32 bit
                    763: 
                    764: 2012-06-27  moko
                    765: 
                    766:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                    767:          passive ftp
                    768: 
                    769:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                    770: 
                    771:        * configure.in: 3.4.2 RC -> 3.4.2
                    772: 
                    773: 2012-06-22  moko
                    774: 
                    775:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                    776:          #815)
                    777: 
                    778:        * tests/: 284.html, results/284.processed: output options test
                    779:          (feature #265)
                    780: 
                    781: 2012-06-22  misha
                    782: 
                    783:        * tests/215.html: - little changes
                    784: 
                    785: 2012-06-21  moko
                    786: 
                    787:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                    788:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                    789:          feature #265)
                    790: 
                    791:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                    792:          breaks long .*, default 10M restored. (issue #216)
                    793: 
                    794:        * tests/: 283.html, results/283.processed: test for issue #815
                    795:          added
                    796: 
                    797:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                    798:          again, cstrm not required.
                    799: 
                    800:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                    801:          Win32 and broken FreeBSD (issue #45)
                    802: 
                    803:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                    804: 
                    805:        * src/main/pa_string.C: warnings war
                    806: 
                    807:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                    808:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                    809:          main/pa_socks.C, targets/apache/pa_threads.C,
1.89      moko      810:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                    811:          types/pa_vstatus.C: compilation under cygwin fixed
1.86      moko      812: 
                    813: 2012-06-19  moko
                    814: 
                    815:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                    816:          Windows fixed
                    817: 
                    818:        * parser3.sln: removed antique pcre_ctype
                    819: 
                    820:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                    821: 
                    822:        * src/include/pa_config_fixed.h: undefined reference to
                    823:          __imp__pcre_* fix for Windows
                    824: 
                    825:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
                    826:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                    827:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                    828:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                    829:          define fixed
                    830: 
                    831: 2012-06-18  moko
                    832: 
                    833:        * src/classes/memcached.C: flush -> clear
                    834: 
                    835:        * src/classes/memcached.C: memcached does not support quotes even
                    836:          in server name
                    837: 
                    838:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                    839:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                    840:          called on open to check servers existance.  $.key(true) syntax
                    841:          now supported
                    842: 
                    843: 2012-06-17  moko
                    844: 
                    845:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                    846:          cleanup
                    847: 
                    848:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                    849:          tests/results/282.processed: encloser at the EOF bug fixed,
                    850:          incorrectly enclosed data now processed more logicaly (fixes
                    851:          #339)
                    852: 
                    853: 2012-06-15  moko
                    854: 
                    855:        * buildall-without-xml: sync with buildall-with-xml
                    856: 
                    857:        * buildall-with-xml: download auto-detected between fetch and curl
                    858: 
                    859:        * configure.in: --with-gc and --with-pcre now also processed
                    860:          correctly
                    861: 
                    862:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                    863:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                    864:          should be run on rol1 using automake / aclocal (GNU automake)
                    865:          1.11.1 autoconf (GNU Autoconf) 2.68
                    866: 
                    867:        * configure.in: new PARSER_VERSION logic
                    868: 
                    869:        * src/include/pa_version.h: new pa_version.h logic
                    870: 
                    871:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    872:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                    873:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                    874:          feols_normalized -> fis_text_content set_binary added
                    875: 
                    876:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                    877: 
                    878: 2012-06-15  misha
                    879: 
                    880:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    881:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                    882:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                    883:          ^file::create[text;content] EOLs in content now is normalized. (
                    884:          new feature: #815 )
                    885: 
                    886: 2012-06-15  moko
                    887: 
                    888:        * configure.in: --disable-version-update added to disable version
                    889:          update with host information (for debian package) whitespace
                    890:          optimized
                    891: 
                    892:        * configure.in: version changed to 3.4.2 RC no-pic added for
                    893:          libtool
                    894: 
                    895:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                    896:          it.
                    897: 
                    898: 2012-06-14  moko
                    899: 
                    900:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                    901:          tests/results/281.processed: "hash flocked" error removed for
                    902:          safe operations like ^h._count[] ( new feature: #335 )
                    903: 
                    904:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
                    905: 
                    906:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                    907: 
                    908:        * configure.in: --with-static/shared xml replaced with --with-xml,
                    909:          xml compilation check added
                    910: 
                    911:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                    912:          replaced with --with-gc and --with-pcre test for pcre linking
                    913:          added
                    914: 
                    915: 2012-06-13  moko
                    916: 
                    917:        * configure.in: apxs2 check optimized
                    918: 
                    919:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                    920:          .la, includes optimized
                    921: 
                    922:        * buildall-with-xml: --with-pic looks better for -fPIC
                    923: 
                    924:        * configure.in: switched to convenience library in static linking
                    925: 
                    926:        * src/targets/apache/Makefile.am: switched to convenience library
                    927:          usage to avoid libtool warnings
                    928: 
                    929:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                    930:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                    931:          smtp/Makefile.am: switched to convenience library usage
                    932: 
                    933:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                    934: 
                    935:        * src/targets/apache/Makefile.am: updated for libtool usage
                    936: 
                    937:        * bin/auto.p.dist.in: .cfg removed from charset names.
                    938: 
                    939:        * buildall-without-xml: --with-included-ltdl added
                    940: 
                    941:        * buildall-without-xml: sync with buildall-with-xml
                    942: 
                    943:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                    944:          -fPIC for x64 $download added for wget success check added
                    945: 
                    946:        * buildall-without-xml: --with-dynamic-stdcpp removed
                    947: 
                    948:        * configure.in: disable-static returned
                    949: 
                    950:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                    951:          LIBTOOLFLAGS
                    952: 
                    953: 2012-06-12  moko
                    954: 
                    955:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                    956:          compatible with LIBTOOLFLAGS for unknown reasons
                    957: 
                    958:        * buildall-with-xml: --with-dynamic-stdcpp removed
                    959: 
                    960:        * configure.in: static/dynamic -lstdc++ linking option removed
                    961:          apxs2 check added
                    962: 
                    963:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                    964:          option removed
                    965: 
                    966: 2012-06-10  moko
                    967: 
                    968:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                    969:          added
                    970: 
                    971:        * src/targets/cgi/pp3.cmd: old PAF stuff
                    972: 
                    973:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                    974:          beauty
                    975: 
                    976:        * depcomp: from libtool 2.4.2
                    977: 
                    978:        * configure.in: ltdl directory removed, it has correct Makefile.in
                    979: 
                    980: 2012-06-09  moko
                    981: 
                    982:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                    983:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
                    984:          autogenerated files updated after libtool update
                    985: 
                    986:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                    987:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
                    988:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                    989:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                    990:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                    991:          config/compile, config/config.guess, config/config.sub,
                    992:          config/depcomp, config/install-sh, config/ltmain.sh,
                    993:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                    994:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                    995:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                    996:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                    997:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                    998:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                    999:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   1000:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   1001: 
                   1002:        * configure.in: preparation for new libtool
                   1003: 
                   1004:        * configure.in: Some beauty added :)
                   1005: 
                   1006:        * src/targets/apache/Makefile.am: := -> =
                   1007: 
                   1008:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   1009:          again. :)
                   1010: 
                   1011:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   1012:          previously was taken from pcre_internal.h. :)
                   1013: 
                   1014:        * src/lib/pcre/Makefile.am: config.h returned
                   1015: 
                   1016:        * src/lib/pcre/config.h: still need this. :)
                   1017: 
                   1018:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   1019: 
                   1020:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   1021:          removed
                   1022: 
                   1023:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   1024:          now in parser tree, no need to copy
                   1025: 
                   1026:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   1027:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   1028:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   1029:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   1030:          extracts now used old trash removed
                   1031: 
                   1032:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   1033:          rare charsets/drivers are commented, sql driver quessing removed
                   1034:          (debian/patches/103_auto_p.patch)
                   1035: 
                   1036:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   1037:          (debian/patches/104_automake.patch) + all charsets are copied
                   1038: 
                   1039:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   1040:          extra arguments now supported
                   1041: 
                   1042: 2012-06-08  misha
                   1043: 
                   1044:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   1045:          the 2nd option in ^table.hash[] could be hash or table so
                   1046:          .as_hash will throw an exception when table option is specified
                   1047: 
                   1048:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1049:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   1050:          classes/table.C, classes/void.C, classes/xdoc.C,
                   1051:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   1052:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   1053:          and improved (whitespaces are allowed as empty options) -
                   1054:          MethodParams::as_table is added - above methods are used for
                   1055:          parsing methods' options ( new feature: #9 )
                   1056: 
                   1057:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   1058:          to vclass. now class fields can be accessible as a hash:
                   1059:          $h[^hash::create[$asd:CLASS]]
                   1060: 
                   1061:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   1062:          have get_fields method so their fields can be accessed with
                   1063:          ^reflection:fields[...] & ^reflection:field[...]
                   1064: 
                   1065: 2012-06-06  misha
                   1066: 
                   1067:        * tests/280.html: - tests for
                   1068:          ^reflection:method[obj-or-class;method],
                   1069:          ^reflection:field[obj-or-class;field] and
                   1070:          ^reflection:fields[obj-or-class] are added
                   1071: 
                   1072: 2012-06-05  misha
                   1073: 
                   1074:        * src/classes/reflection.C: - ^reflection:method[class or
                   1075:          object;method name] and ^reflection:field[class or object;field
                   1076:          name] are added
                   1077: 
                   1078:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   1079:          is used
                   1080: 
                   1081:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   1082: 
                   1083: 2012-06-05  moko
                   1084: 
                   1085:        * src/targets/Makefile.am: cgi now build with apache module
                   1086: 
                   1087:        * src/classes/memcached.C: flish ttl fixed
                   1088: 
                   1089: 2012-06-04  moko
                   1090: 
                   1091:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   1092:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   1093:          option (new feature #833)
                   1094: 
                   1095: 2012-06-04  misha
                   1096: 
                   1097:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   1098:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   1099: 
                   1100: 2012-06-03  misha
                   1101: 
                   1102:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   1103:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   1104: 
                   1105: 2012-05-30  misha
                   1106: 
                   1107:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   1108:          incomplete class into a scope while @USE is found
                   1109: 
                   1110:        * src/main/compile.y: - add incomplete class into a scope while
                   1111:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   1112: 
                   1113: 2012-05-30  moko
                   1114: 
                   1115:        * src/types/pa_vclass.C, tests/278.html,
                   1116:          tests/results/278.processed: removed "property has no getter
                   1117:          method" exception when GET_DEFAULT present (fixes #269)
                   1118: 
                   1119:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   1120:          $._default
                   1121: 
                   1122: 2012-05-29  moko
                   1123: 
                   1124:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   1125:          uninitialized values usage (new feature: #154)
                   1126: 
                   1127: 2012-05-28  moko
                   1128: 
                   1129:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   1130:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   1131:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   1132:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   1133:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   1134:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   1135:          tests/results/277.processed, src/types/pa_vtable.h,
                   1136:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   1137:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   1138:          feature #803)
                   1139: 
                   1140:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   1141:          tests/results/277.processed: json numbers are now treated as
                   1142:          double ( new feature: #834 )
                   1143: 
                   1144:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   1145:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   1146:          added for out of range checks, zero division in vint/vdouble
                   1147:          check added ( fixes #832 )
                   1148: 
                   1149:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   1150:          ( fixes #832 )
                   1151: 
                   1152: 2012-05-28  misha
                   1153: 
                   1154:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   1155:          configure
                   1156: 
                   1157:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   1158:          added - tests for unsupported values for options $.file, $.table
                   1159:          and $.date are added
                   1160: 
                   1161:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   1162:          accepts "stat" $.file[] option's value in addition to existed
                   1163:          "text" and "base64" ( new feature: #835 )
                   1164: 
                   1165:        * tests/276.html: - test for
                   1166:          ^reflection:delete[$object-or-class;field-name]
                   1167: 
                   1168:        * src/classes/reflection.C: -
                   1169:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   1170:          feature: #268 )
                   1171: 
                   1172: 2012-05-27  misha
                   1173: 
                   1174:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   1175: 
                   1176: 2012-05-24  misha
                   1177: 
                   1178:        * src/include/pa_common.h: - method lastposafter was removed
                   1179: 
                   1180:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   1181:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   1182:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   1183:          work as *nix commands
                   1184: 
                   1185:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   1186: 
                   1187:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   1188:          rskipchars were added
                   1189: 
                   1190:        * tests/270.html: - more tests for ^file:find[]
                   1191: 
                   1192:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   1193: 
                   1194:        * src/include/pa_version.h: - must be "win32" here. it is
                   1195:          auto-generated on *nix
                   1196: 
                   1197: 2012-05-24  moko
                   1198: 
                   1199:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   1200:          throws overflow exception ( new feature: #830 )
                   1201: 
                   1202:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   1203:          uint32 support and overflow added ( new feature: #830 )
                   1204: 
                   1205: 2012-05-23  moko
                   1206: 
                   1207:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   1208:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   1209:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   1210:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   1211:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   1212:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   1213:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   1214:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   1215:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   1216:          "return string as-is" removed from as_expr_result. ( new feature:
                   1217:          #831 )
                   1218: 
                   1219:        * tests/results/244.processed: test changed after bug #782 fix
                   1220:          commited
                   1221: 
                   1222:        * tests/results/229.processed: test results for bug #782 commited
                   1223: 
                   1224:        * tests/: 254.html, results/254.processed: uid now just compared,
                   1225:          not printed. :)
                   1226: 
                   1227: 2012-05-20  moko
                   1228: 
                   1229:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   1230:          feature: #341 )
                   1231: 
                   1232:        * tests/: 254.html, results/254.processed: test for
                   1233:          ^reflection:uid[] added
                   1234: 
                   1235:        * tests/: 254.html, results/254.processed: test for
                   1236:          ^reflection:uid[$obj] added
                   1237: 
                   1238: 2012-05-17  misha
                   1239: 
                   1240:        * src/main/untaint.C: - do not replace ' char by _26 while
                   1241:          exploding filespec-tainting ( new feature: #829 )
                   1242: 
                   1243: 2012-05-12  moko
                   1244: 
                   1245:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   1246:          not.
                   1247: 
                   1248: 2012-05-08  moko
                   1249: 
                   1250:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   1251: 
                   1252:        * tests/229.html: test for bug #782
                   1253: 
                   1254:        * tests/results/259.processed, src/main/pa_request.C,
                   1255:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   1256:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   1257:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   1258:          string; defined locals are empty strings; $STRICT-VARS(true)
                   1259:          added
                   1260: 
                   1261: 2012-04-27  moko
                   1262: 
                   1263:        * src/targets/apache/Makefile.am:
                   1264:          ../../lib/memcached/libmemcached.a added
                   1265: 
                   1266: 2012-04-27  misha
                   1267: 
                   1268:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   1269:          ( #827 )
                   1270: 
                   1271: 2012-04-25  moko
                   1272: 
                   1273:        * src/: classes/json.C, classes/memcached.C,
                   1274:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1275:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   1276:          implemented.
                   1277: 
                   1278:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   1279: 
                   1280: 2012-04-23  moko
                   1281: 
                   1282:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1283:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   1284:          types/pa_vmemcached.h: open allows options hash for new
                   1285:          memcached(options) function
                   1286: 
                   1287:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   1288:          not appended
                   1289: 
                   1290: 2012-04-21  moko
                   1291: 
                   1292:        * src/classes/curl.C: '' added. :)
                   1293: 
                   1294:        * src/classes/classes.vcproj: new curl.h location
                   1295: 
                   1296:        * src/classes/curl.C: verbose output redirection from stderr to
                   1297:          file curl option added
                   1298: 
                   1299: 2012-04-20  moko
                   1300: 
                   1301:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   1302:          contains what we need from curl, #ifdef HAVE_CURL removed
                   1303: 
                   1304:        * configure, configure.in, src/classes/Makefile.am,
                   1305:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
                   1306:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   1307:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
                   1308:          configure option
                   1309: 
                   1310: 2012-04-19  moko
                   1311: 
                   1312:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   1313:          classes/string.C, lib/gc/include/gc_allocator.h,
                   1314:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   1315:          options from sql_result_string removed. (closes issue #468)
                   1316: 
                   1317:        * src/types/pa_vmemcached.C: empty string fix
                   1318: 
                   1319:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   1320:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   1321:          pa_vmemcached.C
                   1322: 
                   1323: 2012-04-18  moko
                   1324: 
                   1325:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   1326:          apache2-mpm-prefork" error displayed in threaded mpm.
                   1327: 
                   1328:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   1329:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   1330:          installed (issue #354)
                   1331: 
                   1332: 2012-04-16  moko
                   1333: 
                   1334:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   1335:          memcached_result_free removed
                   1336: 
                   1337: 2012-04-14  moko
                   1338: 
                   1339:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   1340: 
                   1341:        * src/types/pa_vmemcached.C: check_key added and used
                   1342: 
                   1343: 2012-04-13  moko
                   1344: 
                   1345:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   1346:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   1347:          Serialization_data now added and used, VString now serialized
                   1348:          with languages into memcached.
                   1349: 
                   1350: 2012-03-28  moko
                   1351: 
                   1352:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   1353:          lib/memcached/pa_memcached.h: result lengths added
                   1354: 
                   1355: 2012-03-27  moko
                   1356: 
                   1357:        * src/types/pa_vmemcached.C: strdup added
                   1358: 
                   1359: 2012-03-24  moko
                   1360: 
                   1361:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1362:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   1363:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   1364: 
                   1365: 2012-03-20  moko
                   1366: 
                   1367:        * configure, configure.in: Makefiles.in updated for memcached
                   1368: 
                   1369:        * src/targets/cgi/Makefile.am: cleanup
                   1370: 
                   1371:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   1372:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   1373: 
                   1374:        * src/: classes/Makefile.am, classes/memcached.C,
                   1375:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   1376:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1377:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   1378: 
                   1379: 2012-03-16  moko
                   1380: 
                   1381:        * src/main/execute.C: ident now works under Linux + ident displays
                   1382:          filenames (closes issue #818)
                   1383: 
                   1384:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
                   1385:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   1386:          pa_vmethod_frame_local.h removed
                   1387: 
                   1388:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1389:          classes/classes.h, classes/curl.C, classes/date.C,
                   1390:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1391:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1392:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1393:          classes/memory.C, classes/op.C, classes/reflection.C,
                   1394:          classes/regex.C, classes/response.C, classes/string.C,
                   1395:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   1396:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   1397:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   1398:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1399:          include/pa_dictionary.h, include/pa_dir.h,
                   1400:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1401:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1402:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1403:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1404:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1405:          include/pa_sapi.h, include/pa_socks.h,
                   1406:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1407:          include/pa_stack.h, include/pa_string.h,
                   1408:          include/pa_stylesheet_connection.h,
                   1409:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   1410:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   1411:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   1412:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   1413:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   1414:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1415:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1416:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1417:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   1418:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   1419:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   1420:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   1421:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   1422:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   1423:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   1424:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   1425:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   1426:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   1427:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1428:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1.89      moko     1429:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   1430:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   1431:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   1432:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   1433:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   1434:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   1435:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   1436:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   1437:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   1438:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   1439:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   1440:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   1441:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   1442:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   1443:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   1444:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   1445:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   1446:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   1447:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   1448:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   1449:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   1450:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   1451:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   1452:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   1453:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   1454:          ident now works under Linux + ident displays filenames (closes
                   1455:          issue #818) Copyright updated
1.86      moko     1456: 
                   1457: 2012-03-13  moko
                   1458: 
                   1459:        * src/main/pa_string.C: compilation fix for feature #741
                   1460: 
                   1461: 2012-03-09  misha
                   1462: 
                   1463:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   1464: 
                   1465:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   1466:          now detects invalid base64 chars in the middle of encoded stricg
                   1467:          ( new feature: #55 )
                   1468: 
                   1469:        * src/include/pa_exception.h: - new exception type for base64
                   1470:          decoding is added
                   1471: 
                   1472: 2012-03-06  misha
                   1473: 
                   1474:        * tests/274.html: - tests for ^date::today[] and
                   1475:          ^date.sql-string[datetime|date|time] are added
                   1476: 
                   1477:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   1478:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   1479:          strings "datetime", "date" or "time" - comments tidying up
                   1480: 
                   1481:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   1482:          date and time
                   1483: 
                   1484: 2012-03-03  misha
                   1485: 
                   1486:        * tests/193.html: - tests for
                   1487:          ^string:base64[encoded;$.strict(true)] are added
                   1488: 
                   1489:        * tests/results/auto.p: - try-catch operator is added
                   1490: 
                   1491:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   1492:          main/pa_common.C: - $.strict(true|false) option is added to
                   1493:          base64 decode methods ( new feature: #55 )
                   1494: 
                   1495:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   1496:          ( new feature: #819 )
                   1497: 
                   1498: 2012-02-28  moko
                   1499: 
                   1500:        * src/classes/hash.C: ident test
                   1501: 
                   1502: 2012-02-27  misha
                   1503: 
                   1504:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   1505: 
                   1506: 2012-01-08  misha
                   1507: 
                   1508:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   1509: 
                   1510:        * src/: classes/string.C, include/pa_dictionary.h,
                   1511:          main/pa_dictionary.C, main/pa_string.C: -
                   1512:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   1513:          ^string.replace[one subst here] is slightly optimized
                   1514: 
                   1515: 2011-12-07  misha
                   1516: 
                   1517:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   1518:          named table with one empty column ( bugfix: #63 )
                   1519: 
                   1520: 2011-11-30  misha
                   1521: 
                   1522:        * src/classes/json.C: - it's possible to set user's method for
                   1523:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   1524:          #763 )
                   1525: 
                   1526:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   1527: 
                   1528: 2011-11-23  misha
                   1529: 
                   1530:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1531:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   1532:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   1533:          ^file::create[mode;filename;content[;options]] now accepts binary
                   1534:          mode and file-content - new constructor's format:
                   1535:          ^file::create[string-or-file-content[;$.name[filename]
                   1536:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   1537:          feature: #65 )
                   1538: 
                   1539:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   1540:          mime_type_of(const String*) is added
                   1541: 
                   1542:        * src/include/pa_exception.h: - new exception constant
                   1543:          FILE_NAME_MUST_BE_SPECIFIED is added
                   1544: 
                   1545:        * src/classes/table.C: - bug with negative offset transformed into
                   1546:          a feature. it means pointing to a row from the end of the table (
                   1547:          new feature: #810 )
                   1548: 
                   1549: 2011-11-19  misha
                   1550: 
                   1551:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   1552:          â ìåòîäå _select ( new feature: #810 )
                   1553: 
                   1554:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   1555:          options were specified together is simplified
                   1556: 
                   1557: 2011-11-12  misha
                   1558: 
                   1559:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   1560:          HTTP content-disposition header (a part of bug #361 )
                   1561: 
                   1562:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   1563:          checks for ancestors' classes as well ( new feature: #456 )
                   1564: 
                   1565:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   1566:          "without cycle" now have types "parser.break" and
                   1567:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   1568:          )
                   1569: 
                   1570: 2011-11-11  misha
                   1571: 
                   1572:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   1573:          237.processed: - since bug #361 was fixed the content of filename
                   1574:          in HTTP headers is quoted
                   1575: 
                   1576:        * tests/results/270.processed: - result for test 270
                   1577: 
                   1578:        * tests/: 065.html, results/065.processed: - more tests for
                   1579:          ^file:basename[] & Co were added
                   1580: 
                   1581:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   1582: 
                   1583:        * tests/270.html: - tests for ^file:find[] are added
                   1584: 
                   1585:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   1586:          using option $.charset. option $.engoding is still supported but
                   1587:          these options can not be specified together
                   1588: 
                   1589:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   1590:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   1591: 
                   1592: 2011-10-11  misha
                   1593: 
                   1594:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   1595:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   1596:          #622)
                   1597: 
                   1598: 2011-09-30  misha
                   1599: 
                   1600:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   1601:          exception "saving stat-ed file" ( bugfix: #395 )
                   1602: 
                   1603: 2011-05-30  misha
                   1604: 
                   1605:        * src/classes/string.C: - fixed bug which was added with
                   1606:          params.as_hash into string:sql
                   1607: 
                   1608: 2011-05-29  misha
                   1609: 
                   1610:        * src/types/pa_value.C: - filename in content-disposition header
                   1611:          must be quoted ( bugfix: #361 )
                   1612: 
                   1613: 2011-05-27  misha
                   1614: 
                   1615:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   1616:          created file
                   1617: 
                   1618:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   1619:          usage
                   1620: 
                   1621:        * src/include/pa_exception.h: - one more string for exception was
                   1622:          added
                   1623: 
                   1624: 2011-05-25  misha
                   1625: 
                   1626:        * tests/269.html: - tests for checking input params in some dom
                   1627:          methods
                   1628: 
                   1629:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   1630:          was added. it isn't possible not wo create xdoc with invalid
                   1631:          tagName. ( bugfix: #160 )
                   1632: 
                   1633:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   1634:          string "data must be string" was mover from pa_exception.h to
                   1635:          pa_xml_exception.h
                   1636: 
                   1637:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   1638:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   1639: 
                   1640:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   1641: 
                   1642:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   1643:          options - XML-related exception's strings were added
                   1644: 
                   1645:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   1646:          output_options were removed)
                   1647: 
                   1648: 2011-05-19  misha
                   1649: 
                   1650:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   1651:          params.as_hash is used more while parsing methods hash-options
                   1652: 
                   1653: 2011-05-18  misha
                   1654: 
                   1655:        * operators.txt: - info about json-serialization of xdoc was added
                   1656: 
                   1657:        * tests/256.html: - tests for json-serialization xdoc were added
                   1658: 
                   1659:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   1660: 
                   1661:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1662:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   1663:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   1664:          specified in $.xdoc[] ( new feature: #265 )
                   1665: 
                   1666: 2011-05-15  misha
                   1667: 
                   1668:        * tests/268.html: - tests for ^table.count[with options] were added
                   1669: 
                   1670:        * src/classes/table.C: - method ^table.count[] now can accept
                   1671:          options ( new feature: #93 ): ^table.count[column] returns number
                   1672:          of columns for named table; ^table.count[cells] returns number of
                   1673:          cells in the current row; ^table.count[] & ^table.count[rows]
                   1674:          return number of rows in a table.
                   1675: 
                   1676:        * tests/267.html: - test for checking switch/case in boolean mode
                   1677:          was added
                   1678: 
                   1679:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   1680:          compared as bool values, not as double values: new feature: #351
                   1681: 
                   1682: 2011-05-06  misha
                   1683: 
                   1684:        * tests/242.html: - EOL before EOF was added
                   1685: 
                   1686:        * tests/169.html: - tests for splitting empty string and void were
                   1687:          added
                   1688: 
                   1689:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   1690:          returned table with one empty cell)
                   1691: 
                   1692: 2011-04-03  misha
                   1693: 
                   1694:        * src/include/pa_version.h, configure.in: - version in head was
                   1695:          changed to 3.4.2b
                   1696: 
                   1697: 2011-03-30  misha
                   1698: 
                   1699:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   1700:          as well ( new feature #294 )
                   1701: 
                   1702: 2011-03-29  misha
                   1703: 
                   1704:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   1705:          limited to approx. 6 MB. previous limits were too big for real
                   1706:          life. bugfix: #216
                   1707: 
                   1708: 2011-03-04  moko
                   1709: 
                   1710:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   1711:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   1712: 
                   1713:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   1714:          vlalek@
                   1715: 
                   1716: 2011-02-22  misha
                   1717: 
                   1718:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   1719:          be under #ifdef XML or parser can't be compiled without xml
                   1720:          support
                   1721: 
                   1722: 2011-02-21  misha
                   1723: 
                   1724:        * src/targets/apache/: Makefile.am: - mention
                   1725:          ApacheModuleParser3.vcproj was removed
                   1726: 
                   1727:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   1728:          removed)
                   1729: 
                   1730: 2011-02-20  misha
                   1731: 
                   1732:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   1733:          $.overridden in ^reflection:method_info[...] were added
                   1734: 
                   1735:        * src/classes/reflection.C: - beautifying result of
                   1736:          ^reflection:method_info[] ($.overridden/inherited)
                   1737: 
                   1738: 2011-02-18  misha
                   1739: 
                   1740:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   1741:          and pa_isalnum instead of isalpha and isalnum - bug with
                   1742:          redundand quoting lowercased latin chars while building email
                   1743:          body was fixed
                   1744: 
                   1745:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   1746:          added (they check for latin chars only)
                   1747: 
                   1748: 2011-02-16  misha
                   1749: 
                   1750:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   1751:          string size for transcoding gave too small value (should ever
                   1752:          look for availability char in dest charset inspite of the char
                   1753:          size)
                   1754: 
                   1755: 2011-02-04  moko
                   1756: 
                   1757:        * tests/223.html: header values now not url-encoded (issue #195)
                   1758: 
                   1759: 2011-02-01  misha
                   1760: 
                   1761:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   1762: 
                   1763: 2011-01-31  misha
                   1764: 
                   1765:        * src/main/pa_request.C: - throw exception if param file_name in
                   1766:          use_file is empty
                   1767: 
                   1768: 2011-01-08  moko
                   1769: 
                   1770:        * src/classes/curl.C: compilations errors fixed
                   1771: 
                   1772: 2010-12-29  moko
                   1773: 
                   1774:        * tests/: 265.html, results/265.processed: test for issue #200
                   1775:          added
                   1776: 
                   1777:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   1778:          #200)
                   1779: 
                   1780:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   1781: 
                   1782:        * tests/results/223.processed: header values now not url-encoded
                   1783:          (issue #195)
                   1784: 
                   1785:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   1786:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   1787:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   1788: 
                   1789: 2010-12-18  misha
                   1790: 
                   1791:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   1792:          => pa-include
                   1793: 
                   1794: 2010-11-28  moko
                   1795: 
                   1796:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   1797: 
                   1798:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   1799:          -> pa
                   1800: 
                   1801:        * configure.in: apr -> pa
                   1802: 
                   1803:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   1804: 
                   1805:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   1806:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   1807: 
                   1808:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   1809:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   1810:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
1.88      moko     1811:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   1812:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   1813:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   1814:          module apr name conflict resolved)
1.86      moko     1815: 
                   1816: 2010-11-27  misha
                   1817: 
                   1818:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   1819:          libbz2
                   1820: 
                   1821: 2010-11-26  misha
                   1822: 
                   1823:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   1824:          warnings removed
                   1825: 
                   1826: 2010-11-25  moko
                   1827: 
                   1828:        * operators.txt: $.indent(true)
                   1829: 
                   1830:        * operators.txt: another bugfix. :)
                   1831: 
                   1832:        * operators.txt: bugfix. :)
                   1833: 
                   1834:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   1835: 
                   1836: 2010-11-24  moko
                   1837: 
                   1838:        * configure: apxs support
                   1839: 
                   1840:        * configure.in: apxs support -Bstatic gc removed for OS X
                   1841: 
                   1842:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   1843: 
                   1844:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   1845:          THREAD_LOCAL usage
                   1846: 
                   1847:        * src/: classes/curl.C, include/pa_config_includes.h,
                   1848:          main/pa_globals.C: THREAD_LOCAL defined and used
                   1849: 
                   1850: 2010-11-23  moko
                   1851: 
                   1852:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   1853:          should be passed to pa_sleep, and only fractional part (bugfix:
                   1854:          #188)
                   1855: 
                   1856:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   1857: 
                   1858:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   1859:          GC_dont_gc=1, as in cgi version
                   1860: 
                   1861:        * src/targets/apache/mod_parser3.c: warning war
                   1862: 
                   1863:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1864:          pa_httpd.h: version removed, some trash removed
                   1865: 
                   1866:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   1867:          to show it), warning war
                   1868: 
                   1869:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1870:          pa_httpd.h: parser_status_allowed removed + merge config
                   1871:          functions removed (override is the default) + beauty
                   1872: 
                   1873:        * src/: include/pa_request.h, main/pa_request.C,
1.89      moko     1874:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   1875:          hide $status used in apache module removed
1.86      moko     1876: 
                   1877: 2010-11-18  moko
                   1878: 
                   1879:        * operators.txt: $.table[compact] added for ^json:string[]
                   1880: 
                   1881: 2010-11-16  moko
                   1882: 
                   1883:        * src/targets/apache/mod_parser3.c: some cleanup done
                   1884: 
                   1885:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   1886:          is hashcode; second, info.fragment_begin is original, not
                   1887:          resulting length
                   1888: 
                   1889:        * src/classes/file.C: new feature: $.stdin now untainted
                   1890: 
                   1891:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   1892: 
                   1893:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   1894: 
                   1895:        * src/classes/op.C: ^apply-taint[] method added
                   1896: 
                   1897:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   1898:          added; $.stdin untaint test added
                   1899: 
                   1900: 2010-11-15  moko
                   1901: 
                   1902:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   1903:          removed
                   1904: 
                   1905:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1906:          pa_httpd.h: 2x2 calculated under apache2. :)
                   1907: 
                   1908: 2010-11-13  moko
                   1909: 
                   1910:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   1911:          with apache 2.x includes
                   1912: 
                   1913:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   1914:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   1915:          united apache 1.3 / apache 2.x DSO module
                   1916: 
                   1917: 2010-11-09  moko
                   1918: 
                   1919:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   1920:          syntax
                   1921: 
                   1922:        * tests/: 263.html, results/263.processed: test from method[*args]
                   1923:          added
                   1924: 
                   1925:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   1926:          number of params can now be passed to a method declared with *arg
                   1927: 
                   1928: 2010-11-06  moko
                   1929: 
                   1930:        * src/classes/table.C: formating fixed. :)
                   1931: 
                   1932:        * src/classes/table.C: closes #4: ^table.select now supports
                   1933:          $.limit(), $.offset, $.reverse() options
                   1934: 
                   1935:        * tests/: 262.html, results/262.processed: test for ^table:select
                   1936:          with options added (feature #4)
                   1937: 
                   1938:        * src/include/pa_array.h: remove function added
                   1939: 
                   1940:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   1941:          object in get_element/put_element, using static one.
                   1942: 
                   1943: 2010-11-04  moko
                   1944: 
                   1945:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   1946:          options is passed
                   1947: 
                   1948:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   1949:          now tested; k and p in handler now tested.
                   1950: 
                   1951:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   1952:          $.table[compact] feature added
                   1953: 
                   1954:        * src/classes/json.C: key is now passed to handler in
                   1955:          value_json_string; ^json:string result now process tainting
                   1956:          inside and returns clean string, related to issue #153
                   1957: 
                   1958:        * src/main/untaint.C: bugfix: charset can be null (in
                   1959:          ^string:save[] as example), thus check is added
                   1960: 
                   1961: 2010-10-31  moko
                   1962: 
                   1963:        * src/classes/string.C: error message changed (fixes issue #149)
                   1964: 
                   1965: 2010-10-29  moko
                   1966: 
                   1967:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   1968:          port is not default (fixes issue #155); exception on invalid port
                   1969:          added.
                   1970: 
                   1971:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   1972:          "Accept: */*" to be passed
                   1973: 
                   1974: 2010-10-28  moko
                   1975: 
                   1976:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   1977:          exception on unknown charset even if response_charset was
                   1978:          specified
                   1979: 
                   1980: 2010-10-27  moko
                   1981: 
                   1982:        * src/classes/string.C: ^string.append removed for void
                   1983:          compatibility
                   1984: 
                   1985: 2010-10-26  moko
                   1986: 
                   1987:        * src/classes/json.C: libjson supports array at top level, we too
                   1988:          (GPF fixed)
                   1989: 
                   1990: 2010-10-25  moko
                   1991: 
                   1992:        * tests/: 253.html, results/253.processed: libjson supports array
                   1993:          at top level, parser now supports it as well.
                   1994: 
                   1995:        * tests/261.html, tests/results/261.processed,
                   1996:          src/types/pa_vstring.h: empty string is now void compatible
                   1997:          (allows $empty.key)
                   1998: 
                   1999: 2010-10-22  misha
                   2000: 
                   2001:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   2002:          while adding additional expires checkout)
                   2003: 
                   2004:        * tests/030.html: - test for session cookie was added
                   2005: 
                   2006: 2010-10-21  moko
                   2007: 
                   2008:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   2009:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   2010:          string (feature #111)
                   2011: 
                   2012:        * tests/: 261.html, results/261.processed: checks void from string
                   2013:          inheritance (feature #111)
                   2014: 
                   2015:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   2016:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   2017:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   2018:          now true by default
                   2019: 
                   2020: 2010-10-17  moko
                   2021: 
                   2022:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   2023:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   2024:          (bugfix: #128)
                   2025: 
                   2026:        * tests/: 223.html, results/223.processed: binary file upload test
                   2027:          added, GPF (issue #128) also checked in this test
                   2028: 
                   2029: 2010-10-13  misha
                   2030: 
                   2031:        * tests/260.html: - test for math:convert
                   2032: 
                   2033:        * src/classes/math.C: - error in math:convert was fixed
                   2034: 
                   2035:        * operators.txt: - info about
                   2036:          ^math:convert[number](from-base;to-base) was added
                   2037: 
                   2038:        * src/classes/math.C: - method
                   2039:          ^math:convert[number](from-base;to-base) for converting number
                   2040:          represention from one base to another was added ( new feature:
                   2041:          #23 )
                   2042: 
                   2043: 2010-10-13  moko
                   2044: 
                   2045:        * src/main/compile.tab.C: [] now is empty string, not void
                   2046: 
                   2047:        * src/main/compile.y: [] now is empty string, not void
                   2048: 
                   2049:        * src/types/pa_vvoid.h: void now passed as parameter
                   2050: 
                   2051:        * tests/: 259.html, results/259.processed: to test difference
                   2052:          between void and empty string (see ticket #111)
                   2053: 
                   2054:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   2055:          void
                   2056: 
                   2057:        * tests/256.html: $s[$void] is no longer empty string
                   2058: 
                   2059:        * tests/254.html: empty string is no longer void
                   2060: 
                   2061: 2010-10-12  misha
                   2062: 
                   2063:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   2064:          converted to date during cookies set up ( bugfix: #104 )
                   2065: 
                   2066:        * tests/041.html: - more tests for ^table.locate were added
                   2067: 
                   2068:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   2069:          work ( bugfix: #129 ) - exception comment for incorrect options
                   2070:          ^table.locate[field;value;options] was fixed
                   2071: 
                   2072: 2010-10-10  moko
                   2073: 
                   2074:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   2075:          another object feature returned
                   2076: 
                   2077:        * tests/results/258.processed: test result updated as constructor
                   2078:          returning another object feature returned
                   2079: 
                   2080:        * tests/: 258.html, results/258.processed: test for constructor
                   2081:          returning another object
                   2082: 
                   2083: 2010-10-08  misha
                   2084: 
                   2085:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   2086:          options shouldn't cause exceptions any longer
                   2087: 
                   2088: 2010-10-06  moko
                   2089: 
                   2090:        * src/classes/: hash.C, table.C: length from sql server is now
                   2091:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   2092: 
                   2093: 2010-10-02  misha
                   2094: 
                   2095:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   2096:          usable to delete cache file.
                   2097: 
                   2098: 2010-10-02  moko
                   2099: 
                   2100:        * tests/: 253.html, results/253.processed: hook_key added for key
                   2101:          checking
                   2102: 
                   2103:        * src/classes/json.C: null key bug fixed
                   2104: 
                   2105: 2010-09-29  misha
                   2106: 
                   2107:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   2108: 
                   2109: 2010-09-25  moko
                   2110: 
                   2111:        * src/classes/json.C: small fixed
                   2112: 
                   2113:        * tests/results/: 253.processed, 255.processed: just updated
                   2114: 
                   2115:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   2116:          results/255.processed: charset transcode test added for
                   2117:          json:parse
                   2118: 
                   2119: 2010-09-24  moko
                   2120: 
                   2121:        * src/types/pa_value.h: warning war :)
                   2122: 
                   2123:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   2124:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   2125:          ^json:string
                   2126: 
                   2127: 2010-09-22  moko
                   2128: 
                   2129:        * src/main/pa_charset.C: parser charset tables declare only
                   2130:          white-space before 0x20, thus adding the missing chars
                   2131: 
                   2132:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   2133:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   2134: 
                   2135: 2010-09-21  misha
                   2136: 
                   2137:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   2138:          want to compile grammar if they are absent)
                   2139: 
                   2140:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   2141: 
                   2142:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   2143: 
                   2144:        * src/main/main.vcproj: - path to bison is changed
                   2145: 
                   2146: 2010-09-21  moko
                   2147: 
                   2148:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   2149:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   2150:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
                   2151: 
                   2152: 2010-09-20  misha
                   2153: 
                   2154:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   2155: 
                   2156:        * src/classes/json.C: - add EOL while json-serializing hash
                   2157: 
                   2158:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   2159:          compilers don't like 'ES'.
                   2160: 
                   2161: 2010-09-17  misha
                   2162: 
                   2163:        * operators.txt: - info about json class was added
                   2164: 
                   2165:        * src/classes/json.C: - ^json:string[object]
                   2166: 
                   2167:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   2168:          preventing infinite recursion while executing json:string was
                   2169:          added
                   2170: 
                   2171:        * src/include/pa_string.h: - method append_quoted was added
                   2172: 
                   2173:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   2174:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   2175:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   2176:          was added to Value & Co
                   2177: 
                   2178:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   2179:          were used
                   2180: 
                   2181:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   2182:          were added
                   2183: 
                   2184: 2010-09-10  moko
                   2185: 
                   2186:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   2187:          die_or_abort (backport from 3.4.1)
                   2188: 
                   2189:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   2190:          die_or_abort (bugfix: #106)
                   2191: 
                   2192: 2010-09-09  moko
                   2193: 
                   2194:        * src/classes/json.C: warning war. :)
                   2195: 
                   2196: 2010-09-08  misha
                   2197: 
                   2198:        * src/lib/json/Makefile.am: - additional include directories were
                   2199:          added (for pa_memory.h and gc.h)
                   2200: 
                   2201:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   2202:          compile as C++ instead default - additional include directory was
                   2203:          added (for gc.h)
                   2204: 
                   2205:        * src/types/pa_vform.C: - little code reformating
                   2206: 
                   2207:        * src/classes/file.C: - $.content-type option now can be specified
                   2208:          in ^file::create ( new feature: #102 )
                   2209: 
                   2210: 2010-09-08  moko
                   2211: 
                   2212:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   2213:          pa_malloc/pa_free
                   2214: 
                   2215: 2010-09-07  moko
                   2216: 
                   2217:        * tests/results/254.processed: VStateless_class:put_element
                   2218:          exception was fixed
                   2219: 
                   2220:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   2221:          VStateless_class:put_element barks self.type, not this.type
                   2222:          (bugfix: #105)
                   2223: 
                   2224: 2010-09-06  moko
                   2225: 
                   2226:        * src/classes/reflection.C: bugfix: new String() is required for
                   2227:          exception handling
                   2228: 
                   2229:        * tests/: 254.html, results/254.processed: test modified
                   2230: 
                   2231: 2010-09-05  moko
                   2232: 
                   2233:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   2234:          added
                   2235: 
                   2236:        * src/: classes/reflection.C, include/pa_request.h:
                   2237:          ^reflection:copy implemented (new feature: #100)
                   2238: 
                   2239: 2010-09-03  moko
                   2240: 
                   2241:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   2242: 
                   2243:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   2244:          option testing added
                   2245: 
                   2246: 2010-09-02  moko
                   2247: 
                   2248:        * src/classes/json.C: $.distinct[first|last|all] added
                   2249: 
                   2250: 2010-09-01  moko
                   2251: 
                   2252:        * tests/results/253.processed: json test result
                   2253: 
                   2254:        * tests/: 253.html, 253_json.txt: json test added
                   2255: 
                   2256:        * src/classes/json.C: json.C update to actual version + hash key
                   2257:          creation bugfix
                   2258: 
                   2259: 2010-08-31  misha
                   2260: 
                   2261:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   2262:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   2263:          src/lib/Makefile.am, src/classes/Makefile.am,
                   2264:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   2265:          json library was added
                   2266: 
                   2267: 2010-08-30  moko
                   2268: 
                   2269:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   2270:          types/pa_vobject.C: cosmetic optimization in
                   2271:          request:execute_method usage
                   2272: 
                   2273:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   2274:          optimization, just to decrease number of lines. :)
                   2275: 
                   2276: 2010-08-27  misha
                   2277: 
                   2278:        * src/classes/op.C: - taint[json] was added
                   2279: 
                   2280:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   2281:          were added
                   2282: 
                   2283:        * src/main/pa_exec.C: - warning fix was rolled back.
                   2284: 
                   2285:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   2286:          include/pa_string.h: - taint[json] was added - escaping was
                   2287:          slightly modified
                   2288: 
                   2289: 2010-08-25  misha
                   2290: 
                   2291:        * src/classes/file.C: - typo in file:sql exception was fixed
                   2292: 
                   2293:        * src/main/pa_exec.C: - warning about declared and not used
                   2294:          variable forced_allow was removed
                   2295: 
                   2296: 2010-08-14  misha
                   2297: 
                   2298:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   2299:          were removed
                   2300: 
                   2301: 2010-08-11  moko
                   2302: 
                   2303:        * tests/: 249.html, results/249.processed: default setter and
                   2304:          anti-recursive default getter test added
                   2305: 
                   2306:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   2307:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   2308:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   2309:          types/pa_vstateless_class.h: default setter support +
                   2310:          anti-recursive default getter support ( new feature: #13 )
                   2311: 
                   2312:        * src/include/pa_hash.h: optimization: threshold member removed
                   2313:          from hash, reducing sizeof(hash)
                   2314: 
                   2315: 2010-08-10  misha
                   2316: 
                   2317:        * tests/196.html: - junction-method was added to the test
                   2318: 
                   2319:        * tests/248.html: - ups. typo :)
                   2320: 
                   2321:        * tests/248.html: - test for checking .match with 4 params
                   2322: 
                   2323:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   2324:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   2325:          $request:charset during loading if the BOM code is detected"
                   2326: 
                   2327:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   2328:          $request:charset during loading if the BOM code is detected ( new
                   2329:          feature: #98 )
                   2330: 
                   2331: 2010-08-05  misha
                   2332: 
                   2333:        * src/classes/image.C: - ^image.replace now can accept only 2
                   2334:          params. in this case the whole image is affected ( new feature:
                   2335:          #95 )
                   2336: 
                   2337: 2010-08-04  misha
                   2338: 
                   2339:        * tests/246.html: - test tor ^hash._at[] was added
                   2340: 
                   2341:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   2342:          #53 )
                   2343: 
                   2344:        * src/include/pa_hash.h: - methods for accessing the first and the
                   2345:          last values of ordered hash were added (first_value and
                   2346:          last_value)
                   2347: 
                   2348:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   2349:          (similar to others file's methods):
                   2350:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   2351:          #68 )
                   2352: 
                   2353:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   2354: 
                   2355: 2010-08-01  moko
                   2356: 
                   2357:        * src/classes/op.C: to correctly process $result[] in code, called
                   2358:          from ^process
                   2359: 
                   2360:        * tests/245.html: $result in ^process[] test added
                   2361: 
                   2362:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   2363:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   2364:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   2365:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   2366:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   2367:          removed, construct(class,method) added
                   2368: 
                   2369:        * tests/results/: 192.processed, 244.processed: request::construct
                   2370:          added
                   2371: 
                   2372:        * tests/: 244.html, 245.html, results/244.processed,
                   2373:          results/245.processed: object creation exceptions and ^process
                   2374:          tests added
                   2375: 
                   2376: 2010-07-28  misha
                   2377: 
                   2378:        * tests/make_tests.cmd: - win32 EOLs
                   2379: 
                   2380:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   2381:          tests on Win32 were added (The system timezone should be GMT+3)
                   2382: 
                   2383: 2010-07-26  misha
                   2384: 
                   2385:        * tests/: 212.html, results/212.processed: - sizes were removed
                   2386:          mecause they could be different on different OSs
                   2387: 
                   2388:        * tests/065.html: - make it "win32 friendly"
                   2389: 
                   2390: 2010-07-25  misha
                   2391: 
                   2392:        * src/main/compile.y: - all EOLs between methods are removed during
                   2393:          compilation ( new feature: #47 )
                   2394: 
                   2395:        * tests/results/149.processed: - prepare tests to trim trailing
                   2396:          methods' EOLs
                   2397: 
                   2398:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   2399: 
                   2400:        * tests/: results/006.processed, results/014.processed, 006.html,
                   2401:          014.html, 022.html: - prepare tests to trim trailing methods'
                   2402:          EOLs
                   2403: 
                   2404:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   2405:          results/071.processed, results/022.processed: - prepare tests to
                   2406:          trim trailing methods' EOLs
                   2407: 
                   2408:        * tests/: results/073.processed, results/109.processed,
                   2409:          results/142.processed, results/144.processed,
                   2410:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   2411:          144.html: - prepare tests to trim trailing methods' EOLs
                   2412: 
                   2413:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   2414:          149.html, 152.html, results/096.processed, results/107.processed,
                   2415:          results/109.processed, results/142.processed,
                   2416:          results/144.processed: - prepare tests to trim trailing methods'
                   2417:          EOLs
                   2418: 
                   2419: 2010-07-24  moko
                   2420: 
                   2421:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   2422:          the hash order in this test
                   2423: 
                   2424:        * tests/014.html: to check hash order, hash no is longer sorted
                   2425:          before print
                   2426: 
                   2427:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   2428:          (bugfix: #54)
                   2429: 
                   2430: 2010-07-23  moko
                   2431: 
                   2432:        * tests/results/224.processed: @auto[] is no longer inherited
                   2433: 
                   2434:        * src/types/pa_vstateless_class.C, tests/227.html,
                   2435:          tests/results/227.processed: @auto[] is no longer inherited
                   2436:          (bugfix: #57)
                   2437: 
                   2438: 2010-07-22  misha
                   2439: 
                   2440:        * src/classes/table.C: - don't skip comment lines during
                   2441:          table::load if encloser or separator is set as '#' ( new feature:
                   2442:          #30 )
                   2443: 
                   2444:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   2445:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   2446:          #12 )
                   2447: 
                   2448:        * src/classes/file.C: - set PARSER_VARSION env before external
                   2449:          script executing
                   2450: 
                   2451: 2010-07-13  misha
                   2452: 
                   2453:        * tests/058.html: - test for suppressing @border was added - test
                   2454:          for user attribute was added
                   2455: 
                   2456:        * tests/results/186.processed: unescaping from \uXXXX
                   2457: 
                   2458:        * tests/186.html: unescaping from \uXXXX
                   2459: 
                   2460:        * tests/: 239.html, results/239.processed: method call type
                   2461: 
                   2462:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   2463:          $junction_method.CLASS_NAME (+CLASS)
                   2464: 
                   2465: 2010-07-07  misha
                   2466: 
                   2467:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   2468:          *nix
                   2469: 
                   2470: 2010-07-05  misha
                   2471: 
                   2472:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   2473:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   2474:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   2475:          comment strings "options must be hash", "options must be hash,
                   2476:          not code" and "called with invalid option" were replaced by
                   2477:          constatns - exception comment string "invalid option passed" was
                   2478:          replaced by "called with invalid option" (now in different
                   2479:          methods are the same exception comment string)
                   2480: 
                   2481:        * src/include/pa_exception.h: - more exception strings were defined
                   2482: 
                   2483:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2484:          types/pa_vstateless_class.h: - now we can define possible
                   2485:          method's call type ( new feature: #5 )   1.
                   2486:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   2487:          methods   2. @static:method[params] (only static keyword could be
                   2488:          used here) -- for specified methods
                   2489: 
                   2490:        * src/main/pa_common.C: - junction points should not be deleted on
                   2491:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   2492:          cleanup
                   2493: 
                   2494: 2010-07-03  misha
                   2495: 
                   2496:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   2497:          results/158.processed, results/160.processed,
                   2498:          results/161.processed, results/162.processed,
                   2499:          results/163.processed: - prepare tests to trim trailing methods'
                   2500:          EOLs
                   2501: 
                   2502:        * tests/results/169.processed: - prepare tests to trim trailing
                   2503:          methods' EOLs
                   2504: 
                   2505:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   2506:          trim trailing methods' EOLs
                   2507: 
                   2508:        * tests/: results/170.processed, results/167.processed,
                   2509:          results/168.processed, results/169.processed, 167.html, 168.html,
                   2510:          169.html: - prepare tests to trim trailing methods' EOLs
                   2511: 
                   2512:        * tests/: results/170.processed, results/171.processed,
                   2513:          results/172.processed, results/173.processed,
                   2514:          results/174.processed, results/175.processed, 170.html, 171.html,
                   2515:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   2516:          trailing methods' EOLs
                   2517: 
                   2518:        * tests/: results/176.processed, results/180.processed,
                   2519:          results/184.processed, results/185.processed,
                   2520:          results/191.processed, results/192.processed,
                   2521:          results/196.processed, results/197.processed,
                   2522:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   2523:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   2524:          to trim trailing methods' EOLs
                   2525: 
                   2526:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   2527:          results/199.processed, results/208.processed,
                   2528:          results/209.processed, results/213.processed,
                   2529:          results/214.processed: - prepare tests to trim trailing methods'
                   2530:          EOLs
                   2531: 
                   2532: 2010-06-29  misha
                   2533: 
                   2534:        * tests/: 220.html, 218.html, results/218.processed,
                   2535:          results/215.processed, results/217.processed, 215.html, 217.html:
                   2536:          - prepare tests to trim trailing methods' EOLs
                   2537: 
                   2538:        * tests/: results/224.processed, 224.html, 223.html,
                   2539:          results/223.processed, results/220.processed: - prepare tests to
                   2540:          trim trailing methods' EOLs
                   2541: 
                   2542:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   2543:          trim trailing methods' EOLs
                   2544: 
                   2545:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   2546:          trailing methods' EOLs
                   2547: 
                   2548:        * tests/: 232.html, 235.html, results/232.processed,
                   2549:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   2550:          results/226.processed, results/227.processed,
                   2551:          results/228.processed, results/230.processed: - prepare tests to
                   2552:          trim trailing methods' EOLs
                   2553: 
                   2554: 2010-06-16  moko
                   2555: 
                   2556:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   2557:          ^if
                   2558: 
                   2559:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   2560: 
                   2561: 2010-06-03  misha
                   2562: 
                   2563:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   2564:          instead of memcopy for overlaped regions
                   2565: 
                   2566: 2010-05-25  misha
                   2567: 
                   2568:        * src/main/pa_common.C: - wanring about unused vars was removed
                   2569: 
                   2570:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   2571:          get_method_filename was moved to execute.C
                   2572: 
                   2573: 2010-05-23  misha
                   2574: 
                   2575:        * src/main/pa_request.C: - more accurate detection of method's file
                   2576: 
                   2577: 2010-05-22  misha
                   2578: 
                   2579:        * src/classes/reflection.C: - bugfix: core during detection of
                   2580:          .file if filespec isn't detected successfully
                   2581: 
                   2582: 2010-05-20  misha
                   2583: 
                   2584:        * src/main/pa_request.C: - fix in get_method_filename
                   2585: 
                   2586:        * src/include/pa_request.h: - new feature: #24 -- searching
                   2587:          included file in @USE/^use is changed. if its filespec doesn't
                   2588:          start from '/' it will be searched in caller file directory
                   2589: 
                   2590:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   2591:          where the method is defined
                   2592: 
                   2593:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   2594:          classes/op.C: - new feature: #24 -- searching included file in
                   2595:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   2596:          will be searched in caller file directory
                   2597: 
                   2598:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   2599:          is moved to pa_common.h
                   2600: 
                   2601: 2010-05-18  misha
                   2602: 
                   2603:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   2604:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   2605:          cookie parser decode \uXXXX as well as %uXXXX
                   2606: 
                   2607: 2010-05-17  misha
                   2608: 
                   2609:        * src/classes/curl.C: beauty: - unused param is removed in method
                   2610:          _curl_version_action - some spaces were removed or replaced by
                   2611:          tabs
                   2612: 
                   2613:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   2614:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   2615: 
                   2616: 2010-05-16  misha
                   2617: 
                   2618:        * src/classes/curl.C: new: #61 more curl options were added
                   2619:          (contributed by Sumo)
                   2620: 
                   2621: 2010-04-29  pretender
                   2622: 
                   2623:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   2624:          now empty string.
                   2625: 
                   2626:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   2627:          string type.
                   2628: 
                   2629: 2010-04-28  pretender
                   2630: 
                   2631:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   2632:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   2633:          macrodefinition removed
                   2634: 
                   2635: 2010-04-19  pretender
                   2636: 
                   2637:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   2638:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   2639: 
                   2640:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   2641:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   2642: 
                   2643:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   2644:          variable" exception in grpunlim version.
                   2645: 
                   2646: 2010-04-05  misha
                   2647: 
                   2648:        * src/classes/string.C: - new feature: 4th param was added to
                   2649:          match. if specified its value is returned in case of nothing was
                   2650:          found
                   2651: 
                   2652: 2010-04-01  misha
                   2653: 
                   2654:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   2655:          multiple execution of /a/b/auto.p
                   2656: 
                   2657: 2010-03-19  misha
                   2658: 
                   2659:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   2660: 
                   2661:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   2662: 
                   2663: 2010-01-27  misha
                   2664: 
                   2665:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   2666:          trying to open file by path /existing-file/non-exixting-file
                   2667: 
                   2668: 2010-01-26  misha
                   2669: 
                   2670:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   2671:          was added (returns file)
                   2672: 
                   2673: 2009-12-22  misha
                   2674: 
                   2675:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   2676:          now parser doesn't have class curl if it was built without it
                   2677: 
                   2678: 2009-12-15  misha
                   2679: 
                   2680:        * configure.in: - little cheat with curl include dir was added
                   2681: 
                   2682: 2009-12-05  misha
                   2683: 
                   2684:        * src/classes/curl.C: - some fixes
                   2685: 
                   2686: 2009-12-04  misha
                   2687: 
                   2688:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   2689:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   2690:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   2691:          class was added
                   2692: 
                   2693:        * src/include/pa_hash.h: - hash-iterator was added
                   2694: 
                   2695:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   2696:          was added to pcre
                   2697: 
                   2698: 2009-11-27  misha
                   2699: 
                   2700:        * src/classes/image.C: - don't add @border attribute to output of
                   2701:          ^image.html[] if it was specified by user with empty value
                   2702: 
                   2703:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   2704:          root element and we are trying to access .documentElement
                   2705: 
                   2706: 2009-11-11  misha
                   2707: 
                   2708:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   2709:          instead of number of items in first row for named tables
                   2710: 
                   2711: 2009-11-10  misha
                   2712: 
                   2713:        * operators.txt: - info about hash-options in ^file::create was
                   2714:          added
                   2715: 
                   2716:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   2717:          added
                   2718: 
                   2719: 2009-11-09  misha
                   2720: 
                   2721:        * buildall-with-xml: - moving to libxml 2.7.6
                   2722: 
                   2723:        * tests/236.html: - tests for comparations cords with functions
                   2724:          were added
                   2725: 
                   2726:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   2727:          added
                   2728: 
                   2729:        * src/main/pa_http.C: - little optimisation
                   2730: 
                   2731:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   2732:          GPF mallocs + stringstream (table.save)
                   2733: 
                   2734:        * src/classes/file.C: - file::create now accepts 4th param: options
                   2735:          with $.charset
                   2736: 
                   2737:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   2738:          bug in cord (comparation cords with functions was buggy)
                   2739: 
                   2740: 2009-11-06  misha
                   2741: 
                   2742:        * src/main/pa_string.C: - bugfix: calculation string.length
                   2743:          sometimes was buggy
                   2744: 
                   2745:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   2746:          destroyed if exception occured during match/replace
                   2747: 
                   2748:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   2749:          lengthUTF8Char was added
                   2750: 
                   2751:        * src/classes/op.C: - clean tainting lang was added for user's
                   2752:          usage
                   2753: 
                   2754:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   2755:          fixed: checkouts are required after GC_MALLOC
                   2756: 
                   2757:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   2758: 
                   2759:        * operators.txt: - actually, there is no ^untaint[xml] in
                   2760:          file::create
                   2761: 
                   2762: 2009-10-15  misha
                   2763: 
                   2764:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   2765:          were added
                   2766: 
                   2767:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   2768:          were added
                   2769: 
                   2770:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   2771:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   2772:          hacking: for dealing with transcoding+^taint[uri]
                   2773:          transcode_and_untaint was replaced by untaint_and_transcode
                   2774: 
                   2775: 2009-10-13  misha
                   2776: 
                   2777:        * tests/: 121.html, results/121.processed: - test transcoding +
                   2778:          url-escaping now
                   2779: 
                   2780:        * tests/results/auto.p: - more helpers' methods were added
                   2781: 
                   2782:        * src/main/pa_globals.C: - die instead of abort
                   2783: 
                   2784: 2009-10-06  misha
                   2785: 
                   2786:        * src/main/pa_common.C: - don't allocate memory during
                   2787:          capitalization if input string is already capitalized
                   2788: 
                   2789:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   2790: 
1.89      moko     2791:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   2792:          use format function because it calls malloc
1.86      moko     2793: 
                   2794:        * src/include/pa_common.h: - more capitalized headers were added
                   2795: 
                   2796:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   2797:          file writing
                   2798: 
                   2799: 2009-10-05  misha
                   2800: 
                   2801:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   2802: 
                   2803: 2009-10-03  misha
                   2804: 
                   2805:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   2806:          ^img.text[] & ^img.length[] can work in utf-8 now
                   2807: 
                   2808:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   2809:          UTF8_string_iterator was added
                   2810: 
                   2811:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   2812:          length
                   2813: 
                   2814:        * src/classes/mail.C: - check from before get message.cstr
                   2815: 
                   2816: 2009-10-02  misha
                   2817: 
                   2818:        * tests/233.html: - test for image.font, image.length, image.text
                   2819:          with text in utf-8 were added
                   2820: 
                   2821:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   2822: 
                   2823:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   2824:          version for freebsd 4 was added
                   2825: 
                   2826: 2009-10-01  misha
                   2827: 
                   2828:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   2829:          terminator) - read_pipe were slightly optimized
                   2830: 
                   2831: 2009-09-28  misha
                   2832: 
                   2833:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   2834:          removed
                   2835: 
                   2836:        * src/types/pa_vmail.C: - forgot about space after ':'
                   2837: 
                   2838:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   2839:          body - small simplifications
                   2840: 
                   2841:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   2842:          inout params like pa_base64
                   2843: 
                   2844:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   2845:          option $.debug-print(1) was added to mail:send - changes for
                   2846:          using uue_encode which uses less memory
                   2847: 
                   2848:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   2849: 
                   2850:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   2851:          memory now
                   2852: 
                   2853: 2009-09-26  misha
                   2854: 
                   2855:        * src/types/pa_vmail.C: - default encoding now is base64
                   2856: 
                   2857:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   2858: 
                   2859: 2009-09-25  misha
                   2860: 
                   2861:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   2862:          sending mail as well
                   2863: 
                   2864:        * buildall-with-xml: - catalog package was removed from libxml
                   2865: 
                   2866:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   2867:          win32 absolute path
                   2868: 
                   2869:        * src/include/pa_common.h: - one more capitalized header was added
                   2870: 
                   2871: 2009-09-22  misha
                   2872: 
                   2873:        * INSTALL: - comment about building just httpd binary while
                   2874:          building apache module was added
                   2875: 
                   2876: 2009-09-21  misha
                   2877: 
                   2878:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   2879:          libxml 2.7.4 and libxslt 1.1.25
                   2880: 
                   2881: 2009-09-19  misha
                   2882: 
                   2883:        * tests/231.html: - test for encoding cookie in win-1251
                   2884: 
                   2885: 2009-09-18  misha
                   2886: 
                   2887:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   2888:          object] were added
                   2889: 
                   2890:        * operators.txt: - info about method ^reflection:fields[class or
                   2891:          object] was added
                   2892: 
                   2893:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   2894:          object] was added
                   2895: 
                   2896:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   2897:          methods get_fields were added
                   2898: 
                   2899:        * tests/232.html: - tests for @GET[name]
                   2900: 
                   2901:        * src/classes/table.C: - some changes in handling hash-options for
                   2902:          creare, join and locate
                   2903: 
                   2904:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   2905:          defined with option: the type of requested value
                   2906: 
                   2907: 2009-09-17  misha
                   2908: 
                   2909:        * tests/212.html: - tests for .pattern and .options were added
                   2910: 
                   2911:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   2912:          $regex.options were added
                   2913: 
                   2914: 2009-09-11  misha
                   2915: 
                   2916:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   2917:          rewrited. it checks not just one case of sending cookies during
                   2918:          file::load[http], but also sending headers and fields (including
                   2919:          files)
                   2920: 
                   2921: 2009-09-10  misha
                   2922: 
                   2923:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   2924:          was removed => now parser can open files with Russian 'r' in
                   2925:          filename
                   2926: 
                   2927:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   2928:          while escaping cookies but now source charset
                   2929: 
                   2930:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   2931:          ^tainted[uri] so it was possible to make request with incorrect
                   2932:          http header
                   2933: 
                   2934:        * src/main/pa_http.C: - capitalization of http headers during
                   2935:          file::load[http was slightly changes - bugfix: all headers which
                   2936:          parser sends during file::load[http should be transcoded and only
                   2937:          then escaped
                   2938: 
                   2939:        * src/main/untaint.C: - a bit more comments were added
                   2940: 
                   2941:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   2942:          warnings)
                   2943: 
                   2944:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   2945:          headers during file::load[http were added
                   2946: 
                   2947: 2009-09-08  misha
                   2948: 
                   2949:        * operators.txt: - changes in file.save and string.save were added
                   2950: 
                   2951:        * tests/: 230.html, 230.txt: - tests for checking options in
                   2952:          file.save and string.save were added
                   2953: 
                   2954:        * src/main/pa_request.C: - http headers names, which are passed to
                   2955:          SAPI::add_header_attribute are lowercased now (it'll be
                   2956:          capitalized in that method)
                   2957: 
                   2958:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   2959:          classes/string.C: - file_write accepts Request_charsets and asked
                   2960:          charset and cound transcode content before writing - string.save
                   2961:          and file.save have option $.charset now
                   2962: 
                   2963:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   2964:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   2965:          charset and cound transcode content before writing
                   2966: 
                   2967:        * src/include/pa_exception.h: - new exception comment string was
                   2968:          defined
                   2969: 
                   2970: 2009-09-07  misha
                   2971: 
                   2972:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   2973:          sub-pattern\s
                   2974: 
                   2975: 2009-09-04  misha
                   2976: 
                   2977:        * src/main/pa_http.C: - capitalization of http headers during
                   2978:          file::load[http was implemented
                   2979: 
                   2980: 2009-09-03  misha
                   2981: 
                   2982:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2983:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
1.89      moko     2984:          types/pa_vmail.C, targets/cgi/parser3.C,
                   2985:          targets/isapi/parser3isapi.C: - back to storing response http
                   2986:          headers in lowercase - capitalize them during output
1.86      moko     2987: 
                   2988: 2009-08-31  misha
                   2989: 
                   2990:        * src/classes/table.C: - allow call with any brackets (it could be
                   2991:          useful in methods with explict result declaration)
                   2992: 
                   2993:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   2994:          correctly if $request:charset==koi8-r
                   2995: 
                   2996: 2009-08-30  misha
                   2997: 
                   2998:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   2999:          changed: content-type => Content-type and so on
                   3000: 
                   3001:        * src/classes/file.C, src/include/pa_common.h,
                   3002:          src/include/pa_request.h, src/main/pa_http.C,
                   3003:          src/main/pa_request.C, src/types/pa_vcookie.C,
1.89      moko     3004:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   3005:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   3006:          tests/results/002.processed, tests/results/003.processed,
                   3007:          tests/results/004.processed, tests/results/005.processed,
                   3008:          tests/results/006.processed, tests/results/007.processed,
                   3009:          tests/results/008.processed, tests/results/009.processed,
                   3010:          tests/results/010.processed, tests/results/011.processed,
                   3011:          tests/results/012.processed, tests/results/013.processed,
                   3012:          tests/results/014.processed, tests/results/015.processed,
                   3013:          tests/results/016.processed, tests/results/017.processed,
                   3014:          tests/results/018.processed, tests/results/019.processed,
                   3015:          tests/results/020.processed, tests/results/021.processed,
                   3016:          tests/results/022.processed, tests/results/023.processed,
                   3017:          tests/results/024.processed, tests/results/025.processed,
                   3018:          tests/results/026.processed, tests/results/027.processed,
                   3019:          tests/results/028.processed, tests/results/029.processed,
                   3020:          tests/results/030.processed, tests/results/031.processed,
                   3021:          tests/results/032.processed, tests/results/033.processed,
                   3022:          tests/results/034.processed, tests/results/035.processed,
                   3023:          tests/results/036.processed, tests/results/037.processed,
                   3024:          tests/results/038.processed, tests/results/039.processed,
                   3025:          tests/results/040.processed, tests/results/041.processed,
                   3026:          tests/results/042.processed, tests/results/043.processed,
                   3027:          tests/results/044.processed, tests/results/045.processed,
                   3028:          tests/results/046.processed, tests/results/047.processed,
                   3029:          tests/results/048.processed, tests/results/049.processed,
                   3030:          tests/results/050.processed, tests/results/051.processed,
                   3031:          tests/results/052.processed, tests/results/053.processed,
                   3032:          tests/results/054.processed, tests/results/055.processed,
                   3033:          tests/results/056.processed, tests/results/057.processed,
                   3034:          tests/results/058.processed, tests/results/059.processed,
                   3035:          tests/results/060.processed, tests/results/061.processed,
                   3036:          tests/results/062.processed, tests/results/063.processed,
                   3037:          tests/results/064.processed, tests/results/065.processed,
                   3038:          tests/results/066.processed, tests/results/067.processed,
                   3039:          tests/results/068.processed, tests/results/069.processed,
                   3040:          tests/results/070.processed, tests/results/071.processed,
                   3041:          tests/results/072.processed, tests/results/073.processed,
                   3042:          tests/results/074.processed, tests/results/075.processed,
                   3043:          tests/results/076.processed, tests/results/077.processed,
                   3044:          tests/results/078.processed, tests/results/079.processed,
                   3045:          tests/results/080.processed, tests/results/081.processed,
                   3046:          tests/results/082.processed, tests/results/083.processed,
                   3047:          tests/results/084.processed, tests/results/085.processed,
                   3048:          tests/results/086.processed, tests/results/087.processed,
                   3049:          tests/results/088.processed, tests/results/089.processed,
                   3050:          tests/results/090.processed, tests/results/091.processed,
                   3051:          tests/results/092.processed, tests/results/093.processed,
                   3052:          tests/results/094.processed, tests/results/095.processed,
                   3053:          tests/results/096.processed, tests/results/097.processed,
                   3054:          tests/results/098.processed, tests/results/099.processed,
                   3055:          tests/results/100.processed, tests/results/101.processed,
                   3056:          tests/results/102.processed, tests/results/103.processed,
                   3057:          tests/results/104.processed, tests/results/105.processed,
                   3058:          tests/results/106.processed, tests/results/107.processed,
                   3059:          tests/results/108.processed, tests/results/109.processed,
                   3060:          tests/results/110.processed, tests/results/111.processed,
                   3061:          tests/results/112.processed, tests/results/113.processed,
                   3062:          tests/results/114.processed, tests/results/115.processed,
                   3063:          tests/results/116.processed, tests/results/117.processed,
                   3064:          tests/results/118.processed, tests/results/119.processed,
                   3065:          tests/results/120.processed, tests/results/121.processed,
                   3066:          tests/results/122.processed, tests/results/123.processed,
                   3067:          tests/results/124.processed, tests/results/125.processed,
                   3068:          tests/results/126.processed, tests/results/127.processed,
                   3069:          tests/results/128.processed, tests/results/129.processed,
                   3070:          tests/results/130.processed, tests/results/131.processed,
                   3071:          tests/results/132.processed, tests/results/133.processed,
                   3072:          tests/results/134.processed, tests/results/135.processed,
                   3073:          tests/results/136.processed, tests/results/138.processed,
                   3074:          tests/results/139.processed, tests/results/140.processed,
                   3075:          tests/results/141.processed, tests/results/142.processed,
                   3076:          tests/results/143.processed, tests/results/144.processed,
                   3077:          tests/results/145.processed, tests/results/146.processed,
                   3078:          tests/results/147.processed, tests/results/148.processed,
                   3079:          tests/results/149.processed, tests/results/150.processed,
                   3080:          tests/results/151.processed, tests/results/152.processed,
                   3081:          tests/results/153.processed, tests/results/154.processed,
                   3082:          tests/results/155.processed, tests/results/156.processed,
                   3083:          tests/results/157.processed, tests/results/158.processed,
                   3084:          tests/results/159.processed, tests/results/160.processed,
                   3085:          tests/results/161.processed, tests/results/162.processed,
                   3086:          tests/results/163.processed, tests/results/164.processed,
                   3087:          tests/results/165.processed, tests/results/166.processed,
                   3088:          tests/results/167.processed, tests/results/168.processed,
                   3089:          tests/results/169.processed, tests/results/170.processed,
                   3090:          tests/results/171.processed, tests/results/172.processed,
                   3091:          tests/results/173.processed, tests/results/174.processed,
                   3092:          tests/results/175.processed, tests/results/176.processed,
                   3093:          tests/results/177.processed, tests/results/178.processed,
                   3094:          tests/results/179.processed, tests/results/180.processed,
                   3095:          tests/results/181.processed, tests/results/182.processed,
                   3096:          tests/results/183.processed, tests/results/184.processed,
                   3097:          tests/results/185.processed, tests/results/186.processed,
                   3098:          tests/results/187.processed, tests/results/188.processed,
                   3099:          tests/results/189.processed, tests/results/190.processed,
                   3100:          tests/results/191.processed, tests/results/192.processed,
                   3101:          tests/results/193.processed, tests/results/194.processed,
                   3102:          tests/results/195.processed, tests/results/196.processed,
                   3103:          tests/results/197.processed, tests/results/198.processed,
                   3104:          tests/results/199.processed, tests/results/200.processed,
                   3105:          tests/results/201.processed, tests/results/202.processed,
                   3106:          tests/results/203.processed, tests/results/204.processed,
                   3107:          tests/results/205.processed, tests/results/206.processed,
                   3108:          tests/results/207.processed, tests/results/208.processed,
                   3109:          tests/results/209.processed, tests/results/210.processed,
                   3110:          tests/results/211.processed, tests/results/212.processed,
                   3111:          tests/results/213.processed, tests/results/214.processed,
                   3112:          tests/results/215.processed, tests/results/216.processed,
                   3113:          tests/results/217.processed, tests/results/218.processed,
                   3114:          tests/results/219.processed, tests/results/220.processed,
                   3115:          tests/results/221.processed, tests/results/222.processed,
                   3116:          tests/results/223.processed, tests/results/224.processed,
                   3117:          tests/results/225.processed, tests/results/226.processed,
                   3118:          tests/results/227.processed, tests/results/228.processed,
                   3119:          tests/results/229.processed: - http headers were changed:
                   3120:          content-type => Content-type and so on
1.86      moko     3121: 
                   3122: 2009-08-27  misha
                   3123: 
                   3124:        * src/: main/pa_random.C, include/pa_random.h,
                   3125:          targets/cgi/parser3.C: - year was updated :)
                   3126: 
                   3127: 2009-08-26  misha
                   3128: 
                   3129:        * tests/: 224.html, 224.p: - test for creating of parser object
                   3130:          using constructor without params - little bugfix in test
                   3131: 
                   3132:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   3133:          checking existed class while processing partial option
                   3134: 
                   3135:        * src/classes/reflection.C: - bugfix: core when creating object
                   3136:          with reflection and constructor doesn't have params
                   3137: 
                   3138: 2009-08-24  misha
                   3139: 
                   3140:        * tests/229.html: - tests for checking the number of parameters
                   3141:          were added
                   3142: 
                   3143:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   3144:          number of method's parameters wasn't checked correctly (the bug
                   3145:          was introduced in 3.4.0)
                   3146: 
                   3147: 2009-08-22  misha
                   3148: 
                   3149:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   3150:          transcoded, but tainted pieces are escaped only when
                   3151:          content-type==url-encoding
                   3152: 
                   3153:        * tests/228.html: - test for checking
                   3154:          ^file::load[http://...;$.body[]]
                   3155: 
                   3156:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   3157:          post charset was too early (charsets is empty at this moment)
                   3158: 
                   3159: 2009-08-21  misha
                   3160: 
                   3161:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   3162:          main/untaint.C: - some fixes with transcode+untaint
                   3163: 
                   3164: 2009-08-15  misha
                   3165: 
                   3166:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   3167:          was increaced to 100 (was 50)
                   3168: 
                   3169:        * tests/227.html: - test for checking overriding properties in
                   3170:          static classes was added
                   3171: 
                   3172:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   3173: 
                   3174:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   3175:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   3176:          autouse was implemented
                   3177: 
                   3178: 2009-08-14  misha
                   3179: 
                   3180:        * src/classes/reflection.C: - outdated checkout was removed
                   3181: 
                   3182:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   3183:          added.
                   3184: 
                   3185:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   3186:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   3187: 
                   3188:        * src/types/pa_vclass.C: - exception if base on sytem class
                   3189: 
                   3190: 2009-08-12  misha
                   3191: 
                   3192:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   3193:          pa_vstateless_class.h: - little optimisation
                   3194: 
                   3195: 2009-08-11  misha
                   3196: 
                   3197:        * tests/224.html: - method_params => method_info - checking for
                   3198:          $.inherited
                   3199: 
                   3200:        * src/classes/reflection.C, operators.txt: - method method_params
                   3201:          was renamed to method_info and now it returns class name, if
                   3202:          method was defined in ancestor
                   3203: 
                   3204:        * tests/225.html: - tests for cheching properties in hierarhical
                   3205:          classes were added
                   3206: 
                   3207:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   3208:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3209:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   3210:          with properties in new classes implementation were fixed
                   3211: 
                   3212: 2009-08-10  misha
                   3213: 
                   3214:        * src/main/execute.C: - now constructor shouldn't be defined in
                   3215:          class. it could be defined in parent.
                   3216: 
                   3217: 2009-08-09  misha
                   3218: 
                   3219:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   3220:          base's methods
                   3221: 
                   3222: 2009-08-08  misha
                   3223: 
                   3224:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   3225:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   3226:          classes/image.C, classes/mail.C, classes/op.C,
                   3227:          classes/reflection.C, classes/regex.C, classes/string.C,
                   3228:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   3229:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   3230:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   3231:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   3232:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3233:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3234:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   3235:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   3236:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   3237:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   3238:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   3239:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   3240:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   3241:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3242:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3243:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3244:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3245:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   3246:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   3247:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   3248:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   3249:          implementation
                   3250: 
                   3251:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   3252:          USE_MUNMAP is used. so it is disabled as a workaround.
                   3253: 
                   3254: 2009-08-05  misha
                   3255: 
                   3256:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   3257:          parameter was removed
                   3258: 
                   3259:        * src/main/pa_http.C: - bugfix: error was during detecting
                   3260:          content-type of file which was loaded by http
                   3261: 
                   3262: 2009-08-01  misha
                   3263: 
                   3264:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   3265:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   3266:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   3267:          can't be disabled with defines any longer
                   3268: 
                   3269: 2009-07-29  misha
                   3270: 
                   3271:        * src/classes/reflection.C, tests/results/224.processed: - for
                   3272:          native methods with any call type now returned empty call_type
                   3273:          value
                   3274: 
                   3275:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3276:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   3277:          main/pa_request.C: - break in cycles was optimized
                   3278: 
                   3279:        * INSTALL: - more defines were described
                   3280: 
                   3281: 2009-07-28  misha
                   3282: 
                   3283:        * operators.txt: - some changes in information about reflection
                   3284:          class
                   3285: 
                   3286:        * tests/: 224.html, 224.p: - tests for reflection class
                   3287: 
                   3288:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   3289:          was added, refactoring
                   3290: 
                   3291: 2009-07-26  misha
                   3292: 
                   3293:        * src/classes/classes.vcproj: - reflection class wass added to
                   3294:          project
                   3295: 
                   3296:        * operators.txt: - information about reflection class was added
                   3297: 
                   3298:        * src/classes/reflection.C: - class was redesigned
                   3299: 
                   3300: 2009-07-24  misha
                   3301: 
                   3302:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   3303:          added
                   3304: 
                   3305:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   3306:          in classes was added
                   3307: 
                   3308: 2009-07-22  misha
                   3309: 
                   3310:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   3311:          over-optimized. it failed if $object1.$object2.field
                   3312: 
                   3313: 2009-07-16  misha
                   3314: 
                   3315:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   3316:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   3317:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   3318:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   3319:          one more arg: length of cord
                   3320: 
                   3321: 2009-07-15  misha
                   3322: 
                   3323:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   3324:          tainted in ^file::load[http://...;$.cookies[]]
                   3325: 
                   3326:        * src/classes/: op.C, regex.C, string.C: - new string with
                   3327:          exception was used
                   3328: 
                   3329:        * src/include/pa_exception.h: - new string with exception was added
                   3330: 
                   3331:        * tests/223.html: - test for checking cookie-encoding during
                   3332:          ^file::load[http was added
                   3333: 
                   3334:        * tests/: 221.html, 222.html: - tests for checking type of
                   3335:          $table.fields.field were added
                   3336: 
                   3337:        * src/types/pa_vtable.C: - not used var decl was removed
                   3338: 
                   3339:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   3340:          it improves speed of match with brackets in pattern
                   3341: 
                   3342:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   3343:          outside
                   3344: 
                   3345: 2009-07-14  misha
                   3346: 
                   3347:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   3348:          column is empty (sometime returned void) - $table.fields was
                   3349:          added for nameless tables
                   3350: 
                   3351:        * src/targets/cgi/getopt.c: - one warning resolved
                   3352: 
                   3353:        * src/main/pa_string.C: - potentian bug fixed
                   3354: 
                   3355:        * src/classes/op.C: - small optimization in taint/untaint
                   3356: 
                   3357: 2009-07-13  misha
                   3358: 
                   3359:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   3360:          added
                   3361: 
                   3362:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   3363:          souldn't add the attribut to output
                   3364: 
                   3365: 2009-07-11  misha
                   3366: 
1.89      moko     3367:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   3368:          stack size was increaced to 2MB (default=1MB)
1.86      moko     3369: 
                   3370: 2009-07-08  misha
                   3371: 
                   3372:        * src/main/pa_string.C: - link to UTF-8 description was added
                   3373: 
                   3374:        * src/include/pa_hash.h: - hash keeps element's order in more
                   3375:          places (ex: ._keys[])
                   3376: 
                   3377:        * tests/220.html: - test for checking order of elements in hash in
                   3378:          foreach was added
                   3379: 
                   3380:        * tests/172.html: - small changes in printing hash
                   3381: 
                   3382:        * tests/129.html: - small changes in printing hash
                   3383: 
                   3384:        * src/: include/pa_common.h, include/pa_hash.h,
                   3385:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   3386:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   3387: 
                   3388:        * tests/014.html: - small changes in printing hash
                   3389: 
                   3390: 2009-07-07  misha
                   3391: 
                   3392:        * src/classes/op.C: - new taint language "parser-code" was added
                   3393: 
                   3394:        * tests/219.html: - test for auto untaint parser code in process
                   3395:          was added
                   3396: 
                   3397:        * src/classes/op.C: - tainted pieces in body of process are
                   3398:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   3399: 
                   3400:        * src/: include/pa_string.h, main/untaint.C: - new language
                   3401:          L_PARSER_CODE for auto-untaint in process was added
                   3402: 
                   3403:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   3404:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   3405:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   3406:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   3407:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   3408:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   3409:          code cleanup
                   3410: 
                   3411: 2009-07-06  misha
                   3412: 
                   3413:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   3414:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   3415:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   3416: 
                   3417:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   3418:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   3419:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   3420:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   3421:          should be used
                   3422: 
                   3423:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   3424:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   3425:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   3426:          untaint_cstr[m] should be used
                   3427: 
                   3428:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   3429:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   3430: 
                   3431:        * tests/218.html: - test for checking automatic file-spec-taint was
                   3432:          added
                   3433: 
                   3434:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   3435:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   3436:          classes/file.C, classes/hash.C, classes/image.C,
                   3437:          classes/string.C, classes/table.C, classes/void.C,
                   3438:          classes/xdoc.C: - optimizations and simplification of
                   3439:          string.cstr(...)
                   3440: 
                   3441:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   3442:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   3443:          - optimizations and simplification of string.cstr(...)
                   3444: 
                   3445: 2009-07-04  misha
                   3446: 
                   3447:        * tests/217.html: - test for recursion detection was added
                   3448: 
                   3449:        * src/: types/types.vcproj, main/main.vcproj,
1.89      moko     3450:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   3451:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   3452:          from .vcproj
1.86      moko     3453: 
                   3454:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   3455: 
                   3456:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   3457:          uploading files and case-insensitive http-method were added
                   3458: 
                   3459:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   3460:          tainted pattern in ^file:list[] was added
                   3461: 
                   3462: 2009-07-03  misha
                   3463: 
                   3464:        * src/: classes/classes.vcproj, main/main.vcproj,
                   3465:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   3466:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   3467:          for dynamic_cast) - little options changes
                   3468: 
                   3469:        * src/main/pa_http.C: - file::load[http works now with uploading
                   3470:          files _and_ changing $.charset
                   3471: 
                   3472: 2009-06-29  misha
                   3473: 
                   3474:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   3475:          while creating pattern
                   3476: 
                   3477: 2009-06-25  misha
                   3478: 
                   3479:        * src/classes/image.C, operators.txt: - options' names for
                   3480:          ^image.font were changed to $.space, $.width and $spacing -
                   3481:          default space width now == gif's width
                   3482: 
                   3483: 2009-06-24  misha
                   3484: 
                   3485:        * tests/215.html: - tests for $file.mode were added
                   3486: 
                   3487:        * operators.txt: - added info about $file.mode and changes in
                   3488:          ^image.font[
                   3489: 
                   3490:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   3491:          param now could be omited - third param now could be hash (with
                   3492:          all widths options: $.space-width, $.letter-width) - it's
                   3493:          possible to specify tracking ($.letter-space)
                   3494: 
                   3495:        * src/classes/file.C: - file objects now could have mode field
                   3496:          (text|binary)
                   3497: 
                   3498:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   3499: 
                   3500: 2009-06-23  misha
                   3501: 
                   3502:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   3503:          trim can work with utf-8 chars now
                   3504: 
                   3505: 2009-06-20  misha
                   3506: 
                   3507:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   3508:          was implemented
                   3509: 
                   3510:        * src/classes/table.C: - string length cacheing was implemented
                   3511: 
                   3512:        * src/include/pa_string.h: - string length cacheing was implemented
                   3513: 
                   3514: 2009-06-17  misha
                   3515: 
                   3516:        * src/main/execute.C: - value param was removed from
                   3517:          WContext::WContext
                   3518: 
                   3519:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   3520:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   3521:          - field wcontext was removed from VCodeFrame (using fparent
                   3522:          instead)
                   3523: 
                   3524:        * tests/214.html: - test with hash copying
                   3525: 
                   3526: 2009-06-16  misha
                   3527: 
                   3528:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   3529:          strings doesn't work in expression anymore
                   3530: 
                   3531:        * src/main/execute.C: - less calls for get_constructing() - little
                   3532:          refactoring
                   3533: 
                   3534:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   3535:          include/pa_request.h: - less calls for get_constructing()
                   3536: 
                   3537:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   3538:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   3539: 
                   3540: 2009-06-14  misha
                   3541: 
                   3542:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   3543:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   3544:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   3545:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   3546:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   3547:          storing object's fields only for parser objects
                   3548: 
                   3549: 2009-06-13  misha
                   3550: 
                   3551:        * buildall-with-xml, buildall-without-xml: - new option was added
                   3552:          for building GC (it slightly reduces memory usage)
                   3553: 
                   3554:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   3555:          single string write
                   3556: 
                   3557:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   3558:          - optimization of single string write
                   3559: 
                   3560:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   3561:          - bytecode optimization of ^class:constructor
                   3562: 
                   3563: 2009-06-09  misha
                   3564: 
                   3565:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   3566:          main (better compatibility)
                   3567: 
                   3568: 2009-06-08  misha
                   3569: 
                   3570:        * src/main/compile.y: - I've forgot to commit it :(
                   3571: 
                   3572: 2009-06-07  misha
                   3573: 
                   3574:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   3575:          WITH_READ and WITH_ROOT
                   3576: 
                   3577:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3578:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   3579:          WITH_ROOT - little refactoring
                   3580: 
                   3581: 2009-06-06  misha
                   3582: 
                   3583:        * tests/213.html: - tests for 3rd match string-param were added
                   3584: 
                   3585:        * src/classes/string.C: - 3rd match param could be string now
                   3586: 
                   3587:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   3588:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   3589:          GET_OBJECT_ELEMENT
                   3590: 
                   3591: 2009-06-05  misha
                   3592: 
                   3593:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   3594:          if $.body was specified
                   3595: 
                   3596: 2009-06-04  misha
                   3597: 
                   3598:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   3599: 
                   3600:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   3601: 
                   3602:        * src/main/execute.C: - little refactoring - optimizing
                   3603:          write_assign_lang in taint/untaint
                   3604: 
                   3605:        * src/include/pa_opcode.h: - little refactoring
                   3606: 
                   3607:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   3608:          main/compile_tools.h, main/execute.C: - optimizations for
                   3609:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   3610:          were added
                   3611: 
                   3612: 2009-06-03  misha
                   3613: 
                   3614:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   3615: 
                   3616: 2009-06-02  misha
                   3617: 
                   3618:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   3619:          include/pa_opcode.h: - refactoring in last optimizations
                   3620:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   3621:          now but code is much easy and it is ready for further
                   3622:          improvements.
                   3623: 
                   3624: 2009-05-27  misha
                   3625: 
                   3626:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   3627:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   3628:          changed in destructing junctions
                   3629: 
                   3630:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   3631:          String:Body
                   3632: 
                   3633: 2009-05-26  misha
                   3634: 
                   3635:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   3636:          one method detect_charset was deleted - bug was fixed in this
                   3637:          method (error while detecting charset in content_type withot last
                   3638:          ';')
                   3639: 
                   3640:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   3641:          once
                   3642: 
                   3643: 2009-05-25  misha
                   3644: 
                   3645:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   3646:          optimizing of helper_length
                   3647: 
                   3648: 2009-05-24  misha
                   3649: 
                   3650:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   3651:          were added - little refactoring
                   3652: 
                   3653:        * src/main/execute.C: - core while printing in debug log
                   3654:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   3655:          optimisations were added
                   3656: 
                   3657:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   3658:          were added
                   3659: 
                   3660: 2009-05-23  misha
                   3661: 
                   3662:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3663:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   3664:          CORD_cat optimization
                   3665: 
                   3666:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   3667:          - call constr optimisation under separate define now
                   3668: 
                   3669:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   3670:          in $b should be string, not void
                   3671: 
                   3672:        * src/main/compile.y: - little fix for rem-cut optimisation
                   3673: 
                   3674:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   3675:          main/compile_tools.h, main/execute.C: - optimisations for
                   3676:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   3677: 
                   3678:        * INSTALL: - description of some #defined were added
                   3679: 
                   3680:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   3681:          before 1st access (memory usage is reduced if don't access to
                   3682:          .text field)
                   3683: 
                   3684:        * src/include/pa_array.h: - array grows step now not static (it
                   3685:          reduces numbers of reallocs)
                   3686: 
                   3687: 2009-05-20  misha
                   3688: 
                   3689:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   3690:          $.b(2), $c[d] and $.e[f] was added
                   3691: 
                   3692:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3693:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   3694:          $.e[f] was added
                   3695: 
                   3696:        * src/main/execute.C: - debug printing moved in defines
                   3697: 
                   3698:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   3699:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   3700:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   3701: 
                   3702: 2009-05-19  misha
                   3703: 
                   3704:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3705:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   3706: 
                   3707:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   3708:          ^a.$b optimisation)
                   3709: 
                   3710:        * src/main/compile.y: - compiler now generate new opcodes:
                   3711:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   3712:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   3713:          of params }
                   3714: 
                   3715:        * src/main/execute.C: - code for handle new opcodes
                   3716:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   3717: 
                   3718:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   3719:          added for LA2V and LA2S
                   3720: 
                   3721:        * src/include/pa_opcode.h: - new defines which can be used for
                   3722:          disable some bytecode optimisation and new opcodes were added
                   3723: 
                   3724: 2009-05-17  misha
                   3725: 
                   3726:        * src/lib/cord/cordxtra.c: - bugfix.
                   3727: 
                   3728:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   3729: 
                   3730:        * operators.txt: - info about regex class was added
                   3731: 
                   3732:        * tests/212.html: - tests for regex class were added
                   3733: 
                   3734: 2009-05-16  misha
                   3735: 
                   3736:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   3737:          gc7.1
                   3738: 
                   3739:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   3740:          was added
                   3741: 
                   3742:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   3743:          param) should work
                   3744: 
                   3745: 2009-05-15  misha
                   3746: 
                   3747:        * src/classes/table.C: - automatically disable stringstream usage
                   3748:          on freebsd4
                   3749: 
                   3750:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   3751:          scope
                   3752: 
                   3753:        * tests/211.html: - test with different types of access to hash was
                   3754:          added
                   3755: 
                   3756:        * tests/210.html: - test which checks for loosing tainting in
                   3757:          hash's keys was added
                   3758: 
                   3759:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   3760: 
                   3761:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   3762: 
                   3763:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   3764: 
                   3765:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   3766:          optimisations for increacing version number more dramatically :)
                   3767: 
                   3768:        * src/classes/date.C: - little refactoring: use constructor which
                   3769:          accepts formated string
                   3770: 
                   3771:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   3772:          which can print formatted string was added
                   3773: 
                   3774: 2009-05-14  misha
                   3775: 
                   3776:        * src/include/pa_string.h: - type was fixed
                   3777: 
                   3778:        * src/: classes/hashfile.C, classes/op.C,
                   3779:          include/pa_cache_managers.h, include/pa_charset.h,
                   3780:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   3781:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   3782:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   3783:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   3784:          main/pa_charsets.C, main/pa_string.C,
                   3785:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   3786:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3787:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   3788:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   3789:          (seaches should be faster now)
                   3790: 
                   3791:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   3792:          classes/string.C, classes/table.C, include/pa_string.h,
                   3793:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   3794:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   3795:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   3796:          types/pa_vrequest.C: - String constructors don't have that stupid
                   3797:          true/false param which means 'tainted'. they accept lang instead.
                   3798: 
                   3799:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   3800:          with OPTIMIZE_RESULT
                   3801: 
                   3802:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   3803:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   3804: 
                   3805: 2009-05-13  misha
                   3806: 
                   3807:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   3808:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   3809:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3810:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   3811:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   3812:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   3813:          include/pa_string.h, classes/date.C, classes/file.C,
                   3814:          classes/hash.C, classes/image.C, classes/string.C,
                   3815:          classes/table.C, classes/xdoc.C: - result optimisation -
                   3816:          helper_length parameter removed from string constructors
                   3817: 
                   3818: 2009-05-11  misha
                   3819: 
                   3820:        * tests/209.html: - tests for ^hash::create[hash] were added
                   3821: 
                   3822:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   3823:          ^memory:compact[] were added
                   3824: 
                   3825:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   3826:          log10 were added
                   3827: 
                   3828:        * tests/206.html: - test for try with finally was added
                   3829: 
                   3830: 2009-05-10  misha
                   3831: 
                   3832:        * tests/205.html: - test for ^file::create[...] was added
                   3833: 
                   3834:        * tests/204.html: - test for ^response:clear[] was added
                   3835: 
                   3836:        * tests/038.html: - tests for trigonometric functions were added
                   3837: 
                   3838:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   3839:          added - more tests for .add, .sub, .union, .intersects and
                   3840:          .intersections
                   3841: 
                   3842:        * tests/065.html: - test for ^file:dirname was added
                   3843: 
                   3844:        * tests/030.html: - test for $cookie:fields was added
                   3845: 
                   3846:        * tests/203.html: - test for ^h._keys[column name] was added
                   3847: 
                   3848:        * tests/201.html: - tests for .trim were added
                   3849: 
                   3850:        * tests/202.html: - tests for last-day,
                   3851:          date:calendar[type](YYYY;MM;DD) were added
                   3852: 
                   3853:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   3854:          .offset[type](N) were added
                   3855: 
                   3856:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   3857:          and .pos[c](N) were added
                   3858: 
                   3859:        * tests/141.html: - test for math:sha1 was added
                   3860: 
                   3861:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   3862: 
                   3863: 2009-05-09  misha
                   3864: 
                   3865:        * src/main/compile.y: - rollback
                   3866: 
                   3867: 2009-05-05  misha
                   3868: 
                   3869:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   3870:          replaced by is_empty()
                   3871: 
                   3872:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   3873:          optimisation: somewhere length() was replaced by is_empty()
                   3874: 
                   3875:        * src/classes/table.C: - little optimisation: somewhere length()
                   3876:          was replaced by is_empty()
                   3877: 
                   3878:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   3879:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   3880:          optimisation: somewhere length() was replaced by is_empty()
                   3881: 
                   3882: 2009-05-04  misha
                   3883: 
                   3884:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   3885:          types/pa_vstateless_class.h, main/execute.C,
                   3886:          include/pa_request.h, classes/hash.C, classes/op.C,
                   3887:          classes/table.C: - more optimisations were added: some operators
                   3888:          don't switch write context anylonger
                   3889: 
                   3890: 2009-05-01  misha
                   3891: 
                   3892:        * src/main/compile.y: - slightly more opcode optimisations for
                   3893:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   3894: 
                   3895:        * src/main/execute.C: - simplifying process for getters
                   3896: 
                   3897: 2009-04-30  misha
                   3898: 
                   3899:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   3900: 
                   3901:        * tests/results/199.processed: - test for checking $result into
                   3902:          ^rem was added
                   3903: 
                   3904:        * tests/199.html: - test for checking $result into ^rem was added
                   3905: 
                   3906:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   3907:          some OS it returns list in different order)
                   3908: 
                   3909:        * src/: include/pa_array.h, include/pa_request.h,
                   3910:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   3911:          changes in stack impl - get_element() optimisation: 3rd param
                   3912:          removed - bugfix: problems with reading empty input param -
                   3913:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   3914: 
                   3915:        * tests/results/198.processed: - test for reading empty local var
                   3916:          was added
                   3917: 
                   3918:        * tests/198.html: - test for reading empty local var was added
                   3919: 
                   3920: 2009-04-29  misha
                   3921: 
                   3922:        * src/main/compile.y: - bugfix: couldn't compile because
                   3923:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   3924: 
                   3925:        * src/: include/pa_array.h, include/pa_opcode.h,
                   3926:          include/pa_request.h, main/compile.y, main/execute.C,
                   3927:          main/pa_request.C, types/pa_vmethod_frame.C,
                   3928:          types/pa_vmethod_frame.h: - we can work without opcode
                   3929:          OP_STORE_PARAM, so it was removed
                   3930: 
                   3931: 2009-04-28  misha
                   3932: 
                   3933:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   3934:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   3935:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   3936:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   3937:          4.
                   3938:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   3939: 
                   3940:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   3941: 
                   3942:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   3943:          is_empty()
                   3944: 
                   3945: 2009-04-27  misha
                   3946: 
                   3947:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   3948: 
                   3949: 2009-04-24  misha
                   3950: 
                   3951:        * src/classes/string.C: - ups. typo fixed
                   3952: 
                   3953:        * src/main/execute.C: - more replacements '*new VBool' to
                   3954:          'VBool::get' - checks for ^break[], ^continue[] and
                   3955:          parser.interrupted were optimised
                   3956: 
                   3957:        * src/classes/string.C: - number of params.count() calls was
                   3958:          slightly reduced
                   3959: 
                   3960: 2009-04-23  misha
                   3961: 
                   3962:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   3963:          make it x64 friendly
                   3964: 
                   3965:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   3966:          parser is x64 friendly now
                   3967: 
                   3968: 2009-04-22  misha
                   3969: 
                   3970:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   3971:          exceeding record size was added
                   3972: 
                   3973:        * src/classes/file.C: - use vregex object instead of direct calls
                   3974:          methods from pcre lib
                   3975: 
                   3976:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   3977:          classes/string.C: - use vregex object instead of direct calls
                   3978:          methods from pcre lib
                   3979: 
                   3980:        * src/: include/pa_common.h, main/pa_common.C: - method
                   3981:          print_pcre_exec_error_text was moved to class vregex
                   3982: 
                   3983:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   3984:          was added
                   3985: 
                   3986:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   3987:          - class vregex was added
                   3988: 
                   3989: 2009-04-21  misha
                   3990: 
                   3991:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   3992: 
                   3993:        * src/: types/pa_junction.h, types/pa_value.C,
                   3994:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   3995:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   3996:          junction-optimisation (destructors)
                   3997: 
                   3998:        * src/include/pa_array.h: - free under if now
                   3999: 
                   4000: 2009-04-19  misha
                   4001: 
                   4002:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   4003: 
                   4004: 2009-04-18  misha
                   4005: 
                   4006:        * src/include/pa_version.h:
                   4007:          :q :
                   4008: 
                   4009:          CV:
                   4010:          ----------------------------------------------------------------------
                   4011: 
                   4012:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   4013:          refactoring
                   4014: 
                   4015:        * src/: include/pa_array.h, include/pa_hash.h,
                   4016:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   4017: 
                   4018:        * src/include/pa_memory.h: - define for using destructors was added
                   4019: 
                   4020:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   4021:          main/execute.C: - some junctions will be cached now
                   4022: 
                   4023:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   4024: 
                   4025:        * src/include/pa_array.h: - inline was added to destructor
                   4026: 
                   4027:        * src/types/pa_method.h: - comment was changed
                   4028: 
                   4029: 2009-04-17  misha
                   4030: 
                   4031:        * src/: include/pa_array.h, include/pa_hash.h,
                   4032:          types/pa_vmethod_frame.h: - destructors were added
                   4033: 
                   4034:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   4035:          renamed to always_use_result
                   4036: 
                   4037:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   4038:          compiler: full backward compatibility is better
                   4039: 
                   4040:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   4041:          result in var's hash
                   4042: 
                   4043:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   4044:          optimisation in method_frame
                   4045: 
                   4046:        * src/include/pa_array.h: - optimisation in array (allocate
                   4047:          elements only when needed)
                   4048: 
                   4049:        * src/types/pa_vresponse.C: - check for $response:headers field
                   4050:          before looking at custom fields
                   4051: 
                   4052:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   4053:          not needed to check existance var with name 'result' in var's
                   4054:          hash
                   4055: 
                   4056:        * src/main/compile.y: - compiler was changed: now it detects
                   4057:          writings to $result and set flag writo_to_result in method
                   4058: 
                   4059:        * src/classes/string.C: - little optimisation: no needed to write
                   4060:          number with lang
                   4061: 
                   4062:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   4063:          used for read utf8-strings were renamed - is_escaped was renamed
                   4064:          to isEscaped (to the same name convention)
                   4065: 
                   4066:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   4067:          write_to_result added. compiler get this info from code.
                   4068: 
                   4069: 2009-04-16  misha
                   4070: 
                   4071:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   4072:          String only before 1st write
                   4073: 
                   4074:        * src/include/pa_string.h: - not needed template removed
                   4075: 
                   4076:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   4077:          types/pa_vjunction.C, types/pa_vproperty.C,
                   4078:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   4079:          main/pa_request.C, classes/bool.C, classes/double.C,
                   4080:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   4081:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   4082:          bool objects)
                   4083: 
                   4084: 2009-04-15  misha
                   4085: 
                   4086:        * src/lib/cord/cordxtra.c: - more optimisation
                   4087: 
                   4088:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   4089:          optimisation
                   4090: 
                   4091:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   4092:          then get and can sometime be used)
                   4093: 
                   4094:        * src/main/pa_string.C: - String::length optimisation
                   4095: 
                   4096:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   4097:          these methods read different strings
                   4098: 
                   4099:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   4100:          fresult_initial_void removed + some optimisation - if $result
                   4101:          defined we don't write to context anymore
                   4102: 
                   4103:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   4104:          need just skip char)
                   4105: 
                   4106:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4107:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   4108:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   4109: 
                   4110:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   4111:          instance
                   4112: 
                   4113: 2009-04-11  misha
                   4114: 
                   4115:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   4116: 
                   4117:        * tests/197.html: - test for parser://test in xml was added
                   4118: 
                   4119:        * src/classes/string.C: - small optimisation
                   4120: 
                   4121:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   4122:          optimisation
                   4123: 
                   4124: 2009-04-10  misha
                   4125: 
                   4126:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   4127:          to pcre-7.8
                   4128: 
                   4129:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   4130: 
                   4131:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   4132:          added
                   4133: 
                   4134:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   4135:          $request:CLASS_NAME were added
                   4136: 
                   4137:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   4138:          were added
                   4139: 
                   4140:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   4141:          $env:CLASS_NAME were added
                   4142: 
                   4143:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   4144:          '@todo' now
                   4145: 
                   4146:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   4147:          compirer
                   4148: 
                   4149:        * src/main/pa_string.C: - little code cleanup
                   4150: 
                   4151:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   4152:          during PCRE compile/execute
                   4153: 
                   4154:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   4155:          normalizing todo-comments: '@todo' now
                   4156: 
                   4157:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   4158: 
                   4159:        * src/main/pa_charset.C: - type changed for making compiler happy
                   4160: 
                   4161: 2009-03-10  misha
                   4162: 
                   4163:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   4164:          in main()
                   4165: 
                   4166: 2009-02-01  misha
                   4167: 
                   4168:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   4169:          boundary
                   4170: 
                   4171: 2009-01-25  misha
                   4172: 
                   4173:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   4174: 
                   4175:        * src/classes/file.C: - more changes for parsing different number
                   4176:          of params for file::load
                   4177: 
                   4178:        * tests/193.html: - tests for exception while base64-decode binary
                   4179:          to string was added
                   4180: 
                   4181:        * tests/192.html: - tests for file::load with different number of
                   4182:          options
                   4183: 
                   4184:        * src/classes/math.C: - ups. forgot '+1'
                   4185: 
                   4186:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   4187:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   4188:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   4189:          (new option $.encode[multipart-form/data] should be specified) -
                   4190:          $.method[] option for file::load now is not case-sensitive
                   4191: 
                   4192:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   4193:          new taint language L_FILE_POST was added
                   4194: 
                   4195:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   4196:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   4197:          stuff was moved to separate files
                   4198: 
                   4199: 2009-01-23  misha
                   4200: 
                   4201:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   4202:          spaces to tabs were converted
                   4203: 
                   4204: 2009-01-12  misha
                   4205: 
                   4206:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   4207:          now
                   4208: 
                   4209:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   4210:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   4211:          their names
                   4212: 
                   4213:        * src/main/pa_common.C: - changes in formating
                   4214: 
1.89      moko     4215:        * src/: classes/file.C, main/pa_http.C: - some constants changed
1.86      moko     4216:          their names
                   4217: 
                   4218:        * src/include/pa_http.h: - some spaces were converted to tabs
                   4219: 
                   4220:        * src/include/pa_common.h: - some constants changed their names
                   4221: 
                   4222:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   4223:          little code rewriting
                   4224: 
                   4225:        * src/types/pa_vfile.C: - little code rewriting
                   4226: 
                   4227:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   4228:          types/pa_value.h: - some formating changes
                   4229: 
                   4230:        * src/include/pa_common.h: - some formating spaces transformed to
                   4231:          tabs
                   4232: 
                   4233:        * src/classes/string.C: - exception while base64-decode binary to a
                   4234:          string
                   4235: 
                   4236: 2009-01-11  misha
                   4237: 
                   4238:        * configure.in: - version changed to 3.3.1b
                   4239: 
                   4240: 2008-09-05  misha
                   4241: 
                   4242:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   4243:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   4244: 
                   4245: 2008-09-04  misha
                   4246: 
                   4247:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   4248:          anymore
                   4249: 
                   4250:        * src/classes/op.C: - exception with 'invalid taint language' not
                   4251:          typeless anylonger
                   4252: 
                   4253:        * src/classes/image.C: - some exceptions while operations with
                   4254:          image not typeless anymore
                   4255: 
                   4256:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   4257:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   4258:          operations with files not typeless anymore
                   4259: 
                   4260:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   4261:          types/pa_vdate.h: - exceptions while checking date range not
                   4262:          typeless anymore
                   4263: 
                   4264:        * src/include/pa_exception.h: - exception type string for invalid
                   4265:          date range was added
                   4266: 
                   4267: 2008-09-03  misha
                   4268: 
                   4269:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   4270:          operations not typeless anymore
                   4271: 
                   4272:        * src/include/pa_exception.h: - exception type for pce operations
                   4273:          was added
                   4274: 
                   4275:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   4276:          and .CLASS_NAME insite classes
                   4277: 
                   4278:        * src/classes/table.C: - don't save table header whiile
                   4279:          ^table.save[append;filename] if file exists
                   4280: 
                   4281: 2008-09-02  misha
                   4282: 
                   4283:        * src/main/compile.y, src/main/compile_tools.h,
                   4284:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   4285:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   4286:          renamed to partial and it login changed: we must mark class as
                   4287:          partial for allow their modifications in future.
                   4288: 
                   4289: 2008-08-29  misha
                   4290: 
                   4291:        * tests/results/022.processed: - testing taint[regex] in mask for
                   4292:          file:list
                   4293: 
                   4294:        * tests/022.html: - testing taint[regex] in mask for file:list
                   4295: 
                   4296:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   4297:          for file:list was added
                   4298: 
                   4299:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   4300:          file:list
                   4301: 
                   4302: 2008-08-26  misha
                   4303: 
                   4304:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   4305:          last derived object
                   4306: 
                   4307:        * src/classes/image.C: - many strings "image.format" replaced by
                   4308:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   4309:          understand some more exif tags
                   4310: 
                   4311:        * src/include/pa_exception.h: - string "image.format" was added
                   4312: 
                   4313: 2008-08-21  misha
                   4314: 
                   4315:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   4316:          pcre_exec text error
                   4317: 
                   4318:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   4319:          added
                   4320: 
                   4321:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   4322:          text error was added
                   4323: 
                   4324: 2008-08-19  misha
                   4325: 
                   4326:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   4327:          namespace while debug execution as well
                   4328: 
                   4329:        * tests/: 015.html, results/015.processed: - test for escaping some
                   4330:          parser chars was added
                   4331: 
                   4332: 2008-08-18  misha
                   4333: 
                   4334:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   4335:          $caller.self.field + default getter in one class was added
                   4336: 
                   4337:        * tests/: 189.html, results/189.processed: - test for
                   4338:          ^date::create[date object]
                   4339: 
                   4340:        * tests/: 188.html, results/188.processed: - tests for match with
                   4341:          UTF-8 strings
                   4342: 
                   4343:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   4344:          ^string.match[]
                   4345: 
                   4346:        * ChangeLog: - parser 3.3.0 beta13
                   4347: 
                   4348: 2008-08-15  misha
                   4349: 
                   4350:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   4351:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   4352:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   4353:          dftables.c: - old PCRE files removed
                   4354: 
                   4355:        * src/lib/pcre/config.h: - configuration for PCRE library
                   4356: 
1.89      moko     4357:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   4358:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
1.86      moko     4359: 
                   4360:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   4361:          library and set flag UTF8 if $request:charset is UTF-8
                   4362: 
                   4363:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   4364:          include/pa_config_fixed.h: - moved to new PCRE library
                   4365: 
                   4366:        * src/: main/main.vcproj, types/types.vcproj,
                   4367:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   4368:          win32\pcre instead of parser3\src\lib\pcre
                   4369: 
                   4370:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   4371:          main/compile.C, main/compile.y, main/compile_tools.C,
                   4372:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   4373:          opcodes were moved to separate namespace
                   4374: 
                   4375: 2008-08-14  misha
                   4376: 
                   4377:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   4378: 
                   4379:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   4380:          tainting
                   4381: 
                   4382: 2008-08-11  misha
                   4383: 
                   4384:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   4385:          $caller.self, $caller.self.field and $caller.self.field[value]
                   4386:          were added
                   4387: 
                   4388:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   4389:          runtime as well (for $caller.self)
                   4390: 
                   4391: 2008-07-25  misha
                   4392: 
                   4393:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   4394:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   4395:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   4396:          tests with international characters
                   4397: 
                   4398: 2008-07-23  misha
                   4399: 
                   4400:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   4401:          file::load[...;http://
                   4402: 
                   4403:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   4404:          now everywhere in separate namespace
                   4405: 
                   4406:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   4407:          for vars
                   4408: 
                   4409:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   4410:          can be escaped by '^'
                   4411: 
                   4412: 2008-07-22  misha
                   4413: 
                   4414:        * src/classes/string.C, tests/186.html: - names changes:
                   4415:          escape=>js-escape, unescape=>js-unescape
                   4416: 
                   4417: 2008-07-21  misha
                   4418: 
                   4419:        * tests/results/186.processed: - test for string escape/unescape
                   4420: 
                   4421:        * tests/186.html: - test for string escape/unescape
                   4422: 
                   4423:        * src/classes/string.C: - string has escape and unescape methods
                   4424:          now
                   4425: 
                   4426:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   4427:          added
                   4428: 
                   4429:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   4430:          method-layers added (with different params)
                   4431: 
                   4432: 2008-07-18  misha
                   4433: 
                   4434:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   4435:          was added
                   4436: 
                   4437:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   4438: 
                   4439:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   4440:          ^string.pos[substr](offset) -- 2nd param accepted now
                   4441: 
                   4442:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   4443:          strings
                   4444: 
                   4445: 2008-07-17  misha
                   4446: 
                   4447:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   4448:          helper length added for mid for small optimisation
                   4449: 
                   4450: 2008-07-16  misha
                   4451: 
                   4452:        * tests/: 185.html, results/185.processed: - tests for
                   4453:          length/left/right/mid/pos with utf-8 strings
                   4454: 
                   4455:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   4456:          utf-8 strings
                   4457: 
                   4458:        * src/main/untaint.C: - comments removed
                   4459: 
                   4460:        * src/: include/pa_string.h, main/pa_string.C,
                   4461:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   4462:          with pos/mid for strings in utf-8 were added
                   4463: 
                   4464: 2008-07-15  misha
                   4465: 
                   4466:        * tests/: 184.html, results/184.processed: - test for case body as
                   4467:          expression: $var(^switch(1){^case(1)(true)..})
                   4468: 
                   4469:        * src/classes/op.C: - case body can be expression now:
                   4470:          $var(^switch(1){^case(1)(true)..})
                   4471: 
                   4472:        * tests/: results/183.processed, 183.html: - added test for testing
                   4473:          new cookie encoding (%uXXXX)
                   4474: 
                   4475:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   4476:          decoding for backward compatibility they decoded from %XX in
                   4477:          request:charset too
                   4478: 
                   4479:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   4480:          - cookie class now decode cookies before first access after last
                   4481:          request:charset changing (as form class).
                   4482: 
                   4483:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   4484:          as %uXXXX - before transcode calculate required space for dest
                   4485:          string. it reduce mem usage for transcode
                   4486: 
                   4487:        * src/include/pa_charset.h: - added method escape for escaping
                   4488:          cookies as %uXXXX
                   4489: 
                   4490:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   4491:          was added. will used for escaping cookies as %uXXXX
                   4492: 
                   4493:        * src/include/pa_common.h: - escape method has new option for skip
                   4494:          converting '+' to a space char
                   4495: 
                   4496:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   4497:          transcode - escape method has new option for skip converting '+'
                   4498:          to a space char
                   4499: 
                   4500: 2008-07-08  misha
                   4501: 
                   4502:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   4503:          (no UE if more then 1 case matches anylonger) - optimization:
                   4504:          doing searching.as_string() || searching.as_double() only once
                   4505: 
                   4506: 2008-07-04  misha
                   4507: 
                   4508:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   4509:          now ^date::create[date object] works
                   4510: 
                   4511:        * src/classes/string.C: - left and right added as aliases for start
                   4512:          and end in ^string.trim[]
                   4513: 
                   4514: 2008-07-03  misha
                   4515: 
                   4516:        * src/classes/file.C: - allow $.limit for file::sql as well
                   4517: 
                   4518:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   4519:          send limit=1 to query for use sql specifics authomatically
                   4520: 
                   4521:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   4522:          if $.limit value if empty. autoconvert it as everywere
                   4523: 
                   4524: 2008-07-02  misha
                   4525: 
                   4526:        * configure.in: - time to change version number to 3.3.0 %-)
                   4527: 
                   4528:        * src/include/pa_version.h: - time to change version number to
                   4529:          3.3.0 %-)
                   4530: 
                   4531: 2008-06-26  misha
                   4532: 
                   4533:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   4534:          $.limit(0) fixes
                   4535: 
                   4536:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   4537:          - $.limit(0) fixes
                   4538: 
                   4539:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   4540:          new API)
                   4541: 
                   4542:        * src/: include/pa_sql_driver_manager.h,
                   4543:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   4544:          classes/op.C: - document_root added
                   4545: 
                   4546:        * src/main/compile.tab.C: - error message was changed
                   4547: 
                   4548: 2008-06-25  misha
                   4549: 
                   4550:        * src/main/compile.y: - error message was changed
                   4551: 
                   4552: 2008-06-24  misha
                   4553: 
                   4554:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   4555: 
                   4556:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   4557:          tests for @OPTIONS\nappend
                   4558: 
                   4559:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   4560: 
                   4561:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   4562: 
                   4563:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   4564: 
                   4565:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   4566:          compile.y
                   4567: 
                   4568: 2008-06-17  misha
                   4569: 
                   4570:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   4571:          compilation: ^if(default){true. it's incorrect. must be
                   4572:          exception}
                   4573: 
                   4574: 2008-06-16  misha
                   4575: 
                   4576:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   4577:          checking external reference loading with 'http://localhost'
                   4578:          prefix while creating xdoc
                   4579: 
                   4580:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   4581:          ^math:long2ip[] and ^math:ip2long[]
                   4582: 
                   4583:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   4584:          added which use scalar stateless class method when user object
                   4585:          used in scalar context - use get_scalar_value when user object
                   4586:          requested in scalar context
                   4587: 
                   4588:        * src/main/pa_common.C: - size must be int but not size_t or we
                   4589:          can't compare with 0 sprintf result
                   4590: 
                   4591:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4592:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   4593:          with internal switch between local/global vars
                   4594: 
                   4595:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   4596:          specified
                   4597: 
                   4598:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   4599:          pa_vstateless_object.h: - stateless class and object now has
                   4600:          private scalar field and getter/setter for working with it
                   4601: 
                   4602:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   4603:          moved to inet static class
                   4604: 
                   4605:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   4606:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   4607: 
                   4608:        * tests/: 180.html, results/180.processed: - tests for
                   4609:          ^math:long2ip(long) and ^math:ip2long[IP]
                   4610: 
                   4611:        * src/classes/math.C: - ^math:ip2long[IP] added
                   4612: 
                   4613: 2008-06-11  misha
                   4614: 
                   4615:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   4616:          need cut BOM code and remove DOS newline chars. but don't
                   4617:          transcode it anyway.
                   4618: 
                   4619:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   4620:          main/pa_http.C: - option for disable transcoding while file_read
                   4621:          and file_read_text added
                   4622: 
                   4623: 2008-06-10  misha
                   4624: 
                   4625:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   4626:          classes in 1 file
                   4627: 
                   4628:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   4629:          classes now.
                   4630: 
                   4631:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   4632:          classes now. internals.
                   4633: 
                   4634:        * src/main/pa_request.C: - compile return list of classes now. try
                   4635:          call @conf and @auto for each returned class
                   4636: 
                   4637:        * src/include/pa_request.h: - compile return list of classes now
                   4638: 
                   4639:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   4640:          return list of classes when compile buf)
                   4641: 
                   4642: 2008-06-07  misha
                   4643: 
                   4644:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   4645:          param -- form
                   4646: 
                   4647:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   4648:          3rd param: form. needed for get post_charset
                   4649: 
                   4650:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   4651:          added
                   4652: 
                   4653:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   4654:          types/pa_vform.C, types/pa_vform.h: - some polish
                   4655: 
                   4656: 2008-06-06  misha
                   4657: 
                   4658:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   4659:          charset and decode chars from it but not from response:charset
                   4660: 
                   4661:        * src/main/pa_http.C: - detect_charset moved out of here
                   4662: 
                   4663:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   4664:          methods moved here - unescape_chars accepn one charset now
                   4665: 
                   4666:        * src/main/pa_http.C: - new constants used - don't allow
                   4667:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   4668:          charset info while ^file::load[;http://;$.method[POST]] - option
                   4669:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   4670:          disabling charset during post
                   4671: 
                   4672:        * src/types/pa_vform.C: - new constants used
                   4673: 
                   4674:        * src/include/pa_common.h: - some constants were added
                   4675: 
                   4676:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   4677:          instead of StrEqNc
                   4678: 
                   4679:        * src/main/pa_common.C: - new method for caseless search
                   4680:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   4681: 
                   4682:        * src/include/pa_common.h: - new method for caseless search
                   4683:          c-substring in c-string
                   4684: 
                   4685: 2008-06-05  misha
                   4686: 
                   4687:        * tests/results/178.processed: - test for testing default getter
                   4688: 
                   4689:        * tests/178.html: - test for testing default getter
                   4690: 
                   4691:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   4692:          for test for testing default getter
                   4693: 
                   4694:        * src/main/execute.C: - default getter soul
                   4695: 
                   4696:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   4697:          requested objects' field not found
                   4698: 
                   4699:        * src/types/pa_vclass.C: - register default getter if defined - get
                   4700:          default getter if requested field not found
                   4701: 
                   4702:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   4703:          added
                   4704: 
                   4705:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   4706:          pointer to default getter and methods for get/set it were added
                   4707: 
                   4708:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   4709:          auto_name field (for default getter)
                   4710: 
                   4711: 2008-06-04  misha
                   4712: 
                   4713:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   4714:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   4715:          it to libxml "as is"
                   4716: 
                   4717: 2008-06-03  misha
                   4718: 
                   4719:        * src/main/pa_common.C: - use store_Char instead of
                   4720:          transcodeCharFromUTF8
                   4721: 
                   4722:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   4723:          store_Char added, transcodeCharFromUTF8 -- removed
                   4724: 
                   4725: 2008-06-02  misha
                   4726: 
                   4727:        * tests/: results/177.processed, 177.html: - test for checking
                   4728:          .[acm]date after local ^file::load[] was added
                   4729: 
                   4730:        * tests/: results/176.processed, 176.html: - test for checking
                   4731:          @OPTION\locals + @method[vars][locals] added
                   4732: 
                   4733:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   4734: 
                   4735: 2008-05-30  misha
                   4736: 
                   4737:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   4738:          @OPTION\nlocals + @method[vars][;locals;] were added
                   4739: 
                   4740:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   4741:          moved to separate method op_code - switch from VMethodFrame to
                   4742:          VMethodFrameGlobal + VMethodFrameLocal
                   4743: 
                   4744:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   4745:          was moved to separate method op_code
                   4746: 
                   4747:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   4748:          VMethodFrame now
                   4749: 
                   4750:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   4751:          all_vars_local as well
                   4752: 
                   4753:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   4754:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   4755:          VMethodFrame were added: one (global) works as VMethodFrame
                   4756:          before and second (local) write all vars in self vars scope
                   4757: 
                   4758:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   4759: 
                   4760: 2008-05-29  misha
                   4761: 
                   4762:        * tests/: 129.html, results/129.processed: - more tests for
                   4763:          ^table.hash[]
                   4764: 
                   4765:        * src/classes/hash.C: - ^hash::sql has a new option:
                   4766:          $.type[hash|string|table] as ^table.hash[] one.
                   4767: 
                   4768:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   4769:          executed anyway after try or catch section
                   4770: 
                   4771: 2008-05-27  misha
                   4772: 
                   4773:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   4774:          must not fail if $.distinct(1) wasn't specified
                   4775: 
                   4776: 2008-05-26  misha
                   4777: 
                   4778:        * src/classes/op.C: - allow ^throw[my type]
                   4779: 
                   4780: 2008-05-22  misha
                   4781: 
                   4782:        * configure.in, configure: - version number updated to 3.2.4b
                   4783: 
                   4784:        * src/classes/: op.C, string.C: - trim format string before
                   4785:          eval/format
                   4786: 
                   4787:        * tests/: results/175.processed, 175.html: - more tests for
                   4788:          different format strings in .format[]
                   4789: 
                   4790:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   4791:          as well (not only %XX)
                   4792: 
                   4793:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   4794:          charset specified - checks for format before print number
                   4795:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   4796:          (instead of tabs) removed
                   4797: 
                   4798:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   4799:          charset specified
                   4800: 
                   4801:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   4802:          char in requested charset from utf code was added
                   4803: 
                   4804: 2008-05-19  misha
                   4805: 
                   4806:        * tests/: 174.html, results/174.processed: - test for
                   4807:          ^hashfile.cleanup[] added
                   4808: 
                   4809:        * src/classes/hashfile.C: - optimization: don't create any key or
                   4810:          value variable if it's name weren't specified
                   4811:          (^hf.foreach[;v]{...})
                   4812: 
                   4813: 2008-05-16  misha
                   4814: 
                   4815:        * src/classes/hash.C: - optimization: don't create any key variable
                   4816:          if variable name wasn't specified (^h.foreach[;v]{...})
                   4817: 
                   4818: 2008-05-15  misha
                   4819: 
                   4820:        * src/classes/op.C: - small changes
                   4821: 
                   4822:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   4823: 
                   4824:        * src/classes/hash.C: - calculate var_context once before foreach
                   4825: 
                   4826: 2008-05-14  misha
                   4827: 
                   4828:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   4829:          ^hashfile.foreach[;]{} fixed
                   4830: 
                   4831:        * src/classes/: hash.C, table.C: - little optimisation
                   4832: 
                   4833:        * src/classes/file.C: - bugfix: double absolute path while loading
                   4834:          file
                   4835: 
                   4836:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   4837:          were added
                   4838: 
                   4839:        * buildall-with-xml: - moving to libxslt 1.1.24
                   4840: 
                   4841: 2008-04-30  misha
                   4842: 
                   4843:        * src/classes/file.C: - stat file while loading (local only) so
                   4844:          .adate, .mdate and .cdate available without additional ::stat
                   4845: 
                   4846: 2008-04-28  misha
                   4847: 
                   4848:        * src/classes/file.C: - $.name and $.content-type available for
                   4849:          stated file
                   4850: 
                   4851: 2008-04-14  misha
                   4852: 
                   4853:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   4854: 
                   4855:        * src/include/pa_version.h: - new version number in head
                   4856: 
                   4857: 2008-04-10  misha
                   4858: 
                   4859:        * tests/: 080.html, results/080.processed: - cut '0' from
                   4860:          exponential part because of on diff OS it differ (20 or 020 for
                   4861:          ex)
                   4862: 
                   4863:        * tests/: 119.html, results/119.processed: - check for encoding
                   4864:          while creating xdoc
                   4865: 
                   4866: 2008-04-09  misha
                   4867: 
                   4868:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   4869: 
                   4870:        * src/main/pa_common.C: - comment added
                   4871: 
                   4872:        * src/classes/date.C: - little refactoring
                   4873: 
                   4874: 2008-04-07  misha
                   4875: 
                   4876:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   4877:          style of ^table.save[]: prepare one big string and sabe it at
                   4878:          once. it's safe on freebsd 4.x but use much more memory.
                   4879: 
                   4880:        * buildall-with-xml, buildall-without-xml: - option
                   4881:          --disable-stringstream added (under comment. use it on freebsd
                   4882:          4.x)
                   4883: 
                   4884: 2008-02-22  misha
                   4885: 
                   4886:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   4887:          specified together in file::load[;http] - get back transcoding
                   4888:          $.body[] in file::load[;http]
                   4889: 
                   4890: 2008-02-21  misha
                   4891: 
                   4892:        * src/classes/date.C: - ^date.gmt-string[] was added
                   4893: 
                   4894:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   4895:          moved to pa_common.h
                   4896: 
                   4897:        * src/include/pa_common.h: - method for output date in RFC 822
                   4898:          format moved here from pa_value.C
                   4899: 
                   4900:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   4901:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   4902: 
                   4903: 2008-02-20  misha
                   4904: 
                   4905:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   4906:          specified charset while ^file::load[...;http://...] (L_URI
                   4907:          instead of L_HTTP_HEADER) - $.cookies param available in
                   4908:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   4909:          response yet) (cookies not transcoded as common $cookies)
                   4910: 
                   4911: 2008-02-19  misha
                   4912: 
                   4913:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   4914:          $response:field values because in this case
                   4915:          $response:locateion[http://...] don't works.
                   4916: 
                   4917: 2008-02-15  misha
                   4918: 
                   4919:        * src/classes/op.C: - little refactoring
                   4920: 
                   4921:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   4922: 
                   4923:        * src/main/pa_request.C: - force taint values of $response:field
                   4924: 
                   4925: 2008-02-14  misha
                   4926: 
                   4927:        * src/main/pa_request.C: - $response:field transcoded to
                   4928:          $response:charset before escaping now
                   4929: 
                   4930:        * src/main/pa_http.C: - some outdated comments removed
                   4931: 
                   4932:        * src/classes/date.C: - lastdat -> last-day
                   4933: 
                   4934:        * src/classes/date.C: - ^date:lastday(year;month) and
                   4935:          ^date.lastday[] were added - little code refactoring - comments
                   4936:          changes
                   4937: 
                   4938:        * tests/: 159.html, results/159.processed: - test for number of
                   4939:          days in February
                   4940: 
                   4941:        * src/types/pa_value.C: - fixes in code formatting
                   4942: 
                   4943:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   4944:          and comments
                   4945: 
                   4946: 2008-02-13  misha
                   4947: 
                   4948:        * src/main/pa_common.C: - bugfix for february at leap year
                   4949: 
                   4950: 2008-01-28  misha
                   4951: 
                   4952:        * tests/: 160.html, results/160.processed: - more test for cache
                   4953:          added
                   4954: 
                   4955:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   4956:          unhandled exception
                   4957: 
                   4958: 2008-01-25  misha
                   4959: 
                   4960:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   4961:          bug when hashfile became inavailable after memory:compact)
                   4962: 
1.88      moko     4963:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
1.86      moko     4964: 
                   4965: 2008-01-22  misha
                   4966: 
                   4967:        * src/classes/table.C: - little refactiring and exception texts
                   4968:          changes in method ^table.hash[]
                   4969: 
                   4970:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   4971: 
                   4972: 2008-01-21  misha
                   4973: 
                   4974:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   4975:          file::exec/cgi
                   4976: 
                   4977:        * src/classes/file.C: - bugfix: core while processing headers if
                   4978:          executed cgi script don't return content
                   4979: 
                   4980: 2008-01-18  misha
                   4981: 
                   4982:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   4983: 
                   4984:        * src/include/pa_version.h, configure.in: - version number updated
                   4985:          to '3.2.3b'
                   4986: 
                   4987: 2007-12-28  misha
                   4988: 
                   4989:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   4990:          hash.contains
                   4991: 
                   4992: 2007-12-27  misha
                   4993: 
                   4994:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   4995:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   4996:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   4997:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   4998:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   4999:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   5000:          src/targets/cgi/parser3.vcproj,
                   5001:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   5002:          back to VS2003 because of Apache 1.3 module can't work if it was
                   5003:          built in VS 2005.  with cgi all file so VS2003 project files can
                   5004:          be easy converted to the new format.
                   5005: 
                   5006: 2007-12-04  misha
                   5007: 
                   5008:        * src/types/pa_vcode_frame.h: - changes in comment
                   5009: 
                   5010: 2007-11-29  misha
                   5011: 
                   5012:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   5013:          intercept strings any longer
                   5014: 
                   5015:        * tests/: 173.html, results/173.processed: - tests for
                   5016:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   5017:          but not in main code frame
                   5018: 
                   5019:        * tests/: 172.html, results/172.processed: - more tests for pass
                   5020:          objects from code frames
                   5021: 
                   5022: 2007-11-27  misha
                   5023: 
                   5024:        * tests/: 152.html, results/152.processed: - tests for converting
                   5025:          strings 'true'/'false' to bool were added
                   5026: 
                   5027:        * tests/152.html: - added checks for converting strings
                   5028:          'true'/'false' to bool
                   5029: 
                   5030:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   5031:          not only strings with numbers but with values 'true'/'false' as
                   5032:          well
                   5033: 
1.89      moko     5034:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   5035:          for parser3.log increased
1.86      moko     5036: 
                   5037:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   5038: 
                   5039:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   5040: 
                   5041:        * src/include/pa_types.h: - constant with buffer size for
                   5042:          parser3.log added
                   5043: 
                   5044: 2007-11-16  misha
                   5045: 
                   5046:        * tests/cat.sh: - script for tests for file::exec/cgi
                   5047: 
                   5048:        * tests/171.html: - tests for file::exec/cgi
                   5049: 
                   5050:        * tests/results/171.processed: - tests results for file::exec/cgi
                   5051: 
                   5052: 2007-11-15  misha
                   5053: 
                   5054:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   5055: 
                   5056:        * src/classes/file.C: - .body must be set before analyzing cgi
                   5057:          headers
                   5058: 
                   5059:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   5060:          only if exec/cgi return anything.
                   5061: 
                   5062: 2007-11-14  misha
                   5063: 
                   5064:        * operators.txt: - info about new text|binary option for
                   5065:          file::exec/cgi was added
                   5066: 
                   5067:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   5068:          ^file:exec[[text|binary];script;...]
                   5069: 
                   5070:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   5071:          classes/string.C, classes/table.C: - more text strings moved to
                   5072:          the one place
                   5073: 
                   5074: 2007-11-09  misha
                   5075: 
                   5076:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   5077: 
                   5078:        * ChangeLog: - $request:argv [patch from Sumo]
                   5079: 
                   5080:        * operators.txt: - $request:argv
                   5081: 
                   5082:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   5083:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   5084: 
                   5085: 2007-10-25  misha
                   5086: 
                   5087:        * buildall-with-xml, buildall-without-xml: - options preparations
                   5088:          for ./configure rewrited
                   5089: 
                   5090:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   5091:          error occure in unhandled_exception finally fixed
                   5092: 
                   5093: 2007-10-23  misha
                   5094: 
                   5095:        * tests/: 170.html, results/170.processed: - test for
                   5096:          @method[][result]
                   5097: 
                   5098:        * operators.txt: - added info about node.prefix and
                   5099:          node.namespaceURI
                   5100: 
                   5101:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   5102: 
                   5103:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   5104:          added for node and attribute
                   5105: 
                   5106: 2007-10-22  misha
                   5107: 
                   5108:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   5109: 
                   5110:        * src/main/pa_request.C: - added const content-transfer-encoding
                   5111: 
                   5112:        * src/include/pa_request.h: - added const content-transfer-encoding
                   5113:          - ups. constants must be in lowercase (for search)
                   5114: 
                   5115:        * src/types/pa_vmail.C: - more constants used -
                   5116:          content-transfer-encoding: 8bit added
                   5117: 
                   5118:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   5119: 
                   5120:        * src/include/pa_request.h: - more constants
                   5121: 
                   5122:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   5123:          ommit anymore if $.content-disposition was specified - little
                   5124:          refactoring
                   5125: 
                   5126:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   5127: 
                   5128: 2007-10-17  misha
                   5129: 
                   5130:        * operators.txt: - info about
                   5131:          table::create[nameless]{data}[>options<] was added
                   5132: 
                   5133:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   5134:          compile method don't put this method in methods table anymore.
                   5135:          in other case the parser coredumped if @unhandled_exception
                   5136:          method can't be compiled because of parser.compile error.
                   5137: 
                   5138:        * src/main/execute.C: - little code reformating
                   5139: 
                   5140:        * src/main/pa_request.C: - little code reformating - comment
                   5141:          changed
                   5142: 
                   5143: 2007-10-16  misha
                   5144: 
                   5145:        * tests/: 035.html, results/035.processed: - tests
                   5146:          table::create[]{}[options] added
                   5147: 
                   5148:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   5149:          options (only $.seperator[] yet)
                   5150: 
                   5151: 2007-10-10  misha
                   5152: 
                   5153:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   5154:          some code changes
                   5155: 
                   5156: 2007-10-02  misha
                   5157: 
                   5158:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   5159:          then three time as much. but base64 encoding method still use
                   5160:          less memory anyway.
                   5161: 
                   5162: 2007-09-17  misha
                   5163: 
                   5164:        * operators.txt: - added info about $cookie:fields
                   5165: 
                   5166:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   5167: 
                   5168:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   5169:          common
                   5170: 
                   5171:        * src/include/pa_common.h: - some stuff for use with .for_each
                   5172:          moved here
                   5173: 
                   5174:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   5175: 
                   5176: 2007-09-14  misha
                   5177: 
                   5178:        * buildall-with-xml: - new xml libs again =)
                   5179: 
                   5180: 2007-08-28  misha
                   5181: 
                   5182:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   5183:          ^string.split[...][v][column name] were added
                   5184: 
                   5185:        * tests/: 168.html, 169.html, results/168.processed,
                   5186:          results/169.processed: - tests for ^table.columns[[column name]]
                   5187:          and ^string.split[...][v][column name] were added
                   5188: 
                   5189:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   5190:          was added
                   5191: 
                   5192:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   5193:          name]]
                   5194: 
                   5195:        * src/include/pa_exception.h: - error text message for
                   5196:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   5197: 
                   5198: 2007-08-27  misha
                   5199: 
                   5200:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   5201:          body ^taint[sql][something] outside of connect
                   5202: 
                   5203:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   5204:          outside of connect
                   5205: 
                   5206:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   5207:          added (commented by default)
                   5208: 
                   5209: 2007-08-20  misha
                   5210: 
                   5211:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   5212:          was added
                   5213: 
                   5214:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   5215:          duplicated exception text strings were removed
                   5216: 
                   5217:        * src/include/pa_exception.h: - more exception text strings moved
                   5218:          here
                   5219: 
                   5220:        * src/classes/table.C: - some duplicate exceptions' text strings
                   5221:          removed
                   5222: 
                   5223:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   5224:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   5225:          removed
                   5226: 
                   5227:        * src/include/pa_exception.h: - some exception text strings movet
                   5228:          to pa_exception
                   5229: 
                   5230:        * tests/: 149.html, results/149.processed: - test for
                   5231:          ^xnode.hasAttributes[] was added - some code changes
                   5232: 
                   5233:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   5234:          added
                   5235: 
                   5236: 2007-08-17  misha
                   5237: 
                   5238:        * tests/: results/006.processed, results/059.processed, 006.html,
                   5239:          059.html: - more tests for match
                   5240: 
                   5241:        * tests/: 129.html, results/129.processed: - tests for
                   5242:          ^table.hash[...][$.type[string|hash|table]] added
                   5243: 
                   5244:        * src/targets/cgi/parser3.C: - little syntax changes
                   5245: 
                   5246:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   5247:          syntax changes
                   5248: 
                   5249:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   5250:          messages in parser3.log switched off by default. If someone
                   5251:          really still need it: use $SIGPIPE(1)
                   5252: 
                   5253: 2007-08-08  misha
                   5254: 
                   5255:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   5256:          files by default since now
                   5257: 
                   5258: 2007-08-07  misha
                   5259: 
                   5260:        * buildall-without-xml: - some option syntax changes
                   5261: 
                   5262:        * buildall-with-xml: - compile libxml2 without http support - some
                   5263:          option syntax changes
                   5264: 
                   5265:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   5266: 
                   5267: 2007-08-06  misha
                   5268: 
                   5269:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   5270: 
                   5271:        * tests/: 160.html, results/160.processed: - cache test was
                   5272:          rewrited
                   5273: 
                   5274: 2007-07-06  misha
                   5275: 
                   5276:        * tests/: 153.html, results/153.processed: - added test for
                   5277:          ^math:sha1[string]
                   5278: 
                   5279:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   5280:          transcoded
                   5281: 
                   5282:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   5283:          were added
                   5284: 
                   5285: 2007-06-28  misha
                   5286: 
                   5287:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   5288:          some incorrect chars
                   5289: 
                   5290: 2007-06-19  misha
                   5291: 
                   5292:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   5293:          were moved on top because of gcc 4 had a problems during
                   5294:          building.
                   5295: 
                   5296: 2007-06-18  misha
                   5297: 
                   5298:        * tests/results/019.processed: - new image commited
                   5299: 
                   5300: 2007-06-09  misha
                   5301: 
                   5302:        * src/classes/: op.C, table.C: - in while and table.select method
                   5303:          as_expression used now
                   5304: 
                   5305:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   5306: 
                   5307: 2007-06-08  misha
                   5308: 
                   5309:        * tests/: 166.html, results/166.processed: - test for
                   5310:          ^match[...][n]
                   5311: 
                   5312:        * tests/: 165.html, results/165.processed: - tests for loops
                   5313: 
                   5314:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   5315:          because of no speed/memory optimisation but some proglems with
                   5316:          long cycles occure
                   5317: 
                   5318: 2007-06-06  misha
                   5319: 
                   5320:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   5321:          ^table.select(true) and ^table.select(1) didn't works because of
                   5322:          awaiting junction-param only. fixed.
                   5323: 
                   5324: 2007-05-24  misha
                   5325: 
                   5326:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   5327:          with 0.5 secs interval
                   5328: 
                   5329:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   5330:          locking system now on unix
                   5331: 
                   5332:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   5333:          system locks which wait till other threads release it but try get
                   5334:          lock, if fail wait 1 sec and make 10 attempts.
                   5335: 
                   5336:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   5337:          were added
                   5338: 
                   5339:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   5340:          opening files
                   5341: 
                   5342:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   5343:          after our classes on unix it can't be build
                   5344: 
                   5345:        * src/types/pa_vhashfile.C: - not needed code removed
                   5346: 
                   5347: 2007-05-23  misha
                   5348: 
                   5349:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   5350:          include/pa_common.h: - cosmetic changes
                   5351: 
                   5352: 2007-05-18  misha
                   5353: 
                   5354:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   5355:          often. it's give some speed increasing
                   5356: 
                   5357:        * tests/results/160.processed: - returned time corrected
                   5358: 
                   5359:        * tests/160.html: - time increased because on unix 1 mean nothing
                   5360:          :(
                   5361: 
                   5362:        * operators.txt: - added info about ^hash.contain[key]
                   5363: 
                   5364:        * src/classes/hash.C: - added ^hash.contain[key]
                   5365: 
                   5366:        * src/include/pa_hash.h: - added method for checking key exists in
                   5367:          hash
                   5368: 
                   5369: 2007-05-07  misha
                   5370: 
                   5371:        * src/include/pa_string.h: - was compilation error during build on
                   5372:          freebsd4
                   5373: 
                   5374: 2007-05-03  misha
                   5375: 
                   5376:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   5377:          for ^table.hash[]
                   5378: 
                   5379:        * src/classes/file.C: - comment removed
                   5380: 
                   5381: 2007-04-26  misha
                   5382: 
                   5383:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   5384:          real files doesn't opened in place anymore
                   5385: 
                   5386: 2007-04-24  misha
                   5387: 
                   5388:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   5389: 
                   5390:        * src/include/pa_exception.h: "static" removed
                   5391: 
                   5392: 2007-04-23  misha
                   5393: 
                   5394:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   5395: 
                   5396:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   5397:          ^math:log(N)) - ^math:lg(N)
                   5398: 
                   5399:        * tests/: 097.html, results/097.processed: - charsets converstion
                   5400:          during ^file::load[text;http://...] added
                   5401: 
                   5402:        * tests/: 164.html, results/164.processed: - check for set expires
                   5403:          as a date
                   5404: 
                   5405:        * tests/: 164.html, results/164.processed: - test for hashfile
                   5406: 
                   5407:        * src/classes/hashfile.C: - little comment changes
                   5408: 
                   5409:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   5410:          access
                   5411: 
                   5412:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   5413:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   5414:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   5415:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   5416:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   5417:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   5418:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   5419:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   5420:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   5421:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   5422:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   5423:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5424:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   5425:          "parser.runtime" strings were removed
                   5426: 
                   5427:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   5428:          now.
                   5429: 
                   5430:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   5431: 
                   5432:        * src/include/pa_exception.h: - string constant with
                   5433:          "parser.runtime" text was added
                   5434: 
                   5435: 2007-04-20  misha
                   5436: 
                   5437:        * operators.txt: - some comments changing
                   5438: 
                   5439:        * operators.txt: - added info about .^hashfile.release[],
                   5440:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   5441: 
                   5442:        * configure: =cheching for unsetenv
                   5443: 
                   5444:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   5445:          ^hashfile.release[] were added
                   5446: 
                   5447:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   5448:          ^string.match[][] understand new option now: return number of
                   5449:          matches but not table wit results
                   5450: 
                   5451:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   5452:          reopen now
                   5453: 
                   5454:        * src/classes/op.C: - bug. must be false
                   5455: 
                   5456:        * configure.in: - checking for unsetenv was added
                   5457: 
                   5458:        * src/types/pa_vform.C: - some comments
                   5459: 
                   5460: 2007-04-18  misha
                   5461: 
                   5462:        * buildall-with-xml: moving to libxml2-2.6.28
                   5463: 
                   5464:        * buildall-with-xml, buildall-without-xml: added commented lines
                   5465:          with --disable-safe-mode option
                   5466: 
                   5467:        * operators.txt: - info about $form:files
                   5468: 
                   5469: 2007-04-17  misha
                   5470: 
                   5471:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   5472:          $form:files was added
                   5473: 
                   5474:        * tests/: 163.html, results/163.processed: removing auto format
                   5475: 
                   5476:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   5477: 
                   5478: 2007-04-16  misha
                   5479: 
                   5480:        * tests/: 163.html, results/163.processed: - test for .int[],
                   5481:          floor, round, ceiling and .format[]
                   5482: 
                   5483:        * src/classes/file.C: - little optimization for getting args in
                   5484:          exec/cgi
                   5485: 
                   5486: 2007-04-13  misha
                   5487: 
                   5488:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   5489:          specified now as s table with one column
                   5490: 
                   5491: 2007-03-27  misha
                   5492: 
                   5493:        * tests/: 162.html, results/162.processed: - test for
                   5494:          ^table.select(^condition[$t])
                   5495: 
                   5496:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   5497: 
                   5498:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   5499: 
                   5500:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   5501:          161_windows1251.txt: - added test for
                   5502:          ^file::load[text;/local/file.txt;$.charset[...]]
                   5503: 
                   5504:        * tests/: results/013.processed, 013.html: - added test for
                   5505:          checking $._default value while hash modifications
                   5506: 
                   5507:        * tests/: 160.html, results/160.processed: - add test for
                   5508:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   5509: 
                   5510: 2007-03-22  misha
                   5511: 
                   5512:        * src/include/pa_common.h: - "charset" string defined for
                   5513:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   5514: 
                   5515:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   5516:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   5517:          added - not needed transcodes were removed from
                   5518:          ^file::load[...;http://...]
                   5519: 
                   5520:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   5521:          added
                   5522: 
                   5523:        * src/classes/date.C: - date.week was fixed
                   5524: 
                   5525:        * operators.txt: - added info about date.weekyear
                   5526: 
                   5527:        * tests/: 159.html, results/159.processed: - tests for date.week
                   5528:          and date.weekyear added
                   5529: 
                   5530: 2007-03-15  misha
                   5531: 
                   5532:        * src/classes/table.C: - enclose column numbers for nameless tables
                   5533:          as well
                   5534: 
                   5535: 2007-03-14  misha
                   5536: 
                   5537:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   5538: 
                   5539:        * src/classes/table.C: - table.save optimization: now required much
                   5540:          less memory
                   5541: 
                   5542: 2007-03-13  misha
                   5543: 
                   5544:        * tests/results/: 158.processed, 158.processes: - tests for
                   5545:          table.save/table.load
                   5546: 
                   5547:        * tests/: 158.html, results/158.processes: - tests for
                   5548:          table.save/table.load
                   5549: 
                   5550:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   5551: 
                   5552:        * buildall-with-xml: - pattern needed now for building
                   5553: 
                   5554:        * tests/results/097.processed: - added test results for xdoc::load
                   5555:          & xdoc::load[http://...]
                   5556: 
                   5557:        * tests/097.html: - added test for xdoc::load
                   5558: 
                   5559: 2007-03-12  misha
                   5560: 
                   5561:        * tests/: 107.html, results/107.processed: - added test for xpath
                   5562:          '//man'
                   5563: 
                   5564: 2007-03-01  misha
                   5565: 
                   5566:        * tests/: 097.html, results/097.processed: - added test for
                   5567:          creating xdoc from file
                   5568: 
                   5569:        * tests/: results/157.processed, 157.html: - added test for
                   5570:          file:move
                   5571: 
                   5572: 2007-02-28  misha
                   5573: 
                   5574:        * src/classes/xdoc.C: - another attempt
                   5575: 
                   5576:        * src/classes/xdoc.C: - roll back last changes for a while
                   5577: 
                   5578:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   5579: 
                   5580:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   5581: 
                   5582:        * tests/results/099.processed: - ever send content-disposition to
                   5583:          client with file
                   5584: 
                   5585:        * tests/157.html: + test for file:copy
                   5586: 
                   5587: 2007-02-26  misha
                   5588: 
                   5589:        * src/classes/file.C: - some similar strings moved to #define
                   5590:          instead of to be copy/pasted many times
                   5591: 
                   5592:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   5593:          #define
                   5594: 
                   5595: 2007-02-20  misha
                   5596: 
                   5597:        * bin/auto.p.dist.in: - added lines for sqlite
                   5598: 
                   5599:        * configure.in: - added some strings for sqlite detection
                   5600: 
                   5601: 2007-02-19  misha
                   5602: 
                   5603:        * operators.txt: - some comments changes
                   5604: 
                   5605:        * buildall-with-xml, buildall-without-xml: - some modifications
                   5606: 
                   5607: 2007-02-17  misha
                   5608: 
                   5609:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   5610: 
                   5611:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   5612:          change console behaviour
                   5613: 
                   5614: 2007-02-12  misha
                   5615: 
                   5616:        * src/targets/cgi/parser3.C: - don't print headers if
                   5617:          $console:line[data] was used during cgi execution.
                   5618: 
                   5619:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   5620:          marked as 'true' if class was used.
                   5621: 
                   5622:        * tests/: 152.html, results/152.processed: - more types was added
                   5623:          to test 152
                   5624: 
                   5625:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   5626:          adding 'bool' (^if($image){} caused exception)
                   5627: 
                   5628: 2007-02-09  misha
                   5629: 
                   5630:        * tests/: 152.html, results/152.processed: - test alightly updated
                   5631: 
                   5632:        * tests/: 152.html, results/152.processed: - test rewrited
                   5633: 
                   5634:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   5635:          bugfix. I broke xdoc & xnode in expression
                   5636: 
                   5637: 2007-02-08  misha
                   5638: 
                   5639:        * tests/: 152.html, results/152.processed: - add test for checking
                   5640:          'def' for void, string, bool, int & double
                   5641: 
                   5642: 2007-02-07  misha
                   5643: 
                   5644:        * operators.txt: - ^file:base64[filespec]  was added
                   5645: 
                   5646:        * tests/results/153.processed: - result test for
                   5647:          ^file:base64[filespec]  was updated
                   5648: 
                   5649:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   5650: 
                   5651:        * src/types/pa_vconsole.h: - little optimization
                   5652: 
                   5653:        * src/classes/file.C: - ^file:base64[filespec]
                   5654: 
                   5655:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   5656: 
                   5657:        * src/include/pa_common.h: - declarations for
                   5658:          ^file:base64[filespec]
                   5659: 
                   5660:        * src/types/pa_vcookie.C: - little optimization
                   5661: 
                   5662: 2007-02-06  misha
                   5663: 
                   5664:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   5665:          were temporary commented
                   5666: 
                   5667:        * src/types/pa_vbool.h: - bugfix
                   5668: 
                   5669:        * tests/156.html: - added test for bool cookie
                   5670: 
                   5671:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   5672: 
                   5673:        * tests/: 155.html, results/155.processed: - added test for check
                   5674:          $.encloser[] option for table save/load
                   5675: 
                   5676:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   5677: 
                   5678: 2007-02-05  misha
                   5679: 
                   5680:        * tests/results/152.processed: - newline at the end was missed
                   5681: 
                   5682:        * tests/results/141.processed: - math:md5 must be lowercased
                   5683: 
                   5684:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   5685: 
                   5686: 2007-02-03  misha
                   5687: 
                   5688:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   5689:          test for bool added and some content length fixes
                   5690: 
                   5691:        * tests/152.html: - test for bool added
                   5692: 
                   5693:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   5694: 
                   5695:        * operators.txt: - info bool class was added
                   5696: 
                   5697:        * src/: classes/Makefile.am, classes/bool.C,
                   5698:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   5699:          classes/string.C, classes/void.C, classes/xnode.C,
                   5700:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   5701:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   5702:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   5703:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5704:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   5705:          types/types.vcproj: - bool class was added
                   5706: 
                   5707:        * src/main/pa_request.C: - fix
                   5708: 
                   5709: 2007-01-18  misha
                   5710: 
                   5711:        * src/: main/pa_string.C, classes/string.C: - return table during
                   5712:          ^string.match[][] even if no matched found.
                   5713: 
                   5714: 2006-12-20  misha
                   5715: 
                   5716:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   5717:          http://www.parser.ru/forum/?id=55598 ]
                   5718: 
                   5719: 2006-12-19  misha
                   5720: 
                   5721:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   5722:          details: http://www.parser.ru/forum/?id=52359
                   5723: 
                   5724:        * src/main/pa_request.C: - always set content-disposition for
                   5725:          $response:body[hash here]. more details:
                   5726:          http://www.parser.ru/forum/?id=52130
                   5727: 
                   5728: 2006-12-07  misha
                   5729: 
                   5730:        * operators.txt: - added info about bool params in cookie set
                   5731: 
                   5732:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   5733:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   5734:          ]
                   5735: 
                   5736:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   5737:          was added
                   5738: 
                   5739: 2006-12-02  misha
                   5740: 
                   5741:        * src/classes/file.C: - file_block_read used instead of native read
                   5742: 
                   5743:        * src/main/pa_common.C: - added file_block_read with read error
                   5744:          detection - file_block_read used instead of native read
                   5745: 
                   5746:        * src/include/pa_common.h: - added file_block_read declaration
                   5747: 
                   5748: 2006-12-01  misha
                   5749: 
                   5750:        * operators.txt: - info about $var.CLASS_NAME was added
                   5751: 
                   5752:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   5753:          $var.CLASS_NAME added
                   5754: 
                   5755:        * operators.txt: - added info about ^file:copy[]
                   5756: 
                   5757:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   5758: 
                   5759: 2006-11-20  misha
                   5760: 
                   5761:        * src/classes/date.C: - bug fix :)
                   5762: 
                   5763: 2006-11-17  misha
                   5764: 
                   5765:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   5766:          to static
                   5767: 
                   5768:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   5769:          small changes in crc32 calculation
                   5770: 
                   5771:        * src/classes/date.C: - not needed code was removed
                   5772: 
                   5773: 2006-11-16  misha
                   5774: 
                   5775:        * src/types/pa_vmail.C: - fix missed brakes
                   5776: 
                   5777:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   5778:          multipart/related instead of multipart/mixed if file have
                   5779:          $.content-id[]
                   5780: 
                   5781: 2006-11-15  misha
                   5782: 
                   5783:        * src/types/pa_vdouble.h: abs -> fabs
                   5784: 
                   5785: 2006-11-14  misha
                   5786: 
                   5787:        * operators.txt: - added info about ^file.md5[] and
                   5788:          ^file:md5[file-name]
                   5789: 
                   5790:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   5791:          added
                   5792: 
                   5793:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   5794:          FILE_BUFFER_SIZE
                   5795: 
                   5796:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   5797: 
                   5798:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   5799:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   5800: 
                   5801:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   5802:          values was fixed
                   5803: 
                   5804: 2006-11-13  misha
                   5805: 
                   5806:        * operators.txt: - added info about ^math:crc32[string],
                   5807:          ^file:crc32[file-name] & ^file.crc32[]
                   5808: 
                   5809:        * src/classes/math.C: - added ^math:crc32[string]
                   5810: 
                   5811:        * src/classes/file.C: - some comments were changed - added
                   5812:          ^file:crc32[file-name] and ^file.crc32[]
                   5813: 
                   5814:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   5815:          crc32 calculation added
                   5816: 
                   5817: 2006-11-03  misha
                   5818: 
                   5819:        * src/include/pa_array.h: - not needed variable removed
                   5820: 
                   5821:        * tests/: 150.html, 151.html, results/150.processed,
                   5822:          results/151.processed: - 2 tests were added
                   5823: 
                   5824:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   5825:          with $.reverse(1) were fixed
                   5826: 
                   5827:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   5828:          query converted to $.charset during ^file::load[http://...]
                   5829: 
                   5830: 2006-11-02  misha
                   5831: 
                   5832:        * src/include/pa_table.h: ups. forget '=' char
                   5833: 
                   5834:        * src/include/pa_table.h: - one more fix in
                   5835:          .locate[...][$.reverse(1)]
                   5836: 
                   5837: 2006-11-01  misha
                   5838: 
                   5839:        * src/classes/math.C: - bug fix, details:
                   5840:          http://www.parser.ru/forum/?id=53360
                   5841: 
                   5842:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   5843:          false for all records )[$.reverse(1)]
                   5844: 
                   5845:        * src/main/pa_http.C: - second param for this mid method is length
                   5846:          but not end_index so this method has error and can't detect
                   5847:          charsets in next content-types: Content-type: text/html;
                   5848:          charset="windows-1251" Content-type: text/html;
                   5849:          charset="windows-1251"; Content-type: text/html;
                   5850:          charset=windows-1251;
                   5851: 
                   5852:          only Content-type: text/html; charset=windows-1251 was fine
                   5853: 
                   5854: 2006-10-31  misha
                   5855: 
                   5856:        * src/classes/file.C: - empty args in file::exec removed now
                   5857: 
                   5858: 2006-09-11  misha
                   5859: 
                   5860:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   5861:          replaced to table::create - some changes in text/code formatting
                   5862: 
                   5863: 2006-09-03  paf
                   5864: 
                   5865:        * src/classes/file.C: proper tainting of
                   5866:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   5867: 
                   5868: 2006-06-09  paf
                   5869: 
                   5870:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   5871: 
                   5872:        * src/classes/table.C: formatting
                   5873: 
                   5874:        * src/classes/table.C: incorporated patch from misha: Sent:
                   5875:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   5876:          ignoring string options for ^table.save[]
                   5877: 
                   5878:        * src/classes/hash.C: incorporated patch from misha Sent:
                   5879:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   5880:          $hash._default disappear while
                   5881: 
                   5882:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   5883:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   5884: 
                   5885:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   5886:          PM Subject: patch for base64 in ^mail:send[] %-)
                   5887: 
                   5888: 2006-04-09  paf
                   5889: 
                   5890:        * src/main/compile.tab.C: ` change compiled
                   5891: 
                   5892:        * gnu.vcproj, operators.txt, parser3.sln,
                   5893:          src/classes/classes.vcproj, src/classes/file.C,
                   5894:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   5895:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   5896:          src/classes/xnode.C, src/include/pa_array.h,
                   5897:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   5898:          src/include/pa_memory.h, src/include/pa_request.h,
                   5899:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   5900:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   5901:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   5902:          src/lib/pcre/pcre_dftables.vcproj,
                   5903:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   5904:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   5905:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   5906:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   5907:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   5908:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   5909:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
1.89      moko     5910:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
1.86      moko     5911:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   5912:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   5913:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   5914:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   5915:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   5916:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   5917:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   5918:          tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: +
                   5919:          ^break[] ^continue[], in ^for, ^while, ^menu,
                   5920:          ^hash/hashfile.foreach
                   5921: 
                   5922:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   5923:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   5924:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   5925:          src/classes/xnode.C, src/include/pa_array.h,
                   5926:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   5927:          src/include/pa_memory.h, src/include/pa_request.h,
                   5928:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   5929:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   5930:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   5931:          src/lib/pcre/pcre_dftables.vcproj,
                   5932:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   5933:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   5934:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   5935:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   5936:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   5937:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   5938:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
1.89      moko     5939:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
1.86      moko     5940:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   5941:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   5942:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   5943:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   5944:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   5945:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   5946:          tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: !
                   5947:          switched to VS2005 (projects and object<info explicitly
                   5948:          typed>.for_each(, info)) + $response:field[] setting void means
                   5949:          removing + grammar $name` name stops now, for mysql `$field` +
                   5950:          started ^break[] ^continue[], in ^for. TODO: to other iterators
                   5951:          (while, menu, foreach) + all log messages += [uri=, method=, cl=]
                   5952: 
                   5953:        * buildall-with-xml: merged . ftp paths update
                   5954: 
                   5955:        * buildall-with-xml: . ftp paths update
                   5956: 
                   5957: 2006-03-04  paf
                   5958: 
                   5959:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   5960:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   5961: 
                   5962:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   5963:          Igor Zinkovsky for detailed report]
                   5964: 
                   5965: 2006-03-01  paf
                   5966: 
                   5967:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   5968:          \n to ' ' in
                   5969: 
                   5970: 2006-02-18  paf
                   5971: 
                   5972:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   5973:          \n to ' ' in
                   5974: 
                   5975:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   5976: 
                   5977: 2006-02-03  paf
                   5978: 
                   5979:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   5980:          base64
                   5981: 
                   5982:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   5983: 
                   5984: 2006-01-20  paf
                   5985: 
                   5986:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   5987:          economy fix
                   5988: 
                   5989:        * src/classes/: table.C: merged from HEAD ! bugfix
                   5990:          ^table.save[$.encloser-s now handled properly
                   5991: 
                   5992:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   5993:          handled properly
                   5994: 
                   5995: 2006-01-19  paf
                   5996: 
                   5997:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   5998:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   5999:          helps a lot in our case: after transform we want
                   6000:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   6001: 
                   6002:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   6003:          economy fix
                   6004: 
                   6005:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   6006:          activates merging of free memory blocks which helps a lot in our
                   6007:          case: after transform we want CORD(main.result)->cstr[big
                   6008:          malloc]->transcode[big malloc]
                   6009: 
                   6010: 2006-01-17  paf
                   6011: 
                   6012:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   6013:          before reading them. got rid of reallocs = became quicker and
                   6014:          less fragmentated
                   6015: 
                   6016: 2005-12-29  paf
                   6017: 
                   6018:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   6019:          configure, configure.in, src/include/pa_version.h,
                   6020:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
                   6021:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   6022:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   6023:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   6024:          src/lib/ltdl/missing, www/htdocs/_bug.html: . merged from 3.2.1
                   6025: 
                   6026:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   6027:          packaged when 'make dist', so do configure companion files in
                   6028:          src/lib/ltdl
                   6029: 
                   6030:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   6031:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   6032:          missing: . now config_auto.h is created with configure [were
                   6033:          constant]
                   6034: 
                   6035:        * INSTALL: . references to documentation and some clarification
                   6036: 
                   6037:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   6038:          indication
                   6039: 
                   6040:        * Makefile.am: . dist+=buildall*
                   6041: 
                   6042: 2005-12-28  paf
                   6043: 
                   6044:        * configure: . 3.2.1
                   6045: 
                   6046:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   6047:          simplify build process, see INSTALL
                   6048: 
                   6049: 2005-12-26  paf
                   6050: 
                   6051:        * configure: ver
                   6052: 
                   6053:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   6054:          version
                   6055: 
                   6056: 2005-12-21  paf
                   6057: 
                   6058:        * src/main/compile.tab.C, src/main/main.vcproj,
                   6059:          www/htdocs/_bug.html: . win32: grammar is now compiled with bison
                   6060:          1.875b, it reports unexpected token names
                   6061: 
                   6062: 2005-12-19  paf
                   6063: 
                   6064:        * src/main/compile.tab.C, src/types/pa_vxnode.h,
                   6065:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: ! bugfix xnode now
                   6066:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   6067: 
                   6068:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   6069:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   6070:          src/main/main.vcproj, src/main/pa_globals.C,
                   6071:          src/targets/cgi/parser3.vcproj,
                   6072:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   6073:          configure, configure.in, src/include/pa_version.h: . killing
                   6074:          gdome [what a relief]
                   6075: 
                   6076:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   6077:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   6078:          run_parser.sh, results/001.processed, results/002.processed,
                   6079:          results/003.processed, results/004.processed,
                   6080:          results/005.processed, results/006.processed,
                   6081:          results/008.processed, results/009.processed,
                   6082:          results/010.processed, results/011.processed,
                   6083:          results/012.processed, results/013.processed,
                   6084:          results/014.processed, results/015.processed,
                   6085:          results/016.processed, results/017.processed,
                   6086:          results/018.processed, results/020.processed,
                   6087:          results/021.processed, results/022.processed,
                   6088:          results/023.processed, results/024.processed,
                   6089:          results/025.processed, results/026.processed,
                   6090:          results/027.processed, results/028.processed,
                   6091:          results/029.processed, results/030.processed,
                   6092:          results/031.processed, results/032.processed,
                   6093:          results/033.processed, results/034.processed,
                   6094:          results/035.processed, results/036.processed,
                   6095:          results/037.processed, results/038.processed,
                   6096:          results/039.processed, results/040.processed,
                   6097:          results/041.processed, results/042.processed,
                   6098:          results/043.processed, results/044.processed,
                   6099:          results/045.processed, results/046.processed,
                   6100:          results/047.processed, results/048.processed,
                   6101:          results/049.processed, results/050.processed,
                   6102:          results/051.processed, results/052.processed,
                   6103:          results/053.processed, results/054.processed,
                   6104:          results/055.processed, results/056.processed,
                   6105:          results/057.processed, results/058.processed,
                   6106:          results/059.processed, results/060.processed,
                   6107:          results/061.processed, results/062.processed,
                   6108:          results/063.processed, results/064.processed,
                   6109:          results/065.processed, results/066.processed,
                   6110:          results/067.processed, results/068.processed,
                   6111:          results/069.processed, results/070.processed,
                   6112:          results/071.processed, results/072.processed,
                   6113:          results/073.processed, results/074.processed,
                   6114:          results/075.processed, results/076.processed,
                   6115:          results/077.processed, results/078.processed,
                   6116:          results/079.processed, results/080.processed,
                   6117:          results/081.processed, results/082.processed,
                   6118:          results/083.processed, results/084.processed,
                   6119:          results/085.processed, results/086.processed,
                   6120:          results/087.processed, results/088.processed,
                   6121:          results/089.processed, results/090.processed,
                   6122:          results/091.processed, results/092.processed,
                   6123:          results/093.processed, results/094.processed,
                   6124:          results/095.processed, results/096.processed,
                   6125:          results/097.processed, results/099.processed,
                   6126:          results/100.processed, results/101.processed,
                   6127:          results/102.processed, results/104.processed,
                   6128:          results/105.processed, results/106.processed,
                   6129:          results/107.processed, results/108.processed,
                   6130:          results/109.processed, results/110.processed,
                   6131:          results/111.processed, results/112.processed,
                   6132:          results/113.processed, results/114.processed,
                   6133:          results/115.processed, results/117.processed,
                   6134:          results/119.processed, results/120.processed,
                   6135:          results/121.processed, results/122.processed,
                   6136:          results/123.processed, results/124.processed,
                   6137:          results/125.processed, results/126.processed,
                   6138:          results/127.processed, results/128.processed,
                   6139:          results/129.processed, results/130.processed,
                   6140:          results/131.processed, results/132.processed,
                   6141:          results/133.processed, results/134.processed,
                   6142:          results/135.processed, results/136.processed,
                   6143:          results/138.processed, results/139.processed,
                   6144:          results/140.processed, results/141.processed,
                   6145:          results/142.processed, results/143.processed,
                   6146:          results/144.processed, results/145.processed,
                   6147:          results/146.processed, results/147.processed,
                   6148:          results/148.processed, results/149.processed, results/auto.p: .
                   6149:          now works if we turn off default auto.p
                   6150: 
                   6151:        * configure: . makes
                   6152: 
                   6153:        * src/types/pa_vxnode.C: . less warnings
                   6154: 
                   6155:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   6156:          tests/145.html, tests/149.html, tests/descript.ion,
                   6157:          tests/outputs/d.cmd, tests/results/142.processed,
                   6158:          tests/results/143.processed, tests/results/144.processed,
                   6159:          tests/results/145.processed, tests/results/146.processed,
                   6160:          tests/results/147.processed, tests/results/148.processed,
                   6161:          tests/results/149.processed, www/htdocs/_bug.html: . removed
                   6162:          .nodeValue from all node types other than 5 (grabbed piece from
                   6163:          gdome)
                   6164: 
                   6165:        * tests/: 137.html, results/137.processed: . not handled this case
                   6166:          yet. code does not hang from inserting parent into child,
                   6167:          considering thing minor issue -- nodes are removed from source
                   6168:          anyway, don't know why shold that be an error after all
                   6169: 
                   6170:        * src/targets/cgi/parser3.C: . style
                   6171: 
                   6172:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   6173:          xdoc too [were barking "not element"]
                   6174: 
                   6175: 2005-12-16  paf
                   6176: 
                   6177:        * tests/146.html, tests/147.html, tests/148.html,
                   6178:          www/htdocs/_bug.html: . more tests
                   6179: 
                   6180:        * src/classes/xnode.C: . also bark on possible errors
                   6181: 
                   6182:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   6183:          props
                   6184: 
                   6185:        * www/htdocs/_bug.html: ! fixed overoptimized ^call(false) case.
                   6186:          (confused it with ^call[] case)
                   6187: 
                   6188:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   6189:          main/compile.y: merged from HEAD ! fixed overoptimized
                   6190:          ^call(false) case. (confused it with ^call[] case)
                   6191: 
                   6192:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   6193:          ^call(false) case. (confused it with ^call[] case)
                   6194: 
                   6195:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   6196: 
                   6197:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   6198:          results/001.processed, results/002.processed,
                   6199:          results/003.processed, results/004.processed,
                   6200:          results/005.processed, results/006.processed,
                   6201:          results/008.processed, results/009.processed,
                   6202:          results/010.processed, results/011.processed,
                   6203:          results/012.processed, results/013.processed,
                   6204:          results/014.processed, results/015.processed,
                   6205:          results/016.processed, results/017.processed,
                   6206:          results/018.processed, results/019.processed,
                   6207:          results/020.processed, results/021.processed,
                   6208:          results/022.processed, results/023.processed,
                   6209:          results/024.processed, results/025.processed,
                   6210:          results/026.processed, results/027.processed,
                   6211:          results/028.processed, results/029.processed,
                   6212:          results/030.processed, results/031.processed,
                   6213:          results/032.processed, results/033.processed,
                   6214:          results/034.processed, results/035.processed,
                   6215:          results/036.processed, results/037.processed,
                   6216:          results/038.processed, results/039.processed,
                   6217:          results/040.processed, results/041.processed,
                   6218:          results/042.processed, results/043.processed,
                   6219:          results/044.processed, results/045.processed,
                   6220:          results/046.processed, results/047.processed,
                   6221:          results/048.processed, results/049.processed,
                   6222:          results/050.processed, results/051.processed,
                   6223:          results/052.processed, results/053.processed,
                   6224:          results/054.processed, results/055.processed,
                   6225:          results/056.processed, results/057.processed,
                   6226:          results/058.processed, results/059.processed,
                   6227:          results/060.processed, results/061.processed,
                   6228:          results/062.processed, results/063.processed,
                   6229:          results/064.processed, results/065.processed,
                   6230:          results/066.processed, results/067.processed,
                   6231:          results/068.processed, results/069.processed,
                   6232:          results/070.processed, results/071.processed,
                   6233:          results/072.processed, results/073.processed,
                   6234:          results/074.processed, results/075.processed,
                   6235:          results/076.processed, results/077.processed,
                   6236:          results/078.processed, results/079.processed,
                   6237:          results/080.processed, results/081.processed,
                   6238:          results/082.processed, results/083.processed,
                   6239:          results/084.processed, results/085.processed,
                   6240:          results/086.processed, results/087.processed,
                   6241:          results/088.processed, results/089.processed,
                   6242:          results/090.processed, results/091.processed,
                   6243:          results/092.processed, results/093.processed,
                   6244:          results/094.processed, results/095.processed,
                   6245:          results/096.processed, results/097.processed,
                   6246:          results/099.processed, results/101.processed,
                   6247:          results/102.processed, results/104.processed,
                   6248:          results/105.processed, results/106.processed,
                   6249:          results/107.processed, results/108.processed,
                   6250:          results/109.processed, results/110.processed,
                   6251:          results/111.processed, results/112.processed,
                   6252:          results/113.processed, results/114.processed,
                   6253:          results/115.processed, results/116.processed,
                   6254:          results/117.processed, results/118.processed,
                   6255:          results/119.processed, results/120.processed,
                   6256:          results/121.processed, results/122.processed,
                   6257:          results/123.processed, results/124.processed,
                   6258:          results/125.processed, results/126.processed,
                   6259:          results/127.processed, results/128.processed,
                   6260:          results/129.processed, results/130.processed,
                   6261:          results/131.processed, results/132.processed,
                   6262:          results/133.processed, results/134.processed,
                   6263:          results/135.processed, results/136.processed,
                   6264:          results/137.processed, results/138.processed,
                   6265:          results/139.processed, results/140.processed,
                   6266:          results/141.processed: . refreshed old tests, made them work
                   6267:          without auto.p (in utf8) . things noted: . gif got encoded
                   6268:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   6269:          some strange year)
                   6270: 
                   6271:        * INSTALL: . revived linux libgc fix
                   6272: 
1.88      moko     6273:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   6274:          glib/gdome in INSTALL and patches]
1.86      moko     6275: 
                   6276:        * src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   6277:          src/include/pa_charset.h, src/include/pa_config_includes.h,
                   6278:          src/include/pa_globals.h, src/include/pa_memory.h,
                   6279:          src/include/pa_request.h, src/include/pa_xml_exception.h,
                   6280:          src/lib/cord/Makefile.am, src/lib/cord/cord.vcproj,
                   6281:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   6282:          src/lib/cord/cordxtra.c, src/main/compile.tab.C,
                   6283:          src/main/pa_charset.C, src/main/pa_globals.C,
                   6284:          src/main/pa_memory.C, src/main/pa_request.C,
                   6285:          src/main/pa_stylesheet_connection.C, src/main/pa_xml_exception.C,
                   6286:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   6287:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6288:          www/htdocs/.htaccess, www/htdocs/_bug.html: . started killing
                   6289:          gdome
                   6290: 
                   6291: 2005-12-13  paf
                   6292: 
                   6293:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   6294:          @unhandled_exception thrown another exception, print correct
                   6295:          origin (earlier code in catch of exception inside of
                   6296:          @unhandled_exception grabbed parent_frame(original_exception)
                   6297:          origin and printed it, instead of true origin)
                   6298: 
                   6299:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   6300:          another exception, print correct origin (earlier code in catch of
                   6301:          exception inside of @unhandled_exception grabbed
                   6302:          parent_frame(original_exception) origin and printed it, instead
                   6303:          of true origin)
                   6304: 
                   6305: 2005-12-09  paf
                   6306: 
                   6307:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   6308:          detection problem, due to change in gc6.4 code
                   6309: 
                   6310:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   6311:          ignored in ^string.matched :(
                   6312: 
                   6313:        * src/main/pa_string.C: ! regex tainting were ignored in
                   6314:          ^string.matched :(
                   6315: 
                   6316:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   6317:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   6318:          src/main/compile.y, src/main/compile_tools.h,
                   6319:          src/main/pa_charset.C, src/main/pa_common.C,
                   6320:          src/main/pa_globals.C, src/main/pa_string.C,
                   6321:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   6322:          src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/_bug.txt,
                   6323:          www/htdocs/auto.p: . merged latest fixes from 3.2.0
                   6324: 
                   6325: 2005-12-08  paf
                   6326: 
                   6327:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   6328:          500 chars now handled OK [were wrapped on 500th char according to
                   6329:          rfc, but sendmail failed to unwrap it properly]
                   6330: 
                   6331:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   6332:          handled OK [were wrapped on 500th char according to rfc, but
                   6333:          sendmail failed to unwrap it properly]
                   6334: 
                   6335:        * src/targets/isapi/parser3isapi.C: . less warnings
                   6336: 
                   6337:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   6338:          since 3.1.5
                   6339: 
1.89      moko     6340:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   6341:          link fixes
1.86      moko     6342: 
                   6343:        * src/classes/date.C, src/include/pa_config_fixed.h,
                   6344:          src/main/compile.tab.C, src/main/compile.y,
                   6345:          src/main/compile_tools.h, src/main/pa_charset.C,
                   6346:          src/main/pa_common.C, src/main/pa_globals.C,
                   6347:          src/main/pa_string.C, src/targets/cgi/getopt.c,
                   6348:          www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/auto.p: .
                   6349:          less warnings
                   6350: 
                   6351:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   6352:          [in current storage scheme there's no place for them. someday we
                   6353:          can add third CORD to store origins and special version of parser
                   6354:          which stores origins there [separate binary]]
                   6355: 
                   6356: 2005-12-07  paf
                   6357: 
1.89      moko     6358:        * src/targets/isapi/parser3isapi.C: . now links in release mode
1.86      moko     6359: 
                   6360:        * src/include/pa_version.h: makefiles
                   6361: 
                   6362:        * src/include/pa_version.h: . not beta
                   6363: 
                   6364:        * configure, configure.in, src/include/pa_version.h: not beta
                   6365: 
                   6366: 2005-12-06  paf
                   6367: 
                   6368:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   6369:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   6370:          decided to undo the change ^call[$void] passes void. now it will
                   6371:          pass empty string again.
                   6372: 
                   6373:        * src/main/: compile.tab.C, compile.y: . version readded
                   6374: 
                   6375:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   6376:          = ^switch[void] problem
                   6377: 
                   6378: 2005-12-01  paf
                   6379: 
                   6380:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   6381:          caused ^case[string] to be coerced to double since searching
                   6382:          value were not string (it was vvoid)
                   6383: 
                   6384:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   6385:          ^case[string] to be coerced to double since searching value were
                   6386:          not string (it was vvoid)
                   6387: 
                   6388:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   6389:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   6390: 
                   6391: 2005-11-30  paf
                   6392: 
                   6393:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   6394:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   6395: 
                   6396:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   6397:          putenv("TZ="), on unix works only putenv("TZ")
                   6398: 
                   6399:        * INSTALL: . xml libs versions updated
                   6400: 
                   6401:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   6402:          claims that fixed a lot there // 20040920 for now both
                   6403:          workarounds needed. wait for new libxml/xsl versions
                   6404: 
                   6405: 2005-11-28  paf
                   6406: 
                   6407:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   6408:          columns==0
                   6409: 
                   6410:        * src/classes/table.C: ! nameless table has columns==0
                   6411: 
                   6412:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   6413:          earlier [was totally wrong]
                   6414: 
                   6415:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   6416:          wrong]
                   6417: 
                   6418: 2005-11-25  paf
                   6419: 
                   6420:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   6421:          undoing for now...
                   6422: 
                   6423:        * src/include/pa_version.h: -this reduces speed(table::load),
                   6424:          strange. undoing
                   6425: 
                   6426:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   6427: 
                   6428:        * src/classes/op.C, www/htdocs/_bug.html, www/htdocs/auto.p: +
                   6429:          ^while(){}[SEPARATOR]
                   6430: 
                   6431:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   6432:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   6433:          this speeds things up and saves memory a LOT! (not noticed
                   6434:          negative effect on syntetic tests, future will tell...)
                   6435: 
                   6436:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   6437:          changed gc_malloc implementation, which obscured profiling
                   6438: 
                   6439:        * src/classes/table.C: merged from HEAD: + optimized
                   6440:          table::load/sql, now row ArrayString-s allocated with
                   6441:          columns.count() elements and don't always grow from
                   6442:          count=3[realloc,realloc]
                   6443: 
                   6444:        * src/classes/table.C: + optimized table::load/sql, now row
                   6445:          ArrayString-s allocated with columns.count() elements and don't
                   6446:          always grow from count=3[realloc,realloc]
                   6447: 
                   6448:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   6449:          buffer after save
                   6450: 
                   6451:        * src/classes/table.C: . ^table.save unused buffer after save
                   6452: 
                   6453: 2005-11-24  paf
                   6454: 
                   6455:        * configure.in: . merged glib2-config patch
                   6456: 
                   6457:        * configure.in: + trying to find glib2-config
                   6458: 
                   6459:        * src/classes/file.C, src/include/pa_common.h, src/main/execute.C,
                   6460:          src/main/pa_common.C, src/main/pa_request.C,
                   6461:          www/htdocs/_bug.html: merged from HEAD: ! changed
                   6462:          file/dir_readable to simple file/dir_exist, this would help in
                   6463:          situations "class not found because .p file has bad rights" << in
                   6464:          that case error would be explicit "access denied to 'this' file"
                   6465: 
                   6466:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
                   6467: 
                   6468:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   6469:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   6470:          to simple file/dir_exist, this would help in situations "class
                   6471:          not found because .p file has bad rights" << in that case error
                   6472:          would be explicit "access denied to 'this' file"
                   6473: 
                   6474:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   6475:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   6476:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   6477:          ^file::exec/cgi[script;$.charset[changed]
                   6478:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   6479:          encoded in $.charset charset
                   6480: 
                   6481:        * src/classes/file.C, www/htdocs/_bug.html, www/htdocs/_bug.pl,
                   6482:          www/htdocs/_bug.txt: +! ^file::exec/cgi[script;$.charset[changed]
                   6483:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   6484:          encoded in $.charset charset
                   6485: 
                   6486:        * src/: include/Makefile.am, include/pa_common.h,
                   6487:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   6488:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   6489:          separate file [preparation for
                   6490:          ^file::cgi[script;$.form[$.field1[]
                   6491: 
                   6492: 2005-11-22  paf
                   6493: 
                   6494:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   6495: 
                   6496:        * acinclude.m4, configure.in: . merged underquting fixes
                   6497: 
                   6498:        * src/include/pa_config_auto.h.in: configure+makes
                   6499: 
                   6500:        * src/classes/op.C: . overmerged a little
                   6501: 
                   6502:        * src/main/compile.tab.C: Makefile
                   6503: 
                   6504:        * src/main/: pa_common.C: . less gcc warnings
                   6505: 
                   6506:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   6507:          now reports original exception if we have no old cache
                   6508: 
                   6509:        * src/classes/op.C, www/htdocs/_bug.html: +
                   6510:          $exception.handled[cache] now reports original exception if we
                   6511:          have no old cache
                   6512: 
                   6513:        * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
                   6514:          www/htdocs/_bug.html: merged from HEAD: + ^taint/untaint[regex]
                   6515:          << escapes these: \^$.[]|()?*+{}
                   6516: 
                   6517:        * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
                   6518:          www/htdocs/_bug.html: + ^taint/untaint[regex] << escapes these:
                   6519:          \^$.[]|()?*+{}
                   6520: 
                   6521:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   6522:          getenv-ed variable, which does not work both on win32&unix.
                   6523:          copied old TZ value now
                   6524: 
                   6525:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   6526:          stored pointer to getenv-ed variable, which does not work both on
                   6527:          win32&unix. copied old TZ value now
                   6528: 
                   6529:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   6530:          getenv-ed variable, which does not work both on win32&unix.
                   6531:          copied old TZ value now
                   6532: 
                   6533:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   6534:          access to internal hash
                   6535: 
                   6536:        * src/types/pa_vresponse.C, www/htdocs/_bug.html: +
                   6537:          $response:headers access to internal hash
                   6538: 
1.89      moko     6539:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
1.86      moko     6540:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   6541:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   6542:          very large block" messages to only important onces
                   6543: 
1.89      moko     6544:        * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html: +
1.86      moko     6545:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   6546:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   6547:          very large block" messages to only important onces
                   6548: 
                   6549:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   6550:          ^string/int/double:sql{}[$.default[({param style})] ]
                   6551: 
                   6552:        * src/classes/string.C: + removed limitation on
                   6553:          ^string/int/double:sql{}[$.default[({param style})] ]
                   6554: 
                   6555:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   6556:          with ?params or $.form option" limitation
                   6557: 
                   6558:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   6559:          $.form option" limitation
                   6560: 
                   6561:        * src/classes/file.C, src/classes/string.C,
                   6562:          src/include/pa_common.h, src/main/pa_common.C,
                   6563:          www/htdocs/_bug.html: merged from HEAD: + ^file.base64[] encode +
                   6564:          ^file::base64[encoded] decode
                   6565: 
                   6566:        * src/classes/file.C, src/classes/string.C,
                   6567:          src/include/pa_common.h, src/main/pa_common.C,
                   6568:          www/htdocs/_bug.html: + ^file.base64[] encode +
                   6569:          ^file::base64[encoded] decode
                   6570: 
                   6571:        * src/classes/file.C, src/classes/string.C, www/htdocs/_bug.html: +
                   6572:          ^string.base64[] encode + ^string:base64[encoded] decode
                   6573: 
                   6574:        * src/classes/string.C, src/include/pa_common.h,
                   6575:          src/main/pa_common.C, www/htdocs/_bug.html: + ^string:base64[in]
                   6576:          encode + ^string.base64[] decode
                   6577: 
                   6578: 2005-11-21  paf
                   6579: 
                   6580:        * src/classes/file.C, www/htdocs/_bug.html: + merged from HEAD:
                   6581:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   6582: 
                   6583:        * src/classes/file.C, www/htdocs/_bug.html: +
                   6584:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   6585: 
                   6586:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   6587:          differes from :download, it does not return content-disposition
                   6588:          at all now [previusely it returned valueless content-disposition]
                   6589: 
                   6590:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   6591:          :download, it does not return content-disposition at all now
                   6592:          [previusely it returned valueless content-disposition]
                   6593: 
                   6594:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   6595:          literals, reverted to just vvod, recreating empty array with each
                   6596:          void_value token. that's absolutely needed, since that array
                   6597:          grows
                   6598: 
                   6599:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   6600:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   6601:          types/pa_vmethod_frame.h: + merged: expression literals:
                   6602:          true/false. ^format[$.indent(true)]
                   6603: 
                   6604:        * src/main/compile.tab.C, src/main/compile.y, src/types/pa_value.h,
                   6605:          src/types/pa_vbool.h, src/types/pa_vdouble.h,
                   6606:          src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
                   6607:          www/htdocs/_bug.html: + expression literals: true/false.
                   6608:          ^format[$.indent(true)]
                   6609: 
                   6610:        * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
                   6611:          src/types/types.vcproj, www/htdocs/_bug.html,
                   6612:          www/htdocs/_bug.txt: + merged: $env:PARSER_VERSION reports
                   6613:          "3.1.5beta (compiled on i386-pc-win32)"
                   6614: 
                   6615:        * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
                   6616:          src/types/types.vcproj, www/htdocs/_bug.html: +
                   6617:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   6618:          i386-pc-win32)"
                   6619: 
                   6620: 2005-11-18  paf
                   6621: 
                   6622:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   6623:          null}[$.default(123)] will now return default value
                   6624: 
                   6625:        * www/htdocs/_bug.html: + ^cache[] << returns current cache
                   6626:          expiration time
                   6627: 
                   6628:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   6629:          expiration time
                   6630: 
                   6631:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   6632:          time
                   6633: 
                   6634:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   6635:          failed << Exception.problem_source pointed to local var!
                   6636: 
                   6637:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   6638:          Exception.problem_source pointed to local var!
                   6639: 
                   6640:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   6641:          now loads VFile.ptr!=0, so such files can be saved now
                   6642: 
                   6643:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   6644:          loads VFile.ptr!=0, so such files can be saved now
                   6645: 
                   6646:        * src/include/pa_dir.h, www/htdocs/_bug.html, www/htdocs/_bug.txt:
                   6647:          ! merged: file:list now sees .xxx files, only . and .. now
                   6648:          removed from list [were removed all .*]
                   6649: 
                   6650:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   6651:          .. now removed from list [were removed all .*]
                   6652: 
                   6653:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   6654:          open error now checked, were not :( [stole that piece from apache
                   6655:          1.3 sources]
                   6656: 
                   6657:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   6658:          checked, were not :( [stole that piece from apache 1.3 sources]
                   6659: 
                   6660:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   6661:          untainting of @main result if returned by $result or
                   6662:          $response:body
                   6663: 
                   6664:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   6665:          result if returned by $result or $response:body
                   6666: 
                   6667:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   6668:          issue: now tries to guess content-length and allocates one big
                   6669:          piece if possible [regretfully gc_realloc works as malloc+free,
                   6670:          leaving lots of holes behind]
                   6671: 
                   6672:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   6673:          fixed file load memory issue: now tries to guess content-length
                   6674:          and allocates one big piece if possible [regretfully gc_realloc
                   6675:          works as malloc+free, leaving lots of holes behind]
                   6676: 
                   6677: 2005-11-16  paf
                   6678: 
                   6679:        * src/include/pa_common.h, src/classes/file.C, src/classes/table.C,
                   6680:          src/main/compile.tab.C, src/main/pa_common.C,
                   6681:          www/htdocs/_bug.html: merged to HEAD: ! table::save with
                   6682:          enclosers now doubles them: "->"" ! table::save/load do not
                   6683:          remove elements from options hash
                   6684: 
                   6685:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   6686:          [were overoptimized ^if(double_literal), compiler confused
                   6687:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   6688: 
                   6689:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   6690:          [were overoptimized ^if(double_literal), compiler confused
                   6691:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   6692: 
                   6693:        * src/classes/file.C, src/classes/table.C, src/include/pa_common.h,
                   6694:          src/main/pa_common.C, www/htdocs/_bug.html: ! table::save with
                   6695:          enclosers now doubles them: "->"" ! table::save/load do not
                   6696:          remove elements from options hash
                   6697: 
                   6698: 2005-11-03  paf
                   6699: 
                   6700:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   6701:          compilation, not all makefiles liked that
                   6702: 
                   6703: 2005-08-30  paf
                   6704: 
                   6705:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   6706: 
                   6707:        * src/classes/op.C: . speedup check of [DEFAULT]
                   6708: 
                   6709: 2005-08-26  paf
                   6710: 
                   6711:        * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html:
                   6712:          merged + date.week
                   6713: 
                   6714:        * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html: +
                   6715:          date.week
                   6716: 
                   6717:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   6718:          complains about bad!=nameless
                   6719: 
                   6720:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   6721:          about bad!=nameless
                   6722: 
                   6723:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   6724:          optional options were allowed to be empty. were checked
                   6725:          if(is_string), changed to !defined||is_string to allow void
                   6726: 
                   6727:        * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html,
                   6728:          src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   6729:          src/classes/void.C: ! optional options were allowed to be empty.
                   6730:          were checked if(is_string), changed to !defined||is_string to
                   6731:          allow void
                   6732: 
                   6733:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   6734:          as_junction where they needed as_int/double, so failed with
                   6735:          recent "(const) now no junction" optimization
                   6736: 
                   6737:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   6738:          merged ! many classes/*  used as_junction where they needed
                   6739:          as_int/double, so failed with recent "(const) now no junction"
                   6740:          optimization
                   6741: 
                   6742:        * src/classes/double.C, src/classes/int.C, src/classes/math.C,
                   6743:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   6744:          src/main/compile.tab.C, src/types/pa_vmethod_frame.h,
                   6745:          www/htdocs/_bug.html: ! many classes/*  used as_junction where
                   6746:          they needed as_int/double, so failed with recent "(const) now no
                   6747:          junction" optimization
                   6748: 
                   6749: 2005-08-24  paf
                   6750: 
                   6751:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   6752:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   6753:          stripped it
                   6754: 
                   6755: 2005-08-09  paf
                   6756: 
                   6757:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   6758:          not cleared
                   6759: 
                   6760:        * www/htdocs/: _bug.html, _bug.pl, _bug.txt: . file::exec $charset
                   6761:          transcodes env fine
                   6762: 
                   6763:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   6764:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6765:          classes/hashfile.C, classes/image.C, classes/int.C,
                   6766:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   6767:          classes/response.C, classes/string.C, classes/table.C,
                   6768:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   6769:          include/pa_array.h, include/pa_cache_managers.h,
                   6770:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6771:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6772:          include/pa_dictionary.h, include/pa_dir.h,
                   6773:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6774:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   6775:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   6776:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6777:          include/pa_sapi.h, include/pa_socks.h,
                   6778:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6779:          include/pa_stack.h, include/pa_string.h,
                   6780:          include/pa_stylesheet_connection.h,
                   6781:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6782:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6783:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6784:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6785:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   6786:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   6787:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   6788:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   6789:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   6790:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   6791:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   6792:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   6793:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   6794:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   6795:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
1.89      moko     6796:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   6797:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6798:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   6799:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   6800:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   6801:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   6802:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   6803:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   6804:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   6805:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   6806:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   6807:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   6808:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   6809:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   6810:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   6811:          types/pa_vresponse.C, types/pa_vresponse.h,
                   6812:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6813:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6814:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   6815:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   6816:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   6817:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   6818:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
1.86      moko     6819: 
                   6820:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   6821:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   6822:          speedup consequent checks in vmethod_frame
                   6823: 
                   6824:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   6825:          not cleared
                   6826: 
                   6827:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   6828:          params: 50 max (were 10)
                   6829: 
                   6830:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   6831:          params: 50 max (were 10)
                   6832: 
                   6833:        * src/types/pa_value.h, src/types/pa_vdouble.h,
                   6834:          src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
                   6835:          src/types/pa_vvoid.C, src/types/pa_vvoid.h,
                   6836:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   6837:          www/htdocs/.htaccess, www/htdocs/_bug.html: + ^call[$void] param
                   6838:          inside now is void (were: empty string) ! simplified (double)
                   6839:          speedup consequent checks in vmethod_frame
                   6840: 
                   6841:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   6842:          optimized constants in expressions vstring->vdouble + optimized
                   6843:          ^call(vdouble), no junction creation, no calls later
                   6844: 
                   6845: 2005-08-08  paf
                   6846: 
                   6847:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   6848:          integrated
                   6849: 
                   6850:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   6851:          integrated
                   6852: 
                   6853:        * src/main/compile.tab.C, src/main/compile.y,
                   6854:          src/main/compile_tools.C, src/main/compile_tools.h,
                   6855:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.xml:
                   6856:          merged + optimized constants in expressions vstring->vdouble +
                   6857:          optimized ^call(vdouble), no junction creation, no calls later
                   6858: 
                   6859:        * src/types/pa_vdouble.h: merged . double values without fractional
                   6860:          part now default printed as %.0f instead of %g
                   6861: 
                   6862:        * src/types/pa_vdouble.h: . double values without fractional part
                   6863:          now default printed as %.0f instead of %g
                   6864: 
                   6865:        * www/htdocs/: _bug.html, _bug.xml: . merged ! second
                   6866:          hashfile::open would cause an exception
                   6867: 
                   6868:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   6869:          cause an exception
                   6870: 
                   6871:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   6872:          exception
                   6873: 
                   6874:        * src/classes/classes.h, src/main/execute.C,
                   6875:          src/types/pa_junction.h, src/types/pa_value.h,
                   6876:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   6877:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   6878:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   6879:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   6880:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   6881:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   6882:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6883:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   6884:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   6885:          src/types/pa_vstateless_class.C,
                   6886:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   6887:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6888:          src/types/pa_wwrapper.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   6889:          . merged VJunction(new Junction) optimization from 3.1.4
                   6890: 
                   6891:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   6892:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   6893:          Junction(params)) to new VJunction(params), thousands of mallocs
                   6894:          removed
                   6895: 
                   6896: 2005-08-05  paf
                   6897: 
                   6898:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   6899:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   6900:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   6901:          creation, no calls later
                   6902: 
                   6903:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   6904:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6905:          classes/hashfile.C, classes/image.C, classes/int.C,
                   6906:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   6907:          classes/response.C, classes/string.C, classes/table.C,
                   6908:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   6909:          include/pa_array.h, include/pa_cache_managers.h,
                   6910:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6911:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6912:          include/pa_dictionary.h, include/pa_dir.h,
                   6913:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6914:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   6915:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   6916:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6917:          include/pa_sapi.h, include/pa_socks.h,
                   6918:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6919:          include/pa_stack.h, include/pa_string.h,
                   6920:          include/pa_stylesheet_connection.h,
                   6921:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6922:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6923:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6924:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6925:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   6926:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   6927:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   6928:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   6929:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   6930:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   6931:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   6932:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   6933:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   6934:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   6935:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
1.89      moko     6936:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   6937:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6938:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   6939:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   6940:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   6941:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   6942:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   6943:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   6944:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   6945:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   6946:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   6947:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   6948:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   6949:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   6950:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   6951:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6952:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6953:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   6954:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   6955:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   6956:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   6957:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
1.86      moko     6958: 
                   6959:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   6960:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   6961:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   6962:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   6963:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   6964:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   6965:          optimized constants in expressions vstring->vdouble
                   6966: 
                   6967: 2005-07-29  paf
                   6968: 
                   6969:        * src/types/pa_vclass.C, www/htdocs/_bug.p: . shaped up error
                   6970:          messages a bit
                   6971: 
                   6972:        * src/types/pa_vclass.C, www/htdocs/_bug_derived.p: + property
                   6973:          getter can now be overridden
                   6974: 
                   6975:        * src/main/execute.C, src/types/pa_vclass.C,
                   6976:          src/types/pa_vobject.C, www/htdocs/_bug.p,
                   6977:          www/htdocs/_bug_derived.p: ! bug fix: static parent fields were
                   6978:          not replaced in case $derived:field[put] + property setter can
                   6979:          now be overridden
                   6980: 
                   6981:        * www/htdocs/: _bug.html, _bug.p, _bug_derived.p: + removed limit
                   6982:          "ctor must be declared in class being created"
                   6983: 
                   6984: 2005-07-28  paf
                   6985: 
                   6986:        * configure, configure.in, src/classes/classes.h,
                   6987:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   6988:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   6989:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   6990:          src/classes/xnode.h, src/include/pa_hash.h,
                   6991:          src/include/pa_version.h, src/main/execute.C,
                   6992:          src/types/Makefile.am, src/types/pa_method.h,
                   6993:          src/types/pa_value.h, src/types/pa_vclass.C,
                   6994:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   6995:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   6996:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   6997:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   6998:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   6999:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   7000:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   7001:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   7002:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   7003:          src/types/pa_vstateless_class.h,
                   7004:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   7005:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7006:          src/types/pa_wwrapper.h, www/htdocs/.htaccess,
                   7007:          www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
                   7008:          www/htdocs/_bug.sh, www/htdocs/auto.p: + 3.2.0 beta: merged from
                   7009:          dynamic_fields_join
                   7010: 
                   7011:        * src/classes/hash.C, src/classes/hashfile.C, src/classes/op.C,
                   7012:          src/classes/xnode.C, src/include/pa_hash.h, src/main/execute.C,
                   7013:          src/types/pa_method.h, src/types/pa_value.h,
                   7014:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7015:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   7016:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   7017:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   7018:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   7019:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   7020:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   7021:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   7022:          src/types/pa_vresponse.h, src/types/pa_vstateless_object.h,
                   7023:          src/types/pa_vvoid.h, src/types/pa_vxnode.C,
                   7024:          src/types/pa_vxnode.h, src/types/pa_wwrapper.h,
                   7025:          www/htdocs/.htaccess, www/htdocs/auto.p: ! restored
                   7026:          put_element('replace' param), and restored its checks in
                   7027:          vobject.put_element->static fields | dynamic properties
                   7028: 
                   7029: 2005-07-27  paf
                   7030: 
                   7031:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   7032:          is some old code containing @set_name $name
                   7033: 
                   7034:        * src/types/pa_vobject.h: . fixed warning
                   7035: 
                   7036:        * configure, configure.in, src/include/pa_version.h,
                   7037:          src/types/Makefile.am: 3.2.0beta started
                   7038: 
                   7039:        * src/classes/xnode.C, src/include/pa_hash.h,
                   7040:          src/types/pa_vstateless_class.C, www/htdocs/.htaccess,
                   7041:          www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
                   7042:          www/htdocs/_bug.sh, www/htdocs/auto.p: ! new asserts were all
                   7043:          false. regretfully reverted them all to checks
                   7044: 
                   7045:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   7046:          classes/op.C, main/execute.C, types/pa_method.h,
                   7047:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   7048:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   7049:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   7050:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   7051:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   7052:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   7053:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7054:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   7055:          joined_dynamic_fields: removed unused param from put_method
                   7056:          (returned to 3 params)
                   7057: 
                   7058:        * src/include/pa_hash.h, src/types/pa_vclass.C,
                   7059:          src/types/pa_vclass.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   7060:          joined_dynamic_fields: dynamic get/set works with overriding
                   7061:          props [alpha2]
                   7062: 
                   7063:        * src/types/pa_vclass.C, www/htdocs/_bug.html:
                   7064:          joined_dynamic_fields: dynamic get/set works [alfa]
                   7065: 
                   7066:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   7067:          classes/op.C, include/pa_hash.h, main/execute.C,
                   7068:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   7069:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   7070:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   7071:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   7072:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   7073:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7074:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   7075:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7076:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   7077:          joined_dynamic_fields: just compiled
                   7078: 
                   7079:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   7080:          classes/hashfile.C, classes/image.C, classes/table.C,
                   7081:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   7082:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   7083:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   7084: 
                   7085:        * src/types/pa_vobject.C: . object setters [only started, does not
                   7086:          work yet]
                   7087: 
                   7088:        * src/include/pa_hash.h, src/types/pa_vclass.C,
                   7089:          src/types/pa_vobject.C, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   7090:          . object setters [only started, does not work yet]
                   7091: 
                   7092: 2005-07-26  paf
                   7093: 
                   7094:        * src/include/pa_request.h, src/main/execute.C,
                   7095:          www/htdocs/_bug.html: . properties: set works [alpha2]. for
                   7096:          classes. todo: for objects
                   7097: 
                   7098:        * src/classes/classes.h, src/include/pa_hash.h, src/main/execute.C,
                   7099:          src/types/pa_value.h, src/types/pa_vclass.C,
                   7100:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   7101:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   7102:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   7103:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   7104:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   7105:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   7106:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   7107:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   7108:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   7109:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7110:          src/types/pa_wwrapper.h, www/htdocs/_bug.html: . properties: set
                   7111:          works [alpha1]
                   7112: 
                   7113: 2005-07-25  paf
                   7114: 
                   7115:        * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7116:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   7117:          www/htdocs/_bug.html: . properties: started, get works [alpha1,
                   7118:          other approach]
                   7119: 
                   7120:        * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7121:          www/htdocs/_bug.html, www/htdocs/_bug.p: . properties: started,
                   7122:          get works [alpha2]
                   7123: 
                   7124:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   7125:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   7126: 
                   7127: 2005-07-15  paf
                   7128: 
                   7129:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   7130:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   7131:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7132:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7133:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   7134:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   7135:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7136:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7137:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7138:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7139:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   7140:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   7141:          [getters work but think of changing them too to precaching]
                   7142: 
                   7143: 2005-07-08  paf
                   7144: 
                   7145:        * src/main/pa_request.C, www/htdocs/_bug.html: ! bugfix:
                   7146:          $response:body[nonfile] caused gpf
                   7147: 
                   7148: 2005-06-28  paf
                   7149: 
                   7150:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   7151:          in passing empty strings to file::exec/cgi environment
                   7152: 
                   7153: 2005-06-06  paf
                   7154: 
                   7155:        * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   7156:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.pl,
                   7157:          www/htdocs/_bug.xsl: ! bugfix ^string:sql ^table:sql ^hash:sql
                   7158:          now DO process $.bind option
                   7159: 
                   7160: 2005-05-24  paf
                   7161: 
                   7162:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   7163:          $.limit] now work again [support was broken in 3.1.4]
                   7164: 
                   7165:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   7166:          ALL_INTERIOR_POINTERS
                   7167: 
                   7168: 2005-05-12  paf
                   7169: 
                   7170:        * configure: 3.1.5beta
                   7171: 
                   7172:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   7173: 
                   7174:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   7175:          $.limit] now work again [support was broken in 3.1.4]
                   7176: 
                   7177:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   7178:          line-width  [was refusing to fill if line-width >1, thanks to
                   7179:          Seras <seras@pinxit.lt> for repro case
                   7180: 
                   7181: 2005-04-25  paf
                   7182: 
                   7183:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   7184:          correctly
                   7185: 
                   7186: 2005-04-19  paf
                   7187: 
                   7188:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   7189:          in VString violating invariant!!
                   7190: 
                   7191:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   7192:          getenv("TZ")==null
                   7193: 
                   7194: 2005-04-08  paf
                   7195: 
                   7196:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   7197:          bugfix: when there is no char in charset one byte produces 6
                   7198:          (&#255; <<max). increased buffer size!
                   7199: 
                   7200: 2005-03-23  paf
                   7201: 
                   7202:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   7203:          ^date.sql-string now takes TZ into account
                   7204: 
                   7205: 2005-03-16  paf
                   7206: 
                   7207:        * INSTALL, www/htdocs/.htaccess, www/htdocs/_bug.html,
                   7208:          src/include/pa_stack.h: . compiled on freebsd 5.3 with gcc 3.4
                   7209: 
                   7210:        * src/types/pa_vhash.C: . warning about eof eol
                   7211: 
                   7212: 2005-02-17  paf
                   7213: 
                   7214:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   7215:          seconds)
                   7216: 
                   7217: 2005-02-02  paf
                   7218: 
                   7219:        * src/classes/xnode.C, www/htdocs/_bug.html: beauty: removed
                   7220:          needless includes
                   7221: 
                   7222: 2005-01-31  paf
                   7223: 
                   7224:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   7225:          $.partNoNumber now alias to $.part1
                   7226: 
                   7227:        * src/types/pa_vmail.C: change: incoming letter part contains
                   7228:          "content-disposition" header with any value? now considering that
                   7229:          part to be "file#" [for text/plain text/html were $.text#
                   7230:          $.html#]
                   7231: 
                   7232:        * INSTALL: updatet to latest working versions available
                   7233: 
                   7234: 2005-01-20  paf
                   7235: 
                   7236:        * configure.in, src/include/pa_version.h, www/htdocs/_bug.html:
                   7237:          version
                   7238: 
                   7239: 2005-01-19  paf
                   7240: 
                   7241:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   7242:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   7243:          couple warnings in parser3.C
                   7244: 
                   7245: 2004-12-23  paf
                   7246: 
                   7247:        * src/main/pa_sql_driver_manager.C, www/htdocs/_bug.html: sql
                   7248:          connect string, rsplit @
                   7249: 
                   7250:        * src/main/pa_exec.C, www/htdocs/_bug.html: win32: bugfix:
                   7251:          file::cgi/exec now set current dir to directory of script (when
                   7252:          shbang used), not to directory of its interpreter
                   7253: 
                   7254:        * src/include/pa_version.h: compiled on win32...
                   7255: 
                   7256:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   7257:          we need more hspace
                   7258: 
                   7259:        * configure, configure.in, src/include/pa_version.h: configured
                   7260:          host to pa_version. will be displayed everywhere
                   7261: 
                   7262:        * src/main/pa_request.C, www/htdocs/_bug.html: new:
                   7263:          @unhandled_exception can prevent exception from being logged by
                   7264:          setting $exception.handled(1)
                   7265: 
                   7266:        * operators.txt, src/classes/file.C, www/htdocs/_bug.html: change:
                   7267:          ^file::sql{query}[[options]] options: $.name[file name]
                   7268:          $.content-type[application/what]
                   7269: 
                   7270:        * src/include/pa_common.h, src/main/pa_common.C,
                   7271:          src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty:
                   7272:          hashfile::open now creates dir for new file
                   7273: 
                   7274:        * src/classes/table.C, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   7275:          www/htdocs/_bug.html: bugfix: table->hash now regards _default
                   7276: 
                   7277:        * src/types/pa_vmethod_frame.h, www/htdocs/_bug.html: bugfix: when
                   7278:          method junction was created by accessing $name_of_method it
                   7279:          acquired bad self=closest methodframe; instead of proper self
                   7280:          (current class)
                   7281: 
                   7282:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: reading
                   7283:          empty string from hashfile produced bad cord
                   7284: 
                   7285: 2004-12-10  paf
                   7286: 
                   7287:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   7288:          subsequent failures though defined in .h
                   7289: 
                   7290:        * src/main/pa_common.C: comment on volatile
                   7291: 
                   7292:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   7293:          alarm function were not used since the beginning due to stupid
                   7294:          error [setsigjmp were not checked in configure.in]
                   7295: 
                   7296:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   7297:          unix too
                   7298: 
                   7299:        * src/main/pa_common.C: http: exception status of send/recv errors
                   7300:          change to most probable http.timeout
                   7301: 
                   7302:        * src/main/pa_common.C, www/htdocs/_bug.html: win32: http
                   7303:          connection $.timeout option now works [setsockopt on
                   7304:          send/receive]
                   7305: 
                   7306: 2004-12-08  paf
                   7307: 
                   7308:        * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/.htaccess,
                   7309:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: bugfix: mail body now
                   7310:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   7311:          proper charset
                   7312: 
                   7313: 2004-11-24  paf
                   7314: 
                   7315:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   7316: 
                   7317:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   7318:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   7319: 
                   7320: 2004-11-12  paf
                   7321: 
                   7322:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   7323:          [since 3.0.4]
                   7324: 
                   7325: 2004-11-09  paf
                   7326: 
                   7327:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   7328:          writes basics to c:\parser3.log
                   7329: 
                   7330: 2004-10-21  paf
                   7331: 
                   7332:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   7333:          tainted strings [were returning clean onces]
                   7334: 
                   7335: 2004-10-15  paf
                   7336: 
                   7337:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   7338:          cycles(i=1; i=2), which was wrong, now does ONE
                   7339: 
                   7340: 2004-10-12  paf
                   7341: 
                   7342:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   7343: 
                   7344: 2004-10-07  paf
                   7345: 
                   7346:        * src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   7347:          src/main/pa_globals.C, www/htdocs/.htaccess,
                   7348:          www/htdocs/_bug.html, www/htdocs/_bug.pl: debugger help:
                   7349:          PA_RELEASE_ASSERTS enables release asserts
                   7350: 
                   7351:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   7352:          String.dump() to stdout in detailed form  [were String.v() in
                   7353:          short form]
                   7354: 
                   7355:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   7356:          \t\r\n as @#| and truncates long char sequences less
                   7357: 
                   7358: 2004-10-06  paf
                   7359: 
                   7360:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   7361:          win32 beauty: socket errors properly decoded
                   7362: 
                   7363: 2004-10-05  paf
                   7364: 
                   7365:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   7366:          request::configure_user/admin done always, even if no
                   7367:          file-to-process useful in @unhandled_exception [say, if they
                   7368:          would want to mail by SMTP something]
                   7369: 
                   7370:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   7371:          now performed prior to file loading [and @auto executing] thus
                   7372:          making $cookie:value available in @auto and in
                   7373:          @unhandled_exception when IIS is configured to run interpreter
                   7374:          even if no file exist
                   7375: 
                   7376: 2004-09-20  paf
                   7377: 
                   7378:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   7379:          somewhere where it should have called xmlMalloc and it calls
                   7380:          xmlFree when it should have not called it.  inserted two
                   7381:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   7382:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   7383:          author would fix all that.  until that day: we have SLOW garbage
                   7384:          collecting when many xml objects are alive hint: do
                   7385:          ^memory:compact[] before xdoc::create
                   7386: 
                   7387: 2004-09-17  paf
                   7388: 
                   7389:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   7390:          error from 3.0.8 version]
                   7391: 
                   7392: 2004-09-14  paf
                   7393: 
                   7394:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   7395:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   7396:          modified inside
                   7397: 
                   7398: 2004-09-13  paf
                   7399: 
                   7400:        * src/main/pa_string.C, www/htdocs/_bug.html: bugfix: $s[+008]
                   7401:          ^eval($s) now parsed OK [were as octal]
                   7402: 
                   7403:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty: not
                   7404:          reproduced $hashfile.key[$novalue] bug [reported by motorin],
                   7405:          inserted safety-check
                   7406: 
                   7407:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   7408:          [not something obscure from sdbm lib]
                   7409: 
1.88      moko     7410:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: error
                   7411:          numbers now from errno.h = strerror now returnes something and we
                   7412:          can properly report that to client
1.86      moko     7413: 
                   7414:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   7415:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   7416: 
                   7417:        * www/htdocs/: _bug.html, _bug.xsl: change: ^xdoc.string now
                   7418:          outputted as-is  [tainted as-is] this helps //[space][newline] to
                   7419:          remain as-is and not be unnecessary optimized away [ruining
                   7420:          javascript]
                   7421: 
                   7422:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   7423:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   7424:          not be unnecessary optimized away [ruining javascript]
                   7425: 
                   7426:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   7427:          [tainted as-is]
                   7428: 
                   7429:        * src/classes/mail.C: bugfix: typo error
                   7430: 
                   7431: 2004-09-09  paf
                   7432: 
                   7433:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   7434:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   7435:          (bloody yandex.server)
                   7436: 
                   7437: 2004-09-06  paf
                   7438: 
                   7439:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   7440:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   7441:          encoded
                   7442: 
                   7443: 2004-09-01  paf
                   7444: 
                   7445:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   7446:          multipart/related outlook express have no problems showing
                   7447:          unrelated attachments.  todo: someday figure out a way of
                   7448:          multipart/mixed    multipart/related       text/html
                   7449:          image/xxx application/octet-stream << true attachments
                   7450: 
                   7451:        * src/types/pa_vmail.C, www/htdocs/_bug.html: new:
                   7452:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   7453:          empty mail header fields removed from letter
                   7454: 
                   7455:        * src/classes/mail.C, src/include/pa_config_fixed.h,
                   7456:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   7457:          www/htdocs/_bug.html: new: ^mail:send[    $.file[
                   7458:          $.any[header]
                   7459: 
                   7460: 2004-08-30  paf
                   7461: 
                   7462:        * src/include/pa_config_fixed.h, src/main/pa_common.C,
                   7463:          www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: less warnings
                   7464: 
                   7465:        * src/main/pa_common.C: beauty: do not bother with charset
                   7466:          detection when ^file::load[binary
                   7467: 
                   7468: 2004-08-27  paf
                   7469: 
                   7470:        * src/main/pa_common.C: hack: for yandex.server http server
                   7471: 
                   7472: 2004-08-18  paf
                   7473: 
                   7474:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   7475:          possibly-chunked response
                   7476: 
                   7477: 2004-08-17  paf
                   7478: 
                   7479:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   7480:          $f.content-type now = that of http response
                   7481: 
                   7482:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   7483:          $f.content-type now = that of http response
                   7484: 
                   7485: 2004-08-03  paf
                   7486: 
                   7487:        * www/htdocs/: .htaccess, _bug.html: bugfix: empty input variables
                   7488:          can be replaced by output [forgot to allocate proper buffer,
                   7489:          oracle _server_ died with kgepop: no error frame to pop to for
                   7490:          error 21500 message]
                   7491: 
                   7492: 2004-07-30  paf
                   7493: 
                   7494:        * src/include/pa_request.h, src/main/pa_request.C,
                   7495:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   7496:          www/htdocs/.htaccess: bugfix: win32: system&parser exceptions in
                   7497:          release mode reported properly parser exception in exception
                   7498:          handler WERE mistakenly reported as system exception, without
                   7499:          details [in apache & isapi] +some beauty in exception text
                   7500: 
                   7501:        * src/include/pa_exception.h, src/main/pa_request.C,
                   7502:          src/targets/cgi/parser3.C, www/htdocs/.htaccess,
                   7503:          www/htdocs/_bug.html: bugfix: win32: system&parser exceptions in
                   7504:          release mode reported properly parser exception in exception
                   7505:          handler WERE mistakenly reported as system exception, without
                   7506:          details
                   7507: 
                   7508:        * src/main/execute.C: beauty: simplified system exception handling
                   7509: 
                   7510: 2004-07-29  paf
                   7511: 
                   7512:        * src/classes/table.C, www/htdocs/_bug.html: bugfix:
                   7513:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   7514:          were ignored, and \t used unconditionally]
                   7515: 
                   7516:        * src/types/Makefile.am: added vhash.c
                   7517: 
                   7518: 2004-07-28  paf
                   7519: 
                   7520:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   7521:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   7522:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   7523:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   7524:          failed on russian letters
                   7525: 
                   7526:        * src/main/pa_string.C, src/types/pa_vmail.C, www/htdocs/_bug.html,
                   7527:          src/main/pa_common.C: bugfix: isspace((unsigned char)c)
                   7528:          everywhere. failed on russian letters
                   7529: 
                   7530:        * www/htdocs/_bug.html: bugfix: win32: chdir not needed, dir
                   7531:          passwed as 'currentDirectory' parameter to CreateProcess
                   7532: 
                   7533:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   7534:          as 'currentDirectory' parameter to CreateProcess
                   7535: 
                   7536: 2004-07-27  paf
                   7537: 
                   7538:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   7539:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   7540:          from release somewhere [to help searching for unhandled system
                   7541:          exceptions]
                   7542: 
                   7543:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   7544:          TZ shift
                   7545: 
                   7546:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   7547:          but also in ctor
                   7548: 
                   7549: 2004-07-26  paf
                   7550: 
                   7551:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   7552:          src/main/pa_request.C, src/types/pa_vfile.h,
                   7553:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   7554:          src/types/types.vcproj, www/htdocs/_bug.html: new:
                   7555:          $response:body/download[    $.file[name on disk]    $.name[of
                   7556:          file for user]        $.mdate[date of last-modified. default from
                   7557:          directory] ]
                   7558: 
                   7559:        * src/classes/file.C: moving file:send somewhere else..
                   7560: 
                   7561:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
1.89      moko     7562:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   7563:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   7564:          $response:download[ $.filename[filename] $.option[] ,, ]
1.86      moko     7565: 
                   7566:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   7567: 
                   7568: 2004-07-21  paf
                   7569: 
                   7570:        * src/types/pa_vmail.C, www/htdocs/_bug.html: bugfix: too long
                   7571:          header values now splitted to several lines
                   7572: 
                   7573:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   7574: 
                   7575:          note: ms outlook[!express] shows only first 255 characters of
                   7576:          subject
                   7577: 
                   7578: 2004-07-15  paf
                   7579: 
                   7580:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   7581:          off]
                   7582: 
                   7583: 2004-07-14  paf
                   7584: 
                   7585:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   7586:          according to lang  [were: as-is]
                   7587: 
                   7588: 2004-07-07  paf
                   7589: 
                   7590:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   7591:          checked that
                   7592: 
                   7593:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   7594:          now untainted according to their languages.  were: as-is.
                   7595:          EVERYWHERE
                   7596: 
                   7597:        * src/classes/file.C, src/main/pa_exec.C, www/htdocs/_bug.html,
                   7598:          www/htdocs/_bug.pl: bufix: on unix AND win32 environment string
                   7599:          now untainted according to their languages.  were: as-is.
                   7600:          EVERYWHERE
                   7601: 
                   7602:        * src/main/pa_exec.C: bufix: on unix environment string now
                   7603:          untainted according to their languages.  were: as-is. on win32:
                   7604:          ok
                   7605: 
                   7606:        * parser3.vssscc: ...would not go unnoticed
                   7607: 
                   7608:        * src/main/pa_charset.C, www/htdocs/.htaccess,
                   7609:          www/htdocs/_bug.html: convinience: transcodeFromUTF8 now never
                   7610:          fails. in case on input appears nonutf, those bytes will be
                   7611:          printed in %HH form. that can be easily decoded/recovered.
                   7612: 
                   7613:          this form is quite noticable, and hopefully would not go noticed
                   7614: 
                   7615: 2004-07-06  paf
                   7616: 
                   7617:        * src/main/pa_exec.C: bufix: on unix environment string now
                   7618:          untainted according to their languages.  were: as-is. on win32:
                   7619:          ok
                   7620: 
                   7621: 2004-07-01  paf
                   7622: 
                   7623:        * src/classes/classes.vcproj, src/lib/cord/cord.vcproj,
                   7624:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   7625:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   7626:          src/lib/pcre/pcre_dftables.vcproj,
                   7627:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/smtp/smtp.vcproj,
1.89      moko     7628:          src/main/main.vcproj, src/targets/cgi/parser3.vcproj,
1.86      moko     7629:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   7630:          www/htdocs/.htaccess: win32: option: global optimization ON
                   7631: 
                   7632:        * src/main/untaint.C, www/htdocs/_bug.html: workaround kinda bug in
                   7633:          libxml: life requires to do xdoc::create{invalid chars} standard
                   7634:          disables chars less then \x20, except tab, cr, lf.
                   7635: 
                   7636:          changed tainting so that those become '!'
                   7637: 
                   7638: 2004-06-25  paf
                   7639: 
                   7640:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   7641:          int on odd address [prev bugfix failed due to superwize
                   7642:          optimizer, which turned memcpy into same 'ld' asm command]
                   7643: 
                   7644:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   7645:          int on odd address
                   7646: 
                   7647: 2004-06-23  paf
                   7648: 
                   7649:        * www/htdocs/_bug.html: checked: oracle: various ways of returning
                   7650:          error from stored proc.  bad: no way of knowing which exactly
                   7651:          user-defined exception were thrown.  good:
                   7652:          raise_application_error can return error message number and
                   7653:          string FINE good: PRAGMA EXCEPTION_INIT works good too
                   7654: 
                   7655: 2004-06-22  paf
                   7656: 
                   7657:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   7658: 
                   7659:        * www/htdocs/_bug.html: checked: in out variables OK
                   7660: 
                   7661:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   7662:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   7663:          src/include/pa_config_includes.h, www/htdocs/_bug.html: new:
                   7664:          ^void:sql{call paf(:a)}[                $.bind[
                   7665:                $.a[2]          ]       ] output variables work.  todo:
                   7666:          check in out variables
                   7667: 
                   7668: 2004-06-18  paf
                   7669: 
                   7670:        * src/classes/file.C, src/classes/hash.C, src/classes/string.C,
                   7671:          src/classes/table.C, src/classes/void.C,
                   7672:          src/include/pa_globals.h, src/include/pa_sql_connection.h,
                   7673:          src/main/compile.tab.C, src/sql/pa_sql_driver.h,
                   7674:          www/htdocs/.htaccess, www/htdocs/_bug.html: started:
                   7675:          ^void:sql{call paf(:a)}[                $.bind[
                   7676:                $.a[2]          ]       ] input variables work.
                   7677:          todo:output
                   7678: 
                   7679:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   7680:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   7681:          /_bug.html?404;http://hpsv/test/
                   7682:          --------------------------------------------------------------------------------
                   7683:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   7684:          --------------------------------------------------------------------------------
                   7685:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   7686: 
                   7687: 2004-06-16  paf
                   7688: 
                   7689:        * src/targets/cgi/parser3.C: new: iis specific
                   7690:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   7691:          $request:query
                   7692:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   7693:          $form:fields IIS-STATUS="404"
                   7694:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   7695: 
                   7696:          todo: isapi too
                   7697: 
                   7698: 2004-05-26  paf
                   7699: 
                   7700:        * src/include/pa_version.h: 3.1.3
                   7701: 
                   7702:        * operators.txt: beauty: removed outdated level 'table'
                   7703: 
                   7704:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   7705: 
                   7706:        * src/main/pa_string.C: beauty: removed 3 warnings
                   7707: 
                   7708:        * src/include/pa_string.h, src/classes/table.C, src/main/untaint.C,
                   7709:          www/htdocs/_bug.html, src/classes/op.C: beauty: removed outdated
                   7710:          level 'table'
                   7711: 
                   7712: 2004-05-25  paf
                   7713: 
                   7714:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   7715:          implementation. mistery: how anything worked
                   7716: 
                   7717:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   7718:          changed, it is now safe to use url if pointers to it are stored
                   7719:          to gc mem
                   7720: 
                   7721:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   7722:          unknown errors reported and not cause SIGSEGV now
                   7723: 
                   7724: 2004-05-24  paf
                   7725: 
                   7726:        * src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   7727:          src/lib/cord/include/cord.h, www/htdocs/_bug.html,
                   7728:          src/lib/cord/cordxtra.c: cancel: more speed, less memory:
                   7729:          CORD_chars_block originally intended to ...  it was good that
                   7730:          CORD_chars_block were not used: it consumes more memory [and,
                   7731:          might be slow too] undoing that. [and removed that func so that
                   7732:          it would not confuse parser developer in future]
                   7733: 
                   7734:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   7735:          less memory: CORD_chars_block originally intended to
                   7736:          speedup/reduce mem usage were forgotten, and were used stupid
                   7737:          CORD_chars
                   7738: 
                   7739:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   7740: 
                   7741:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   7742:          BIGENDIAN processors space-conserving mech failed, causing
                   7743:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   7744:          (1|2|3));
                   7745: 
                   7746: 2004-05-14  paf
                   7747: 
                   7748:        * src/types/Makefile.am, src/types/pa_vvoid.C,
                   7749:          src/types/pa_vvoid.h, src/types/types.vcproj,
                   7750:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/auto.p:
                   7751:          bugfix: void now has vfile value, and $response:body[] works OK
                   7752: 
                   7753: 2004-05-12  paf
                   7754: 
                   7755:        * src/types/pa_vbool.h, src/types/pa_vhash.h,
                   7756:          src/types/pa_vhashfile.h, src/types/pa_vtable.h,
                   7757:          www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: ^if(def
                   7758:          $bool) now equals ^if($bool) and shaped up other sources to use
                   7759:          is_defined() {return as_bool();} along VBool
                   7760: 
                   7761: 2004-05-11  paf
                   7762: 
                   7763:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   7764:          referencing to local objects
                   7765: 
                   7766:        * src/classes/mail.C, src/include/pa_exec.h,
                   7767:          src/main/compile.tab.C, src/types/pa_vmail.C,
                   7768:          src/types/pa_vmail.h, www/htdocs/.htaccess, www/htdocs/_bug.gif,
                   7769:          www/htdocs/_bug.html: bugfix: bcc with sendmail now left intact
                   7770: 
                   7771: 2004-04-15  paf
                   7772: 
                   7773:        * src/classes/date.C: merged: beauty: unused var removed
                   7774: 
                   7775:        * src/classes/date.C: beauty: unused var removed
                   7776: 
                   7777:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   7778:          provoked bug
                   7779: 
                   7780: 2004-04-09  paf
                   7781: 
                   7782:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   7783: 
                   7784:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   7785: 
                   7786: 2004-04-08  paf
                   7787: 
                   7788:        * src/classes/date.C: new: ^date::create[y-m-d
                   7789:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   7790: 
                   7791:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   7792: 
                   7793:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   7794:          to consult default catalog [usually, that file belongs to other
                   7795:          user/group]
                   7796: 
                   7797: 2004-04-06  paf
                   7798: 
                   7799:        * src/main/pa_common.C: beauty: gcc warning removed
                   7800: 
                   7801:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   7802:          accept that trick, trying other
                   7803: 
                   7804:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7805:          bugfix: step3 to fix explicit result problem
                   7806: 
                   7807:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7808:          bugfix: step2 to fix explicit result problem
                   7809: 
                   7810:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7811:          bugfix: step1 to fix explicit result problem
                   7812: 
                   7813:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   7814: 
                   7815:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   7816:          src/main/compile.y, src/main/execute.C, www/htdocs/_bug.html:
                   7817:          attempt_check_call_in_explicit_result_mode: failed
                   7818: 
                   7819:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   7820:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   7821:          gethostbyname failed with such 'domains'] now checked properly,
                   7822:          were: needless reverse/forward dns lookup
                   7823: 
                   7824:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   7825:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   7826:          gethostbyname failed with such 'domains'] now checked properly,
                   7827:          were: needless reverse/forward dns lookup
                   7828: 
                   7829:        * src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   7830:          www/htdocs/_bug.html: reimplemented: @method[][result] means "no
                   7831:          string output here" moved to lexical level [on grammar level it
                   7832:          were too difficult]
                   7833: 
                   7834:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   7835:          src/main/compile.y, src/main/compile_tools.h,
                   7836:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   7837:          www/htdocs/.htaccess, www/htdocs/_bug.html: new:
                   7838:          @method[][result] means "no string output here", implemented part
                   7839:          of that idea: compiler throws away string literal generation
                   7840:          code. and barks nonwhitespace chars
                   7841: 
                   7842:        * operators.txt: truth: removed comment about $ORIGIN
                   7843: 
                   7844: 2004-04-05  paf
                   7845: 
                   7846:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   7847:          src/include/pa_version.h, src/main/pa_common.C,
                   7848:          src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   7849:          www/htdocs/_bug.html, www/htdocs/_bug.txt: merged with 3.1.3
                   7850: 
                   7851:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   7852:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   7853: 
                   7854:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   7855: 
                   7856:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   7857:          interfered with FAR console
                   7858: 
                   7859:        * configure, configure.in: 3.1.3
                   7860: 
                   7861:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   7862: 
                   7863:        * src/main/pa_common.C: removed warning
                   7864: 
                   7865:        * src/include/pa_version.h: 3.1.3
                   7866: 
                   7867: 2004-04-02  paf
                   7868: 
                   7869:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   7870: 
                   7871:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   7872:          allows to specify where to put parser log file
                   7873: 
                   7874: 2004-04-01  paf
                   7875: 
                   7876:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   7877:          without tab and enter were ignored
                   7878: 
                   7879:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   7880:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
1.89      moko     7881:          main/pa_socks.C, targets/cgi/parser3.C,
1.86      moko     7882:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   7883:          bugfix: sql connections now are disconnected
                   7884: 
                   7885: 2004-03-30  paf
                   7886: 
                   7887:        * src/classes/table.C: bugfix: table::load last line without tab
                   7888:          and enter were ignored
                   7889: 
                   7890:        * src/classes/table.C: bufix: if last table lines were commented,
                   7891:          gpfed
                   7892: 
                   7893:        * src/doc/ClassExample1.dox, src/doc/ClassExample2.dox,
                   7894:          src/doc/ClassExample3.dox, src/doc/chmhelper.pl,
                   7895:          src/doc/class.dox, src/doc/compiler.dox, src/doc/doxygen.cfg,
                   7896:          src/doc/exception.dox, src/doc/executor.dox, src/doc/footer.htm,
                   7897:          src/doc/index.dox, src/doc/memory.dox, src/doc/methoded.dox,
                   7898:          src/doc/object.dox, src/doc/string.dox, src/doc/targets.dox,
                   7899:          src/doc/value.dox, src/include/pa_version.h,
                   7900:          src/main/pa_cache_managers.C,
                   7901:          src/main/pa_stylesheet_connection.C,
                   7902:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_vform.C,
                   7903:          www/htdocs/_bug.html, www/htdocs/_bug.txt: merged bugfixes from
                   7904:          3.1.2, changed version to 3.1.3beta
                   7905: 
                   7906: 2004-03-29  paf
                   7907: 
                   7908:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   7909:          causes gpf
                   7910: 
                   7911:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   7912:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   7913:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   7914:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   7915:          value.dox: translated to english
                   7916: 
                   7917: 2004-03-25  paf
                   7918: 
                   7919:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   7920:          parser3project dependency removed
                   7921: 
                   7922:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   7923:          bugfix: refused to compile without xml
                   7924: 
                   7925:        * src/types/pa_vform.C: beauty: removed warning
                   7926: 
                   7927:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   7928:          any folder [removed last ;) folder dependency]
                   7929: 
                   7930:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   7931:          folder [removed last ;) folder dependency]
                   7932: 
                   7933:        * src/include/pa_version.h: release
                   7934: 
                   7935:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   7936: 
                   7937:        * src/classes/table.C: beauty: comment& more meaningful error
                   7938:          message
                   7939: 
                   7940:        * src/classes/hash.C, www/htdocs/_bug.html: bugfix: ^hash::sql{one
                   7941:          column} now produces $.hash[$.column_value1(true) ... ] [were
                   7942:          producing some strang thing]
                   7943: 
                   7944: 2004-03-23  paf
                   7945: 
                   7946:        * src/classes/image.C, src/main/pa_common.C, www/htdocs/_bug.html:
                   7947:          bugfix: ^image.polyline and http status line parsing checked
                   7948:          number of columns in table [user reported an assert]
                   7949: 
                   7950:        * operators.txt: example: on hashfile
                   7951: 
                   7952:        * src/classes/op.C, src/types/pa_value.C, src/types/pa_wcontext.C,
                   7953:          www/htdocs/_bug.html: bugfix: junction reattach now actually
                   7954:          reattaches a junction to new wcontext [were only assigning it to
                   7955:          junction, which caused junction tracking to loose junction, and
                   7956:          it's context were not killed, and it tried to process in invalid
                   7957:          context, gpf]
                   7958: 
                   7959:        * src/targets/cgi/parser3.C: debug helper added
                   7960: 
                   7961: 2004-03-19  paf
                   7962: 
                   7963:        * src/types/pa_wcontext.C, www/htdocs/_bug.html: beauty: error
                   7964:          messages removed duplicate "type(type)" in braces
                   7965: 
                   7966: 2004-03-10  paf
                   7967: 
                   7968:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   7969:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   7970:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7971:          www/htdocs/_bug.html: new: refined solution to
                   7972:          search-in-namespaces problem:
                   7973:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   7974:          $nodes[^xdoc.select[//x:second]]
                   7975: 
                   7976:        * operators.txt, src/classes/xnode.C, www/htdocs/_bug.html,
                   7977:          www/htdocs/_bug.xml: new: xnode.select*[xpath
                   7978:          expression][[NAMESPACES HASH]] allows to search for info in
                   7979:          namespaces
                   7980: 
                   7981:          $nodes[^xdoc.select[//x:second][
                   7982:          $.x[http://pif.design.ru/] ]]
                   7983: 
                   7984: 2004-03-09  paf
                   7985: 
                   7986:        * operators.txt, src/main/pa_common.C, www/htdocs/.htaccess,
                   7987:          www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/_bug.xsl:
                   7988:          new: ^file::load[...][options]         $.form[
                   7989:          !$.field1[string]
                   7990:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   7991:               ]         !$.body[string]
                   7992: 
                   7993:          GET ?here notGET(POST, HEAD, others) in content-type:
                   7994:          application/x-www-form-urlencoded
                   7995: 
                   7996:          todo: upload files ability
                   7997: 
                   7998:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   7999:          properly, done
                   8000: 
                   8001: 2004-03-05  paf
                   8002: 
                   8003:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   8004:          GET/POST $.form[$.fields started, not tested yet
                   8005:          todo:$.field[table] for multiple values
                   8006: 
                   8007:        * operators.txt: new: http:// options $.user $.password basic
                   8008:          authorization
                   8009: 
                   8010:        * src/main/pa_common.C: beauty: link to rtf added
                   8011: 
                   8012:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   8013:          www/htdocs/_bug.html: new: http:// options $.user $.password
                   8014:          basic authorization
                   8015: 
                   8016:        * src/main/pa_common.C: beauty: removed needless vars
                   8017: 
                   8018:        * operators.txt: new: pgsql option [like that recently added to
                   8019:          oracle driver]             ClientCharset=parser-charset <<
                   8020:          charset in which parser thinks client works
                   8021: 
                   8022:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   8023: 
                   8024:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   8025:          char!
                   8026: 
                   8027:        * etc/parser3.charsets/windows-1251.cfg: typo
                   8028: 
                   8029:        * www/htdocs/_bug.html, operators.txt: new: odbc option [like that
                   8030:          recently added to oracle driver]
                   8031:          ClientCharset=parser-charset << charset in which parser thinks
                   8032:          client works
                   8033: 
                   8034: 2004-03-04  paf
                   8035: 
                   8036:        * www/htdocs/: _bug.html, _bug.txt: new: mysql option [like that
                   8037:          recently added to oracle driver]
                   8038:          ClientCharset=parser-charset << charset in which parser thinks
                   8039:          client works
                   8040: 
                   8041:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   8042:          cached, sql transcoding now goes faster
                   8043: 
                   8044:        * operators.txt: new: mysql option [like that recently added to
                   8045:          oracle driver]             ClientCharset=parser-charset <<
                   8046:          charset in which parser thinks client works
                   8047: 
                   8048:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   8049:          typo error
                   8050: 
                   8051:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   8052:          chars commented
                   8053: 
                   8054: 2004-03-03  paf
                   8055: 
                   8056:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   8057:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   8058: 
                   8059: 2004-03-02  paf
                   8060: 
                   8061:        * operators.txt: new[update typo]:     !^void.left(n)
                   8062:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   8063:                nothing
                   8064: 
                   8065:        * operators.txt, src/classes/void.C, www/htdocs/_bug.html: new:
                   8066:          !^void.left(n)        nothing     !^void.right(n)        nothing
                   8067:          !^void.pos(p[;n])           nothing
                   8068: 
                   8069:        * operators.txt, src/classes/file.C, src/include/pa_string.h,
                   8070:          www/htdocs/_bug.html: new: ^file::sql[[name_to_become_$.name]]{}
                   8071:          query result must be one row with columns:   first: data
                   8072:          second: file name   third: content-type
                   8073: 
                   8074:        * operators.txt, src/classes/file.C, www/htdocs/_bug.gif,
                   8075:          www/htdocs/_bug.html: ^file.sql-string[] inside ^connect gets
                   8076:          properly escaped string, which can be passed to request now this
                   8077:          for mysql only. it's up to parser sql driver to fix zeros
                   8078:          properly
                   8079: 
                   8080:        * INSTALL: note: added on building apache with this option:
                   8081:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   8082: 
                   8083:        * www/htdocs/_bug.html: feature:
                   8084:          oracle?..&LowerCaseColumnNames=0&ClientCharset=something column
                   8085:          names got transcoded to $request:charset too [were only column
                   8086:          data]
                   8087: 
                   8088: 2004-03-01  paf
                   8089: 
1.89      moko     8090:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   8091:          extension memory:compact befor processingrequest
1.86      moko     8092: 
                   8093:        * operators.txt, src/classes/hash.C, www/htdocs/_bug.html: new:
                   8094:          ^hash._keys[>>name<<] to call sole column of result
                   8095: 
                   8096:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   8097:          src/lib/gd/gif.h, www/htdocs/_bug.html: new:
                   8098:          ^image.pixel(x;y)[(color)]         get/set pixel color
                   8099: 
                   8100:        * src/classes/image.C, src/types/pa_vimage.C,
                   8101:          src/types/pa_vimage.h, www/htdocs/_bug.html: beauty: image --
                   8102:          less checks [were ugly impl]
                   8103: 
                   8104:        * src/classes/string.C, www/htdocs/_bug.html: bugfix:
                   8105:          ^string.left/right/mid with negative values now considered bad
                   8106: 
                   8107:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   8108: 
                   8109:        * src/classes/xdoc.C, src/types/pa_vxdoc.h, www/htdocs/_bug.html,
                   8110:          www/htdocs/_bug.xsl: bugfix: boolean output options now have
                   8111:          unified defaults [after transform
                   8112:          indent/omit-xml-declaration/standalone 'default' erroreously
                   8113:          meant 'true']
                   8114: 
                   8115:        * www/htdocs/_bug.html: bugfix: http://i.p.a.ddress gethostbyaddr
                   8116:          added [on some platforms gethostbyname failed with such
                   8117:          'domains']
                   8118: 
                   8119:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   8120:          added [on some platforms gethostbyname failed with such
                   8121:          'domains']
                   8122: 
                   8123:        * src/include/pa_config_auto.h.in: no select check, no define
                   8124: 
                   8125:        * src/classes/string.C: feature: ^string.trim both parameters may
                   8126:          be empty-strings, meaning kind=both chars=whitespaces
                   8127: 
                   8128:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   8129:          exist
                   8130: 
                   8131:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   8132:          exception if it is
                   8133: 
                   8134:        * src/classes/string.C: changed: ^string.trim [] << both,
                   8135:          whitespaces [start|both|end] << kind, whitespaces
                   8136:          [start|both|end;chars]  full
                   8137: 
                   8138: 2004-02-27  paf
                   8139: 
                   8140:        * operators.txt, src/classes/string.C, src/main/pa_string.C,
                   8141:          www/htdocs/_bug.html: new method:
                   8142:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   8143:          whitespace chars finished
                   8144: 
                   8145:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   8146:          src/main/pa_string.C, www/htdocs/_bug.html: new method:
                   8147:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   8148:          whitespace chars   started, only start works
                   8149: 
                   8150:        * www/htdocs/: _bug.html, _bug.xml, _bug.xsl: bug discovered: todo!
                   8151:          xdoc::create+save != xdoc.transform&no<xsl:output>+save
                   8152: 
                   8153:        * src/main/compile.C: bugfix: line numbers after
                   8154:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   8155:          signed
                   8156: 
                   8157:        * src/main/untaint.C: speed: there's no \n chars in output
                   8158:          [normally], so no need to optimize them they could be retrived
                   8159:          from databases, though. but 1. should be replaced 2. if not
                   8160:          optimized, no harm done
                   8161: 
                   8162:        * www/htdocs/: _bug.html, _bug.txt: just test:
                   8163:          file::load[text;http:// $.text utf-8 signature, line ends OK
                   8164:          http://i2/tasks/edit/?id=4629476859594276758
                   8165: 
                   8166:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   8167:          ^file::exec/cgi could return invalid status & zombie child can
                   8168:          remain for short period until process exists [very bad in
                   8169:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   8170: 
                   8171:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   8172:          malicious SMTP server to attack as by returning too long status
                   8173:          responses http://i2/tasks/edit/?id=4629448401140924947
                   8174: 
                   8175: 2004-02-26  paf
                   8176: 
                   8177:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   8178:          are         $.main[to what to rename @main]         $.file[file,
                   8179:          from which (user says) goes that CODE]         $.lineno(line
                   8180:          number in that file, where CODE starts. may be negative)
                   8181: 
                   8182:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   8183:          src/main/compile.C, src/main/compile_tools.h,
                   8184:          src/main/pa_request.C, www/htdocs/_bug.html, www/htdocs/_bug.p,
                   8185:          www/htdocs/_bug.xsl: feature: ^process...{CODE}[now has options]
                   8186:          which are         $.main[to what to rename @main]
                   8187:          $.file[file, from which (user says) goes that CODE]
                   8188:          $.lineno(line number in that file, where CODE starts. may be
                   8189:          negative)
                   8190: 
                   8191: 2004-02-25  paf
                   8192: 
                   8193:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   8194:          old @charsetsdir@ recently erased from configure.in]
                   8195: 
                   8196:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   8197:          produces hash of column=>1
                   8198: 
                   8199:        * www/htdocs/: _bug.html, _bug.xsl: xhtml: &#9; as resutl of
                   8200:          <xsl:attribute>[tab]  is OK
                   8201: 
                   8202:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   8203:          with incomplete errno constants set
                   8204: 
                   8205: 2004-02-24  paf
                   8206: 
                   8207:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   8208:          "man select"
                   8209: 
                   8210:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   8211: 
                   8212:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   8213: 
                   8214:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   8215: 
                   8216:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
                   8217: 
                   8218:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   8219:          unix: steps to work on unix [extracted 'to']
                   8220: 
                   8221:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   8222: 
                   8223:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   8224: 
                   8225:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   8226:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   8227:          unix [testing on solaris]
                   8228: 
                   8229: 2004-02-20  paf
                   8230: 
                   8231:        * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: ugly code
                   8232:          removed, thanks to egr for pointing that out
                   8233: 
                   8234:        * www/htdocs/: _bug.html, _bug.xsl: bugfix: <tag
                   8235:          attr="&#digital_entity;" bug fixed again [same solution,
                   8236:          mistanenly removed one line]
                   8237: 
                   8238:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   8239:          fixed again [same solution, mistanenly removed one line]
                   8240: 
                   8241: 2004-02-19  paf
                   8242: 
                   8243:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   8244:          date::create from bad datetime in spring daylightsaving hole now
                   8245:          OK for all platforms [on some platforms it failed]
                   8246: 
                   8247:        * src/classes/date.C, src/classes/image.C, www/htdocs/_bug.html:
                   8248:          beauty: date::create[bad date time in daylightsaving hole] now
                   8249:          throws error
                   8250: 
                   8251:        * src/classes/date.C: comment: mistake fixed
                   8252: 
                   8253: 2004-02-18  paf
                   8254: 
                   8255:        * www/htdocs/_bug.html: beauty: coder can override save/file
                   8256:          encoding by specifying it in xsl:output or in save/file
                   8257:          hash-options
                   8258: 
                   8259:        * www/htdocs/: _bug.html, _bug.xsl: beauty: coder can override
                   8260:          save/file encoding by specifying it in xsl:output or in save/file
                   8261:          hash-options
                   8262: 
                   8263:        * www/htdocs/: _bug.html, _bug.xsl: beauty: xdoc.string now
                   8264:          renderes in $request:charset, but in header puts
                   8265:          $response:charset todo: make that default only so that coder
                   8266:          could override that
                   8267: 
                   8268:        * www/htdocs/: _bug.html: beauty: xdoc.string now renderes in
                   8269:          $request:charset, but in header puts $response:charset todo: make
                   8270:          that default only so that coder could override that
                   8271: 
                   8272:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   8273:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: beauty: xdoc.string
                   8274:          now renderes in $request:charset, but in header puts
                   8275:          $response:charset todo: make that default only so that coder
                   8276:          could override that
                   8277: 
                   8278:        * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: xhtml
                   8279:          doctype-public/system forcly turns off omit-xml-declaration
                   8280: 
                   8281:        * src/classes/xdoc.C, www/htdocs/_bug.html, www/htdocs/_bug.xsl:
                   8282:          feature: reimplemented xhtml output, see /.xsl for sample
                   8283: 
                   8284: 2004-02-17  paf
                   8285: 
                   8286:        * src/classes/xdoc.C: beauty: needless helper class removed
                   8287: 
                   8288:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   8289:          copied extra time
                   8290: 
                   8291:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   8292:          part of libxml
                   8293: 
                   8294:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   8295:          libxml to do the work] <xsl:output        method="html"
                   8296:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   8297:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   8298:          />
                   8299: 
                   8300:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   8301: 
                   8302:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   8303:          caused assertion
                   8304: 
                   8305:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   8306:          could hang. now such add does nothing, sub clears $hash
                   8307: 
                   8308:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   8309:          not made quoted-printable
                   8310: 
                   8311:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   8312:          string invariant
                   8313: 
                   8314: 2004-02-16  paf
                   8315: 
                   8316:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   8317:          cleared [were not cleared properly]
                   8318: 
                   8319: 2004-02-13  paf
                   8320: 
                   8321:        * src/include/pa_version.h: prerelease
                   8322: 
                   8323:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   8324:          used, introducing dependencies timestamp check
                   8325: 
                   8326:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   8327:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   8328:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   8329:          .xsl.stamp now not used, introducing dependencies timestamp check
                   8330: 
                   8331:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   8332: 
                   8333: 2004-02-12  paf
                   8334: 
                   8335:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   8336:          ruined empty <input type=file> submits. parser thought there were
                   8337:          nameless empty file and $form:field got value of type 'file'
                   8338: 
                   8339:        * INSTALL: --without-threads
                   8340: 
                   8341:        * src/include/pa_sapi.h: 2004
                   8342: 
                   8343: 2004-02-11  paf
                   8344: 
                   8345:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   8346:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   8347:          classes/hashfile.C, classes/image.C, classes/int.C,
                   8348:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   8349:          classes/response.C, classes/string.C, classes/table.C,
                   8350:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   8351:          include/pa_array.h, include/pa_cache_managers.h,
                   8352:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   8353:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   8354:          include/pa_dictionary.h, include/pa_dir.h,
                   8355:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   8356:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   8357:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   8358:          include/pa_request_charsets.h, include/pa_request_info.h,
                   8359:          include/pa_socks.h, include/pa_sql_connection.h,
                   8360:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   8361:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   8362:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   8363:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   8364:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   8365:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   8366:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   8367:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   8368:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   8369:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8370:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   8371:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   8372:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   8373:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   8374:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   8375:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
1.89      moko     8376:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
1.86      moko     8377:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   8378:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   8379:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   8380:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   8381:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   8382:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   8383:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   8384:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   8385:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   8386:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   8387:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   8388:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   8389:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   8390:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   8391:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   8392:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   8393:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   8394:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   8395:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   8396:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   8397: 
                   8398:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   8399:          debug version of gc.dll
                   8400: 
                   8401:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8402:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   8403:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   8404:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   8405:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   8406:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   8407:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   8408:          processes
                   8409: 
                   8410:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
1.89      moko     8411:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   8412:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   8413:          changes to reflect libxml xsl new folders
1.86      moko     8414: 
                   8415:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8416:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   8417:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   8418:          to reflect libxml xsl new folders
                   8419: 
                   8420:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8421:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   8422:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   8423:          types/types.vcproj: started changes to reflect libxml xsl new
                   8424:          folders
                   8425: 
                   8426:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   8427:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   8428:          src/main/compile.tab.C, src/main/main.vcproj,
1.89      moko     8429:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
1.86      moko     8430:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   8431:          www/htdocs/.htaccess: started changes to reflect libxml xsl new
                   8432:          folders
                   8433: 
                   8434: 2004-02-10  paf
                   8435: 
                   8436:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   8437:          compile. recommened latest libxml up to date
                   8438: 
                   8439:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   8440:          pattern compilation errors", on which spent 4 hours worktime. use
                   8441:          versions higher than that. recommended now latest up to date
                   8442: 
                   8443: 2004-02-06  paf
                   8444: 
                   8445:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   8446:          beauty: unified destructing style
                   8447: 
                   8448:        * src/main/untaint.C: beauty: removed old def/ifdef
                   8449: 
                   8450:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   8451:          now
                   8452: 
                   8453: 2004-02-03  paf
                   8454: 
                   8455:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   8456:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   8457:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   8458:          then %ld/%lu
                   8459: 
                   8460:        * src/main/pa_common.C: typo: %l -> %u
                   8461: 
                   8462:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   8463:          in attributes or documents-results of transform now not &#04xx;
                   8464: 
                   8465:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   8466: 
                   8467:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   8468: 
                   8469:        * src/main/pa_charset.C: beauty: uncomment
                   8470:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   8471:          libraries
                   8472: 
                   8473: 2004-02-02  paf
                   8474: 
                   8475:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   8476:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   8477: 
                   8478:          $cookie:example[        $.value[]       $.expires[session]
                   8479:          $.path[/there/]         $.domain[test.com] ]
                   8480: 
                   8481:        * src/types/pa_vform.C: bugfix: empty values with
                   8482:          enctype=multipart/form-data now produce entries in $form:tables
                   8483:          <form method=post enctype=multipart/form-data> <input type=hidden
                   8484:          name=a> <input type=hidden name=b>
                   8485: 
                   8486:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   8487:          <hr> <pre>$request:body
                   8488: 
                   8489: 2004-01-30  paf
                   8490: 
                   8491:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   8492:          or documents-results of transform now not &#04xx;
                   8493: 
                   8494:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   8495:          produce exception.
                   8496: 
                   8497:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   8498:          bugfix: ^date::create[invalid fields now produce exception.
                   8499: 
                   8500:        * ChangeLog, src/classes/date.C, www/htdocs/.htaccess: bugfix:
                   8501:          ^date::create[invalid year] now produces exception. todo: check
                   8502:          other fields
                   8503: 
                   8504: 2004-01-29  paf
                   8505: 
                   8506:        * src/include/pa_memory.h: typo error
                   8507: 
                   8508:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   8509:          more byte then specified, then zeroed it << useless and
                   8510:          potentially harmful(could gpf)
                   8511: 
                   8512: 2004-01-22  paf
                   8513: 
                   8514:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   8515: 
                   8516:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   8517:          optimization
                   8518: 
                   8519:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   8520:          [were bug: ^taint[1 & 2]="1 &2"
                   8521: 
                   8522:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   8523:          errors
                   8524: 
                   8525:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   8526:          overflow
                   8527: 
                   8528:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   8529:          error-reporting code * in parser-error reporting code [when no
                   8530:          @unhandled_exception defined]
                   8531: 
                   8532:          fixed in one place: my *snprintf override
                   8533: 
                   8534: 2004-01-13  paf
                   8535: 
                   8536:        * operators.txt: typo erro
                   8537: 
                   8538: 2003-12-25  paf
                   8539: 
                   8540:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   8541:          garbled  [pieces after zero bytes were removed]
                   8542: 
                   8543: 2003-12-22  paf
                   8544: 
                   8545:        * src/include/Makefile.am: bugfix: removed from dist:
                   8546:          src/include/pa_config_auto.h which were configured for
                   8547:          make-dist-platform and badly updated proper config file in target
                   8548:          [when .tar used for updating existing source tree]
                   8549: 
                   8550:        * ChangeLog, operators.txt, src/classes/op.C,
                   8551:          src/include/pa_sql_connection.h,
                   8552:          src/include/pa_sql_driver_manager.h,
                   8553:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h,
                   8554:          www/htdocs/.htaccess: feature: sql introducing ability to
                   8555:          transcode charsets
                   8556: 
                   8557: 2003-12-19  paf
                   8558: 
                   8559:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   8560:          error message
                   8561: 
                   8562:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   8563:          structure for libxml now allocated properly
                   8564: 
                   8565: 2003-12-17  paf
                   8566: 
                   8567:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   8568: 
                   8569:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   8570: 
                   8571:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   8572: 
                   8573:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   8574:          unreported xmlGenericErrors]
                   8575: 
                   8576: 2003-12-15  paf
                   8577: 
                   8578:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   8579:          works}
                   8580: 
                   8581: 2003-12-11  paf
                   8582: 
                   8583:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   8584:          id
                   8585:              !$status:tid thread id
                   8586: 
                   8587:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   8588:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   8589:          bugfix(solaris): removed dependency on object initialization
                   8590:          order [one more place]
                   8591: 
                   8592:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   8593:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   8594:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   8595:          understand that
                   8596: 
                   8597:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   8598:          classes/xdoc.C, include/pa_cache_managers.h,
                   8599:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   8600:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   8601:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   8602:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   8603:          ctor call [relying on implicit String::Body(cstr) call]
                   8604: 
                   8605:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   8606:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   8607:          object initialization order [two places]
                   8608: 
                   8609: 2003-12-10  paf
                   8610: 
                   8611:        * src/include/pa_sql_connection.h, www/htdocs/.htaccess: bugfix:
                   8612:          $status:sql.cache back  << time now ok
                   8613: 
                   8614:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   8615:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   8616:          operational
                   8617: 
                   8618:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   8619:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   8620:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   8621:          src/main/pa_string.C, src/types/pa_vxdoc.h, www/htdocs/.htaccess:
                   8622:          $status:sql.cache back operational
                   8623: 
                   8624: 2003-12-02  paf
                   8625: 
                   8626:        * src/types/pa_vmail.C: bugfix:
                   8627:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   8628:          as-is forced]
                   8629: 
                   8630:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   8631:          exceptions out of libxml callbacks: reimplemented error handling
                   8632:          of http://localhost, parser://method and safemode check callbacks
                   8633: 
                   8634:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   8635:          [merged from HEAD]
                   8636: 
                   8637:        * src/classes/image.C: nothing: comment removed
                   8638: 
                   8639:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   8640:          addresses to int
                   8641: 
                   8642: 2003-12-01  paf
                   8643: 
                   8644:        * src/main/pa_xml_io.C: bugfix: typo
                   8645: 
                   8646:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   8647: 
                   8648:        * src/classes/xdoc.C: bugfix: typo
                   8649: 
                   8650:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   8651:          exception
                   8652: 
                   8653:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   8654: 
                   8655: 2003-11-28  paf
                   8656: 
                   8657:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   8658:          all xml documents read
                   8659: 
                   8660:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   8661: 
                   8662:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   8663:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   8664:          replaced original open mech of xdoc::create & co to use libxml
                   8665:          open, so that this would work for root document todo: safe mode
                   8666:          checks to libxml: ideally to some 1 point
                   8667: 
                   8668:        * src/main/pa_xml_io.C: comment
                   8669: 
                   8670:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   8671:          http://parser[abscent params]
                   8672: 
                   8673:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   8674:          works.  todo: maybe replace original open mech of xdoc::create &
                   8675:          co to use libxml open, so that this would work for root document
                   8676: 
                   8677:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   8678:          "parser://method/params/here"> <test>   &test^; </test> }]
                   8679: 
                   8680:          ^taint[^xdoc.string[]]
                   8681: 
                   8682:          @method[param] <!ENTITY test
                   8683:          "test-entity-value+$form:user+$param!">
                   8684: 
                   8685: 2003-11-27  paf
                   8686: 
                   8687:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   8688: 
                   8689:        * src/classes/date.C: bugfix: typo error
                   8690: 
                   8691: 2003-11-26  paf
                   8692: 
                   8693:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   8694:          src/main/Makefile.am, src/main/main.vcproj,
                   8695:          src/main/pa_globals.C, src/main/pa_request.C,
                   8696:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   8697:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   8698:          to pa_xml_io.C/h
                   8699: 
                   8700:        * src/types/pa_value.h: warnings: --
                   8701: 
                   8702: 2003-11-25  paf
                   8703: 
                   8704:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   8705:          whatever)
                   8706: 
                   8707:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   8708:          a, (c?x:y, z)
                   8709: 
                   8710:        * src/main/untaint.C: bugfix: consequences of not reading this
                   8711:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   8712:          <= 0 ==> none    */
                   8713: 
                   8714:        * src/include/pa_array.h: removed needless checks
                   8715: 
                   8716: 2003-11-24  paf
                   8717: 
                   8718:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   8719:          removed limit: now $form:xxx can be accessed anytime, even in
                   8720:          @auto/conf [and request/response:charset still can be changed
                   8721:          anytime]
                   8722: 
                   8723:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   8724:          now not transcodes response body
                   8725: 
                   8726:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   8727:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   8728:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   8729:          $xdoc.firstChild.firstChild.nodeValue[different]
                   8730:          ^taint[^xdoc.string[]]
                   8731: 
                   8732:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   8733:          workaround: static Hash::allocates -> static Hash_allocates
                   8734: 
                   8735: 2003-11-21  paf
                   8736: 
                   8737:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
1.89      moko     8738:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   8739:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.86      moko     8740: 
                   8741:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   8742: 
                   8743:        * src/classes/mail.C: bugfix: typo
                   8744: 
1.88      moko     8745:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
                   8746:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   8747:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
1.86      moko     8748:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   8749:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   8750:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   8751: 
                   8752:        * src/main/pa_exec.C: bug in safe mode
                   8753: 
                   8754:        * src/include/Makefile.am: pa_xml_exception.h
                   8755: 
1.89      moko     8756:        * src/targets/isapi/parser3isapi.C: more warnings --
1.86      moko     8757: 
                   8758: 2003-11-20  paf
                   8759: 
                   8760:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   8761:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   8762:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   8763:          --
                   8764: 
                   8765:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   8766:          more warnings --
                   8767: 
                   8768:        * src/classes/xdoc.C: more warnings --
                   8769: 
                   8770:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   8771: 
                   8772:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   8773:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   8774: 
                   8775:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8776:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
1.88      moko     8777:          classes/table.C, include/pa_cache_managers.h,
                   8778:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   8779:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   8780:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   8781:          --
1.86      moko     8782: 
                   8783:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   8784:          can't report problem (undefined @unhandled_exception) problem
                   8785:          source string were not reported
                   8786: 
                   8787:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   8788:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   8789:          classes/hashfile.C, classes/image.C, classes/int.C,
                   8790:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   8791:          classes/response.C, classes/string.C, classes/table.C,
                   8792:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   8793:          include/pa_array.h, include/pa_cache_managers.h,
                   8794:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   8795:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   8796:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   8797:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   8798:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   8799:          include/pa_request.h, include/pa_request_charsets.h,
                   8800:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   8801:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   8802:          include/pa_stack.h, include/pa_string.h,
                   8803:          include/pa_stylesheet_connection.h,
                   8804:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   8805:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   8806:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   8807:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   8808:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   8809:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   8810:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   8811:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   8812:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   8813:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   8814:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   8815:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
1.89      moko     8816:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
1.86      moko     8817:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   8818:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   8819:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   8820:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   8821:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   8822:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   8823:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   8824:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   8825:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   8826:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   8827:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   8828:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   8829:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   8830:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   8831:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   8832:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   8833:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   8834:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   8835:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   8836:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   8837:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   8838:          const IDENT
                   8839: 
                   8840:        * src/: include/pa_array.h, include/pa_pool.h,
                   8841:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   8842:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   8843:          types/pa_wcontext.h: more warnings --
                   8844: 
                   8845:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   8846:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   8847:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   8848:          classes/memory.C, classes/op.C, classes/string.C,
                   8849:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   8850:          include/pa_config_includes.h, include/pa_operation.h,
                   8851:          include/pa_sql_connection.h, include/pa_table.h,
                   8852:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   8853:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   8854:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   8855:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   8856:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   8857:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   8858:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
1.89      moko     8859:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   8860:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   8861:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   8862:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   8863:          types/pa_vmail.C, types/pa_vobject.C,
1.86      moko     8864:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   8865:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   8866:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   8867:          on all projects (except libltdl=off & libsdbm=level3) found
                   8868:          several unitialized vars
                   8869: 
                   8870: 2003-11-19  paf
                   8871: 
                   8872:        * src/classes/op.C: more ansi C++ comp
                   8873: 
                   8874:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   8875:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   8876:          $exception.handled[cache] meaning "get expired cache, if any.
                   8877:          else error"}
                   8878: 
                   8879:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   8880:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   8881:          ^cache[...]{body}{catch code with $exception.cache field}
                   8882: 
                   8883: 2003-11-12  paf
                   8884: 
                   8885:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   8886:          [copy/paste bug]
                   8887: 
                   8888: 2003-11-11  paf
                   8889: 
                   8890:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   8891:          failed]
                   8892: 
                   8893:        * bin/auto.p.dist.in: colno
                   8894: 
                   8895: 2003-11-10  paf
                   8896: 
                   8897:        * src/types/pa_vconsole.h: flush
                   8898: 
                   8899:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   8900:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   8901:          read/write  [for nntp]
                   8902: 
                   8903:        * operators.txt: mysql: transaction support: ?autocommit=0
                   8904: 
                   8905:        * operators.txt: comment: updated
                   8906: 
                   8907:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   8908:          serialize version and exipire now removes entries
                   8909: 
                   8910:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   8911:          dir, if could]
                   8912: 
                   8913:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   8914:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   8915:          removes files altogether [and dir, if could]
                   8916: 
                   8917:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   8918:          nonexistent pair. .c coded that that was error. fixed
                   8919: 
                   8920:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   8921:          file.access [regretfull can't split it to different exceptions
                   8922:          without modifying sdbm source wich would prefer not to]
                   8923: 
                   8924: 2003-11-07  paf
                   8925: 
                   8926:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8927:          classes/hashfile.C, classes/image.C, classes/table.C,
                   8928:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   8929:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   8930:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   8931:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   8932:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   8933:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   8934:          destructing objects at request processing end
                   8935: 
                   8936: 2003-11-06  paf
                   8937: 
                   8938:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   8939:          updates
                   8940: 
1.89      moko     8941:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   8942:          to include sdbm
1.86      moko     8943: 
                   8944:        * src/include/: pa_config_includes.h, pa_version.h: our
                   8945:          replacements of max& co only for cpp
                   8946: 
1.88      moko     8947:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   8948:          upper dir, .am updated
1.86      moko     8949: 
                   8950:        * tests/todo.txt: hashfile: done
                   8951: 
                   8952:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   8953:          expiration [time in value. todo: move time to key]
                   8954: 
                   8955:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   8956: 
                   8957:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   8958:          to do that in foreach, no errors, but surely wrong]
                   8959: 
                   8960:        * operators.txt, src/types/pa_vhashfile.C,
                   8961:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   8962: 
                   8963:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   8964:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   8965:          foreach
                   8966: 
                   8967:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   8968:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   8969: 
1.88      moko     8970:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.86      moko     8971:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   8972: 
1.88      moko     8973:        * src/include/pa_memory.h, src/targets/cgi/parser3.C,
                   8974:          src/types/pa_value.C, src/types/pa_value.h,
                   8975:          src/types/pa_vcookie.C, src/types/pa_vhashfile.C,
                   8976:          src/types/pa_vhashfile.h, www/htdocs/.htaccess: hashfile
                   8977:          implemented get/put [raw]
1.86      moko     8978: 
                   8979:        * src/: classes/op.C, main/pa_os.C: just linked
                   8980: 
                   8981:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   8982:          XmlException changes
                   8983: 
                   8984:        * src/: include/pa_charset.h, include/pa_globals.h,
                   8985:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   8986:          XmlException changes
                   8987: 
1.88      moko     8988:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
1.86      moko     8989: 
                   8990:        * src/: include/pa_common.h, include/pa_exception.h,
1.88      moko     8991:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   8992:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   8993:          main/pa_xml_exception.C: locking move to pa_os [along with
                   8994:          pa_sleep] apr-impl locking done
1.86      moko     8995: 
                   8996:        * configure, configure.in, operators.txt, parser3.sln,
                   8997:          src/classes/classes.vcproj, src/classes/hashfile.C,
1.88      moko     8998:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
1.86      moko     8999:          src/include/pa_exception.h, src/include/pa_globals.h,
                   9000:          src/include/pa_memory.h, src/include/pa_version.h,
                   9001:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   9002:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
1.88      moko     9003:          src/main/compile.tab.C, src/main/main.vcproj,
1.89      moko     9004:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   9005:          src/types/Makefile.am, src/types/pa_vhash.C,
                   9006:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   9007:          src/types/pa_vxnode.h, src/types/types.vcproj,
                   9008:          www/htdocs/.htaccess: hashfile: started again with sdbm from
                   9009:          apache
1.86      moko     9010: 
                   9011: 2003-11-05  paf
                   9012: 
1.88      moko     9013:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
1.89      moko     9014:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   9015:          \parser3project dir anymore
1.86      moko     9016: 
                   9017:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   9018:          thoughtlessly from xalan]
                   9019: 
                   9020:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   9021:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   9022:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   9023: 
                   9024:        * src/main/helpers/CaseFolding.txt:
                   9025:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   9026: 
                   9027: 2003-11-04  paf
                   9028: 
                   9029:        * operators.txt: comment: ^mail:send[$.options[
                   9030: 
                   9031:        * src/classes/table.C: compiled on unix
                   9032: 
                   9033:        * src/classes/Makefile.am: classes.C to rebuild last
                   9034: 
                   9035:        * src/classes/mail.C: compiled on unix
                   9036: 
                   9037:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   9038:          src/types/pa_vmail.h:     !^mail:send[
                   9039:                  $.options[unix: string to append to sendmail command
                   9040:          line]
                   9041: 
                   9042:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   9043:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   9044:          $.encloser["] <nothing> by default
                   9045: 
                   9046:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   9047:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   9048:          default
                   9049: 
                   9050: 2003-11-03  paf
                   9051: 
                   9052:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   9053:          ^table::load[; options:         !$.column-separator[^#09]
                   9054:          !$.column-encloser["]
                   9055: 
                   9056:        * operators.txt, src/include/pa_config_fixed.h,
                   9057:          src/types/pa_vrequest.C: $request:document-root
                   9058: 
                   9059:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   9060:          [already included into uri=xxx]
                   9061: 
                   9062:        * operators.txt, src/classes/image.C, tests/todo.txt,
                   9063:          www/htdocs/auto.p: ^image.gif[filename] for $response:download
                   9064: 
                   9065:        * src/classes/date.C: minor precaution
                   9066: 
                   9067:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   9068:              !^date.unix-timestamp[]
                   9069: 
                   9070: 2003-10-30  paf
                   9071: 
                   9072:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   9073:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   9074: 
                   9075:        * src/classes/: date.C, image.C: improvement diagnostics:
                   9076:          $now[^date::create[$undefined]] now is error
                   9077: 
                   9078:        * src/main/pa_common.C: read errors would now be reported 'actually
                   9079:          read -1 bytes'
                   9080: 
                   9081: 2003-10-24  paf
                   9082: 
1.88      moko     9083:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
1.86      moko     9084:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
1.89      moko     9085:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   9086:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
1.86      moko     9087: 
                   9088: 2003-10-22  paf
                   9089: 
                   9090:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   9091: 
                   9092: 2003-10-21  paf
                   9093: 
                   9094:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   9095:          fixed: string.match[g] without <'> option produced columns with
                   9096:          NULL's, which gpf'ed at table.save time
                   9097: 
                   9098:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   9099:          recoursion' message with intensive throw-catches fixed: incorrect
                   9100:          name and line (one name upper then needed) in error message about
                   9101:          problems inside try block
                   9102: 
                   9103: 2003-10-10  paf
                   9104: 
                   9105:        * src/include/pa_string.h, src/main/compile.tab.C,
                   9106:          www/htdocs/.htaccess: CORD_chr does not check offset argument for
                   9107:          validity did that in String::Body::pos myself
                   9108:          http://i2/tasks/edit/?id=4577425257580789777
                   9109: 
                   9110: 2003-10-07  paf
                   9111: 
                   9112:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   9113:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   9114: 
                   9115: 2003-10-03  paf
                   9116: 
                   9117:        * parser3.sln, src/include/pa_dictionary.h,
                   9118:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   9119:          src/targets/cgi/parser3.vcproj, www/htdocs/.htaccess: dictionary
                   9120:          optimized by precalculating cstr&length
                   9121: 
                   9122: 2003-10-02  paf
                   9123: 
                   9124:        * src/classes/op.C, src/include/pa_request.h,
                   9125:          src/include/pa_stack.h, src/main/execute.C,
                   9126:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9127:          src/main/pa_stylesheet_manager.C, www/htdocs/.htaccess: bugfix:
                   9128:          ^throw context were saved/restored incompletely
                   9129:          http://www.parser.ru/forum/?id=21484
                   9130: 
                   9131: 2003-09-30  paf
                   9132: 
                   9133:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   9134:          occurrances after lang-mismatched
                   9135: 
                   9136: 2003-09-29  paf
                   9137: 
                   9138:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   9139:          helper
                   9140: 
                   9141:        * src/main/pa_string.C: string::serialize bug fix with
                   9142:          zero-terminator
                   9143: 
                   9144:        * src/classes/table.C: ^nameless_table.save column row now has no
                   9145:          \t at the end
                   9146: 
                   9147:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   9148:          @postprocess  now takes $response:body/download
                   9149: 
                   9150:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   9151:          error message
                   9152: 
                   9153:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   9154: 
                   9155:        * src/classes/table.C: bugfix: flip: must produce nameless
                   9156:          http://i2/tasks/edit/?id=4573405524674081244
                   9157: 
                   9158:        * www/htdocs/: base.p, derived.p, font.gif, global.xsl, index.html,
                   9159:          mailreceive.eml, mailreceive.html, operators.p,
                   9160:          parser-status.html, people.dtd, some.p: removing old tests
                   9161: 
                   9162:        * src/include/pa_charset.h, src/main/pa_charset.C,
                   9163:          src/main/pa_string.C, src/main/helpers/simple_folding.pl,
                   9164:          www/htdocs/auto.p: utf-8 upper/lower
                   9165: 
                   9166:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   9167:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   9168: 
                   9169: 2003-09-26  paf
                   9170: 
                   9171:        * src/main/untaint.C: removed needless field
                   9172: 
                   9173:        * src/main/untaint.C: removed needless const
                   9174: 
                   9175:        * src/include/pa_string.h, src/main/pa_common.C,
                   9176:          src/main/pa_string.C, www/htdocs/.htaccess: String.for_each bug
                   9177:          fixed [omited one-char cases]
                   9178: 
                   9179:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   9180:          runtime-executor stack were cleared... BADLY
                   9181: 
                   9182:        * src/main/pa_string.C, www/htdocs/.htaccess, www/htdocs/auto.p:
                   9183:          ^stirng.replace code used old param-convention on langs.append,
                   9184:          fixed that search fo the like, found none
                   9185: 
                   9186:        * src/classes/op.C, src/include/pa_string.h, src/main/pa_string.C,
                   9187:          www/htdocs/.htaccess: string::serialize/deserialize implemented
                   9188:          Language enum assigned meaningful letters [more convinient for
                   9189:          debugging. read warning before adding/changing anything]
                   9190: 
                   9191: 2003-09-25  paf
                   9192: 
                   9193:        * src/: include/pa_string.h, include/pa_version.h,
                   9194:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   9195:          differences on unix
                   9196: 
                   9197:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   9198:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   9199:          src/classes/xdoc.C, src/classes/xnode.C,
                   9200:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   9201:          src/include/pa_charsets.h, src/include/pa_common.h,
                   9202:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   9203:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   9204:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   9205:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   9206:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   9207:          src/main/compile_tools.h, src/main/pa_charset.C,
                   9208:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   9209:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9210:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   9211:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   9212:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   9213:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   9214:          src/types/pa_vxnode.C, www/htdocs/.htaccess:
                   9215:          string_fragments_to_cord merged to HEAD
                   9216: 
                   9217:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   9218:          functions aligned to that of eeparser3 look
                   9219: 
                   9220:        * src/lib/cord/cordprnt.c: removed warnings
                   9221: 
                   9222: 2003-09-24  paf
                   9223: 
                   9224:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   9225:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   9226:          include/pa_cache_managers.h, include/pa_charset.h,
                   9227:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   9228:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   9229:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9230:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   9231:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   9232:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   9233:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   9234:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   9235:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   9236:          types/pa_vxnode.C: v() functions of String::Body,
                   9237:          String::Languages and String itself StringBody->String::Body
                   9238: 
                   9239:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9240:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   9241:          never optimized anything.  todo: somehow speed up harder cases:
                   9242:          concatenationA+concatenationB when last block of A and first of B
                   9243:          contain same letters
                   9244: 
                   9245:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9246:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   9247:          blocks of same char [CORD_append_block]
                   9248: 
                   9249:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9250:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   9251:          save space by extending blocks when appending block with c ==
                   9252:          lastblock.c
                   9253: 
                   9254:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   9255:          working yet :( but more working &understood :)
                   9256: 
                   9257:        * src/: classes/table.C, include/pa_string.h,
                   9258:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   9259: 
                   9260: 2003-09-23  paf
                   9261: 
                   9262:        * src/main/untaint.C: $a[ok!] $a works!
                   9263: 
                   9264:        * src/main/untaint.C: something even more works :)
                   9265: 
                   9266:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   9267:          something more works :)
                   9268: 
                   9269:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9270:          lib/cord/cordxtra.c: something already works :)
                   9271: 
                   9272:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   9273:          serialize&deserialize
                   9274: 
                   9275:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   9276:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   9277:          main/untaint.C: main idea implemented, details left
                   9278: 
                   9279: 2003-09-22  paf
                   9280: 
                   9281:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   9282: 
                   9283:        * src/classes/xnode.C: copy/paste comment bugfix
                   9284: 
                   9285:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   9286:          allocator returns 0, just die.
                   9287:          http://i2/tasks/edit/?id=4570798492410259445
                   9288: 
                   9289:        * src/classes/xdoc.C: copy/paste comment bugfix
                   9290: 
                   9291:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   9292:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   9293:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   9294:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   9295: 
                   9296:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   9297:          chars due to bitwise operation signed-char error]
                   9298: 
                   9299: 2003-09-19  paf
                   9300: 
                   9301:        * src/types/pa_wcontext.C: output message: more practical
                   9302:          suggestion
                   9303: 
                   9304:        * src/main/pa_common.C, operators.txt: merged
                   9305:          $f[^file::load[binary;http://...]] $f.tables
                   9306: 
                   9307: 2003-09-02  paf
                   9308: 
                   9309:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   9310:          flush stdout without referencing 'stdout' symbol. to hell with
                   9311:          non-ansi libraries without 'stdout' symbol
                   9312: 
                   9313:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   9314:          unix (users reported problems with some old libc)
                   9315: 
                   9316:        * src/types/pa_vdate.h: forgot initializer
                   9317: 
                   9318: 2003-09-01  paf
                   9319: 
                   9320:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   9321:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   9322:          zone]
                   9323: 
                   9324:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   9325: 
                   9326: 2003-08-19  paf
                   9327: 
                   9328:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   9329:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   9330:          simplified a little
                   9331: 
                   9332:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   9333:          [lost fix from 3.0.8]
                   9334: 
                   9335:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   9336:          visible here }
                   9337: 
                   9338:          bug fix
                   9339: 
                   9340:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   9341: 
                   9342:        * src/main/compile.tab.C: initialized couple of variables about
                   9343:          which user reported runtime problems when parser were compiled
                   9344:          with VC7, warning level4.  study shows that later in bison
                   9345:          they've fixed that. would migrate to latest bison someday
                   9346: 
                   9347:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   9348:          recoding headers)
                   9349: 
                   9350:        * src/types/pa_vmail.C: works as before, same charset problems:
                   9351:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   9352:          anything for now
                   9353: 
                   9354:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   9355:          problems with body
                   9356: 
                   9357:        * src/types/pa_vmail.C: mail_receive just compiled
                   9358: 
                   9359: 2003-08-18  paf
                   9360: 
                   9361:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   9362:          main/main.vcproj, types/types.vcproj: win32: continued process
                   9363:          detaching from \parser3project directory
                   9364: 
                   9365:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   9366:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   9367:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   9368:          src/lib/pcre/pcre_dftables.dsp,
                   9369:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   9370:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   9371:          src/types/types.dsp: moved to MSVC 7
                   9372: 
                   9373:        * gnu.vcproj.vspscc, parser3.vssscc,
                   9374:          src/classes/classes.vcproj.vspscc,
                   9375:          src/lib/cord/cord.vcproj.vspscc,
                   9376:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   9377:          src/lib/md5/md5.vcproj.vspscc,
                   9378:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   9379:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   9380:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   9381:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   9382:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   9383:          moved to MSVC 7
                   9384: 
                   9385:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   9386:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   9387:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9388:          src/lib/pcre/pcre_dftables.vcproj,
                   9389:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   9390:          src/targets/cgi/parser3.vcproj,
                   9391:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   9392:          new VS project files
                   9393: 
                   9394:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   9395:          .NET to detect Jalindi Igloo capabilities.
                   9396: 
                   9397:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
                   9398:          src/classes/classes.awk, src/doc/footer.htm,
                   9399:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9400:          src/lib/Makefile.am, src/main/compile.tab.C,
                   9401:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   9402:          src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/auto.p:
                   9403:          merged 3.1.0 latest changes
                   9404: 
                   9405: 2003-08-15  paf
                   9406: 
                   9407:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   9408:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   9409: 
                   9410:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   9411:          non-ascii <yyy> now encoded correctly
                   9412: 
                   9413: 2003-07-29  paf
                   9414: 
                   9415:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   9416:          dist
                   9417: 
                   9418:        * src/types/pa_vmail.C: just started --with-mail-receive
                   9419: 
                   9420: 2003-07-28  paf
                   9421: 
                   9422:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   9423:          dependence in src/classes, src/lib/gc now in dist
                   9424: 
                   9425:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   9426: 
                   9427: 2003-07-25  paf
                   9428: 
                   9429:        * src/doc/footer.htm: year
                   9430: 
                   9431: 2003-07-24  paf
                   9432: 
                   9433:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   9434:          fix
                   9435: 
                   9436:        * src/include/pa_version.h: release
                   9437: 
                   9438:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
                   9439: 
1.88      moko     9440:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
1.89      moko     9441:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   9442:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   9443:          getting rid of win32xml pseudo project
1.86      moko     9444: 
1.89      moko     9445:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
1.86      moko     9446: 
                   9447:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   9448:          configure.in, operators.txt, parser3.dsw,
                   9449:          etc/parser3.charsets/koi8-r.cfg,
                   9450:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
                   9451:          src/classes/classes.C, src/classes/classes.awk,
                   9452:          src/classes/classes.dsp, src/classes/classes.h,
                   9453:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   9454:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   9455:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   9456:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   9457:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   9458:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1.88      moko     9459:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   9460:          src/doc/string.dox, src/include/Makefile.am,
                   9461:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   9462:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   9463:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   9464:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   9465:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   9466:          src/include/pa_exception.h, src/include/pa_exec.h,
                   9467:          src/include/pa_globals.h, src/include/pa_hash.h,
                   9468:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   9469:          src/include/pa_operation.h, src/include/pa_pool.h,
                   9470:          src/include/pa_pragma_pack_begin.h,
1.86      moko     9471:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   9472:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   9473:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   9474:          src/include/pa_sql_connection.h,
                   9475:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   9476:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   9477:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   9478:          src/include/pa_threads.h, src/include/pa_types.h,
                   9479:          src/include/pa_uue.h, src/lib/Makefile.am,
                   9480:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   9481:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   9482:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   9483:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
                   9484:          src/lib/cord/include/ec.h,
                   9485:          src/lib/cord/include/private/Makefile.am,
                   9486:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
                   9487:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
1.88      moko     9488:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
                   9489:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
                   9490:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   9491:          src/main/compile_tools.C, src/main/compile_tools.h,
                   9492:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   9493:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9494:          src/main/pa_charsets.C, src/main/pa_common.C,
                   9495:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   9496:          src/main/pa_exception.C, src/main/pa_exec.C,
1.86      moko     9497:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   9498:          src/main/pa_request.C, src/main/pa_socks.C,
                   9499:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   9500:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   9501:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
1.89      moko     9502:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   9503:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   9504:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   9505:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   9506:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   9507:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
                   9508:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
1.86      moko     9509:          src/targets/isapi/parser3isapi.dsp,
                   9510:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
                   9511:          src/types/pa_junction.h, src/types/pa_method.h,
                   9512:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   9513:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   9514:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   9515:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   9516:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   9517:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   9518:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   9519:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   9520:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   9521:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   9522:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   9523:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   9524:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   9525:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   9526:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   9527:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   9528:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   9529:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   9530:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   9531:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   9532:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   9533:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   9534:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   9535:          src/types/pa_wwrapper.h, src/types/types.dsp,
                   9536:          www/htdocs/.htaccess, www/htdocs/auto.p, www/htdocs/index.html:
                   9537:          moved tempate_gc to HEAD
                   9538: 
                   9539:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   9540:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   9541:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   9542:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   9543:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   9544:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   9545:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   9546:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   9547:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   9548:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   9549:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   9550:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   9551:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   9552:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   9553:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   9554:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   9555:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   9556:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   9557:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   9558:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   9559:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   9560:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   9561:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   9562:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   9563:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   9564:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   9565:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   9566:          outputs/create-dir, results/001.processed, results/002.processed,
                   9567:          results/003.processed, results/004.processed,
                   9568:          results/005.processed, results/006.processed,
                   9569:          results/007.processed, results/008.processed,
                   9570:          results/009.processed, results/010.processed,
                   9571:          results/011.processed, results/012.processed,
                   9572:          results/013.processed, results/014.processed,
                   9573:          results/015.processed, results/016.processed,
                   9574:          results/017.processed, results/018.processed,
                   9575:          results/019.processed, results/020.processed,
                   9576:          results/021.processed, results/022.processed,
                   9577:          results/023.processed, results/024.processed,
                   9578:          results/025.processed, results/026.processed,
                   9579:          results/027.processed, results/028.processed,
                   9580:          results/029.processed, results/030.processed,
                   9581:          results/031.processed, results/032.processed,
                   9582:          results/033.processed, results/034.processed,
                   9583:          results/035.processed, results/036.processed,
                   9584:          results/037.processed, results/038.processed,
                   9585:          results/039.processed, results/040.processed,
                   9586:          results/041.processed, results/042.processed,
                   9587:          results/043.processed, results/044.processed,
                   9588:          results/045.processed, results/046.processed,
                   9589:          results/047.processed, results/048.processed,
                   9590:          results/049.processed, results/050.processed,
                   9591:          results/051.processed, results/052.processed,
                   9592:          results/053.processed, results/054.processed,
                   9593:          results/055.processed, results/056.processed,
                   9594:          results/057.processed, results/058.processed,
                   9595:          results/059.processed, results/060.processed,
                   9596:          results/061.processed, results/062.processed,
                   9597:          results/063.processed, results/064.processed,
                   9598:          results/065.processed, results/066.processed,
                   9599:          results/067.processed, results/068.processed,
                   9600:          results/069.processed, results/070.processed,
                   9601:          results/071.processed, results/072.processed,
                   9602:          results/073.processed, results/074.processed,
                   9603:          results/075.processed, results/076.processed,
                   9604:          results/077.processed, results/078.processed,
                   9605:          results/079.processed, results/080.processed,
                   9606:          results/081.processed, results/082.processed,
                   9607:          results/083.processed, results/084.processed,
                   9608:          results/085.processed, results/086.processed,
                   9609:          results/087.processed, results/088.processed,
                   9610:          results/089.processed, results/090.processed,
                   9611:          results/091.processed, results/092.processed,
                   9612:          results/093.processed, results/094.processed,
                   9613:          results/095.processed, results/096.processed,
                   9614:          results/097.processed, results/098.processed,
                   9615:          results/099.processed, results/100.processed,
                   9616:          results/101.processed, results/102.processed,
                   9617:          results/103.processed, results/104.processed,
                   9618:          results/105.processed, results/106.processed,
                   9619:          results/107.processed, results/108.processed,
                   9620:          results/109.processed, results/110.processed,
                   9621:          results/111.processed, results/112.processed,
                   9622:          results/113.processed, results/114.processed,
                   9623:          results/115.processed, results/116.processed,
                   9624:          results/117.processed, results/118.processed,
                   9625:          results/119.processed, results/120.processed,
                   9626:          results/121.processed, results/122.processed,
                   9627:          results/123.processed, results/124.processed,
                   9628:          results/125.processed, results/126.processed,
                   9629:          results/127.processed, results/128.processed,
                   9630:          results/129.processed, results/130.processed,
                   9631:          results/131.processed, results/132.processed,
                   9632:          results/133.processed, results/134.processed,
                   9633:          results/135.processed, results/136.processed,
                   9634:          results/137.processed, results/138.processed,
                   9635:          results/139.processed, results/140.processed,
                   9636:          results/141.processed: merged(copied) to HEAD from template_gc
                   9637: 
1.89      moko     9638:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   9639:          towards \parser3project not having to be in root
                   9640: 
                   9641:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   9642:          module compiled [were minor unnecessary changes in lib/md5
                   9643:          interface]
1.86      moko     9644: 
                   9645:        * src/include/pa_version.h: release
                   9646: 
                   9647:        * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess:
                   9648:          relative paths to xml&gc libs
                   9649: 
                   9650:        * src/classes/math.C: merged uuid bugfix
                   9651: 
                   9652:        * tests/: 141.html, results/141.processed: fixed bug with
                   9653:          too-small-a-buffer
                   9654: 
                   9655:        * src/classes/math.C: uuid bugfix
                   9656: 
                   9657:        * tests/: 141.html, Makefile, results/005.processed,
                   9658:          results/030.processed, results/075.processed,
                   9659:          results/078.processed: to reflect date format change (were -
                   9660:          become ' ')
                   9661: 
                   9662:        * src/classes/math.C: uuid bugfix
                   9663: 
1.89      moko     9664:        * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess: few
                   9665:          paths for libxml debug/release changes
1.86      moko     9666: 
                   9667:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   9668: 
                   9669: 2003-07-23  paf
                   9670: 
                   9671:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   9672:          renamed a little [to move to comman naming conv]
                   9673: 
1.89      moko     9674:        * src/targets/Makefile.am: apache13 splitted to simplify apache
1.86      moko     9675:          build
                   9676: 
                   9677:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   9678:          main/pa_request.C, main/pa_sql_driver_manager.C,
1.89      moko     9679:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   9680:          stack top_index() fixed
1.86      moko     9681: 
                   9682:        * src/main/pa_globals.C: minor style changes
                   9683: 
                   9684:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   9685:          closing/caching fixed [connections were not closed/put to cache]
                   9686: 
                   9687: 2003-07-22  paf
                   9688: 
                   9689:        * INSTALL: gc part updated stightly
                   9690: 
                   9691:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   9692:          new sapi interface
                   9693: 
                   9694:        * src/classes/file.C: comment on OS
                   9695: 
                   9696:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   9697:          one deeper in cord lib]
                   9698: 
                   9699:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   9700: 
                   9701:        * src/main/pa_memory.C: out of memory is no longer coredump
                   9702: 
                   9703:        * INSTALL: disable-threads adviced
                   9704: 
                   9705: 2003-07-21  paf
                   9706: 
                   9707:        * src/classes/Makefile.am: removed circular dependency on classes.C
                   9708: 
                   9709:        * src/classes/file.C: file::exec/cgi environment variables now must
                   9710:          be UPPERCASE and A-Z 0-9 _-
                   9711: 
                   9712:        * src/classes/file.C: env passing fixed
                   9713: 
                   9714:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   9715: 
                   9716:        * src/main/pa_common.C: http:// CRLF now
                   9717: 
                   9718: 2003-07-02  paf
                   9719: 
                   9720:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   9721:          fields to reflect their real meaning
                   9722: 
                   9723: 2003-06-27  paf
                   9724: 
                   9725:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   9726:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   9727:          file::exec/cgi .charset
                   9728: 
                   9729: 2003-06-26  paf
                   9730: 
                   9731:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   9732:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   9733:          src/classes/table.C, www/htdocs/.htaccess: fixed several
                   9734:          uninitialized local structures.  notably ^hash.foreach now
                   9735:          inserts delimiters properly [were inserting it before first body]
                   9736: 
                   9737: 2003-06-24  paf
                   9738: 
                   9739:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   9740: 
                   9741: 2003-06-20  paf
                   9742: 
                   9743:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   9744:          src/main/pa_globals.C: introducing
                   9745:          $f[^file::load[binary;http://...]] $f.tables
                   9746: 
                   9747: 2003-06-06  paf
                   9748: 
                   9749:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   9750:          table. [were method lookup: inconsistent]
                   9751: 
                   9752: 2003-06-02  paf
                   9753: 
                   9754:        * src/include/pa_memory.h: empty string clone fixed to return
                   9755:          writable memory
                   9756: 
                   9757:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   9758:          were not appended] which violated string invariant
                   9759: 
                   9760: 2003-05-30  paf
                   9761: 
                   9762:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   9763:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   9764: 
                   9765:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   9766:          GMT  ; RFC 822, updated by RFC 1123
                   9767: 
1.89      moko     9768:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
1.86      moko     9769:          targets/isapi/parser3isapi.C: initialized request_info properly
                   9770: 
                   9771:        * src/classes/xnode.C: found minor bug, commended for future
                   9772: 
                   9773: 2003-05-28  paf
                   9774: 
                   9775:        * src/classes/form.C: request_info.content_length can't be <0,
                   9776:          size_t for some time
                   9777: 
                   9778: 2003-05-26  paf
                   9779: 
                   9780:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   9781:          forgotten <0 changed to !=STRING_NOT_FOUND
                   9782: 
                   9783:        * src/classes/math.C: merged ffffu from HEAD
                   9784: 
                   9785: 2003-05-11  paf
                   9786: 
                   9787:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   9788: 
                   9789:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   9790:          premature doc free.  transformed document had xmlDoc reference
                   9791:          stored to non-gc-memory (libgdome) added holding-reference
                   9792: 
                   9793: 2003-04-29  paf
                   9794: 
                   9795:        * src/main/pa_globals.C: started digging on double free.  on win32
                   9796:          found that that's perfectly normal.
                   9797: 
                   9798: 2003-04-25  paf
                   9799: 
                   9800:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   9801: 
                   9802:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   9803: 
                   9804:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   9805:          print anything.  changed to quicker and simplier code
                   9806: 
                   9807:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   9808:          strict a check]
                   9809: 
                   9810:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   9811: 
                   9812: 2003-04-24  paf
                   9813: 
                   9814:        * src/include/pa_table.h: too strict assert loosened
                   9815: 
                   9816:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   9817:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   9818:          report
                   9819: 
                   9820: 2003-04-21  paf
                   9821: 
                   9822:        * src/targets/cgi/Makefile.am: pp3 added to .am
                   9823: 
                   9824:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   9825:          memory
                   9826: 
                   9827:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   9828:          xmlMallocAtomic [author agreed to my suggestion], used that
                   9829: 
                   9830:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   9831: 
                   9832:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   9833:          types/pa_vmail.C: attributed_meaning_to_string added
                   9834:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   9835:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   9836:          made that param obligatory
                   9837: 
                   9838:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   9839:          fixed [assert helped]
                   9840: 
                   9841:        * src/include/pa_string.h: assert added [looking for bug]
                   9842: 
                   9843:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   9844:          names on Win32 considered disk-global
                   9845: 
                   9846:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   9847:          considered disk-global
                   9848: 
                   9849: 2003-04-18  paf
                   9850: 
                   9851:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   9852:          filenames
                   9853: 
                   9854:        * src/main/untaint.C: enabled '~' letter in filenames
                   9855: 
                   9856: 2003-04-16  paf
                   9857: 
                   9858:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   9859: 
                   9860:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   9861:          HEAD
                   9862: 
                   9863:        * src/classes/table.C: fix: gcc reported tiny error
                   9864: 
                   9865: 2003-04-15  paf
                   9866: 
                   9867:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   9868:          src/lib/md5/pa_md5c.c, tests/141.html,
                   9869:          tests/results/141.processed, www/htdocs/.htaccess: merged from
                   9870:          head ^math:uuid[] ^math:uid64[] ^math:md5[string]
                   9871: 
                   9872:          test added: 141.html
                   9873: 
                   9874:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   9875: 
                   9876:        * src/classes/math.C: ^math:uuid[]
                   9877: 
                   9878:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   9879: 
                   9880:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   9881:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   9882: 
                   9883:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   9884:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   9885:          ^file::load[mode;name;     $.offset     $.limit
                   9886: 
                   9887: 2003-04-14  paf
                   9888: 
                   9889:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   9890:          started ^math:md5
                   9891: 
                   9892:        * src/classes/table.C, src/include/pa_array.h,
                   9893:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   9894:          tests/results/140.processed: table $.reverse option works in
                   9895:          create&co table $.distinct[tables] bug fix merged
                   9896: 
                   9897:        * src/: classes/table.C, include/pa_table.h: table
                   9898:          $.distinct[tables] bug fixed
                   9899: 
                   9900:        * src/classes/table.C: more warnings
                   9901: 
                   9902:        * src/include/pa_array.h, src/include/pa_table.h,
                   9903:          src/main/pa_table.C, www/htdocs/.htaccess: removed checks in
                   9904:          table::set_current, moved them back to table::locate implemented
                   9905:          table::create/join ñ $.reverse
                   9906: 
                   9907:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   9908:          removed checks in table::set_current, moved them back to
                   9909:          table::locate
                   9910: 
                   9911: 2003-04-11  paf
                   9912: 
                   9913:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   9914:          src/include/pa_array.h, src/include/pa_common.h,
                   9915:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   9916:          src/include/pa_table.h, src/main/pa_request.C,
                   9917:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   9918:          src/main/pa_table.C, www/htdocs/.htaccess: merged from HEAD from
                   9919:          before_append_array_limit_sense_change to
                   9920:          after_append_array_limit_sense_change
                   9921: 
                   9922:        * src/classes/table.C: typo
                   9923: 
                   9924:        * www/htdocs/.htaccess, operators.txt, src/classes/date.C,
                   9925:          src/classes/table.C, src/include/pa_array.h,
                   9926:          src/include/pa_common.h, src/include/pa_config_includes.h,
                   9927:          src/include/pa_globals.h, src/include/pa_table.h,
                   9928:          src/main/pa_array.C, src/main/pa_globals.C,
                   9929:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9930:          src/main/pa_string.C, src/main/pa_table.C:
                   9931:          append_array_limit_sense_change locate accepts options same as
                   9932:          create new option: $.reverse(1)   [do not work in table::create]
                   9933: 
                   9934:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   9935:          (stat xxx,
                   9936: 
                   9937:        * src/classes/: table.C: typo
                   9938: 
                   9939:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   9940:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   9941:          results/130.processed, results/131.processed,
                   9942:          results/132.processed, results/133.processed,
                   9943:          results/134.processed, results/135.processed,
                   9944:          results/136.processed, results/137.processed,
                   9945:          results/138.processed, results/139.processed: added few mustfail
                   9946:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   9947:          date/time 132.html mustfail: access to junction outside of
                   9948:          context 133.html mustfail: access to junction outside of context,
                   9949:          case version 134.html mustfail: hash: adding a key inside of
                   9950:          foreach 135.html mustfail: modifying system class 136.html
                   9951:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   9952:          appendChild without import 138.html mustfail: invalid encoding
                   9953:          inside of xml 139.html mustfail: bad XPath
                   9954: 
                   9955:        * operators.txt, src/classes/table.C, tests/084.html,
                   9956:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   9957:          tests/129.html, tests/results/125.processed,
                   9958:          tests/results/126.processed, tests/results/127.processed,
                   9959:          tests/results/128.processed, tests/results/129.processed: merged
                   9960:          from HEAD ^table.hash[key][$.distinct[tables]]
                   9961: 
                   9962:          maked appropriate tests [changed one old nonconforming]
                   9963: 
                   9964:        * operators.txt, src/classes/table.C:
                   9965:          ^table.hash[key][$.distinct[tables]]
                   9966: 
                   9967:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   9968:          merged fix for found very old xml (dom) bug: were passing
                   9969:          domString objects and later ERROREOUSLY freed them
                   9970: 
                   9971:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   9972:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   9973:          libgdome bug can not be worked around
                   9974: 
                   9975: 2003-04-10  paf
                   9976: 
                   9977:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   9978:          found very old xml (dom) bug: were passing domString objects and
                   9979:          later ERROREOUSLY freed them
                   9980: 
                   9981:        * src/doc/string.dox, src/include/pa_memory.h,
                   9982:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   9983:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   9984:          tests/123.html, tests/124.html, tests/results/001.processed,
                   9985:          tests/results/002.processed, tests/results/003.processed,
                   9986:          tests/results/004.processed, tests/results/005.processed,
                   9987:          tests/results/006.processed, tests/results/008.processed,
                   9988:          tests/results/009.processed, tests/results/010.processed,
                   9989:          tests/results/011.processed, tests/results/012.processed,
                   9990:          tests/results/013.processed, tests/results/014.processed,
                   9991:          tests/results/015.processed, tests/results/016.processed,
                   9992:          tests/results/017.processed, tests/results/018.processed,
                   9993:          tests/results/020.processed, tests/results/021.processed,
                   9994:          tests/results/022.processed, tests/results/023.processed,
                   9995:          tests/results/024.processed, tests/results/025.processed,
                   9996:          tests/results/026.processed, tests/results/027.processed,
                   9997:          tests/results/028.processed, tests/results/029.processed,
                   9998:          tests/results/030.processed, tests/results/031.processed,
                   9999:          tests/results/032.processed, tests/results/033.processed,
                   10000:          tests/results/034.processed, tests/results/035.processed,
                   10001:          tests/results/036.processed, tests/results/037.processed,
                   10002:          tests/results/038.processed, tests/results/039.processed,
                   10003:          tests/results/040.processed, tests/results/041.processed,
                   10004:          tests/results/042.processed, tests/results/043.processed,
                   10005:          tests/results/044.processed, tests/results/045.processed,
                   10006:          tests/results/046.processed, tests/results/047.processed,
                   10007:          tests/results/048.processed, tests/results/049.processed,
                   10008:          tests/results/050.processed, tests/results/051.processed,
                   10009:          tests/results/052.processed, tests/results/053.processed,
                   10010:          tests/results/054.processed, tests/results/055.processed,
                   10011:          tests/results/056.processed, tests/results/057.processed,
                   10012:          tests/results/058.processed, tests/results/059.processed,
                   10013:          tests/results/060.processed, tests/results/061.processed,
                   10014:          tests/results/062.processed, tests/results/063.processed,
                   10015:          tests/results/064.processed, tests/results/065.processed,
                   10016:          tests/results/066.processed, tests/results/067.processed,
                   10017:          tests/results/068.processed, tests/results/069.processed,
                   10018:          tests/results/070.processed, tests/results/071.processed,
                   10019:          tests/results/072.processed, tests/results/073.processed,
                   10020:          tests/results/074.processed, tests/results/075.processed,
                   10021:          tests/results/076.processed, tests/results/077.processed,
                   10022:          tests/results/078.processed, tests/results/079.processed,
                   10023:          tests/results/080.processed, tests/results/081.processed,
                   10024:          tests/results/082.processed, tests/results/083.processed,
                   10025:          tests/results/084.processed, tests/results/085.processed,
                   10026:          tests/results/086.processed, tests/results/087.processed,
                   10027:          tests/results/088.processed, tests/results/089.processed,
                   10028:          tests/results/090.processed, tests/results/091.processed,
                   10029:          tests/results/092.processed, tests/results/093.processed,
                   10030:          tests/results/094.processed, tests/results/095.processed,
                   10031:          tests/results/096.processed, tests/results/097.processed,
                   10032:          tests/results/101.processed, tests/results/102.processed,
                   10033:          tests/results/104.processed, tests/results/105.processed,
                   10034:          tests/results/106.processed, tests/results/107.processed,
                   10035:          tests/results/108.processed, tests/results/109.processed,
                   10036:          tests/results/110.processed, tests/results/111.processed,
                   10037:          tests/results/112.processed, tests/results/113.processed,
                   10038:          tests/results/114.processed, tests/results/115.processed,
                   10039:          tests/results/116.processed, tests/results/117.processed,
                   10040:          tests/results/118.processed, tests/results/119.processed,
                   10041:          tests/results/120.processed, tests/results/121.processed,
                   10042:          tests/results/122.processed, tests/results/123.processed,
                   10043:          tests/results/124.processed: new convention: char* never 0.
                   10044:          assert in cord on that
                   10045: 
                   10046:        * src/main/pa_charset.C: couple more asserts
                   10047: 
                   10048:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   10049:          speedup
                   10050: 
                   10051:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   10052:          added [may be those is the case now?]
                   10053: 
                   10054:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   10055:          that's memory from gc_malloc, not from g_malloc :(, but would
                   10056:          hope]
                   10057: 
                   10058:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   10059:          that's memory from gc_malloc, not from g_malloc :(, but would
                   10060:          hope]
                   10061: 
                   10062:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   10063: 
                   10064: 2003-04-09  paf
                   10065: 
                   10066:        * src/classes/date.C: merged ^date.roll changes
                   10067: 
                   10068:        * src/classes/date.C: ^date.roll bug fix
                   10069: 
                   10070:        * src/classes/date.C: ^date.roll now throws less errors: month
                   10071:          shifts handles end of month situation by reducing day number
                   10072:          hour-hole shift reduces hour to recover
                   10073: 
                   10074:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   10075:          Sort by function time
                   10076: 
                   10077:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   10078:          http://   $.charset[] param done
                   10079: 
                   10080:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   10081:          added [after volatile fix. passes on win&intel-solaris]
                   10082: 
                   10083: 2003-04-08  paf
                   10084: 
                   10085:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   10086:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   10087:          include/pa_common.h, include/pa_request_charsets.h,
                   10088:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10089:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   10090:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   10091:          types/pa_vresponse.C: started http://   $.charset[] param and
                   10092:          http response charset detection just compiled.  todo:test
                   10093: 
                   10094:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   10095: 
                   10096:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   10097:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   10098:          types/pa_vmail.C: changed transcode param converntion  along with
                   10099:          string creating convention -- all strings are zero-terminated,
                   10100:          this allowed to fix one remaining String("123", 2) case
                   10101: 
                   10102:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10103:          classes/op.C, classes/string.C, classes/table.C,
                   10104:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   10105:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   10106:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10107:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   10108:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   10109:          violated String::invariant. started fixing [not compiled now]
                   10110: 
                   10111:        * src/classes/string.C, src/include/pa_string.h,
                   10112:          src/lib/cord/cordbscs.c, src/main/compile.tab.C,
                   10113:          src/main/compile.y, src/main/pa_string.C, src/main/untaint.C,
                   10114:          src/targets/cgi/parser3.C, www/htdocs/.htaccess: number of string
                   10115:          style improvements & optimizations
                   10116: 
                   10117:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   10118:          :(]
                   10119: 
                   10120:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   10121:          [for it's a pointer really]
                   10122: 
                   10123:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   10124:          'n' param. worked that around
                   10125: 
                   10126:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   10127:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   10128:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   10129:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   10130:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   10131: 
                   10132:          Thanks for the bug report and patch.
                   10133: 
                   10134:          I hadn't looked at this code in a while.  Reading it now, it
                   10135:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   10136:          comply with the invariant, though that may not matter a lot.  I
                   10137:          changed that, too.
                   10138: 
                   10139:          Hans
                   10140: 
                   10141: 2003-04-07  paf
                   10142: 
                   10143:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   10144:          merged from head:safe mode error message now includes numbers
                   10145: 
                   10146:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10147:          problem: as_double returns it's result in fp-register compiler
                   10148:          optimizes access to that register after b->as_double, and just
                   10149:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10150:          from memory.  _SAME_ double values do not match here.  when
                   10151:          forced to REload fp-register, values do match.
                   10152: 
                   10153:          tried to make them volatile.
                   10154: 
                   10155:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10156:          problem: as_double returns it's result in fp-register compiler
                   10157:          optimizes access to that register after b->as_double, and just
                   10158:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10159:          from memory.  _SAME_ double values do not match here.  when
                   10160:          forced to REload fp-register, values do match.
                   10161: 
                   10162:          tried to make them volatile.
                   10163: 
                   10164:        * src/types/pa_vobject.h: small style change
                   10165: 
                   10166:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   10167: 
                   10168:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   10169:          mode error message now includes numbers
                   10170: 
                   10171:        * src/main/untaint.C, src/targets/cgi/parser3.C,
                   10172:          www/htdocs/.htaccess: unknown untaint lang now causes death
                   10173: 
                   10174: 2003-04-04  paf
                   10175: 
                   10176:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   10177:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   10178:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   10179:          Sent: Thursday, January 23, 2003 9:14 AM
                   10180: 
                   10181:          huge speedup on ^file::cgi with big result
                   10182: 
                   10183:        * src/classes/table.C: sort table with 0 rows bug fixed
                   10184: 
                   10185:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   10186:          fix http://i2/tasks/edit/?id=4493701604654042676
                   10187: 
                   10188:          @main[] $with_default[  $.a[1]  $._default[default from
                   10189:          with_default] ] ^show[$with_default]
                   10190: 
                   10191:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   10192:          =$to_add_to.xxx=<br>
                   10193: 
                   10194:          ^show[$to_add_to]
                   10195: 
                   10196:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   10197:          ^show[$cloned]
                   10198: 
                   10199:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   10200: 
                   10201:          }  <hr>
                   10202: 
                   10203:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   10204:          http://i2/tasks/edit/?id=4493701604654042676
                   10205: 
                   10206:          @main[] $with_default[  $.a[1]  $._default[default from
                   10207:          with_default] ] ^show[$with_default]
                   10208: 
                   10209:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   10210:          =$to_add_to.xxx=<br>
                   10211: 
                   10212:          ^show[$to_add_to]
                   10213: 
                   10214:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   10215:          ^show[$cloned]
                   10216: 
                   10217:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   10218: 
                   10219:          }  <hr>
                   10220: 
                   10221:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   10222:          http://i2/tasks/edit/?id=4507350336410850921
                   10223: 
                   10224:        * src/classes/xdoc.C: memory allocation func bugfix
                   10225:          http://i2/tasks/edit/?id=4499303470368629745
                   10226: 
                   10227:        * src/classes/math.C: allowed random 1...
                   10228: 
                   10229:        * src/classes/math.C: allowed random 0..
                   10230: 
                   10231:        * src/main/pa_globals.C: exif mem leak
                   10232:          http://i2/tasks/edit/?id=4480590323629807263
                   10233: 
1.88      moko     10234:        * src/: classes/classes.dsp, main/main.dsp,
                   10235:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   10236:          fix http://i2/tasks/edit/?id=4493946731322521294
1.86      moko     10237:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   10238: 
1.88      moko     10239:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
1.86      moko     10240:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   10241:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   10242:          links to xml libs made relative, no need to unpack parser3project
                   10243:          to /parser3project.
                   10244: 
                   10245:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   10246:          column more precise - tab handling bug fixed
                   10247: 
                   10248:        * src/main/: compile.tab.C, compile.y: more understandable error
                   10249:          message in case @CLASS with more then one line inside
                   10250: 
                   10251:        * src/targets/cgi/parser3.C: more understandable error message in
                   10252:          case of errors in @unhandled_exception
                   10253: 
                   10254: 2003-04-03  paf
                   10255: 
                   10256:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   10257:          src/main/compile.tab.C, src/main/compile.y,
                   10258:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10259:          src/main/execute.C, src/main/pa_request.C: debug info format
                   10260:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   10261: 
                   10262:          higher limits:   file number (max: 255)   line number (max:
                   10263:          64535)   column number (max: 255)
                   10264: 
                   10265:        * src/classes/math.C: top limit
                   10266: 
                   10267:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   10268:          precise parse error position in case of
                   10269: 
                   10270:          ^bug ]
                   10271: 
                   10272:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   10273:          changed to realities, and passed [bug fixed]
                   10274: 
                   10275:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   10276:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   10277:          main/compile_tools.h, main/pa_request.C: introducing
                   10278:          ^process...[main-method-alias]
                   10279: 
                   10280:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   10281:          classes/string.C, classes/table.C, classes/xdoc.C,
                   10282:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   10283:          params receive zero reference, but they are expected not to look
                   10284:          there]
                   10285: 
                   10286:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   10287:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   10288:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   10289:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   10290:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10291:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   10292:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   10293:          [methods without params receive zero reference, but they are
                   10294:          expected not to look there]
                   10295: 
                   10296:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   10297:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   10298:          ^process...[filename] useful for better error reporting
                   10299:          [file/line/col]
                   10300: 
                   10301:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   10302:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   10303:          '%s', it 2. method undefined in case of ^void[]
                   10304: 
                   10305:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   10306:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   10307:          handling done. now we have error columns todo: test it
                   10308: 
                   10309:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   10310:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   10311: 
                   10312:          this makes life easier: were: bad stack order -- were in
                   10313:          exception catch unwind order, which didn't match execution order
                   10314: 
                   10315:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   10316: 
                   10317:          @first[] ^throw[a;1]
                   10318: 
                   10319:          showed throw a first throw b try
                   10320: 
                   10321:          which is no good
                   10322: 
                   10323:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   10324:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   10325:          trace reset after handled exception [old bug fixed]
                   10326: 
                   10327:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   10328:          fixed.  position reporting made precise [both, in parse erros and
                   10329:          runtime errors]
                   10330: 
                   10331: 2003-04-02  paf
                   10332: 
                   10333:        * src/: include/pa_operation.h, include/pa_request.h,
                   10334:          main/compile.C, main/compile.tab.C, main/compile.y,
                   10335:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10336:          main/pa_exception.C, main/pa_request.C: debug info: started
                   10337:          using.  todo:complete
                   10338: 
                   10339:        * src/classes/op.C, src/include/pa_operation.h,
                   10340:          src/include/pa_request.h, src/main/compile.C,
                   10341:          src/main/compile.tab.C, src/main/compile.y,
                   10342:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10343:          src/main/execute.C, src/main/pa_request.C, www/htdocs/.htaccess:
                   10344:          prepared debug info todo:use it
                   10345: 
                   10346:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   10347:          return Operation class->union after switching from autoptrs.
                   10348: 
                   10349:        * tests/: Makefile, results/108.processed, results/117.processed:
                   10350:          meta considered OK [it's up to coder now to remove it not needed]
                   10351: 
                   10352:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   10353:          Dictionary constructor when moved to gc]
                   10354: 
                   10355:        * src/main/pa_common.C: uncommented http:// file loading
                   10356: 
1.88      moko     10357:        * src/include/pa_array.h, src/main/execute.C,
1.86      moko     10358:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   10359:          fix [gdGrowingBuf]
                   10360: 
                   10361:        * configure.in, src/lib/Makefile.am, www/htdocs/.htaccess: removed
                   10362:          patches
                   10363: 
                   10364:        * configure, src/include/pa_config_auto.h.in,
                   10365:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   10366: 
                   10367:        * src/main/pa_common.C, www/htdocs/.htaccess: uncommented http://
                   10368:          file loading
                   10369: 
                   10370:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   10371:          xdoc::create/load
                   10372: 
                   10373:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   10374:          classes/string.C, classes/table.C, classes/void.C,
                   10375:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   10376:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   10377:          String::String(str,helper_length) are checked.  found/fixed one
                   10378:          place: $request:body now zero-terminated,
                   10379: 
                   10380:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   10381:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   10382:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   10383:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   10384:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   10385:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   10386:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   10387:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   10388:          easily optimizable)
                   10389: 
                   10390:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   10391:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   10392: 
                   10393:        * src/: include/pa_array.h, include/pa_stack.h,
                   10394:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   10395:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   10396:          become assertion iterator in methodframe filler
                   10397: 
                   10398:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   10399:          targets/cgi/parser3.C: array::get/put inlined
                   10400: 
                   10401:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   10402:          gc_substitute_memory_management_functions +installed CORD_oom
                   10403:          function
                   10404: 
                   10405:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   10406:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   10407:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   10408:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   10409:          assertions started configure.in --enable-assertions
                   10410: 
                   10411: 2003-04-01  paf
                   10412: 
                   10413:        * src/classes/xdoc.C, src/classes/xnode.h, src/include/pa_memory.h,
                   10414:          src/main/pa_memory.C, src/targets/cgi/parser3.C,
                   10415:          src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
                   10416:          src/types/pa_vxnode.h, www/htdocs/.htaccess: memory bug debugged
                   10417:          down: gdome uses glib memory, and stores last pointer to xmlDoc
                   10418:          there, gc misses that and collects valid memory fixed by
                   10419:          remembering xmlDoc from dom object in xdoc.  todo: do something
                   10420:          with premature free of xdoc with xnodes/node values referring
                   10421:          into it
                   10422: 
                   10423:        * src/classes/: mail.C: typo fix
                   10424: 
1.88      moko     10425:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   10426:          changes
1.86      moko     10427: 
                   10428:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   10429:          main/pa_memory.C: moved memory debugging to global level: to
                   10430:          pa_gc_malloc
                   10431: 
                   10432:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   10433:          debugging showed no errors. todo: debug parser memory
                   10434: 
                   10435:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   10436:          configurations
                   10437: 
1.88      moko     10438:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
1.86      moko     10439:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   10440:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   10441:          types/types.dsp: prepared xml-static configuration
                   10442: 
                   10443: 2003-03-31  paf
                   10444: 
                   10445:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   10446:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   10447:          www/htdocs/.htaccess: started xml lib memory debugging, simple
                   10448:          checks failed: it seems that library does realloc(bad ptr), and
                   10449:          recording those ptrs in heap [for debugging] was bad: heap
                   10450:          situation changes = everything works fine
                   10451: 
                   10452:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   10453:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   10454:          limit of 10 user-defined charsets]
                   10455: 
                   10456: 2003-03-28  paf
                   10457: 
                   10458:        * src/main/execute.C: execution stack copied to local register
                   10459:          variable, removed lots [~2e7) of memory accesses
                   10460: 
                   10461: 2003-03-27  paf
                   10462: 
                   10463:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   10464:          works in debug, but fails in release todo: fix that
                   10465: 
                   10466:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   10467:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   10468:          replacement from gc branch
                   10469: 
                   10470:        * src/main/pa_exec.C: introducing append_help_length [radical
                   10471:          improvement here]
                   10472: 
                   10473:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   10474:          'not recommened' in gc.h, on win32 noticed no difference]
                   10475: 
                   10476:        * src/include/pa_array.h: returned checked array get [were disabled
                   10477:          for debugging] result:not slower [don't understand that, it were
                   10478:          INLINED] todo: find out a way of inlining it!
                   10479: 
                   10480:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   10481:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   10482:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   10483:          convention changed: all resulting strings are zero-terminated
                   10484: 
                   10485:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10486:          classes/string.C, classes/table.C, classes/void.C,
                   10487:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   10488:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   10489:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   10490:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10491:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   10492:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   10493:          append_help_length [radical improvement here]
                   10494: 
                   10495:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   10496:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   10497:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   10498:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   10499:          even slower
                   10500: 
                   10501:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   10502:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   10503:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   10504:          clients of &get(): most to use non-ref version, some[in tight
                   10505:          places] to get_unchecked_ref
                   10506: 
                   10507:        * src/doc/memory.dox: forgot to add
                   10508: 
                   10509:        * src/classes/classes.dsp, src/classes/memory.C,
1.88      moko     10510:          src/classes/xdoc.C, src/include/pa_array.h,
1.86      moko     10511:          src/include/pa_request.h, src/include/pa_stack.h,
                   10512:          src/include/pa_string.h, src/lib/cord/cord.dsp,
                   10513:          src/lib/ltdl/libltdl.dsp, src/lib/md5/md5.dsp,
                   10514:          src/lib/pcre/pcre.dsp, src/main/compile.tab.C,
                   10515:          src/main/compile.y, src/main/compile_tools.C,
                   10516:          src/main/compile_tools.h, src/main/main.dsp,
                   10517:          src/main/pa_string.C, src/targets/cgi/parser3.C,
                   10518:          src/targets/cgi/parser3.dsp, src/types/pa_vmail.C,
                   10519:          src/types/pa_vmethod_frame.C, src/types/types.dsp,
                   10520:          www/htdocs/.htaccess: Array::put(index, T>>&<< removed after
                   10521:          Stack::pop wiping removed [moved to separate func] other Array &
                   10522:          removed
                   10523: 
                   10524: 2003-03-26  paf
                   10525: 
                   10526:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
1.88      moko     10527:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   10528:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   10529:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   10530:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   10531:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   10532:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   10533:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   10534:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.86      moko     10535:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10536:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   10537:          pre-evaluated .count() in some places
                   10538: 
1.88      moko     10539:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
1.86      moko     10540:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   10541:          types/types.dsp: .dsp profiling updated
                   10542: 
1.88      moko     10543:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   10544:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   10545:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   10546: 
                   10547:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   10548:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
1.86      moko     10549:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   10550:          use lib/gc,lib/cord
                   10551: 
                   10552:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
1.88      moko     10553:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
                   10554:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   10555:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   10556:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   10557:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
                   10558:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
                   10559:          src/lib/cord/include/Makefile.am,
1.86      moko     10560:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   10561:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   10562:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   10563:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   10564:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   10565:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   10566:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   10567:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   10568:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   10569:          funcs ported pa_exec
                   10570: 
                   10571:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   10572: 
                   10573:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   10574:          bundled gc includes
                   10575: 
                   10576:        * src/classes/op.C, src/include/pa_array.h,
                   10577:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   10578:          src/include/pa_version.h, src/main/compile.tab.C,
                   10579:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   10580:          src/main/pa_exception.C, src/main/pa_request.C,
                   10581:          src/main/pa_string.C, src/targets/cgi/parser3.C,
                   10582:          src/targets/cgi/parser3.dsp, www/htdocs/.htaccess: a number of
                   10583:          bugfixes [while testing first real site (aval)]
                   10584: 
                   10585: 2003-03-25  paf
                   10586: 
                   10587:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   10588:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   10589:          process
                   10590: 
                   10591:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   10592:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   10593: 
                   10594:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   10595: 
                   10596:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   10597:          src/types/pa_value.h, src/types/pa_vfile.h,
                   10598:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10599:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   10600:          tests/results/121.processed: untaint.C L_URI
                   10601: 
                   10602:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   10603:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   10604:          src/types/pa_venv.h, src/types/types.dsp, www/htdocs/.htaccess,
                   10605:          src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
                   10606: 
                   10607:        * tests/results/109.processed: it was a bug in parser. updated 109
                   10608:          test result
                   10609: 
                   10610:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   10611: 
                   10612:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   10613:          tests/results/107.processed: fixed dom language [values are now
                   10614:          considered tainted.  it was a bug in parser. updated 107 test
                   10615:          result
                   10616: 
                   10617:        * src/classes/xdoc.C: fixed transform params
                   10618: 
                   10619:        * src/: include/pa_stylesheet_manager.h,
                   10620:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   10621: 
                   10622:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   10623:          overloads for structure handling
                   10624: 
                   10625:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   10626:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   10627:          StringBody(0) ambiguilty, introducting static
                   10628:          StringBody::Format(int)
                   10629: 
                   10630:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   10631:          linked
                   10632: 
                   10633:        * src/types/pa_vxdoc.C: vxdoc compiled
                   10634: 
                   10635:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   10636:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   10637:          finalizers isntalled
                   10638: 
                   10639:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   10640:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   10641:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   10642:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   10643:          compiled todo: xnode.C / finalizers
                   10644: 
                   10645:        * src/doc/string.dox: updated: new string internals
                   10646: 
                   10647: 2003-03-24  paf
                   10648: 
                   10649:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10650:          include/pa_charset.h, include/pa_config_fixed.h,
                   10651:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   10652:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   10653:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   10654:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   10655:          types/pa_vxnode.h: started XML
                   10656: 
                   10657:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   10658: 
                   10659:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10660:          include/pa_string.h, main/pa_common.C,
                   10661:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   10662: 
                   10663:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10664:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   10665:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   10666:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   10667:          for eq STRING_NOT_FOUND
                   10668: 
                   10669:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   10670:          optimize bit implemented
                   10671: 
                   10672:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   10673:          String::ArrayFragment::append_positions fixed
                   10674: 
1.88      moko     10675:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   10676:          String::this_starts fixed
1.86      moko     10677: 
                   10678:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   10679: 
                   10680:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   10681:          hashcode implemented fully, including per-char callback [it can
                   10682:          be - substr CORD node]
                   10683: 
1.88      moko     10684:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   10685:          rewritten to rewalloc with 100byte buf ahead
1.86      moko     10686: 
                   10687:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   10688:          src/include/pa_string.h, src/main/compile.tab.C,
                   10689:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   10690:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   10691:          CORD_ec [bad] would rewrite as realloc now
                   10692: 
                   10693:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   10694:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
1.88      moko     10695:          include/pa_cache_managers.h, include/pa_charsets.h,
                   10696:          include/pa_common.h, include/pa_request.h,
1.86      moko     10697:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   10698:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   10699:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
1.89      moko     10700:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   10701:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   10702:          types/pa_vstateless_class.h: 2*2 worked :)
1.86      moko     10703: 
                   10704:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   10705:          src/include/pa_exec.h, src/include/pa_string.h,
                   10706:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   10707:          passed OK
                   10708: 
                   10709:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   10710:          types/pa_value.C: all linked todo: debug
                   10711: 
1.88      moko     10712:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   10713:          types/pa_vstateless_class.C: all compiled.  todo:link
1.86      moko     10714: 
                   10715:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   10716: 
                   10717:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   10718: 
                   10719:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   10720: 
                   10721:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   10722: 
                   10723:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   10724:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   10725:          pa_vstateless_class.C, pa_vstateless_class.h:
                   10726:          pa_vstateless_class.C compiled
                   10727: 
                   10728:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   10729:          types/pa_vmath.C: pa_vmail.C compiled
                   10730: 
                   10731:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   10732: 
                   10733:        * src/types/pa_vform.C: pa_vform.C compiled
                   10734: 
                   10735:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   10736: 
                   10737:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   10738:          pa_vstateless_class.C: pa_vcookie.C compiled
                   10739: 
                   10740:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   10741:          types/pa_vhash.h: pa_value.C compiled
                   10742: 
                   10743:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   10744:          classes.lib main.lib compiled
                   10745: 
                   10746:        * src/classes/void.C: void.C compiled
                   10747: 
                   10748:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   10749:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   10750:          compiled
                   10751: 
                   10752:        * src/: classes/string.C, include/pa_request.h,
                   10753:          include/pa_string.h, main/pa_string.C: string.C compiled
                   10754: 
                   10755:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   10756:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   10757:          main/pa_request.C, main/pa_string.C: op.C compiled
                   10758: 
                   10759:        * src/classes/: math.C, op.C: math.C compiled
                   10760: 
                   10761:        * src/: classes/mail.C, classes/string.C, classes/table.C,
1.88      moko     10762:          types/pa_vmail.h: mail.C compiled
1.86      moko     10763: 
                   10764:        * src/classes/: int.C, table.C: int.C compiled
                   10765: 
                   10766:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   10767:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   10768:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   10769:          compiled
                   10770: 
                   10771:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   10772:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   10773:          include/pa_sql_connection.h: hash.C compiled
                   10774: 
                   10775:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   10776:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   10777:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   10778:          classes/math.C, classes/op.C, classes/response.C,
                   10779:          classes/string.C, classes/table.C, classes/void.C,
1.88      moko     10780:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   10781:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   10782:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   10783:          file.C table.C compiled
1.86      moko     10784: 
                   10785:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   10786:          main/untaint.C: main.lib compiled
                   10787: 
                   10788: 2003-03-21  paf
                   10789: 
                   10790:        * src/: classes/op.C, include/pa_cache_managers.h,
                   10791:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10792:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   10793:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   10794:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   10795:          compiled
                   10796: 
                   10797:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   10798:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   10799:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   10800:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   10801:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   10802:          pa_request.C compiled
                   10803: 
                   10804:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   10805:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   10806:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   10807:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   10808:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10809:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   10810:          compiled
                   10811: 
                   10812:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   10813:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   10814:          on unix
                   10815: 
                   10816:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   10817:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   10818:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   10819:          pa_charsets.C compiled
                   10820: 
                   10821:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   10822:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   10823:          main/compile.y, main/execute.C, main/pa_common.C,
                   10824:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   10825:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   10826:          types/pa_vmethod_frame.h: execute.C compiled
                   10827: 
                   10828:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10829:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10830:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   10831:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   10832:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     10833:          include/pa_cache_managers.h, include/pa_charsets.h,
                   10834:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   10835:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
1.86      moko     10836:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   10837:          include/pa_stylesheet_connection.h,
                   10838:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10839:          main/compile.C, main/compile.tab.C, main/compile.y,
                   10840:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10841:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10842:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   10843:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
1.89      moko     10844:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   10845:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   10846:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   10847:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   10848:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   10849:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   10850:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   10851:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   10852:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   10853:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
1.86      moko     10854:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10855:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10856:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10857:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   10858:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   10859:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   10860:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10861:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10862:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   10863:          [C++ CORD wrapper]
                   10864: 
                   10865:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   10866: 
                   10867:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   10868:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   10869: 
                   10870:          command line, env values, input got transcoded before call
                   10871:          stdout, stderr got transcoded after call
                   10872: 
                   10873:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   10874:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   10875: 
                   10876:        * src/main/pa_common.C: } typo bug fix
                   10877: 
                   10878:        * src/main/pa_common.C: } typo bug fix
                   10879: 
                   10880: 2003-03-20  paf
                   10881: 
                   10882:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   10883:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   10884: 
                   10885:        * src/include/pa_string.h: more tests
                   10886: 
                   10887:        * src/main/pa_string.C: string.pos fixed
                   10888: 
                   10889:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   10890:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   10891:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   10892:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   10893:          replaces
                   10894: 
                   10895:        * src/: classes/image.C, include/pa_dictionary.h,
                   10896:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   10897:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   10898:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   10899:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   10900: 
                   10901:        * src/include/pa_string.h: warning
                   10902: 
                   10903:        * src/include/pa_string.h: this_starts fixed
                   10904: 
                   10905:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   10906:          new String ctor & append params convention
                   10907: 
                   10908:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   10909:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   10910:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   10911:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   10912:          main/pa_exception.C, main/pa_exec.C,
                   10913:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   10914:          main/pa_stylesheet_manager.C, main/untaint.C,
                   10915:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   10916:          types/pa_vmail.C: more tests OK
                   10917: 
                   10918:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   10919:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   10920:          gc/exit runned OK
                   10921: 
                   10922:        * src/types/pa_vmail.C: another naming problem: should not name
                   10923:          vars like that: unpredictable close caused problems with later
                   10924:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   10925:          descriptors missing on startup: stdin; Bad file number
                   10926: 
                   10927:          todo: find out why so many filters(stream) here. probably wrong?
                   10928: 
                   10929:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   10930:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   10931:          main/untaint.C: test compiled
                   10932: 
                   10933:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   10934:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   10935:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   10936:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   10937:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   10938:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   10939:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   10940:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   10941:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   10942:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   10943: 
                   10944:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   10945:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
1.88      moko     10946:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   10947:          src/include/pa_memory.h, src/include/pa_request.h,
                   10948:          src/include/pa_request_charsets.h,
1.86      moko     10949:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   10950:          src/main/compile.tab.C, src/main/execute.C,
                   10951:          src/main/pa_charset.C, src/main/pa_common.C,
                   10952:          src/main/pa_exception.C, src/main/pa_exec.C,
                   10953:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   10954:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
1.89      moko     10955:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   10956:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   10957:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   10958:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
1.86      moko     10959:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   10960:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   10961:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   10962:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10963:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   10964:          pa_common.C [done, without http for now]
                   10965: 
                   10966: 2003-03-19  paf
                   10967: 
                   10968:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   10969:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   10970:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   10971:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   10972:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   10973:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   10974:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   10975:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   10976:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   10977:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   10978:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   10979:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   10980:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   10981:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   10982:          types/pa_wwrapper.h: started test
                   10983: 
                   10984:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   10985:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
                   10986: 
                   10987:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   10988:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   10989:          it
                   10990: 
                   10991:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
1.88      moko     10992:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
1.86      moko     10993:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   10994:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   10995:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   10996:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   10997:          types/pa_vmethod_frame.h, types/types.dsp: string
                   10998:          reimplementation with cord+array<fragment>: 70%
                   10999: 
                   11000: 2003-03-18  paf
                   11001: 
                   11002:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   11003:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   11004:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   11005:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   11006:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   11007:          can ignore lang in cmp and pos really,             but would
                   11008:          split properly!
                   11009: 
                   11010:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   11011:          cord part made parser/src/lib: it's not compiled into libgc by
                   11012:          default
                   11013: 
                   11014:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   11015:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11016:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   11017:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11018:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   11019:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
1.88      moko     11020:          src/classes/xnode.C, src/classes/xnode.h,
1.86      moko     11021:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   11022:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   11023:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   11024:          src/include/pa_exception.h, src/include/pa_exec.h,
                   11025:          src/include/pa_globals.h, src/include/pa_hash.h,
                   11026:          src/include/pa_memory.h, src/include/pa_pool.h,
                   11027:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   11028:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   11029:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   11030:          src/include/pa_stylesheet_connection.h,
                   11031:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   11032:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   11033:          src/main/compile.C, src/main/compile.tab.C,
                   11034:          src/main/compile_tools.C, src/main/compile_tools.h,
                   11035:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   11036:          src/main/pa_charsets.C, src/main/pa_common.C,
                   11037:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   11038:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   11039:          src/main/pa_pool.C, src/main/pa_request.C,
                   11040:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   11041:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.89      moko     11042:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
1.86      moko     11043:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   11044:          src/types/pa_junction.h, src/types/pa_method.h,
                   11045:          src/types/pa_value.C, src/types/pa_value.h,
                   11046:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   11047:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   11048:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   11049:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   11050:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   11051:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   11052:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   11053:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   11054:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   11055:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11056:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11057:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   11058:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   11059:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   11060:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   11061:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   11062:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   11063:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   11064:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11065:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11066:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   11067:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   11068:          gc: PA_Object done lots of replacements also
                   11069: 
                   11070:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   11071:          gc logging
                   11072: 
                   11073: 2003-03-17  paf
                   11074: 
                   11075:        * src/classes/date.C, src/classes/file.C, src/classes/form.C,
                   11076:          src/classes/image.C, src/classes/mail.C, src/classes/op.C,
                   11077:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   11078:          src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
                   11079:          src/include/pa_pragma_pack_end.h, src/include/pa_string.h,
                   11080:          src/include/pa_types.h, src/main/compile.C,
                   11081:          src/main/compile.tab.C, src/main/execute.C,
                   11082:          src/main/pa_charset.C, src/main/pa_common.C,
                   11083:          src/main/pa_exception.C, src/main/pa_exec.C,
                   11084:          src/main/pa_globals.C, src/main/pa_pool.C, src/main/pa_request.C,
                   11085:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   11086:          src/main/pa_stylesheet_manager.C, src/main/pa_uue.C,
                   11087:          src/main/untaint.C, src/targets/cgi/pa_pool.C,
                   11088:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   11089:          src/targets/cgi/pool_storage.h, src/types/pa_vcookie.C,
                   11090:          src/types/pa_vdouble.h, src/types/pa_vfile.C,
                   11091:          src/types/pa_vform.C, src/types/pa_vint.h, src/types/pa_vmail.C,
                   11092:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11093:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11094:          www/htdocs/.htaccess, www/htdocs/auto.p: libgc attempt
                   11095: 
                   11096: 2003-03-13  paf
                   11097: 
                   11098:        * src/: include/pa_sql_driver_manager.h,
                   11099:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   11100:          called
                   11101: 
                   11102:        * src/include/pa_request.h, src/lib/ltdl/libltdl.dsp,
                   11103:          src/lib/md5/md5.dsp, src/main/compile.tab.C, src/main/execute.C,
                   11104:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   11105:          src/types/pa_value.C, src/types/pa_value.h,
                   11106:          src/types/pa_vobject.h, src/types/pa_vstateless_class.h,
                   11107:          src/types/pa_vstatus.C, src/types/types.dsp,
                   11108:          www/htdocs/.htaccess: set_base, set_derived simplified [counter
                   11109:          leaks fixed]
                   11110: 
                   11111:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   11112:          src/types/types.dsp: incorporated status class patch From:
                   11113:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   11114:          2003 8:14 AM
                   11115: 
                   11116:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   11117:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   11118:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   11119: 
                   11120: 2003-03-12  paf
                   11121: 
                   11122:        * configure, configure.in, src/lib/ltdl/configure,
                   11123:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
                   11124:          lib/ltdl/Makefile now created by /configure.in only [were by
                   11125:          lib/ltdl/configure.in OVERWRITE]
                   11126: 
1.89      moko     11127:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   11128:          linkage fixed for g++ 3.2.2
1.86      moko     11129: 
                   11130:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   11131:          on using privately declared class [fixed]
                   11132: 
                   11133:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   11134:          3.2 rightliy complained on using privately declared class [fixed]
                   11135: 
                   11136:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   11137:          sigpipe before request constructor now causes death
                   11138: 
                   11139:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   11140:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   11141:          not cause exception in exception handler
                   11142: 
1.89      moko     11143:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   11144:          now default links libstdc++ statically.  that can be overriden by
1.86      moko     11145:          --with-dynamic-stdcpp
                   11146: 
                   11147: 2003-03-11  paf
                   11148: 
                   11149:        * src/main/compile.tab.C, src/main/compile.y,
                   11150:          src/sql/pa_sql_driver.h, src/types/pa_vstateless_class.C,
                   11151:          src/types/pa_vstateless_class.h, www/htdocs/.htaccess: removed
                   11152:          necessity of libstdc++
                   11153: 
                   11154:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   11155: 
                   11156:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   11157: 
                   11158: 2003-03-08  paf
                   11159: 
                   11160:        * tests/Makefile: make install & co
                   11161: 
                   11162:        * src/: include/pa_request.h, classes/op.C: removing
                   11163:          vclass,object.h -> pa_request.h dependency
                   11164: 
                   11165:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   11166:          main/pa_request.C: removing vform,response,cookie.h ->
                   11167:          pa_request.h dependency
                   11168: 
                   11169:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   11170:          dependency [testing...]
                   11171: 
                   11172:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   11173:          return 0; fixed
                   11174: 
                   11175:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   11176:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   11177: 
                   11178:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   11179: 
                   11180:        * src/main/pa_request.C: forgotten: ifdef XML
                   11181: 
                   11182:        * src/main/pa_request.C, www/htdocs/.htaccess: forgotten: ifdef XML
                   11183: 
                   11184:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   11185:          win32 and run memleak tests again
                   11186: 
                   11187:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   11188:          old xml lib-- it's internal memory handling has faults
                   11189: 
                   11190:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   11191:          problems when transcode from charset A to A.
                   11192: 
                   11193:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   11194:          todo: still problems when transcode from charset A to A.
                   11195: 
                   11196:        * src/classes/hash.C, src/classes/mail.C, src/classes/string.C,
                   11197:          src/classes/table.C, src/include/pa_array.h,
                   11198:          src/main/pa_sql_driver_manager.C, src/types/pa_vmail.C,
                   11199:          src/types/pa_vmail.h, www/htdocs/.htaccess,
                   11200:          www/htdocs/index.html: started full-scale-site-test [~
                   11201:          http://parser.ru sources]
                   11202: 
                   11203:          some fixes
                   11204: 
                   11205:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   11206:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   11207:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   11208:          results/110.processed, results/111.processed,
                   11209:          results/112.processed, results/113.processed,
                   11210:          results/114.processed, results/115.processed,
                   11211:          results/116.processed, results/117.processed,
                   11212:          results/118.processed, results/119.processed,
                   11213:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   11214:          selectSingle 111 xdoc.create from tainted & 112
                   11215:          xdoc.create/output with russian attr value 113 xpath
                   11216:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   11217:          116 output media-type change 117 transform by dom stylesheet 118
                   11218:          empty transform result 119 dom setAttribute 120 nbsp letter
                   11219:          output
                   11220: 
                   11221:          =END OF PREPARED XML TESTS=
                   11222: 
                   11223: 2003-03-07  paf
                   11224: 
                   11225:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   11226:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   11227:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   11228:          transform with params [bugs fixed]
                   11229: 
                   11230:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   11231:          from copy/paste bug
                   11232: 
                   11233:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   11234:          src/include/pa_request.h, src/main/execute.C,
                   11235:          src/main/pa_charset.C, src/main/pa_exception.C,
                   11236:          src/main/pa_globals.C, src/main/pa_request.C,
                   11237:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11238:          src/types/pa_vxnode.C, tests/107.html,
                   11239:          tests/results/107.processed: xml: test: 107 bug fixes
                   11240: 
                   11241:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11242:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11243:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   11244: 
                   11245:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   11246:          string
                   11247: 
                   11248:        * src/include/pa_charset.h, src/main/pa_charset.C,
                   11249:          www/htdocs/.htaccess: xml: charset two mem alloc functions used
                   11250:          for different cases [libxml, libxsl]
                   11251: 
                   11252:        * src/classes/classes.C: fixed: prevent system classes from
                   11253:          modification to lock ALL the classes, not only directly used
                   11254: 
                   11255:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   11256:          linked
                   11257: 
                   11258:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   11259: 
                   11260: 2003-03-06  paf
                   11261: 
                   11262:        * src/classes/xdoc.C: xdoc.C 50%
                   11263: 
                   11264:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   11265:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   11266:          main/pa_globals.C, main/pa_request.C,
                   11267:          main/pa_stylesheet_manager.C: xnode.C compiled
                   11268: 
                   11269:        * src/: include/pa_stylesheet_connection.h,
                   11270:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   11271:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   11272: 
                   11273:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   11274:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   11275:          xml: stylesheet&manager STARTED
                   11276: 
                   11277:        * src/: include/pa_globals.h, main/pa_charset.C,
                   11278:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   11279: 
                   11280:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   11281:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   11282:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   11283:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   11284:          charsets
                   11285: 
                   11286:        * tests/023.html: in some cases it rounded up badly. postponing
                   11287:          solution of that problem, making more simple test
                   11288: 
                   11289:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   11290:          -kb now
                   11291: 
                   11292:        * src/include/pa_charset.h, src/include/pa_charsets.h,
                   11293:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   11294:          www/htdocs/.htaccess: charset_utf8 declaration moved to
                   11295:          charsets.C
                   11296: 
                   11297: 2003-03-05  paf
                   11298: 
                   11299:        * src/classes/string.C, src/include/pa_string.h,
                   11300:          src/main/pa_string.C, tests/105.html,
                   11301:          tests/results/105.processed: String::match bug fixed
                   11302: 
                   11303:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   11304:          tests/results/104.processed, www/htdocs/.htaccess: ^bpt operator
                   11305:          added [does int3 in debug build on win32]
                   11306: 
                   11307:        * tests/: 057.html, results/057.processed: test bug fixed
                   11308: 
                   11309:        * www/htdocs/: auto.p, autoptr.html, base.p, derived.p, font.gif,
                   11310:          global.xsl, index.html, mailreceive.eml, mailreceive.html,
                   11311:          operators.p, parser-status.html, people.dtd, some.p: removed old
                   11312:          tests
                   11313: 
1.89      moko     11314:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.86      moko     11315: 
                   11316:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   11317:          missing
                   11318: 
                   11319:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   11320:          forgotten files added to Makes
                   11321: 
                   11322:        * ltmain.sh: ltmain.sh added
                   11323: 
                   11324:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   11325:          change undone ;(
                   11326: 
                   11327:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   11328:          made static
                   11329: 
                   11330:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.89      moko     11331:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   11332:          todo:make linker happy
1.86      moko     11333: 
                   11334:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   11335:          env param made optional
                   11336: 
                   11337: 2003-03-04  paf
                   11338: 
                   11339:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   11340:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   11341: 
                   11342:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   11343:          results/103.processed: tests: 103 image.copy transparence test
                   11344: 
                   11345:        * src/main/execute.C, tests/101.html, tests/102.html,
                   11346:          tests/results/101.processed, tests/results/102.processed: tests:
                   11347:          101 method/variable name conflict test 102 form fields change
                   11348:          should not not change anything [bug fix]
                   11349: 
                   11350:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   11351:          results/099.processed, results/100.processed: tests: 57 date
                   11352:          create 2002: added 99,100 response:body/download
                   11353: 
                   11354:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   11355:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   11356: 
                   11357:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   11358:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   11359:          fixed]
                   11360: 
                   11361:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   11362:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   11363:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   11364:          image EXIF  [bug fixed]
                   11365: 
                   11366:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   11367:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   11368:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   11369:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   11370:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   11371:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   11372:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   11373:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   11374:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   11375:          tests/094.html, tests/095.html, tests/results/061.processed,
                   11376:          tests/results/062.processed, tests/results/063.processed,
                   11377:          tests/results/064.processed, tests/results/065.processed,
                   11378:          tests/results/066.processed, tests/results/067.processed,
                   11379:          tests/results/068.processed, tests/results/069.processed,
                   11380:          tests/results/070.processed, tests/results/071.processed,
                   11381:          tests/results/072.processed, tests/results/073.processed,
                   11382:          tests/results/074.processed, tests/results/075.processed,
                   11383:          tests/results/076.processed, tests/results/077.processed,
                   11384:          tests/results/078.processed, tests/results/080.processed,
                   11385:          tests/results/081.processed, tests/results/082.processed,
                   11386:          tests/results/083.processed, tests/results/084.processed,
                   11387:          tests/results/085.processed, tests/results/086.processed,
                   11388:          tests/results/087.processed, tests/results/088.processed,
                   11389:          tests/results/089.processed, tests/results/090.processed,
                   11390:          tests/results/091.processed, tests/results/092.processed,
                   11391:          tests/results/093.processed, tests/results/094.processed,
                   11392:          tests/results/095.processed, tests/079.html,
                   11393:          tests/results/079.processed: tests: 61 file::stat size 62
                   11394:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   11395:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   11396:          string.match simple on long 68 string.match normalized simple on
                   11397:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   11398:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   11399:          date arithmetics 75 response date values/attributes 76 string.pos
                   11400:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   11401:          with local 80 scientific numeric literal in string autoconvert 81
                   11402:          xor: logical and numerical 82 for delims 83 menu delims 84
                   11403:          table.hash distinct 85 long string  replace 86 throw+catch
                   11404:          current language preserve 87 bit shifts 88 junction tests +
                   11405:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   11406:          91 $caller test 92 junction is + def junction tests 93 $caller
                   11407:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   11408: 
                   11409:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   11410:          fixed] 60 string eq string [bug fixed]
                   11411: 
                   11412:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   11413:          058.html, 058_paf2000.png, 059.html, 060.html,
                   11414:          results/053.processed, results/054.processed,
                   11415:          results/055.processed, results/056.processed,
                   11416:          results/057.processed, results/058.processed,
                   11417:          results/059.processed, results/060.processed: test: 53
                   11418:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   11419:          date.create[string] 58 image.measure[png]
                   11420: 
                   11421:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   11422:          outputs/051.processed, results/052.processed: test: 52
                   11423:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   11424:          task: fix that
                   11425: 
                   11426: 2003-03-03  paf
                   11427: 
                   11428:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   11429:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   11430:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   11431:          outputs/049.processed, outputs/050.processed,
                   11432:          outputs/051.processed, results/001.processed,
                   11433:          results/002.processed, results/003.processed,
                   11434:          results/005.processed, results/006.processed,
                   11435:          results/008.processed, results/009.processed,
                   11436:          results/011.processed, results/012.processed,
                   11437:          results/013.processed, results/014.processed,
                   11438:          results/015.processed, results/016.processed,
                   11439:          results/017.processed, results/020.processed,
                   11440:          results/021.processed, results/022.processed,
                   11441:          results/024.processed, results/025.processed,
                   11442:          results/026.processed, results/027.processed,
                   11443:          results/028.processed, results/029.processed,
                   11444:          results/030.processed, results/031.processed,
                   11445:          results/049.processed, results/050.processed,
                   11446:          results/051.processed, results/043.processed,
                   11447:          results/044.processed, results/045.processed,
                   11448:          results/046.processed, results/047.processed,
                   11449:          results/048.processed: tests: 43,44,45 date rolls 46
                   11450:          autoevaluating junction 47 table.select 48 name with subvar 49
                   11451:          hash-creating switch 50 process 51 started parent/child, works as
                   11452:          it were but it were NOT GOOD, created separate task  to fix that
                   11453: 
                   11454:        * tests/: 042.html, results/042.processed: test: 42
                   11455:          exception.handled
                   11456: 
                   11457:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   11458:          expression
                   11459: 
                   11460:        * tests/: 040.html, results/040.processed: test: 39 method result
                   11461:          of type table 40 method param junction auto evaluate
                   11462: 
                   11463:        * tests/: 039.html, results/039.processed: test: 37 method result
                   11464:          of type table
                   11465: 
                   11466:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   11467:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   11468:          tests/038.html, tests/results/033.processed,
                   11469:          tests/results/034.processed, tests/results/035.processed,
                   11470:          tests/results/036.processed, tests/results/037.processed,
                   11471:          tests/results/038.processed: tests: 33 string.replace 34
                   11472:          string.upper 35 table created 36 local/global vars with juntions
                   11473:          37 table clone 38 math PI & number formatting
                   11474: 
                   11475:          math class registring typo fixed
                   11476: 
                   11477:        * src/classes/op.C, src/include/pa_request.h,
                   11478:          src/include/pa_string.h, src/main/execute.C,
                   11479:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   11480:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   11481:          tests/032.html, tests/results/032.processed: uchar changed to
                   11482:          String_UL in all places [was not everywhere] untaint test: 032
                   11483: 
                   11484:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   11485:          tests/results/004.processed, www/htdocs/.htaccess,
                   11486:          tests/parser-cygwin.sh, tests/parser-unix.sh: removed -H command
                   11487:          line key, now testing using .sh file with SERVER_SOFTWARE=xxx
                   11488: 
                   11489: 2003-02-26  paf
                   11490: 
                   11491:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   11492:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   11493:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   11494:          tests/results/024.processed, tests/results/025.processed,
                   11495:          tests/results/026.processed, tests/results/027.processed,
                   11496:          tests/results/028.processed, tests/results/029.processed,
                   11497:          tests/results/030.processed, tests/results/031.processed: fixed
                   11498:          bug with name_cstr mutable CharPtr more tests
                   11499: 
                   11500:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
1.89      moko     11501:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   11502:          << abort.  die now just exits
1.86      moko     11503: 
                   11504:        * src/classes/classes.awk, src/classes/classes.h,
                   11505:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11506:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   11507:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11508:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   11509:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11510:          src/classes/xnode.C, src/include/pa_memory.h,
1.89      moko     11511:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   11512:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   11513:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   11514:          tests/017.html, tests/018.html, tests/019.html,
1.86      moko     11515:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   11516:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   11517:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   11518:          tests/results/015.processed, tests/results/016.processed,
                   11519:          tests/results/017.processed, tests/results/018.processed,
                   11520:          tests/results/019.processed, tests/results/020.processed,
                   11521:          tests/results/021.processed, tests/results/022.processed,
                   11522:          tests/results/023.processed: methoded_array now contains all Mxxx
                   11523:          classes SAPI::get_env now returns info on pool more tests
                   11524: 
                   11525:        * src/include/pa_array.h, src/include/pa_hash.h,
                   11526:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   11527:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   11528:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   11529:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   11530:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   11531:          tests/results/001.processed, tests/results/002.processed,
                   11532:          tests/results/003.processed, tests/results/004.processed,
                   11533:          tests/results/005.processed, tests/results/006.processed,
                   11534:          tests/results/007.processed, tests/results/008.processed,
                   11535:          tests/results/009.processed, tests/results/010.processed,
                   11536:          tests/results/011.processed, tests/results/012.processed,
1.88      moko     11537:          tests/results/013.processed, tests/results/014.processed: hash
                   11538:          cloning fixed
1.86      moko     11539: 
                   11540: 2003-02-25  paf
                   11541: 
                   11542:        * src/main/pa_common.C: typo fixed
                   11543: 
                   11544: 2003-02-24  paf
                   11545: 
                   11546:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   11547:          [one remained]
                   11548: 
1.88      moko     11549:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
1.86      moko     11550:          [should have been get_string(&pool)] todo: check other such calls
                   11551: 
1.88      moko     11552:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   11553:          test10, bad lookups
1.86      moko     11554: 
                   11555:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   11556:          object got destructed, and xxx points to sky
                   11557: 
1.88      moko     11558:        * ChangeLog, src/classes/string.C: match bug fixed
1.86      moko     11559: 
                   11560:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   11561:          $.charset[specified] now
                   11562: 
                   11563:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   11564:          which failed to handle sigsetjmp+throw: crashed inside of
                   11565:          pre-throw code.  rewritten simplier [though duplicating
                   11566:          closesocket code]
                   11567: 
                   11568:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   11569:          which failed to handle sigsetjmp+throw: crashed inside of
                   11570:          pre-throw code.  rewritten simplier [though duplicating
                   11571:          closesocket code]
                   11572: 
                   11573: 2003-02-21  paf
                   11574: 
1.88      moko     11575:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   11576:          $cookie:name[$.expires[date << can be now]]
1.86      moko     11577: 
                   11578:          written makefile with regression tests [raw]
                   11579: 
                   11580:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   11581:          tests' only [it's not forcing CGI mode now] now use -H to output
                   11582:          CGI header when parser used in command line [useful for tests
                   11583:          also]
                   11584: 
1.88      moko     11585:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   11586:          switches on CGI mode, and is used in regression tests
1.86      moko     11587: 
1.88      moko     11588:        * src/: include/pa_request.h, main/pa_request.C,
                   11589:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   11590:          fixed
1.86      moko     11591: 
                   11592:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   11593:          handling pa_*
                   11594: 
                   11595:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   11596:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   11597:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   11598:          memory handling files
                   11599: 
                   11600:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   11601: 
                   11602:        * src/main/execute.C, src/targets/cgi/parser3.C,
                   11603:          www/htdocs/autoptr.html: release mode now compiles OK test to
                   11604:          show benefits of free
                   11605: 
                   11606:        * src/: classes/file.C, classes/image.C, classes/mail.C,
1.88      moko     11607:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   11608:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   11609:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   11610:          use pool [as the one in ^process]
1.86      moko     11611: 
                   11612:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   11613:          -- some must use pool [as the one in ^process]
                   11614: 
                   11615: 2003-02-20  paf
                   11616: 
                   11617:        * src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11618:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   11619:          src/classes/mail.C, src/classes/math.C, src/classes/op.C,
                   11620:          src/classes/response.C, src/classes/string.C,
                   11621:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11622:          src/classes/xnode.C, src/main/pa_string.C, src/types/pa_method.h,
                   11623:          src/types/pa_value.C, src/types/pa_vmethod_frame.h,
                   11624:          www/htdocs/autoptr.html: string cmp fixed
                   11625: 
                   11626:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   11627:          values passed OK now
                   11628: 
                   11629: 2003-02-19  paf
                   11630: 
1.88      moko     11631:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   11632:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
1.89      moko     11633:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
1.86      moko     11634:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   11635:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   11636:          all remaning leaks resulted from pooled::malloc calls [excluding
                   11637:          in gd -- planning complete rewrite extremely ugly code]
                   11638: 
1.89      moko     11639:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   11640:          files
1.86      moko     11641: 
                   11642: 2003-02-17  paf
                   11643: 
                   11644:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11645:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11646:          classes/response.C, classes/string.C, classes/table.C,
                   11647:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   11648:          include/pa_stylesheet_connection.h,
                   11649:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   11650:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   11651:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   11652:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   11653:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   11654:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   11655:          of unitialized simple-typed field
                   11656: 
                   11657:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   11658:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   11659:          simple-typed field fixed.  todo: find&kill all like that one
                   11660: 
                   11661:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   11662:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   11663:          debug output fixed
                   11664: 
                   11665:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   11666:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   11667:          object_ptr from delete[them]
                   11668: 
                   11669:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   11670:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   11671:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   11672:          main/pa_charset.C, main/pa_common.C,
                   11673:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
1.89      moko     11674:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   11675:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   11676:          calls
1.86      moko     11677: 
                   11678:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   11679:          couple mem leaks rusulted from old pooled::malloc usage.
                   11680:          todo:find more like those
                   11681: 
                   11682:        * src/main/: compile.C, compile_tools.C: 2*2!
                   11683: 
                   11684:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   11685:          stackItem fixed [there were no string on stack before]
                   11686: 
                   11687:        * src/: main/execute.C, main/pa_request.C,
                   11688:          types/pa_vmethod_frame.C: first letters out OK
                   11689: 
                   11690:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   11691:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   11692:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   11693:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   11694:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   11695:          type not initialized with zeros :( while class fields of class
                   11696:          types initialized with default constructors.  learn C++
                   11697: 
                   11698:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   11699:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   11700:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   11701:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   11702:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   11703: 
                   11704: 2003-02-14  paf
                   11705: 
                   11706:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   11707:          13 link errors
                   11708: 
                   11709:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   11710:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   11711:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   11712:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   11713:          errors :)
                   11714: 
                   11715:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   11716:          classes/hash.C, classes/mail.C, classes/op.C,
                   11717:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
1.89      moko     11718:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
1.86      moko     11719:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   11720:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   11721: 
                   11722:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   11723:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   11724:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   11725:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   11726:          types/pa_vint.h, types/types.dsp: op compiled
                   11727: 
                   11728:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   11729:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   11730:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   11731: 
                   11732: 2003-02-07  paf
                   11733: 
                   11734:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   11735: 
                   11736: 2003-02-06  paf
                   11737: 
1.88      moko     11738:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   11739:          mail compiled
1.86      moko     11740: 
                   11741:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   11742:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   11743:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   11744: 
                   11745:        * src/classes/: file.C, form.C: form compiled
                   11746: 
                   11747:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   11748:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   11749:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   11750: 
                   11751:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   11752:          types/pa_vmath.h: math compiled [win32]
                   11753: 
                   11754:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   11755:          types/pa_vstring.h: hash compiled
                   11756: 
                   11757: 2003-02-04  paf
                   11758: 
                   11759:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   11760:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   11761:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   11762:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   11763:          types/pa_vhash.h: hash 50% compiled
                   11764: 
                   11765:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11766:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   11767:          classes/string.C, classes/table.C, classes/xdoc.C,
                   11768:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   11769:          main/pa_string.C: date compiled
                   11770: 
                   11771:        * src/classes/: classes.dsp, double.C: double compiled
                   11772: 
                   11773:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11774:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   11775:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   11776:          classes/string.C, classes/table.C, classes/void.C,
                   11777:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   11778:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   11779:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   11780:          compiled
                   11781: 
                   11782:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11783:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   11784:          classes/math.C, classes/op.C, classes/response.C,
                   11785:          classes/string.C, classes/table.C, classes/void.C,
                   11786:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     11787:          types/pa_vvoid.h: void  compiled :)
1.86      moko     11788: 
1.88      moko     11789:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   11790:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11791:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   11792:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   11793:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   11794:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   11795:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   11796:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   11797:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   11798:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   11799:          value_includes.h
1.86      moko     11800: 
                   11801:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   11802:          trying to remove stupid value_includes.h
                   11803: 
                   11804:        * src/main/pa_exec.C: pa_exec compiled on win32
                   11805: 
                   11806:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   11807: 
                   11808:        * src/: include/pa_globals.h, include/pa_request.h,
                   11809:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   11810:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   11811:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   11812:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   11813:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   11814: 
                   11815:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   11816:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   11817:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   11818: 
                   11819:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   11820:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   11821:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   11822:          compiled
                   11823: 
                   11824:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   11825:          name conflicts)
                   11826: 
                   11827:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   11828:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   11829:          yelds "virtual memory exhausted" while trying to compile
                   11830:          execute.C [eating up to 127MB]
                   11831: 
                   11832: 2003-02-03  paf
                   11833: 
                   11834:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   11835:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   11836:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   11837:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   11838:          types/pa_vint.h, types/pa_vjunction.h,
                   11839:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   11840:          started gcc compiling pa_common compiled
                   11841: 
                   11842:        * src/: include/pa_exception.h, include/pa_pool.h,
                   11843:          main/pa_exception.C: exception gcc change #1
                   11844: 
                   11845:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   11846:          compile _P identifier. it replaced it to some strange 0x0000040
                   11847: 
                   11848:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   11849: 
                   11850:        * src/types/pa_vtable.C: vtable compiled
                   11851: 
                   11852:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   11853: 
                   11854:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   11855:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   11856: 
                   11857:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   11858: 
                   11859:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   11860: 
                   11861:        * src/types/pa_vrequest.C: vrequest compiled
                   11862: 
                   11863:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   11864:          pa_vobject.C, pa_vobject.h: vobject compiled
                   11865: 
                   11866:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   11867:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11868:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   11869:          compiled
                   11870: 
                   11871:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   11872: 
                   11873:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   11874:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   11875:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   11876:          compiled
                   11877: 
                   11878:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   11879:          main.lib - 0 error(s), 0 warning(s)
                   11880: 
                   11881:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   11882:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   11883: 
                   11884: 2003-01-31  paf
                   11885: 
                   11886:        * src/: include/pa_array.h, include/pa_operation.h,
                   11887:          include/pa_request.h, main/execute.C, main/main.dsp,
                   11888:          types/pa_vjunction.h: started last file from main library:
                   11889:          execute
                   11890: 
                   11891:        * src/: include/pa_request.h, include/pa_sapi.h,
                   11892:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
1.89      moko     11893:          main/pa_request.C, targets/cgi/parser3.C,
                   11894:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   11895:          types/pa_vhash.h: pa_request compiled
1.86      moko     11896: 
                   11897:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   11898:          include/pa_globals.h, include/pa_request.h,
                   11899:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   11900:          main/execute.C, main/main.dsp, main/pa_common.C,
                   11901:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11902:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   11903:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   11904:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   11905:          types/types.dsp: most pa_request compiled
                   11906: 
                   11907:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11908:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11909:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11910:          classes/op.C, classes/response.C, classes/string.C,
                   11911:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88      moko     11912:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   11913:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     11914:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11915:          include/pa_dictionary.h, include/pa_dir.h,
                   11916:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11917:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   11918:          include/pa_pool.h, include/pa_request.h,
                   11919:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11920:          include/pa_sapi.h, include/pa_socks.h,
                   11921:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11922:          include/pa_stack.h, include/pa_string.h,
                   11923:          include/pa_stylesheet_connection.h,
                   11924:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11925:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11926:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   11927:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   11928:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   11929:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   11930:          main/compile.C, main/compile.tab.C, main/compile.y,
                   11931:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11932:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   11933:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   11934:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   11935:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   11936:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11937:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1.89      moko     11938:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   11939:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   11940:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11941:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   11942:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11943:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   11944:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   11945:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   11946:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   11947:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   11948:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   11949:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   11950:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   11951:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
1.86      moko     11952:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11953:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11954:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11955:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11956:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11957:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11958:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11959:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11960:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   11961: 
                   11962:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   11963:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   11964:          src/include/pa_charsets.h, src/include/pa_common.h,
                   11965:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   11966:          src/include/pa_exec.h, src/include/pa_pool.h,
                   11967:          src/include/pa_request.h, src/include/pa_sapi.h,
                   11968:          src/include/pa_sql_connection.h,
                   11969:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   11970:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   11971:          src/main/compile.tab.C, src/main/compile_tools.C,
                   11972:          src/main/compile_tools.h, src/main/main.dsp,
                   11973:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   11974:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   11975:          src/main/pa_exception.C, src/main/pa_exec.C,
                   11976:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   11977:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   11978:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   11979:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   11980:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   11981:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   11982:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   11983:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   11984:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   11985:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   11986:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11987:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11988:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   11989:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   11990:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   11991:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   11992:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   11993:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   11994:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
                   11995:          www/htdocs/.htaccess: ConstStringPtr died, long live StringPtr
                   11996: 
                   11997: 2003-01-30  paf
                   11998: 
1.88      moko     11999:        * src/: include/pa_charset.h, include/pa_request.h,
                   12000:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   12001:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   12002:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
1.86      moko     12003: 
                   12004:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   12005:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   12006:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   12007:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12008:          types/types.dsp: vstateless_class compiled
                   12009: 
                   12010:        * src/main/compile.C: compile compiled
                   12011: 
                   12012:        * src/: include/pa_array.h, include/pa_operation.h,
                   12013:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   12014:          main/pa_table.C: compile_tools compiled
                   12015: 
                   12016:        * src/: include/pa_operation.h, main/compile.y,
                   12017:          main/compile_tools.C, main/compile_tools.h: started
                   12018:          compile_tools. vagues ideas of how to free compiled code
                   12019: 
                   12020:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   12021:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   12022:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   12023:          compiled
                   12024: 
                   12025: 2003-01-29  paf
                   12026: 
                   12027:        * src/: include/pa_globals.h, include/pa_request.h,
                   12028:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   12029:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   12030:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   12031:          compiled
                   12032: 
                   12033:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   12034:          now
                   12035: 
1.88      moko     12036:        * src/: include/pa_array.h, include/pa_exception.h,
                   12037:          include/pa_pool.h, main/pa_exception.C: gd compiled
1.86      moko     12038: 
1.88      moko     12039:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
1.86      moko     12040:          compiled
                   12041: 
                   12042:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   12043:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   12044:          types/pa_vfile.h: vfile compiled
                   12045: 
                   12046:        * src/: include/pa_common.h, include/pa_globals.h,
                   12047:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   12048:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12049:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   12050: 
                   12051:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   12052:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   12053:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   12054:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12055:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   12056: 
                   12057:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   12058:          main/main.dsp, main/untaint.C: more compiled
                   12059: 
                   12060:        * src/: include/pa_charsets.h, include/pa_request.h,
                   12061:          include/pa_request_info.h, include/pa_string.h,
                   12062:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   12063:          types/pa_vresponse.h: vrequest compiled
                   12064: 
                   12065:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   12066:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   12067:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   12068: 
                   12069:        * src/: classes/classes.h, include/pa_charset.h,
                   12070:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   12071:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   12072:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   12073:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   12074:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   12075:          types/pa_vrequest.C, types/pa_vrequest.h,
                   12076:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   12077:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   12078: 
                   12079:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   12080:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   12081:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   12082:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   12083:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12084:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   12085:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   12086:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   12087:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   12088: 
                   12089: 2003-01-28  paf
                   12090: 
                   12091:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   12092:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   12093:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   12094:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   12095:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   12096:          compile_tools
                   12097: 
                   12098:        * src/: include/pa_charset.h, include/pa_exception.h,
                   12099:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   12100:          untaint compiled
                   12101: 
                   12102:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   12103:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   12104:          more compiled.  struck with string::store_to needing to know
                   12105:          source/client charsets
                   12106: 
                   12107:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   12108:          types/pa_vfile.h: uue compiled
                   12109: 
                   12110:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   12111:          table compiled
                   12112: 
                   12113:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   12114:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   12115: 
                   12116:        * src/: include/pa_charset.h, main/pa_charset.C,
                   12117:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   12118:          introduced]
                   12119: 
                   12120:        * src/: classes/date.C, include/pa_charset.h,
                   12121:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   12122:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   12123:          pa_charsets compiled
                   12124: 
                   12125:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   12126:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   12127: 
                   12128:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   12129:          common compiled
                   12130: 
                   12131:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   12132:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   12133: 
                   12134:        * src/: include/pa_array.h, include/pa_charset.h,
                   12135:          include/pa_charsets.h, include/pa_pool.h,
                   12136:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12137:          include/pa_stack.h, include/pa_string.h,
                   12138:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   12139:          sql_driver_manager compiled
                   12140: 
                   12141:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   12142:          letter i with two dots added to koi, all ukranian letters added
                   12143:          to win1251.
                   12144: 
                   12145:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   12146:          abscent from koi]
                   12147: 
                   12148: 2003-01-27  paf
                   12149: 
                   12150:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   12151:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12152:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   12153:          sql/pa_sql_driver.h: paused on sql_manager
                   12154: 
                   12155:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   12156:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12157:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   12158:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   12159: 
                   12160:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   12161:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12162:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   12163:          main/pa_table.C: table compiled
                   12164: 
                   12165:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   12166:          cache_managers compiled
                   12167: 
                   12168:        * src/: include/pa_array.h, include/pa_charset.h,
                   12169:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   12170: 
                   12171:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   12172: 
                   12173:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   12174:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   12175:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   12176:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   12177:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   12178: 
                   12179: 2003-01-24  paf
                   12180: 
                   12181:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   12182:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   12183:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   12184:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   12185:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   12186:          types/pa_vint.h, types/pa_vjunction.h,
                   12187:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12188:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   12189: 
                   12190:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   12191:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   12192:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   12193:          main/pa_string.C, main/pa_table.C: string compiled
                   12194: 
                   12195:        * src/: include/pa_array.h, include/pa_common.h,
                   12196:          include/pa_dictionary.h, include/pa_exception.h,
                   12197:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   12198:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   12199:          main/pa_string.C: dictionary compiled
                   12200: 
                   12201: 2003-01-23  paf
                   12202: 
                   12203:        * src/: include/pa_array.h, include/pa_common.h,
                   12204:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   12205:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   12206:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   12207:          types/pa_value.h: resurrected pool in new sense: now it's
                   12208:          factory, producing&accounting memory chunks for read[autofree]
                   12209:          buffers
                   12210: 
                   12211:        * src/: include/pa_array.h, include/pa_exception.h,
                   12212:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   12213:          main/pa_exception.C, main/pa_table.C: table compiled
                   12214: 
                   12215:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   12216:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   12217:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   12218:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   12219:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   12220:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   12221:          main/pa_table.C: aint that easy
                   12222: 
                   12223:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   12224:          main/main.dsp: continued with Hash
                   12225: 
                   12226:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   12227:          stack] now. and exception can be reported OK now [can be reported
                   12228:          outside of pro c with that stack]
                   12229: 
                   12230: 2003-01-22  paf
                   12231: 
                   12232:        * src/: include/pa_array.h, include/pa_charset.h,
                   12233:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   12234:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   12235:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   12236:          base: contains references_count.  auto_ptr template calls
                   12237:          add_ref/release
                   12238: 
                   12239: 2003-01-21  paf
                   12240: 
                   12241:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12242:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12243:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12244:          classes/op.C, classes/response.C, classes/string.C,
                   12245:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88      moko     12246:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   12247:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     12248:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12249:          include/pa_dictionary.h, include/pa_dir.h,
                   12250:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12251:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   12252:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   12253:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   12254:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12255:          include/pa_stack.h, include/pa_string.h,
                   12256:          include/pa_stylesheet_connection.h,
                   12257:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12258:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12259:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   12260:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   12261:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12262:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   12263:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   12264:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   12265:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   12266:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12267:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12268:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   12269:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   12270:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   12271:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   12272:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   12273:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   12274:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12275:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12276:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12277:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12278:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   12279:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   12280:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   12281:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12282:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12283:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12284:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12285:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12286:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   12287:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   12288:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   12289:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   12290:          2002->2003
                   12291: 
                   12292: 2003-01-16  paf
                   12293: 
1.88      moko     12294:        * www/htdocs/index.html: image.copy fixed transparent resampling
1.86      moko     12295: 
                   12296:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   12297:          src/main/pa_globals.C, www/htdocs/index.html: http:// introducing
                   12298:          $.any-status(1)
                   12299: 
                   12300:        * operators.txt, src/include/pa_config_fixed.h,
                   12301:          src/main/pa_common.C, www/htdocs/index.html: http request now
                   12302:          return status. and not fail on status!=200
                   12303: 
                   12304: 2003-01-15  paf
                   12305: 
                   12306:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   12307: 
                   12308: 2003-01-14  paf
                   12309: 
                   12310:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   12311:          mkinstalldirs: removed some ancient files [they in / really]
                   12312: 
                   12313:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   12314:          regretfully needed patch in two places.  in config_fixed.h made
                   12315:          stubs for lib to compile in MSVC
                   12316: 
                   12317: 2003-01-13  paf
                   12318: 
                   12319:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   12320:          configure.in(libtool) hacks
                   12321: 
                   12322:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
                   12323:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   12324:          ltdl.h: moved to latest libtool (1.4.3)
                   12325: 
                   12326: 2003-01-10  paf
                   12327: 
                   12328:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   12329: 
1.88      moko     12330:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
1.86      moko     12331:          patches.        libxml2 >= 2.5.1
                   12332:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   12333:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   12334:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   12335: 
                   12336:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   12337:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   12338:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   12339:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   12340: 
                   12341: 2003-01-09  paf
                   12342: 
                   12343:        * INSTALL: xml,xslt,gdome lib urls updated
                   12344: 
                   12345:        * config.guess, config.sub, missing, mkinstalldirs,
                   12346:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
                   12347:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   12348:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   12349:          1.7.2
                   12350: 
                   12351:        * depcomp: moving to automake 1.7.2
                   12352: 
                   12353: 2002-12-27  paf
                   12354: 
                   12355:        * src/include/pa_version.h: 0007
                   12356: 
                   12357:        * src/doc/aliased.dox, src/doc/index.dox, src/doc/module.dox,
                   12358:          src/doc/pooled.dox, www/htdocs/index.html: removed outdated
                   12359:          parts, made links to language docs
                   12360: 
                   12361:        * src/include/pa_config_auto.h.in: comment
                   12362: 
                   12363: 2002-12-26  paf
                   12364: 
                   12365:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   12366:          not contain trailing / fixed.
                   12367: 
                   12368:        * INSTALL: changing SAFE_MODE politics
                   12369: 
                   12370:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   12371: 
                   12372:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   12373: 
                   12374: 2002-12-25  paf
                   12375: 
                   12376:        * src/main/pa_globals.C: optimized-xml
                   12377: 
                   12378:        * src/main/pa_globals.C: optimized-as-is
                   12379: 
                   12380: 2002-12-24  paf
                   12381: 
                   12382:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   12383:          fixed [were really called with zero size when .html?a=&b=]
                   12384: 
                   12385:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   12386:          with --with-sendmail
                   12387: 
                   12388:        * src/main/pa_exec.C, www/htdocs/index.html: fork/pipe error now
                   12389:          [old always-pipe-error fixed]
                   12390: 
                   12391: 2002-12-23  paf
                   12392: 
                   12393:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   12394:          ignoring parameters & were storing only string with default
                   12395:          expires
                   12396: 
                   12397:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   12398:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   12399:          December 23, 2002 4:22 AM Subject: bug â
                   12400:          Charset::transcode_buf2xchar
                   12401: 
                   12402: 2002-12-20  paf
                   12403: 
                   12404:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   12405:          non-cgi [script] runs
                   12406: 
                   12407: 2002-12-19  paf
                   12408: 
                   12409:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   12410:          [tested on elik]] moreover, it's not needed there [parser
                   12411:          registers charsets itself]
                   12412: 
                   12413:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   12414:          [tested on elik]]
                   12415: 
                   12416:        * operators.txt, src/include/pa_globals.h,
                   12417:          src/include/pa_request.h, src/main/pa_globals.C,
                   12418:          src/main/pa_request.C, www/htdocs/index.html: $response:download
                   12419: 
                   12420:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   12421:          compiler [win32]].
                   12422: 
                   12423: 2002-12-18  paf
                   12424: 
                   12425:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   12426: 
                   12427: 2002-12-17  paf
                   12428: 
                   12429:        * src/targets/cgi/parser3.C: merged die&iis changes
                   12430: 
                   12431:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   12432:          to exit(1) 2. more flexible iilegal call check
                   12433: 
                   12434: 2002-12-16  paf
                   12435: 
                   12436:        * ltmain.sh: some automakes silly insist on having this handy
                   12437: 
                   12438:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   12439:          'p' bug fix
                   12440: 
                   12441: 2002-12-15  paf
                   12442: 
                   12443:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   12444:          'p'
                   12445: 
1.88      moko     12446:        * configure.in, src/include/pa_config_auto.h.in,
                   12447:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   12448:          from branch 6 to HEAD
1.86      moko     12449: 
1.88      moko     12450:        * src/main/compile.C: removed warning
1.86      moko     12451: 
                   12452:        * src/main/pa_common.C: ftruncate having checked
                   12453: 
                   12454:        * configure.in, src/include/pa_version.h: new version
                   12455: 
                   12456: 2002-12-14  paf
                   12457: 
                   12458:        * www/htdocs/index.html: exception type fixed
                   12459: 
                   12460:        * src/classes/table.C: removed unnecessary code
                   12461: 
                   12462:        * src/sql/pa_sql_driver.h: exception type fixed
                   12463: 
                   12464: 2002-12-09  paf
                   12465: 
                   12466:        * src/types/pa_vvoid.h, www/htdocs/index.html: $void.store[now]
                   12467:          error
                   12468: 
                   12469:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   12470: 
                   12471:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   12472:          tries to write core dump
                   12473: 
1.89      moko     12474:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
1.86      moko     12475: 
                   12476:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   12477:          classes/void.C, main/pa_sql_driver_manager.C,
                   12478:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   12479:          handlers #2
                   12480: 
                   12481:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   12482:          exception handling mech in sql handlers
                   12483: 
                   12484:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   12485:          handlers
                   12486: 
                   12487:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   12488:          classes/void.C, main/pa_sql_driver_manager.C,
                   12489:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   12490:          handlers
                   12491: 
                   12492:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   12493:          to write makefile which used libtool to install things, which is
                   12494:          not needed
                   12495: 
                   12496: 2002-12-06  paf
                   12497: 
                   12498:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   12499:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   12500: 
                   12501: 2002-12-05  paf
                   12502: 
1.88      moko     12503:        * src/classes/mail.C, src/types/pa_vmail.C, src/types/pa_vmail.h,
1.86      moko     12504:          www/htdocs/index.html: smtp cc/bcc OK now
                   12505: 
1.88      moko     12506:        * src/main/untaint.C, www/htdocs/index.html: mail header closed
                   12507:          properly
1.86      moko     12508: 
1.88      moko     12509:        * src/main/pa_common.C, src/main/untaint.C, src/types/pa_vmail.C,
                   12510:          www/htdocs/index.html: mail header ',' allowed.  still bugs in
                   12511:          smtp [only one receiptient works, cc, bcc ignored now, and MAILED
                   12512:          ;)]
1.86      moko     12513: 
                   12514:          [strncpy killed, memnchr used]
                   12515: 
                   12516:        * src/main/pa_table.C: table-copy now current=0
                   12517: 
                   12518:        * src/main/pa_array.C, src/main/pa_table.C, www/htdocs/index.html:
                   12519:          wow! found/fixed bug in lowlevel proc
                   12520: 
                   12521:        * src/targets/cgi/parser3.C: more checks on
                   12522:          http://domain/parser.cgi start [maybe some getenv returns "",
                   12523:          checked that now
                   12524: 
                   12525:        * src/targets/cgi/parser3.C: more checks on
                   12526:          http://domain/parser.cgi start [maybe some getenv returns "",
                   12527:          checked that now
                   12528: 
                   12529:        * src/targets/cgi/parser3.C, www/htdocs/index.html: error logging
                   12530:          made unbuffered [so that out-of-mem errors reached log]
                   12531: 
                   12532:        * src/classes/mail.C, src/targets/cgi/parser3.C,
                   12533:          src/types/pa_vmail.C, www/htdocs/index.html: mail:send
                   12534:          MIME-Version default
                   12535: 
                   12536:        * src/main/main.dsp: pa_version included into main.dsp
                   12537: 
1.88      moko     12538:        * www/htdocs/index.html: smtp line ends fixed. now \r\n [not \r].
                   12539:          some smtp servers [win32] leave \n intact, and some clients [bat]
                   12540:          fail to show letter correctly
1.86      moko     12541: 
                   12542: 2002-12-04  paf
                   12543: 
                   12544:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   12545: 
                   12546:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp,
                   12547:          www/htdocs/.htaccess, www/htdocs/index.html: lib/libltdl ->
                   12548:          lib/ltdl Win32 changes. s
                   12549: 
                   12550:        * src/classes/classes.awk: more strict *.C$
                   12551: 
                   12552:        * gnu.dsp: restored
                   12553: 
                   12554:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   12555:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   12556:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   12557:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   12558:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   12559:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   12560:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   12561:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   12562:          now created with /configure, not ltdl/configure, so it does have
                   12563:          no problems with automake.  ltdl/configure
                   12564:          AC_OUTPUT(Makefile<<removed)
                   12565: 
                   12566: 2002-12-02  paf
                   12567: 
                   12568:        * operators.txt: removed outdated status:db
                   12569: 
                   12570:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   12571:          src/main/pa_common.C, src/main/pa_request.C,
                   12572:          src/types/pa_vcookie.C, src/types/pa_vmail.C,
                   12573:          www/htdocs/index.html: http header lang of tainted parts becomes
                   12574:          http-header
                   12575: 
                   12576: 2002-11-29  paf
                   12577: 
                   12578:        * src/classes/date.C, src/classes/image.C, www/htdocs/index.html,
                   12579:          operators.txt: exif dates now objects of type date
                   12580: 
                   12581:        * src/classes/image.C: file.seek removed [it were used in image.C
                   12582:          only, and for parser user this  means that jpeg image has bad
                   12583:          size in fragment's header] now used image.format
                   12584: 
                   12585:        * src/include/pa_common.h, src/main/pa_common.C,
                   12586:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12587:          www/htdocs/index.html: http:// param values now handled exactly
                   12588:          like $response:header values.  e.g. can be hash [can have
                   12589:          subattributes] & contain date values.
                   12590: 
                   12591:        * src/main/pa_common.C, www/htdocs/index.html: http:// param values
                   12592:          lang forced URI
                   12593: 
                   12594:        * src/main/pa_common.C, www/htdocs/index.html: http:// tainted
                   12595:          partes now %xx
                   12596: 
                   12597: 2002-11-28  paf
                   12598: 
                   12599:        * www/htdocs/index.html: doc samples
                   12600: 
                   12601:        * operators.txt: http.timeout
                   12602: 
                   12603:        * src/classes/image.C, www/htdocs/index.html: ^image.length now
                   12604:          counts interchar space. plus space after last char
                   12605: 
                   12606:        * www/htdocs/index.html: regexp syntax xxx$ speed-up  experiments
                   12607: 
                   12608:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   12609: 
                   12610:        * src/classes/image.C: ^image.font width measurer now scans full
                   12611:          height [were -1]
                   12612: 
1.88      moko     12613:        * configure.in: stopped double libltdl/Makefile generation
1.86      moko     12614: 
                   12615:        * src/classes/image.C, www/htdocs/index.html: ^image.text now
                   12616:          outputs one pixel HIGHER chars [one top horizontal line of 1pixel
                   12617:          height were missing]
                   12618: 
                   12619:        * src/classes/op.C, www/htdocs/index.html: ^cache bug fixed.
                   12620:          stupid compiler allowed 'false' to go into (Hash *) parameter
                   12621: 
                   12622: 2002-11-27  paf
                   12623: 
                   12624:        * src/include/pa_globals.h, src/main/pa_globals.C,
                   12625:          src/main/pa_request.C, src/types/pa_vmail.C,
                   12626:          www/htdocs/index.html: response:body[file]  if file nows it's
                   12627:          name now returns content-disposition: >>attachment<<
                   12628: 
                   12629:        * src/classes/image.C, www/htdocs/index.html: ^image.font << bad
                   12630:          font file-size now properly reported
                   12631: 
                   12632: 2002-11-26  paf
                   12633: 
                   12634:        * src/main/pa_request.C: fixed lang in reponse header
                   12635: 
                   12636:        * src/main/pa_common.C, www/htdocs/.htaccess: utf8 prefix ignored
                   12637:          @read text
                   12638: 
                   12639:        * operators.txt, src/main/pa_common.C, www/htdocs/index.html:
                   12640:          http:// response status!=200 made exception: http.status with
                   12641:          source=bad status#
                   12642: 
                   12643: 2002-11-25  paf
                   12644: 
                   12645:        * configure.in, src/classes/image.C,
                   12646:          src/include/pa_config_auto.h.in,
                   12647:          src/include/pa_config_includes.h, src/main/Makefile.am,
                   12648:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   12649:          const void related probs fixed
                   12650: 
                   12651:        * operators.txt, src/main/pa_common.C, www/htdocs/index.html: http
                   12652:          fields now UPPERCASE
                   12653: 
                   12654:          $file[^file::load[http://there]] $file.SERVER
                   12655: 
                   12656:        * src/classes/file.C, src/classes/image.C, src/classes/xdoc.C,
                   12657:          src/include/pa_common.h, src/main/pa_common.C,
                   12658:          src/main/pa_request.C, www/htdocs/index.html: checked http
                   12659:          options [invalid onces now reported] made default user-agent: paf
                   12660: 
                   12661:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   12662:          src/classes/xdoc.C, src/include/pa_common.h,
                   12663:          src/include/pa_globals.h, src/main/pa_common.C,
                   12664:          src/main/pa_globals.C, src/main/pa_request.C,
                   12665:          src/types/pa_vfile.C, src/types/pa_vfile.h,
                   12666:          www/htdocs/index.html: table/xdoc/file::load now understand
                   12667:          http:// prefix and additional params, sample:
                   12668:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   12669:          $.USER-AGENT[parser3] ]]
                   12670: 
                   12671: 2002-11-22  paf
                   12672: 
                   12673:        * src/classes/image.C, src/include/pa_globals.h,
                   12674:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   12675:          src/types/pa_vimage.h, www/htdocs/.htaccess,
                   12676:          www/htdocs/index.html, operators.txt: $image.exif support
                   12677:          $image.exif.DateTime & co
                   12678: 
                   12679: 2002-11-21  paf
                   12680: 
                   12681:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   12682:          _PASS_APPENDED)
                   12683: 
                   12684:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   12685:          EXIF information [were big block and it's size were considered
                   12686:          negative :(]
                   12687: 
                   12688:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   12689:          src/main/pa_common.C, src/types/pa_vmail.C,
                   12690:          www/htdocs/index.html: image.measure internals rewritten. no
                   12691:          there's reader.seek, and all's ready for EXIF extraction [now we
                   12692:          fail to measure files with EXIF info]
                   12693: 
                   12694:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   12695:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   12696:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   12697: 
                   12698: 2002-11-20  paf
                   12699: 
                   12700:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   12701: 
                   12702:        * configure.in, src/include/pa_config_auto.h.in,
                   12703:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   12704:          comment
                   12705: 
                   12706:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   12707: 
                   12708:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   12709:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   12710:          currently processed document SIGPIPE >> interrupts request
                   12711:          processing [exception = DB rollback]
                   12712: 
                   12713:        * src/main/pa_exec.C: comment
                   12714: 
                   12715:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   12716: 
                   12717:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   12718:          << disable HTTP-POST repassing
                   12719: 
                   12720:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   12721:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   12722:          pipe read errors now checked
                   12723: 
                   12724: 2002-11-19  paf
                   12725: 
                   12726:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   12727:          CGI: Illegal call
                   12728: 
                   12729: 2002-11-01  paf
                   12730: 
                   12731:        * src/main/execute.C: comment
                   12732: 
                   12733: 2002-10-31  paf
                   12734: 
                   12735:        * src/main/execute.C: found out why, checked that for now.  todo:
                   12736:          find out a way for that user could do that
                   12737: 
                   12738:        * www/htdocs/: base.p, derived.p, index.html: this example creates
                   12739:          base object, which is wrong, todo: find out why
                   12740: 
                   12741:        * src/types/pa_vstateless_object.h: object put replaces static
                   12742:          parent if any
                   12743: 
                   12744:        * src/types/pa_vobject.C: object put replaces static parent if any
                   12745: 
                   12746:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12747:          src/classes/xnode.h, src/main/compile.tab.C, src/main/execute.C,
                   12748:          src/main/pa_request.C, src/types/pa_value.h,
                   12749:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12750:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12751:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12752:          src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12753:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   12754:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   12755:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   12756:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   12757:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   12758:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12759:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12760:          src/types/pa_vstateless_class.h,
                   12761:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12762:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   12763:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   12764:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12765:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12766:          src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
                   12767:          www/htdocs/index.html: static fix merged
                   12768: 
                   12769:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   12770:          $virtual_fields in dynamic, but one can reach derived
                   12771:          static[class] variable from base
                   12772: 
                   12773:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   12774:          types/pa_vobject.C, types/pa_vobject.h,
                   12775:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   12776:          statics, left $virtual_fields in dynamic
                   12777: 
                   12778:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   12779:          one can't remember derivates in base class: there's so many of
                   12780:          them.  also there can be no virtual method calls in static
                   12781:          classes
                   12782: 
                   12783:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12784:          src/classes/xnode.h, src/main/execute.C, src/main/pa_request.C,
                   12785:          src/types/pa_value.h, src/types/pa_vclass.C,
                   12786:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   12787:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   12788:          src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
                   12789:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
                   12790:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   12791:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   12792:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   12793:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   12794:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12795:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12796:          src/types/pa_vstateless_class.h,
                   12797:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12798:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   12799:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   12800:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12801:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12802:          src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
                   12803:          www/htdocs/index.html: static call $self fixed
                   12804: 
                   12805:        * src/main/execute.C: comment
                   12806: 
                   12807:        * src/classes/op.C, src/types/pa_value.h, src/types/pa_vobject.h,
                   12808:          www/htdocs/base.p, www/htdocs/derived.p, www/htdocs/index.html,
                   12809:          www/htdocs/operators.p, www/htdocs/some.p:
                   12810:          ^process[$caller.self]{...} now compiles to last derived object
                   12811:          part of that 'self'
                   12812: 
                   12813: 2002-10-30  paf
                   12814: 
                   12815:        * www/htdocs/: derived.p, some.p: include method overriding tested
                   12816:          OK
                   12817: 
                   12818: 2002-10-29  paf
                   12819: 
                   12820:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   12821:          re-passing [iis to blame]
                   12822: 
                   12823:        * src/classes/string.C: changed string.save to pass current sql
                   12824:          connection to cstr thus one can ^connect[some server]{
                   12825:          $s[insert into table x (x) values (^taint[sql]{value})]
                   12826:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   12827:          properly escaped.  [tried in mssql->mysql export->import of
                   12828:          binary data]
                   12829: 
                   12830: 2002-10-28  paf
                   12831: 
                   12832:        * www/htdocs/: index.html: bad email handling test
                   12833: 
                   12834: 2002-10-25  paf
                   12835: 
                   12836:        * src/types/pa_vresponse.C: case insensitive response user fields
                   12837:          get/put
                   12838: 
                   12839:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   12840:          types/pa_vresponse.C: saving for maybe-future
                   12841: 
                   12842: 2002-10-23  paf
                   12843: 
                   12844:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   12845:          ^table.hash(expr)...
                   12846: 
                   12847:        * src/types/pa_vmail.C, www/htdocs/index.html: email whitespace
                   12848:          trimBoth-ed
                   12849: 
                   12850: 2002-10-22  paf
                   12851: 
                   12852:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   12853:          VForm::Append...(...Value)
                   12854: 
                   12855:        * src/main/execute.C: $.name outside of $name[...] checked
                   12856: 
                   12857:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   12858:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   12859: 
                   12860: 2002-10-21  paf
                   12861: 
                   12862:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   12863:          $form:qtail $form:imap.x/y
                   12864: 
                   12865:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   12866:          "?value&...", "...&value&...", "...&value"
                   12867: 
                   12868:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   12869: 
                   12870:        * operators.txt, src/classes/file.C, www/htdocs/index.html:
                   12871:          /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
                   12872: 
                   12873: 2002-10-17  paf
                   12874: 
                   12875:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   12876:          a little: logical not and bitwise negation precedence made
                   12877:          highest, << and >> bitshits precedence made equal [were << higher
                   12878:          than >>]
                   12879: 
                   12880:        * src/classes/op.C: exception handling fixed [were bad with
                   12881:          contexts]
                   12882: 
                   12883: 2002-10-16  paf
                   12884: 
                   12885:        * www/htdocs/index.html: bad compile to system class test
                   12886: 
                   12887:        * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
                   12888:          src/main/pa_request.C, www/htdocs/index.html,
                   12889:          www/htdocs/derived.p: Request::self considered equal to
                   12890:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   12891:          VMethodFrame.self()
                   12892: 
                   12893:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   12894:          $hash in open field now gives old good error meesage
                   12895: 
                   12896: 2002-10-15  paf
                   12897: 
                   12898:        * src/types/pa_vjunction.h, www/htdocs/index.html: ^if(def
                   12899:          $junction){was true}{now false} use ^if($junction is
                   12900:          junction){was and now true}
                   12901: 
                   12902:        * src/classes/xdoc.C, src/classes/xnode.C,
                   12903:          src/include/pa_charset.h, src/include/pa_pool.h,
                   12904:          src/main/pa_charset.C, src/main/pa_pool.C, src/types/pa_vxnode.C,
                   12905:          www/htdocs/index.html: xml->parser strings now have origin, which
                   12906:          points to place where value left xml library and came to parser:
                   12907:          place of dom field extraction/call
                   12908: 
                   12909:        * src/classes/op.C, src/include/pa_opcode.h,
                   12910:          src/include/pa_request.h, src/main/compile.tab.C,
                   12911:          src/main/compile.y, src/main/execute.C,
                   12912:          src/types/pa_vmethod_frame.h, www/htdocs/derived.p: removed last
                   12913:          pieces of old code allowing $junction.xxx at compile time
                   12914: 
                   12915:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   12916:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   12917:          objects also considered [were only classes]
                   12918: 
                   12919:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   12920:          src/types/pa_vmethod_frame.h, www/htdocs/derived.p,
                   12921:          www/htdocs/index.html: ^process[CLASS]{body} now executed with
                   12922:          CLASS self.  [   (request&method_frame).self temporarily changed
                   12923:          ]
                   12924: 
                   12925:        * src/classes/hash.C, src/classes/op.C, www/htdocs/index.html,
                   12926:          www/htdocs/operators.p: method_frame now always changed, with no
                   12927:          exception to native calls.  for&foreach changed to use
                   12928:          method_frame.caller for their var's name context
                   12929: 
                   12930:        * src/main/execute.C, src/targets/cgi/parser3.C,
                   12931:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12932:          www/htdocs/operators.p: compiling to system classes disabled
                   12933: 
                   12934:        * www/htdocs/: derived.p, index.html: test of ^process from
                   12935:          operator called from user class
                   12936: 
                   12937:        * operators.txt, src/classes/op.C, www/htdocs/operators.p:
                   12938:          ^process[$caller.CLASS]{code-string} added
                   12939: 
                   12940:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   12941:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   12942:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   12943:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   12944:          src/types/types.dsp, www/htdocs/operators.p: removed
                   12945:          $junction.get $junction.set[] introducing $caller
                   12946: 
                   12947:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   12948:          find them lower by inheritance tree
                   12949: 
                   12950:        * src/types/pa_vjunction.C: ident
                   12951: 
                   12952: 2002-10-14  paf
                   12953: 
                   12954:        * src/classes/op.C: process compiles to code's class class
                   12955: 
                   12956:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12957:          src/include/pa_request.h, src/main/compile.C,
                   12958:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   12959:          src/main/pa_request.C, src/types/pa_vstateless_class.h,
                   12960:          www/htdocs/index.html: operators now main-class-methods
                   12961: 
                   12962:        * src/classes/op.C, src/include/pa_request.h,
                   12963:          www/htdocs/index.html, www/htdocs/operators.p: ^try{^call{}} now
                   12964:          has better stack trace [has "call" & co there]
                   12965: 
                   12966:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12967:          operators @auto now executed in MAIN context
                   12968: 
                   12969:        * src/main/execute.C: operator execution context now = MAIN, not
                   12970:          closest stack frame
                   12971: 
                   12972:          @touchit[] $i[after]
                   12973: 
                   12974:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   12975:          were 'after'
                   12976: 
                   12977:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   12978:          'after'
                   12979: 
                   12980:        * src/main/execute.C: comment
                   12981: 
                   12982:        * src/types/pa_vclass.C, src/types/pa_vobject.h,
                   12983:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12984:          www/htdocs/index.html, www/htdocs/operators.p: $form:CLASS
                   12985:          resurrected [wes killed in action]
                   12986: 
                   12987:        * src/types/pa_vxnode.C: misreplace fixed
                   12988: 
                   12989:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   12990:          src/types/pa_vstatus.C, operators.txt, www/htdocs/index.html:
                   12991:          $status:rusage.tv_secs/usecs introduced
                   12992: 
                   12993: 2002-10-09  paf
                   12994: 
                   12995:        * src/classes/double.C, src/classes/int.C, src/classes/string.C,
                   12996:          www/htdocs/derived.p, www/htdocs/index.html: ^string.int[] now
                   12997:          failes on empty string [or uses (default)]
                   12998: 
                   12999: 2002-10-08  paf
                   13000: 
                   13001:        * src/main/untaint.C: mail header quoted printable changed after
                   13002:          RFC reread
                   13003: 
                   13004:        * operators.txt: plan on ^if(method
                   13005: 
                   13006:        * src/types/pa_vxnode.C: misreplace
                   13007: 
                   13008: 2002-09-24  paf
                   13009: 
                   13010:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
                   13011: 
                   13012:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   13013:          mailreceive would compile on freebsd now
                   13014: 
                   13015:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   13016:          configure, configure.in, src/include/pa_config_auto.h.in,
                   13017:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   13018:          mailreceive would compile on freebsd now
                   13019: 
                   13020:        * src/classes/file.C, src/main/untaint.C, www/htdocs/index.html: 1.
                   13021:           file spec language changed: now there are only few chars are
                   13022:          untainted: * ? ' " < > | and, on unix, : \ ~ [russian letters and
                   13023:          SPACES now enabled, one should use ^untaint[uri]{...} now]
                   13024: 
                   13025:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   13026:          $list.name, not tainted as filespec
                   13027: 
                   13028:          @russianindex[] #dir with files with russian-lang names
                   13029:          $where[dir]
                   13030: 
                   13031:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   13032:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   13033: 
                   13034: 2002-09-23  paf
                   13035: 
                   13036:        * src/types/pa_vdouble.h: double->int round added
                   13037: 
                   13038:        * src/classes/date.C: date bug fix, now
                   13039:          round(floatDays*secondsPerDay)
                   13040: 
                   13041:        * src/classes/date.C: date bug fix, now
                   13042:          round(floatDays*secondsPerDay)
                   13043: 
                   13044: 2002-09-20  paf
                   13045: 
                   13046:        * src/main/execute.C, www/htdocs/index.html: code junction calls
                   13047:          disabled [before: code was compiled in such a way, that there
                   13048:          were no code-junctions in OP_CALL]
                   13049: 
                   13050:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   13051: 
                   13052:          @badjunctioncallinside[code] ^code[]
                   13053: 
                   13054:        * src/main/compile.tab.C, src/main/compile.y,
                   13055:          www/htdocs/index.html: changed grammer on junction expanding to
                   13056:          include ^junction.method
                   13057: 
                   13058:        * src/main/pa_common.C: -d "DIR/" now true
                   13059: 
                   13060:        * src/classes/xdoc.C, www/htdocs/index.html: xdoc::create[name] now
                   13061:          sets $request:charset as internal xdoc encoding, and after
                   13062:          decoding attributes set by dom functions now encoded OK, not as
                   13063:          digital entities
                   13064: 
                   13065:        * src/classes/xdoc.C: empty transform result, being taken as file
                   13066:          now returns empty file, not raises stupid error about "stat-ed
                   13067:          file"
                   13068: 
                   13069:        * src/types/pa_vhash.h, www/htdocs/operators.p: hash.foreach
                   13070:          modification of existing keys allowed
                   13071: 
                   13072:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   13073:          write iterators now:
                   13074: 
                   13075:          ^user-foreach[key;value]{$key=$value<br>}
                   13076: 
                   13077:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13078:          $code.value($i*2)       $code }
                   13079: 
                   13080:        * src/main/compile_tools.h: mistype
                   13081: 
1.89      moko     13082:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   13083:          thus taking linking options configure changes into account [were:
                   13084:          ignoring]
1.86      moko     13085: 
                   13086:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   13087:          $junction.get/put(1) one can write iterators now:
                   13088: 
                   13089:          ^user-foreach[key;value]{$key=$value<br>}
                   13090: 
                   13091:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13092:          $code.value($i*2)       $code }
                   13093: 
                   13094:        * src/include/pa_opcode.h, src/include/pa_request.h,
                   13095:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   13096:          src/main/main.dsp, src/targets/cgi/parser3.dsp,
                   13097:          src/types/pa_vjunction.h, www/htdocs/.htaccess,
                   13098:          www/htdocs/index.html: introducing $junction.get/put(1) one can
                   13099:          write iterators now:
                   13100: 
                   13101:          ^user-foreach[key;value]{$key=$value<br>}
                   13102: 
                   13103:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13104:          $code.value($i*2)       $code }
                   13105: 
                   13106: 2002-09-19  paf
                   13107: 
                   13108:        * Makefile.am: new: make commit
                   13109: 
                   13110:        * aclocal.m4: forced to be older
                   13111: 
                   13112: 2002-09-18  paf
                   13113: 
                   13114:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   13115:          src/main/compile.y, src/main/execute.C, www/htdocs/index.html: <<
                   13116:          >> int shifts
                   13117: 
                   13118:        * src/: include/pa_common.h, include/pa_request.h,
                   13119:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   13120:          - now this - fatal error
                   13121: 
                   13122:        * src/classes/file.C, www/htdocs/index.html,
                   13123:          www/htdocs/mailreceive.eml: ^file::exec/cgi $.stdin[can be file
                   13124:          now] so that one can pass binary data there
                   13125: 
                   13126:        * src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13127:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   13128:          src/classes/mail.C, src/classes/op.C, src/classes/response.C,
                   13129:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13130:          src/classes/xdoc.C, src/classes/xnode.C,
                   13131:          src/include/pa_request.h, www/htdocs/index.html: pa_request
                   13132:          contexts made privated, plus get_{self/method_frame} to read.
                   13133:          Request_context_saver used in ^try to save flang too.  [were not
                   13134:          saved]
                   13135: 
                   13136:        * src/types/pa_vresponse.C: header value chains joined before
                   13137:          output, this should help $.subject[$var $var] from being
                   13138:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   13139: 
                   13140: 2002-09-17  paf
                   13141: 
                   13142:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   13143:          removed changes, operators executed with calling self.  lots of
                   13144:          code with ^include code relies on defined/defining self variables
                   13145: 
                   13146:          $a[1] ^include[print_a.p] print_a.p: $a
                   13147: 
                   13148:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   13149: 
                   13150:        * src/classes/op.C, src/main/execute.C, src/main/pa_request.C,
                   13151:          src/types/pa_value.C, src/types/pa_value.h,
                   13152:          src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
                   13153:          www/htdocs/operators.p: operators now executed with MAIN self.
                   13154:          it's for ^include sake, too strong a change
                   13155: 
                   13156:        * src/classes/op.C, www/htdocs/index.html, www/htdocs/operators.p:
                   13157:          made place for ^process to compile it's code to in case of no
                   13158:          self
                   13159: 
                   13160:        * src/main/execute.C, www/htdocs/index.html: found ancient param to
                   13161:          Junction, removed.  allowed passing self to native_code_operators
                   13162:          [for ^process to work, she needs self]
                   13163: 
                   13164:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13165:          types/pa_vstateless_class.h: found ancient param to Junction,
                   13166:          removed.  allowed passing self to native_code_operators [for
                   13167:          ^process to work, she needs self]
                   13168: 
                   13169:        * src/main/execute.C, src/main/pa_request.C, src/types/pa_value.C,
                   13170:          src/types/pa_value.h, src/types/pa_vmethod_frame.h,
                   13171:          src/types/pa_vstateless_class.h, www/htdocs/index.html,
                   13172:          www/htdocs/operators.p: allowed Request.self to be 0, checked
                   13173:          that in VMethodFrame get/put and $self.
                   13174: 
                   13175:        * src/classes/table.C, src/classes/xdoc.C, www/htdocs/index.html:
                   13176:          table::sql  options table::create  copy options options checked,
                   13177:          wrong option now fatal error
                   13178: 
                   13179:        * src/main/pa_string.C, www/htdocs/index.html: string.replace fixed
                   13180:          [were missing words on pieces boundaries]
                   13181: 
                   13182:        * bin/auto.p.dist.in: strange \n
                   13183: 
                   13184:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   13185:          .dll on cygwin, .so in other cases)
                   13186: 
                   13187:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   13188:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
                   13189: 
                   13190:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   13191:          src/include/pa_globals.h, src/main/pa_globals.C,
                   13192:          www/htdocs/index.html: table.sql hash::sql flag to allow
                   13193:          duplicate keys [$.distinct(1/0)] first record taken [were last]
                   13194: 
                   13195:        * src/classes/hash.C, src/classes/table.C,
                   13196:          src/include/pa_sql_connection.h, www/htdocs/index.html: table.sql
                   13197:          hash::sql duplicate keys now errors
                   13198: 
                   13199:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   13200: 
                   13201:        * src/classes/op.C, src/classes/table.C, www/htdocs/index.html:
                   13202:          menu/for delims bug fixed [were ,2,3]
                   13203: 
                   13204: 2002-09-16  paf
                   13205: 
                   13206:        * src/classes/file.C, www/htdocs/index.html: file::cgi line ends
                   13207:          can be both unix & dos. and they can be unix [\n\n] on win when
                   13208:          'use CGI' used, it causes stdout to be binary.  now detected
                   13209:          closest header break.
                   13210: 
                   13211:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   13212:          closed right
                   13213: 
                   13214: 2002-09-13  paf
                   13215: 
                   13216:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13217:          src/main/compile_tools.h, www/htdocs/index.html: (expression
                   13218:          #comment)
                   13219: 
                   13220:          (multiline expression #comment  line2  #comment )
                   13221: 
                   13222:          (expression #comment with (brackets) comment) << OK
                   13223: 
                   13224:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13225:          www/htdocs/index.html: !| bitwise !|| numerical xor now
                   13226:          [preparing for expression #comments]
                   13227: 
                   13228:        * src/main/compile.tab.C, src/main/compile.y,
                   13229:          www/htdocs/index.html: @method[$name] now parse error
                   13230: 
                   13231:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   13232:          cheched in pa_socks.C
                   13233: 
                   13234:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   13235:          HAVE_WINSOCK_H created in configure.in
                   13236: 
                   13237:        * src/main/compile.tab.C, src/main/compile.y,
                   13238:          src/types/pa_vresponse.C, www/htdocs/index.html: cookie date now
                   13239:          clean [were mistakenly tainted & that worked bad with opera --
                   13240:          'happily' that worked OK with msie]
                   13241: 
                   13242: 2002-09-12  paf
                   13243: 
                   13244:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   13245:          VClass get_element now first looks to fields, next to methods &
                   13246:          co todo: the rest reason: more speed
                   13247: 
                   13248:        * src/main/untaint.C: quoted printable encoding stops before
                   13249:          \s*<...>$
                   13250: 
                   13251:        * src/main/untaint.C, www/htdocs/index.html: quoted printable ' '
                   13252:          now =20 and encoding stops before <...>$
                   13253: 
                   13254: 2002-09-11  paf
                   13255: 
                   13256:        * src/main/pa_charset.C, src/targets/cgi/parser3.dsp,
                   13257:          www/htdocs/index.html: while fixing (
                   13258:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   13259:          forgot to check users of those funcs. not all were using that
                   13260:          return value convention
                   13261: 
                   13262:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   13263:          windows-1254 added
                   13264: 
                   13265: 2002-09-10  paf
                   13266: 
                   13267:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   13268:          VCodeFrame parent param were specified badly
                   13269: 
                   13270:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   13271:          WWrapper which used in constructing objects(second param to sql
                   13272:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   13273:          code in hash to survivi
                   13274: 
                   13275:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   13276:          param to execute [stack said 'thanks']
                   13277: 
                   13278:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   13279:          types/pa_value.h, types/pa_vcode_frame.h,
                   13280:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   13281:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   13282:          responsibility to wcontext
                   13283: 
                   13284:        * src/classes/file.C: decided not to log exec's with stderr, that
                   13285:          could be warnings, and it's up to scritper to log/show them
                   13286: 
                   13287:        * src/classes/double.C, src/main/execute.C, www/htdocs/index.html:
                   13288:          double:sql badly called write_assign_lang, not write_no_lang,
                   13289:          thus doing unnecessary double/string converstion, which were
                   13290:          loosing time&precesion
                   13291: 
                   13292:        * src/main/pa_charset.C, src/types/pa_vmail.C,
                   13293:          www/htdocs/index.html: xmlCharEncodingInput/OutputFunc callbacks
                   13294:          returned bad value in case of unfinished in buffer processing,
                   13295:          causing accidental transcode stop [in case that source enc !=
                   13296:          utf-8 & there is incomplete utf-8 sequence at the end of
                   13297:          16000block iside of libxml lib] tfm readed & code updated
                   13298: 
                   13299: 2002-09-04  paf
                   13300: 
                   13301:        * configure: makes with sjlj
                   13302: 
                   13303:        * INSTALL, src/include/pa_config_fixed.h,
                   13304:          src/include/pa_sql_connection.h,
                   13305:          src/main/pa_sql_driver_manager.C, www/htdocs/index.html:
                   13306:          -with-sjlj-exceptions define checked.  on win32 it made default
                   13307: 
                   13308:        * src/include/pa_config_auto.h.in: sjlj define
                   13309: 
                   13310:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   13311:          can not work with longjump/throw pair, and one must switch that
                   13312:          on there.  todo: detect that automatically]
                   13313: 
                   13314:        * src/types/pa_vxnode.C, www/htdocs/index.html: removed too strong
                   13315:          checks of xnode.elements.  now, for instance, if element does not
                   13316:          have any attributes, $xnode.attributes is void, not error
                   13317: 
                   13318: 2002-09-02  paf
                   13319: 
                   13320:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp,
                   13321:          www/htdocs/index.html: removed double_result, didn't help
                   13322: 
                   13323:        * src/main/execute.C: double_result made to move that var away from
                   13324:          hungry g++ optimizer (-O2), before: it were optimized and
                   13325:          comparison operators worked badly
                   13326: 
                   13327:        * src/types/pa_vdate.h: removed debug
                   13328: 
                   13329:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
                   13330: 
                   13331:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   13332:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   13333:          unknown reason.
                   13334: 
                   13335: 2002-08-29  paf
                   13336: 
                   13337:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   13338:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   13339:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   13340:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   13341:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   13342:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   13343:          src/types/types.dsp, www/htdocs/index.html: junction_cleaner
                   13344:          moved to auto VMethodFrame [called less frequent, allowed to
                   13345:          remove ugly Junction.change_context-s from many places, switch,
                   13346:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   13347:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   13348:          [speed up]
                   13349: 
                   13350: 2002-08-28  paf
                   13351: 
                   13352:        * src/types/pa_vcookie.C, www/htdocs/index.html: $cookie:name[&]
                   13353:          $cookie:name << now tainted
                   13354: 
                   13355:        * src/types/pa_vcookie.C, www/htdocs/index.html: fixed cookie
                   13356:          delete when $cookie:name[$.value[]]
                   13357: 
                   13358:        * operators.txt, src/classes/string.C, www/htdocs/derived.p,
                   13359:          www/htdocs/index.html: ^string.split[delim[;options]]
                   13360: 
                   13361: 2002-08-27  paf
                   13362: 
                   13363:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
                   13364: 
                   13365:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13366:          www/htdocs/index.html, www/htdocs/mailreceive.eml: # now
                   13367:          delimiter
                   13368: 
                   13369:        * INSTALL: recommended latest gmime 1.0.5
                   13370: 
                   13371: 2002-08-26  paf
                   13372: 
1.89      moko     13373:        * configure, configure.in: apache13/hook added to make dist.
1.86      moko     13374: 
                   13375: 2002-08-23  paf
                   13376: 
                   13377:        * src/include/pa_common.h, src/main/pa_common.C,
                   13378:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   13379:          www/htdocs/index.html: when auto.p beside binary [cgi, isapi] not
                   13380:          accessible [due to bad rights or whatever] it's error now
                   13381: 
                   13382: 2002-08-21  paf
                   13383: 
                   13384:        * www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
                   13385:          "base class".  compiled as if here they named base class
                   13386: 
                   13387:        * Makefile.am: can use: make happy equals to make update install
                   13388: 
                   13389:        * src/main/compile.tab.C, src/main/compile.y,
                   13390:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13391:          www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
                   13392:          "base class".  compiled as if here they named base class
                   13393: 
                   13394:        * src/main/pa_string.C, www/htdocs/index.html: fixed bad language
                   13395:          bug, [were wrong string cloning constructor]
                   13396: 
                   13397:        * src/main/execute.C, src/types/pa_vobject.h, www/htdocs/base.p,
                   13398:          www/htdocs/derived.p, www/htdocs/index.html: fixed virtual calls
                   13399: 
                   13400:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   13401:          src/types/pa_vfile.C, src/types/pa_vmail.C,
                   13402:          www/htdocs/mailreceive.eml, www/htdocs/mailreceive.html:
                   13403:          $mail.received.file.value.content-type fixed
                   13404: 
                   13405: 2002-08-20  paf
                   13406: 
                   13407:        * src/classes/file.C, www/htdocs/index.html: fixed language of
                   13408:          file:file result
                   13409: 
                   13410:        * operators.txt, src/classes/void.C, www/htdocs/index.html:
                   13411:          ^void.pos[...] = -1 merged from 3.0.0005
                   13412: 
                   13413:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   13414: 
                   13415:        * operators.txt, src/classes/void.C, www/htdocs/index.html:
                   13416:          ^void.length[] = 0 merged from 3.0.0005
                   13417: 
                   13418:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   13419: 
                   13420: 2002-08-19  paf
                   13421: 
                   13422:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   13423:          work now
                   13424: 
                   13425:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   13426:          error in xnode, which were not catched in xdoc]
                   13427: 
                   13428:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   13429:          prepared:        // validate each document after load/create (?)
                   13430:                 //xmlDoValidityCheckingDefaultValue = 1;
                   13431: 
                   13432: 2002-08-15  paf
                   13433: 
                   13434:        * src/classes/classes.h, www/htdocs/index.html: write to static var
                   13435:          caused useless Exception, introduced Methoded::put_element wich
                   13436:          consumes those
                   13437: 
                   13438:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   13439:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   13440:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13441:          www/htdocs/index.html: $response:field[date]
                   13442:          $response:field[$.xxx[date]]
                   13443: 
                   13444:        * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   13445:          src/classes/void.C, src/include/pa_sql_connection.h,
                   13446:          www/htdocs/index.html: fixed source of ^hash::sql{bad}
                   13447: 
                   13448:        * operators.txt: $request:body unprecessed POST request body
                   13449: 
                   13450:        * src/types/pa_vrequest.C, www/htdocs/index.html: $request:body
                   13451:          unprecessed POST request
                   13452: 
                   13453:        * src/types/pa_value.h, src/types/pa_vdate.h,
                   13454:          src/types/pa_vrequest.C, src/types/pa_vxdoc.C,
                   13455:          src/types/pa_vxnode.C, www/htdocs/index.html: few barks: bark("%s
                   13456:          field not found", 0, &aname)
                   13457: 
                   13458:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   13459:          src/include/pa_request.h, src/main/pa_pool.C,
                   13460:          src/types/pa_vform.C, src/types/pa_vform.h, www/htdocs/.htaccess:
                   13461:          planning/preparing_to $request:body r.post_data now const
                   13462: 
                   13463:        * src/classes/image.C, src/classes/op.C, src/classes/xdoc.C,
                   13464:          src/classes/xnode.C, src/main/execute.C, src/types/pa_value.h,
                   13465:          src/types/pa_vhash.h, src/types/pa_vobject.C,
                   13466:          src/types/pa_vobject.h, src/types/pa_vtable.h,
                   13467:          www/htdocs/index.html: instead of type() checking everywhere used
                   13468:          Value.as now user descendants can be used in params.
                   13469: 
                   13470:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   13471:          ^if($xtable) now OK
                   13472: 
                   13473:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   13474:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   13475:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   13476: 
                   13477: 2002-08-14  paf
                   13478: 
                   13479:        * src/classes/xnode.h, src/main/execute.C,
                   13480:          src/targets/cgi/parser3.dsp, src/types/pa_value.h,
                   13481:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13482:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13483:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13484:          src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13485:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13486:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   13487:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13488:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   13489:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   13490:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   13491:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13492:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13493:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13494:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13495:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13496:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13497:          src/types/pa_wwrapper.h, www/htdocs/index.html: is now works with
                   13498:          VObject & VClass
                   13499: 
                   13500:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   13501: 
                   13502:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   13503:          removed fixopt stupidity. on stupid linux use cd /document/root
                   13504:          ../cgi/parser3 script
                   13505: 
                   13506:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   13507:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   13508: 
                   13509:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   13510:          fixopt.h: fixopt now preprocesses command line params, splitting
                   13511:          them by space, excluding argv[0], argv[argc-1]
                   13512: 
                   13513:        * src/targets/cgi/parser3.C: -f config file
                   13514: 
                   13515:        * src/targets/cgi/parser3.C, www/htdocs/auto.p,
                   13516:          www/htdocs/derived.p, www/htdocs/index.html: fixed .log file dir
                   13517: 
                   13518: 2002-08-13  paf
                   13519: 
                   13520:        * src/types/pa_vobject.C, www/htdocs/derived.p,
                   13521:          www/htdocs/index.html: allow override parent variables, useful
                   13522:          for form descendants [in vobject too, were in vclass]
                   13523: 
                   13524:        * src/types/pa_vclass.C, www/htdocs/index.html: allow override
                   13525:          parent variables, useful for form descendants
                   13526: 
                   13527:        * src/types/pa_vclass.C, www/htdocs/derived.p: checked:
                   13528:          form[vclass]fields can be overwritten in derived(table)
                   13529: 
                   13530:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   13531:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   13532:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   13533:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   13534:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   13535:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13536:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   13537:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13538:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13539:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13540:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13541:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   13542:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   13543:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13544:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   13545:          Value::get_element(..., bool looking_down) [needed to exclude
                   13546:          endless recoursion]
                   13547: 
                   13548:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   13549:          fix bug with put endless recoursion todo: check 'as'
                   13550: 
                   13551:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   13552:          reorganized modules todo: fix bug with put endless recoursion
                   13553:          todo: check 'as'
                   13554: 
                   13555:        * src/types/pa_vobject.h, www/htdocs/derived.p: checked: table
                   13556:          fields can be overwritten in derived(table)
                   13557: 
                   13558:        * www/htdocs/derived.p: sample: dont convinient that table fields
                   13559:          can be overridden
                   13560: 
                   13561:        * src/types/pa_vobject.h, www/htdocs/derived.p,
                   13562:          www/htdocs/index.html: derived classes can have fields of their
                   13563:          own now
                   13564: 
                   13565:        * src/classes/table.C, src/types/pa_vtable.C,
                   13566:          src/types/pa_vtable.h, www/htdocs/derived.p: fixed error message
                   13567:          on using non-created table
                   13568: 
                   13569:        * src/classes/form.C, src/classes/hash.C, src/classes/mail.C,
                   13570:          src/classes/op.C, src/classes/xnode.h, src/include/pa_request.h,
                   13571:          src/main/compile.C, src/main/compile.tab.C, src/main/execute.C,
                   13572:          src/main/pa_request.C, src/types/pa_value.h,
                   13573:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   13574:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   13575:          src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
                   13576:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
                   13577:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13578:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13579:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
                   13580:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13581:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13582:          src/types/pa_vstateless_class.h,
                   13583:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13584:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13585:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13586:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13587:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13588:          src/types/pa_wwrapper.h, www/htdocs/derived.p: VObject.get/out
                   13589:          now looking down/up tree todo: fix error message on
                   13590:          non-constructed parents
                   13591: 
                   13592: 2002-08-12  paf
                   13593: 
                   13594:        * src/types/pa_vstateless_class.h,
                   13595:          src/types/pa_vstateless_object.h, www/htdocs/derived.p: table
                   13596:          derived OK
                   13597: 
                   13598:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   13599:          thorough testing
                   13600: 
                   13601:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   13602:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   13603:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   13604:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   13605:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   13606:          ^base:create[] dynamic call rewritten todo: thorough testing
                   13607: 
                   13608:        * www/htdocs/: base.p, derived.p: not good - along upward-virtual
                   13609:          call self eq child
                   13610: 
                   13611:        * src/types/pa_value.h, src/types/pa_vclass.h,
                   13612:          src/types/pa_vobject.h, www/htdocs/base.p, www/htdocs/derived.p:
                   13613:          VObject ctor now instantates base class, remembers it and saves
                   13614:          child in parent VObject.get_class now returns last child =
                   13615:          downward virtual calls OK
                   13616: 
                   13617:        * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
                   13618:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   13619:          src/types/pa_vfile.h, src/types/pa_vimage.h, src/types/pa_vint.h,
                   13620:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
                   13621:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13622:          src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
                   13623:          src/types/pa_vtable.h, src/types/pa_vxdoc.h,
                   13624:          src/types/pa_vxnode.h, src/types/pa_wcontext.h,
                   13625:          src/types/types.dsp, www/htdocs/index.html: killed VAliased
                   13626:          [redundant], moved $CLASS to VObject only [parser class instance]
                   13627: 
                   13628:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   13629: 
                   13630:        * bin/auto.p.dist.in: fixed sendmail default comment
                   13631: 
                   13632:        * src/main/pa_request.C: $response:body[file] content-type check
                   13633:          fixed [were bad when content-type is hash]
                   13634: 
                   13635: 2002-08-09  paf
                   13636: 
                   13637:        * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
                   13638:          src/types/pa_vobject.h, src/types/pa_vxdoc.h,
                   13639:          www/htdocs/index.html: started as()
                   13640: 
                   13641: 2002-08-08  paf
                   13642: 
                   13643:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   13644:          src/main/pa_globals.C, www/htdocs/index.html: year column in
                   13645:          month calendar [week year]
                   13646: 
                   13647:        * src/main/execute.C, www/htdocs/index.html: error reporting on
                   13648:          object writes to MAIN improved [were ruind with fixing
                   13649:          $obj[^if(1){$obj}] ]
                   13650: 
                   13651:        * operators.txt, src/types/pa_vdate.h, www/htdocs/index.html:
                   13652:          $date.yearday $date.daylightsaving
                   13653: 
                   13654:        * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/auto.p,
                   13655:          www/htdocs/index.html: in letter texts one can use tainted data
                   13656:          now. only she must specify the language.
                   13657: 
                   13658:          ^mail:send[     $.from[paf@mail.design.ru]
                   13659:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   13660:                $.text[^taint[uri][ìîñêâà]=] ]
                   13661: 
                   13662:        * www/htdocs/index.html: ^process now prints more precise origin
                   13663: 
                   13664:        * src/classes/file.C, src/classes/op.C, src/types/pa_vfile.C,
                   13665:          www/htdocs/index.html: ^process now prints more precise origin
                   13666: 
                   13667:        * src/include/pa_string.h, www/htdocs/index.html:
                   13668:          String::first_char now not fails on empty strings ^if(-f '') now
                   13669:          ok and in 3 other places.
                   13670: 
                   13671:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   13672:          String::first_char now not fails on empty strings ^if(-f '') now
                   13673:          ok and in 3 other places.
                   13674: 
                   13675: 2002-08-07  paf
                   13676: 
                   13677:        * src/classes/string.C, src/main/pa_string.C,
                   13678:          www/htdocs/index.html: ^string.mid(0;bad) fixed
                   13679: 
                   13680:        * src/main/pa_string.C, www/htdocs/index.html: ^string.mid(0;bad)
                   13681:          fixed
                   13682: 
                   13683:        * src/main/execute.C, src/types/pa_vcode_frame.h,
                   13684:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.C,
                   13685:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
                   13686:          www/htdocs/index.html: vcodeframe were mistakenly not completely
                   13687:          transparent to object writes.  $hash[^if(1){$hash}] now works
                   13688: 
                   13689:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   13690:          now erasing cache file [there were bad check on that]
                   13691: 
                   13692:        * src/classes/classes.dsp, src/classes/table.C,
                   13693:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/pa_array.C,
                   13694:          src/types/types.dsp, www/htdocs/index.html: all Debug dirs in
                   13695:          .dsp now named 'Debug'
                   13696: 
                   13697:        * etc/parser3.charsets/Makefile.am: all included into dist
                   13698: 
                   13699:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   13700: 
                   13701:        * operators.txt, src/types/pa_vmail.C, www/htdocs/index.html:
                   13702:          exception_type  email.format
                   13703: 
                   13704:        * src/types/pa_vmail.C, www/htdocs/global.xsl,
                   13705:          www/htdocs/index.html: mail:send empty  email checked
                   13706: 
                   13707: 2002-08-06  paf
                   13708: 
                   13709:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   13710:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
                   13711:          www/htdocs/index.html: ^table::create[$source;$.options]
                   13712:          ^table::join[$source;$.options]
                   13713: 
                   13714:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   13715:          src/classes/table.C, www/htdocs/index.html: sql options can be
                   13716:          string now ^xxx:sql{...}[ #  $.default() }
                   13717: 
                   13718:        * src/classes/file.C, www/htdocs/index.html: $f[file::cgi] $f.UPPER
                   13719:          case fields
                   13720: 
                   13721:        * src/classes/file.C, src/include/pa_globals.h,
                   13722:          src/main/pa_globals.C, src/main/pa_request.C,
                   13723:          src/types/pa_vfile.C, src/types/pa_vfile.h,
                   13724:          www/htdocs/index.html: $file.content-type [instead of .mime-type]
                   13725:          now works for file::stat also
                   13726: 
                   13727:        * src/main/pa_request.C, www/htdocs/index.html: case insensitive
                   13728:          mime_type_of
                   13729: 
                   13730:        * bin/auto.p.dist.in: jpeg
                   13731: 
                   13732: 2002-08-05  paf
                   13733: 
                   13734:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   13735: 
                   13736:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   13737: 
                   13738:        * operators.txt: comment on date:calendar week column
                   13739: 
                   13740:        * src/main/pa_common.C: write checked
                   13741: 
                   13742:        * src/main/: pa_common.C: write checked
                   13743: 
                   13744:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   13745: 
                   13746:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   13747:          month calendar week column [ISO 8601 Week Numbers]
                   13748: 
                   13749: 2002-08-02  paf
                   13750: 
                   13751:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   13752:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   13753:          DEBUG*
                   13754: 
                   13755:        * configure, configure.in, src/include/pa_version.h: release
                   13756:          3_0_0005
                   13757: 
                   13758:        * bin/auto.p.dist.in: unhandled_exception comments
                   13759: 
                   13760:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   13761:          multipart post fixed
                   13762: 
                   13763:        * operators.txt, src/main/pa_request.C, www/htdocs/index.html,
                   13764:          src/types/pa_vform.C: response transcoded source->client only
                   13765:          when text/* or simple onoverridden $response:body
                   13766: 
                   13767: 2002-08-01  paf
                   13768: 
                   13769:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13770:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13771:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13772:          classes/op.C, classes/response.C, classes/string.C,
                   13773:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88      moko     13774:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   13775:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     13776:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   13777:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   13778:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   13779:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   13780:          include/pa_socks.h, include/pa_sql_connection.h,
                   13781:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   13782:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   13783:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13784:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13785:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   13786:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   13787:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13788:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   13789:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   13790:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   13791:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   13792:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   13793:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   13794:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   13795:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   13796:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   13797:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   13798:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   13799:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   13800:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   13801:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   13802:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   13803:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   13804:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   13805:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13806:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   13807:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   13808:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13809:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13810:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13811:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13812:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13813:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13814:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13815:          types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
                   13816: 
                   13817:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   13818:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   13819:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13820:          classes/math.C, classes/op.C, classes/response.C,
                   13821:          classes/string.C, classes/table.C, classes/void.C,
                   13822:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     13823:          include/pa_array.h, include/pa_cache_managers.h,
                   13824:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     13825:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   13826:          include/pa_dictionary.h, include/pa_dir.h,
                   13827:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   13828:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   13829:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   13830:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   13831:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13832:          include/pa_stack.h, include/pa_string.h,
                   13833:          include/pa_stylesheet_connection.h,
                   13834:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13835:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13836:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   13837:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13838:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   13839:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13840:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   13841:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   13842:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   13843:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13844:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1.89      moko     13845:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   13846:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   13847:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   13848:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   13849:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   13850:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   13851:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   13852:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   13853:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   13854:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   13855:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13856:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   13857:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   13858:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13859:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   13860:          types/pa_vresponse.C, types/pa_vresponse.h,
                   13861:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13862:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   13863:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   13864:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   13865:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13866:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   13867:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   13868:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
1.88      moko     13869:          types/Makefile.am: ident.C* removed
1.86      moko     13870: 
1.88      moko     13871:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   13872:          file:find[/can/do/this/now.txt]
1.86      moko     13873: 
                   13874:        * src/targets/cgi/parser3.C: usage to stdout now
                   13875: 
                   13876: 2002-07-31  paf
                   13877: 
                   13878:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   13879: 
                   13880:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   13881:          default "postmaster"
                   13882: 
1.88      moko     13883:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   13884:          -f postmaster now default sendmail key word "postmaster"
                   13885:          replaced to $.from
1.86      moko     13886: 
                   13887: 2002-07-30  paf
                   13888: 
                   13889:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   13890:          src/targets/cgi/parser3.C: removed pa_config_paths.h
                   13891: 
                   13892:        * src/main/pa_charset.C: comment
                   13893: 
1.88      moko     13894:        * src/main/pa_charset.C, www/htdocs/auto.p: UTF-8 to 1byte charset
                   13895:          convert, no char in table, &#decimal;
1.86      moko     13896: 
                   13897:        * src/main/pa_request.C: comment
                   13898: 
                   13899:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   13900:          paragraf]
                   13901: 
                   13902: 2002-07-11  paf
                   13903: 
                   13904:        * src/main/pa_exec.C: build command line badly added params twice
                   13905:          [and first time without ' ']. double wrong. fixed.
                   13906: 
                   13907:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   13908:          wich parser did not provide = reported badly.  fixed that.
                   13909: 
                   13910:        * src/classes/mail.C: $MAIL[ # xxx ]
                   13911: 
                   13912:          now ok
                   13913: 
                   13914:        * operators.txt: plan: sql detailed exception
                   13915: 
                   13916: 2002-07-01  paf
                   13917: 
                   13918:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   13919:          [MForm.configure_admin were called when request.main_class ==0
                   13920: 
                   13921:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   13922: 
                   13923:        * src/classes/form.C: content_length type fix
                   13924: 
                   13925: 2002-06-30  paf
                   13926: 
                   13927:        * src/classes/mail.C: merged from 4
                   13928: 
                   13929:        * src/classes/mail.C: restored $MAIL
                   13930: 
                   13931: 2002-06-28  paf
                   13932: 
                   13933:        * configure, configure.in: removed paths.h
                   13934: 
                   13935:        * configure, src/include/pa_version.h,
                   13936:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   13937:          merged, makes updated
                   13938: 
                   13939:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   13940:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   13941:          src/include/pa_pool.h, src/include/pa_version.h,
                   13942:          src/main/pa_charset.C, src/main/pa_pool.C,
                   13943:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
1.88      moko     13944:          src/types/pa_vmail.C, www/htdocs/index.html: merged latest
                   13945:          updates to head
1.86      moko     13946: 
                   13947: 2002-06-27  paf
                   13948: 
1.89      moko     13949:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   13950:          not error now
1.86      moko     13951: 
                   13952:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   13953:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
1.88      moko     13954:          src/main/pa_charset.C, src/main/pa_pool.C, www/htdocs/index.html:
1.86      moko     13955:          ^xdoc::create[[uri]]... base uri for document being created,
                   13956:          imports and other relative file names would be relative to this
                   13957:          uri default uri=path_translated
                   13958: 
                   13959:        * src/classes/xdoc.C, www/htdocs/index.html: xsltParseStylesheetDoc
                   13960:          bug workaround
                   13961: 
                   13962: 2002-06-26  paf
                   13963: 
                   13964:        * configure, configure.in, src/include/pa_version.h:
                   13965:          release_3_0_0004
                   13966: 
                   13967:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   13968:          0 now
                   13969: 
1.88      moko     13970:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
1.86      moko     13971: 
                   13972: 2002-06-25  paf
                   13973: 
1.88      moko     13974:        * www/htdocs/index.html, src/main/pa_string.C: emtpy string, or
                   13975:          string of whitespaces considered bad number now
1.86      moko     13976: 
1.88      moko     13977:        * www/htdocs/index.html: ^xdoc.transform[xdoc <<can be now
                   13978: 
                   13979:        * operators.txt, src/classes/xdoc.C, www/htdocs/index.html:
1.86      moko     13980:          ^xdoc.transform[xdoc <<can be now
                   13981: 
                   13982:        * operators.txt, src/classes/string.C, www/htdocs/index.html:
                   13983:          ^string.normalize  [old name: optimize
                   13984: 
                   13985:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   13986:          library configured
                   13987: 
                   13988:        * src/main/pa_request.C: configure_admin forced if no @conf
                   13989: 
                   13990:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
1.88      moko     13991:          src/types/pa_vmail.C, www/htdocs/index.html: ^math:crypt updated
                   13992:          to generate random salt when needed and to call system crypt() if
                   13993:          not $apr1$ prefix
1.86      moko     13994: 
                   13995: 2002-06-24  paf
                   13996: 
                   13997:        * INSTALL: --with-static/shared-mailreceive described
                   13998: 
                   13999:        * src/include/pa_config_fixed.h: ssize_t fixed
                   14000: 
                   14001:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   14002:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   14003:          src/types/pa_vmail.C: $mail:received makes update
                   14004: 
                   14005:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   14006:          WITH_MAILRECEIVE
                   14007: 
                   14008:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   14009: 
                   14010:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   14011:          option, for $mail:receive
                   14012: 
                   14013:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   14014:          introducting $message:received ^mail:send rewritten with backward
                   14015:          comp
                   14016: 
1.88      moko     14017:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
1.86      moko     14018:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14019:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   14020:          now
                   14021: 
                   14022:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   14023:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   14024:          src/include/pa_request.h, src/include/pa_string.h,
                   14025:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   14026:          src/main/pa_globals.C, src/main/pa_request.C,
                   14027:          src/main/pa_string.C, src/main/pa_uue.C,
1.89      moko     14028:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   14029:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   14030:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp,
                   14031:          www/htdocs/index.html: uue to separate file introducting
                   14032:          $message:received ^mail:send rewritten with backward comp
1.86      moko     14033: 
                   14034: 2002-06-21  paf
                   14035: 
1.89      moko     14036:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   14037:          co changes
1.86      moko     14038: 
1.88      moko     14039:        * configure, configure.in, src/lib/md5/Makefile.am,
                   14040:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   14041:          restructure .in and .am files appropriate changes
1.86      moko     14042: 
                   14043:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   14044:          pcre to libs/ added libs/md5 which is linked to non-apache
                   14045:          targets ^math:crypt[password;$apr1$salt]
                   14046: 
                   14047:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   14048:          src/Makefile.am, src/classes/Makefile.am,
                   14049:          src/classes/classes.dsp, src/classes/math.C,
1.88      moko     14050:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
                   14051:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   14052:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   14053:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   14054:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   14055:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   14056:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   14057:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   14058:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.86      moko     14059:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   14060:          src/lib/pcre/pcre_parser_ctype.dsp,
                   14061:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   14062:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   14063:          src/main/compile.tab.C, src/main/main.dsp,
1.89      moko     14064:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   14065:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   14066:          src/types/types.dsp, www/htdocs/.htaccess, www/htdocs/index.html,
                   14067:          src/lib/Makefile.am: moved libltdl and pcre to libs/ added
                   14068:          libs/md5 which is linked to non-apache targets
                   14069:          ^math:crypt[password;$apr1$salt]
1.86      moko     14070: 
                   14071: 2002-06-20  paf
                   14072: 
                   14073:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
                   14074:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   14075:          src/doc/doxygen.cfg, src/include/pa_globals.h,
                   14076:          src/include/pa_request.h, src/main/execute.C,
1.89      moko     14077:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   14078:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h,
                   14079:          www/htdocs/auto.p, www/htdocs/index.html: marged latest HEAD
                   14080:          updates, mainly file:justname&co & @auto/conf[filespec
1.86      moko     14081: 
1.88      moko     14082:        * operators.txt, src/classes/file.C, www/htdocs/auto.p,
                   14083:          www/htdocs/index.html:     !^file:dirname[/a/some.tar.gz]=/a
1.86      moko     14084:              !^file:dirname[/a/b/]=/a
                   14085:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   14086:              !^file:justname[/a/some.tar.gz]=some.tar
                   14087:              !^file:justext[/a/some.tar.gz]=gz
                   14088: 
                   14089:        * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
                   14090:          src/main/pa_request.C, src/types/pa_vmethod_frame.h,
1.88      moko     14091:          www/htdocs/auto.p, www/htdocs/index.html: introducing
                   14092:          @conf/auto[filespec]
1.86      moko     14093: 
                   14094:        * bin/auto.p.dist.in: <noindex>
                   14095: 
                   14096:        * configure: parser3.conf renamed to auto.p autoconf changes
                   14097: 
                   14098:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   14099:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
1.89      moko     14100:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   14101:          src/targets/isapi/parser3isapi.C, www/htdocs/auto.p,
                   14102:          www/htdocs/index.html: parser3.conf renamed to auto.p
1.86      moko     14103: 
                   14104: 2002-06-18  paf
                   14105: 
                   14106:        * configure, configure.in, src/include/pa_version.h: version to
                   14107:          configure.in
                   14108: 
                   14109:        * INSTALL: reflected .conf.dist dir change
                   14110: 
                   14111:        * Makefile.am, configure, configure.in, bin/Makefile.am,
1.88      moko     14112:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
                   14113:          .in & *.am updated
1.86      moko     14114: 
                   14115:        * src/classes/file.C: strncasecmp
                   14116: 
                   14117:        * src/classes/file.C: strcasecmp
                   14118: 
                   14119:        * bin/Makefile.am, etc/Makefile.am, www/htdocs/index.html:
                   14120:          bin/parser3.conf.dist [moved from etc
                   14121: 
1.88      moko     14122:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   14123:          insensitive check now
1.86      moko     14124: 
1.88      moko     14125:        * src/classes/file.C, www/htdocs/index.html:
                   14126:          ^file::exec[script;$.bad now error, not skip
1.86      moko     14127: 
                   14128:        * configure, configure.in, src/include/pa_pool.h,
                   14129:          src/include/pa_types.h: pack configure.in detection simplified.
                   14130:          figured out that gcc on sparc not that stupid as thought
                   14131:          previously: on sparc: when it sees packed class it modifies it's
                   14132:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   14133:          operations [st, lduh] so packed must be all parts of packed
                   14134:          class, i.e. it's parents&fields(classes).  for now it's only
                   14135:          String that packed and what was wrong is that it's parent -
                   14136:          Pooled, were not packed. fixed that.
                   14137: 
                   14138: 2002-06-14  paf
                   14139: 
                   14140:        * operators.txt: more precise xml-to-text options
                   14141: 
                   14142:        * operators.txt, src/types/pa_vxnode.C: xnode
                   14143:          attribute_node.name/value xnode pi.node.data
                   14144: 
                   14145: 2002-06-12  paf
                   14146: 
                   14147:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   14148:          src/targets/cgi/parser3.C: removed root conf define creation
                   14149: 
                   14150:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   14151:          src/include/pa_globals.h, src/include/pa_request.h,
                   14152:          src/main/compile.tab.C, src/main/pa_globals.C,
1.89      moko     14153:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   14154:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
1.86      moko     14155: 
                   14156:        * src/classes/mail.C: sendmail -ti [default now]
                   14157: 
                   14158:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   14159:          to be strings. for convinient #ing
                   14160: 
1.88      moko     14161:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   14162:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
1.86      moko     14163: 
1.88      moko     14164:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   14165:          main/pa_globals.C, main/pa_request.C: @conf
1.86      moko     14166: 
                   14167: 2002-06-11  paf
                   14168: 
                   14169:        * src/classes/file.C: check simplified
                   14170: 
                   14171:        * src/classes/file.C, src/targets/cgi/parser3.dsp,
1.88      moko     14172:          src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   14173:          www/htdocs/index.html: suexec env keys filter plus CGI_ as valid
                   14174:          prefix
1.86      moko     14175: 
                   14176:        * src/classes/file.C, src/include/pa_request.h,
1.89      moko     14177:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   14178:          src/targets/isapi/parser3isapi.C, www/htdocs/index.html:
                   14179:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
1.86      moko     14180: 
                   14181: 2002-06-10  paf
                   14182: 
                   14183:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   14184:          src/main/pa_common.C: lock failures reported now
                   14185: 
1.88      moko     14186:        * src/main/compile_tools.C, www/htdocs/index.html: ^if(" 1 "){y}
                   14187:          bug fixed optimization string->double @ compile time were
                   14188:          not-enough-checking...
1.86      moko     14189: 
                   14190:        * src/main/compile.tab.C, src/main/pa_string.C,
1.88      moko     14191:          www/htdocs/index.html: whitespace after number in autoconvert now
                   14192:          ignored
1.86      moko     14193: 
                   14194:        * src/types/pa_vform.C, src/types/pa_vform.h,
                   14195:          www/htdocs/index.html: $form: not determined yet check
                   14196: 
                   14197:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   14198:          $response:body content-type:name
                   14199: 
                   14200:        * configure, configure.in: hpux check, nsl link, no socket
                   14201: 
                   14202:        * operators.txt: old merge conflict removed
                   14203: 
                   14204:        * configure, configure.in: pack even address access on sparc&co
                   14205:          arch checked in configure
                   14206: 
                   14207:        * configure, src/include/pa_version.h: makes
                   14208: 
                   14209:        * configure, configure.in, src/include/pa_version.h: makes
                   14210: 
                   14211:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   14212:          with charset even when all letters were 7bit one
                   14213: 
                   14214:        * src/main/pa_common.C: merged fixed -d (bug)
                   14215: 
                   14216:        * src/main/pa_common.C: fixed -d (bug)
                   14217: 
                   14218: 2002-06-03  paf
                   14219: 
                   14220:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
1.88      moko     14221:          src/classes/classes.dsp, src/main/compile.tab.C,
1.86      moko     14222:          src/main/main.dsp, src/main/pa_globals.C,
                   14223:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   14224:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp,
                   14225:          www/htdocs/index.html: fixed .dsp-s along with reorganized cvs
                   14226:          modules dirs structure
                   14227: 
1.88      moko     14228:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.89      moko     14229:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   14230:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   14231:          modules
1.86      moko     14232: 
                   14233: 2002-05-28  paf
                   14234: 
                   14235:        * src/targets/cgi/parser3.C: info.uri now ""
                   14236: 
                   14237: 2002-05-17  paf
                   14238: 
                   14239:        * src/classes/: table.C: ^table.save << checked empty
                   14240:          pre/match/post columns
                   14241: 
                   14242: 2002-05-16  paf
                   14243: 
1.88      moko     14244:        * src/classes/image.C, www/htdocs/index.html: image::measure can
                   14245:          png now
1.86      moko     14246: 
                   14247: 2002-05-15  paf
                   14248: 
1.88      moko     14249:        * operators.txt, src/classes/date.C, www/htdocs/index.html:
                   14250:          ^date::create[%H:%M[:%S]] added
1.86      moko     14251: 
                   14252:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   14253: 
1.88      moko     14254:        * operators.txt, src/classes/date.C, www/htdocs/.htaccess,
                   14255:          www/htdocs/auto.p, www/htdocs/index.html:
1.86      moko     14256:          ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
                   14257: 
                   14258: 2002-05-14  paf
                   14259: 
                   14260:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   14261: 
                   14262: 2002-05-07  paf
                   14263: 
                   14264:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   14265:          src/include/pa_globals.h, src/include/pa_request.h,
                   14266:          src/include/pa_table.h, src/main/compile.tab.C,
                   14267:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
1.88      moko     14268:          src/main/pa_request.C, src/main/pa_table.C,
1.86      moko     14269:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14270:          src/targets/isapi/parser3isapi.dsp,
                   14271:          src/targets/isapi/pool_storage.h, src/types/types.dsp,
                   14272:          www/htdocs/parser-status.html: Table name2number field now &.
                   14273:          main_method_name now on Request pool rather on global_pool
                   14274:          [Junction+VJunction created on same pool as name = were created
                   14275:          on global pool, causing mem leaks]
                   14276: 
1.88      moko     14277:        * src/classes/classes.dsp, src/classes/op.C,
                   14278:          src/include/pa_globals.h, src/include/pa_request.h,
                   14279:          src/include/pa_table.h, src/main/compile.tab.C,
                   14280:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   14281:          src/main/pa_request.C, src/main/pa_table.C,
1.86      moko     14282:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14283:          src/targets/isapi/parser3isapi.dsp,
                   14284:          src/targets/isapi/pool_storage.h, src/types/types.dsp,
                   14285:          www/htdocs/parser-status.html: Table name2number field now &.
                   14286:          main_method_name now on Request pool rather on global_pool
                   14287:          [Junction+VJunction created on same pool as name = were created
                   14288:          on global pool, causing mem leaks]
                   14289: 
                   14290: 2002-05-06  paf
                   14291: 
                   14292:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14293:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14294:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14295: 
                   14296:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14297:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14298:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14299: 
                   14300: 2002-04-30  paf
                   14301: 
                   14302:        * configure, src/include/pa_version.h: version now not b
                   14303: 
1.88      moko     14304:        * src/targets/cgi/parser3.C, www/htdocs/global.xsl,
                   14305:          www/htdocs/index.html: request.uri now never 0
1.86      moko     14306: 
                   14307: 2002-04-29  paf
                   14308: 
                   14309:        * configure.in: removed b
                   14310: 
                   14311:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   14312:          Exception::comment/type checked in (), no there's no empty
                   14313:          type/comment by default
                   14314: 
                   14315:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   14316:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   14317:          src/doc/value.dox, src/include/pa_exception.h,
                   14318:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   14319:          0001
                   14320: 
                   14321: 2002-04-26  paf
                   14322: 
                   14323:        * src/doc/doxygen.cfg, src/targets/cgi/parser3.dsp,
1.88      moko     14324:          www/htdocs/index.html: doxygen dot image size reduced
1.86      moko     14325: 
                   14326: 2002-04-25  paf
                   14327: 
                   14328:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   14329:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   14330:          now that took into account
                   14331: 
1.88      moko     14332:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   14333:          01:03:04]
1.86      moko     14334: 
                   14335:        * ChangeLog, operators.txt, src/classes/date.C,
                   14336:          www/htdocs/index.html: ^date::create[2002-12-33 01:03:04]
                   14337: 
                   14338:        * ChangeLog: updated changelog
                   14339: 
1.88      moko     14340:        * www/htdocs/index.html: sample of 'using junction out of context'
1.86      moko     14341: 
1.88      moko     14342:        * src/classes/table.C, www/htdocs/.htaccess, www/htdocs/index.html:
                   14343:          removed restriction on column count to ^table.hash to work, now
                   14344:          must be >0 [were >1]
1.86      moko     14345: 
                   14346: 2002-04-24  paf
                   14347: 
1.88      moko     14348:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.89      moko     14349:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14350:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   14351:          targets
1.86      moko     14352: 
                   14353: 2002-04-23  paf
                   14354: 
1.88      moko     14355:        * operators.txt, src/classes/string.C, www/htdocs/index.html:
                   14356:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   14357:          "junction used outside of context"]
1.86      moko     14358: 
                   14359: 2002-04-22  paf
                   14360: 
                   14361:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   14362:          src/main/pa_string.C, src/types/pa_vstring.C,
                   14363:          src/types/pa_vstring.h: ^string.optimize[]
                   14364: 
                   14365:        * src/: include/pa_globals.h, include/pa_table.h,
                   14366:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   14367:          table template
                   14368: 
                   14369:        * src/classes/: string.C: optimize removed from string
                   14370:          .left/right/pos
                   14371: 
1.88      moko     14372:        * src/main/execute.C: rolled back to
1.86      moko     14373:          before_killing_userjunction_contexts
                   14374: 
1.88      moko     14375:        * src/main/execute.C, www/htdocs/index.html: user junctions context
                   14376:          killed
1.86      moko     14377: 
1.88      moko     14378:        * src/main/execute.C, www/htdocs/index.html: junctions to local
                   14379:          contexts got cleanized&checked later
1.86      moko     14380: 
                   14381: 2002-04-19  paf
                   14382: 
                   14383:        * src/classes/string.C, src/include/pa_request.h,
                   14384:          src/include/pa_string.h, src/main/pa_request.C,
                   14385:          src/main/pa_string.C, src/types/pa_vstring.C,
1.88      moko     14386:          src/types/pa_vstring.h, www/htdocs/index.html: string now
                   14387:          optimized prior to .left .right .mid .pos .match when that is
                   14388:          profitable, and always before .replace when $ORIGINS(1)
                   14389:          optimization disabled economy from not wasting mem on lots of
                   14390:          strings which occur by lots of String:mid calls to get parts of
                   14391:          source string between found_occurances
1.86      moko     14392: 
                   14393:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   14394:          ^file:list
                   14395: 
                   14396:        * src/: include/pa_globals.h, include/pa_table.h,
                   14397:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   14398:          globalized, not created @ each ^match anymore economy:
                   14399:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   14400: 
                   14401:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   14402:          removed from each String::match replace iteration, and made
                   14403:          stacked sizeof(VTable)=12bytes economy on each replace code
                   14404: 
                   14405:        * src/doc/footer.htm: 2001,
                   14406: 
                   14407:        * src/classes/string.C, src/include/pa_string.h,
                   14408:          src/main/pa_string.C, www/htdocs/index.html: string.match[][']
                   14409:          option enables generation of $match.prematch .match .postmatch
                   14410:          columns
                   14411: 
                   14412:        * src/main/pa_string.C: String::match options analized without
                   14413:          cstr-ing them now
                   14414: 
                   14415:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   14416:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   14417:          config updated to doxygen 1.2.15, created helper which fixes
                   14418:          minor bugs in chm project files & htm tree.  changed extension to
                   14419:          .htm
                   14420: 
                   14421: 2002-04-18  paf
                   14422: 
                   14423:        * src/doc/doxygen.cfg: .chi generation disabled
                   14424: 
                   14425:        * src/classes/classes.h, src/classes/xdoc.C, src/classes/xnode.C,
1.88      moko     14426:          src/classes/xnode.h, src/types/pa_vxdoc.C, www/htdocs/index.html:
                   14427:          xdoc(xnode) now fully - fields&methods
1.86      moko     14428: 
                   14429:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   14430:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   14431:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   14432:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   14433:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   14434:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   14435:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   14436:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   14437:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   14438:          VStateless_class to VObject
                   14439: 
                   14440:        * src/main/pa_request.C, src/types/pa_valiased.h,
                   14441:          src/types/pa_vstateless_class.h,
                   14442:          src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
1.88      moko     14443:          www/htdocs/index.html: VStateless_string_object speicalized light
                   14444:          version of VStateless_object
1.86      moko     14445: 
                   14446:        * src/classes/op.C: ^throw comment param made optional
                   14447: 
                   14448:        * src/types/pa_valiased.C, src/types/pa_valiased.h,
                   14449:          src/types/pa_vclass.h, src/types/pa_vobject.h,
1.88      moko     14450:          src/types/pa_wcontext.C, www/htdocs/index.html: VAliased get/set
                   14451:          alias now virtual and implemented down in VClass, fclass_alias
                   14452:          removed,
1.86      moko     14453: 
                   14454:        * src/types/pa_value.C: forced to cut that from .h because of
                   14455:          VStateless_class usage [undefined in .h]
                   14456: 
                   14457:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   14458:          src/main/compile.y, src/main/compile_tools.C,
                   14459:          src/main/compile_tools.h, src/main/execute.C,
                   14460:          src/main/pa_request.C, src/types/pa_vmethod_frame.h,
1.88      moko     14461:          www/htdocs/index.html: OP_GET_METHOD_FRAME merged with OP_CALL,
                   14462:          VCodeFrame move to stack [no more heap waste on each CALL]
1.86      moko     14463: 
                   14464:        * src/classes/classes.h, src/classes/date.C, src/classes/double.C,
                   14465:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   14466:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   14467:          src/classes/math.C, src/classes/op.C, src/classes/response.C,
                   14468:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14469:          src/classes/xnode.C, src/include/pa_globals.h,
                   14470:          src/include/pa_request.h, src/main/execute.C,
                   14471:          src/main/pa_globals.C, src/main/pa_request.C,
                   14472:          src/types/Makefile.am, src/types/pa_value.h,
                   14473:          src/types/pa_vdouble.h, src/types/pa_vform.C,
                   14474:          src/types/pa_vhash.h, src/types/pa_vint.h, src/types/pa_vmath.h,
                   14475:          src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
                   14476:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14477:          src/types/pa_wwrapper.h, src/types/types.dsp,
1.88      moko     14478:          www/htdocs/index.html: removed Value::fname
1.86      moko     14479: 
                   14480: 2002-04-17  paf
                   14481: 
                   14482:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   14483:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   14484:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   14485:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   14486:          state, PTHROW freshen to throw & co
                   14487: 
                   14488:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   14489: 
                   14490:        * src/classes/op.C: taint local result var bug fixed
                   14491: 
                   14492: 2002-04-16  paf
                   14493: 
1.88      moko     14494:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   14495:          Attic asm.txt as most interesting
1.86      moko     14496: 
                   14497:        * src/main/pa_request.C, src/targets/isapi/parser3isapi.C,
                   14498:          www/htdocs/index.html: removed check, preventing content-length:
                   14499:          0 from appearing
                   14500: 
                   14501:        * src/main/execute.C, www/htdocs/index.html: $result in @main now
                   14502:          taken into account as in usual functions
                   14503: 
1.88      moko     14504:        * src/doc/postbuild.txt, src/main/execute.C, www/htdocs/index.html:
                   14505:          $result in @postprocess & @unhandled_exception now taken into
                   14506:          account as in usual functions
1.86      moko     14507: 
                   14508:        * src/doc/postbuild.txt: instructions on post .html build
                   14509: 
                   14510:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   14511: 
1.88      moko     14512:        * src/classes/file.C, src/main/pa_exec.C, www/htdocs/index.html:
                   14513:          stderr of execs mark as tainted
1.86      moko     14514: 
                   14515:        * src/main/pa_request.C: uri in error log
                   14516: 
1.88      moko     14517:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   14518:          cheched date:create(days) param for validity [later were assumed
                   14519:          valid and crashed on invalid onces]
1.86      moko     14520: 
1.88      moko     14521:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   14522:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   14523:          and used that for removing VString wrapper
1.86      moko     14524: 
                   14525:        * src/classes/op.C: exception2vhash file now tainted
                   14526: 
1.88      moko     14527:        * src/classes/op.C: _process pseudo origin copied from local var to
                   14528:          heap
1.86      moko     14529: 
1.88      moko     14530:        * src/classes/op.C, www/htdocs/auto.p: extra check on empty file in
                   14531:          origin in _execute
1.86      moko     14532: 
                   14533: 2002-04-15  paf
                   14534: 
1.88      moko     14535:        * src/: main/execute.C, types/pa_value.h: fixed name update
1.86      moko     14536: 
1.88      moko     14537:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   14538:          functions
1.86      moko     14539: 
                   14540:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   14541:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   14542:          started dual write_xxx_lang functions, if checked & works
                   14543: 
                   14544:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   14545:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   14546:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   14547:          unnecessary VString shells
                   14548: 
                   14549:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   14550:          prev changes]
                   14551: 
1.88      moko     14552:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   14553:          classes/table.C, include/pa_request.h, main/execute.C,
                   14554:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   14555:          StringOrValue wcontext result, now ready for dual writes
1.86      moko     14556: 
                   14557:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   14558:          checked that
                   14559: 
                   14560:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   14561:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   14562:          changed to OP_WRITE_VALUE in var get cases
                   14563: 
                   14564:        * src/classes/op.C, src/include/pa_globals.h,
                   14565:          src/include/pa_opcode.h, src/include/pa_request.h,
                   14566:          src/main/compile.tab.C, src/main/compile.y,
                   14567:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14568:          src/main/execute.C, src/main/pa_globals.C, src/main/pa_request.C,
1.88      moko     14569:          src/targets/cgi/parser3.C, www/htdocs/index.html: switch in hash
                   14570:          constructor fixed [were problems with using of stacked wwrapper
                   14571:          after it's death]
1.86      moko     14572: 
                   14573: 2002-04-12  paf
                   14574: 
1.88      moko     14575:        * operators.txt, src/classes/table.C, www/htdocs/index.html:
                   14576:          table.select(expression) 0
1.86      moko     14577: 
                   14578: 2002-04-11  paf
                   14579: 
                   14580:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   14581:          Request::process_internal codeFrame & wwrapper stacked [not
                   14582:          wasting  heap anymore]
                   14583: 
                   14584: 2002-04-10  paf
                   14585: 
                   14586:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   14587:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   14588:          classes/string.C, classes/table.C, classes/void.C,
                   14589:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   14590:          main/pa_string.C: killed Request::process() wrapping
                   14591:          VString(String) in case we need only String
                   14592: 
                   14593:        * src/include/pa_string.h, src/main/pa_string.C,
1.88      moko     14594:          src/main/untaint.C, www/htdocs/index.html: killed 8 bytes from
                   14595:          String.head
1.86      moko     14596: 
                   14597: 2002-04-09  paf
                   14598: 
1.88      moko     14599:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   14600:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   14601:          local*/char b[...];      a=b; situations
1.86      moko     14602: 
1.88      moko     14603:        * operators.txt, src/classes/xdoc.C: xslt params made literal
1.86      moko     14604: 
1.88      moko     14605:        * src/classes/xdoc.C, www/htdocs/global.xsl, www/htdocs/index.html:
                   14606:          xslt params fixed
1.86      moko     14607: 
                   14608:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   14609:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   14610:          not pool.malloc(MAX_NUMBER) but really neaded
                   14611: 
                   14612:        * operators.txt, src/classes/double.C, src/classes/int.C,
                   14613:          www/htdocs/global.xsl: int/double.int/double(default)
                   14614: 
                   14615: 2002-04-04  paf
                   14616: 
                   14617:        * src/include/pa_string.h, src/main/pa_string.C,
1.88      moko     14618:          www/htdocs/index.html: fixed string.replace [when reconstructing
                   14619:          pieces were split by max_integral(piece.size), thus some strings
                   14620:          to replace happen to be split into two = not replaced)
1.86      moko     14621: 
                   14622:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   14623:          standalone version = current dir
                   14624: 
                   14625:        * src/targets/cgi/parser3.C: document root in standalone version =
                   14626:          current dir
                   14627: 
                   14628: 2002-04-03  paf
                   14629: 
                   14630:        * configure, configure.in: more checks on nonexistent charset
                   14631: 
                   14632:        * INSTALL, configure, configure.in: root config configure options
                   14633: 
                   14634: 2002-04-02  paf
                   14635: 
                   14636:        * src/main/compile.C: parser.compile [exception name more like in
                   14637:          doc]
                   14638: 
                   14639: 2002-04-01  paf
                   14640: 
1.88      moko     14641:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   14642:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   14643:          .content-type.charset, not .charset
1.86      moko     14644: 
                   14645: 2002-03-29  paf
                   14646: 
                   14647:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   14648: 
1.88      moko     14649:        * operators.txt, src/classes/date.C, www/htdocs/index.html:
                   14650:          ^date::create now may not supply day, default 1.  checked 29.03
                   14651:          -> 29.02 roll on non 366 days' year.  | 31.05->31.04   roll
1.86      moko     14652: 
                   14653: 2002-03-28  paf
                   14654: 
                   14655:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   14656:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14657:          src/main/pa_globals.C, src/types/pa_vdate.h,
                   14658:          www/htdocs/index.html: ^cache[file][date]{    ^cache(seconds)
                   14659:          ^cache[date] }
                   14660: 
                   14661:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   14662:          param
                   14663: 
                   14664: 2002-03-27  paf
                   14665: 
                   14666:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   14667:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   14668:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   14669:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   14670:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
1.88      moko     14671:          src/classes/xnode.C, src/include/pa_exception.h,
                   14672:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   14673:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
1.86      moko     14674:          src/main/pa_array.C, src/main/pa_charset.C,
                   14675:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14676:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   14677:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   14678:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   14679:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
1.89      moko     14680:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   14681:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   14682:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
1.86      moko     14683:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   14684:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   14685:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
1.88      moko     14686:          src/types/pa_wwrapper.h, www/htdocs/index.html: assigned
                   14687:          exception types
1.86      moko     14688: 
                   14689:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   14690:          src/include/pa_request.h, src/main/execute.C,
1.88      moko     14691:          src/main/pa_request.C: decided agains resetting exception_trace,
                   14692:          just changed name
1.86      moko     14693: 
                   14694: 2002-03-26  paf
                   14695: 
                   14696:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   14697:          fixed
                   14698: 
                   14699:        * src/classes/op.C, www/htdocs/index.html: forced language of
                   14700:          $source field of exception to 'tainted', so that sql-langed-frags
                   14701:          could be outputed outside of connect
                   14702: 
                   14703:        * operators.txt: removed date.roll limit of +-1 offset
                   14704: 
                   14705:        * src/classes/date.C, www/htdocs/index.html: removed date.roll
                   14706:          limit of +-1 offset
                   14707: 
                   14708:        * operators.txt, src/classes/date.C, www/htdocs/index.html: fixed
                   14709:          date roll on daylightsaving days mktime took into account
                   14710:          tm_isdst flag, which remained from BEFORE roll, but should have
                   14711:          been reset
                   14712: 
                   14713: 2002-03-25  paf
                   14714: 
                   14715:        * operators.txt, src/targets/cgi/parser3.C:
                   14716:          http_site_config_filespec
                   14717: 
                   14718:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   14719:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   14720:          with any/both --disable-foreign-group-files --disable-execs
                   14721: 
                   14722:        * INSTALL: "--with=sendmail=COMMAND" comment
                   14723: 
                   14724:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   14725:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
                   14726:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   14727:          disables execs also.  introducing --sendmail
                   14728: 
                   14729:        * operators.txt: pgsql options comment
                   14730: 
                   14731:        * INSTALL: comment on --disable-link-stdcpp
                   14732: 
                   14733:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   14734:          libstdc++ link skipping configure option
                   14735: 
                   14736:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   14737:          with error were put to cache with 'marked_to_rollback' flag, all
                   14738:          consequent even OK requests rolled back
                   14739: 
                   14740: 2002-03-22  paf
                   14741: 
                   14742:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   14743:          false return
                   14744: 
                   14745:        * operators.txt: few comments on sets
                   14746: 
                   14747: 2002-03-18  paf
                   14748: 
                   14749:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   14750:          src/include/pa_globals.h, src/include/pa_request.h,
                   14751:          src/include/pa_stack.h, src/main/pa_globals.C,
1.88      moko     14752:          src/main/pa_request.C, www/htdocs/index.html: introducing ^try
1.86      moko     14753: 
                   14754:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   14755:          types/pa_vdouble.h: removed some tested @tests
                   14756: 
                   14757: 2002-03-15  paf
                   14758: 
                   14759:        * operators.txt, src/classes/table.C, www/htdocs/index.html:
                   14760:          ^table.locate(logical expr)
                   14761: 
                   14762: 2002-03-13  paf
                   14763: 
                   14764:        * src/main/pa_exception.C: checked not-pooled malloc
                   14765: 
                   14766: 2002-03-11  paf
                   14767: 
                   14768:        * INSTALL, configure, configure.in,
                   14769:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   14770: 
                   14771:        * src/main/pa_common.C: --disable-foreign-group-files
                   14772: 
                   14773:        * INSTALL, www/htdocs/index.html: --disable-execs
                   14774: 
                   14775:        * src/main/pa_exec.C, www/htdocs/index.html: --disable-execs
                   14776: 
                   14777:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   14778:          --disable-execs
                   14779: 
                   14780:        * src/include/pa_config_fixed.h, src/main/pa_exec.C,
                   14781:          www/htdocs/index.html: --disable-execs
                   14782: 
                   14783:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   14784:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   14785: 
                   14786: 2002-03-05  paf
                   14787: 
                   14788:        * operators.txt, src/classes/date.C: date week calendar columns
                   14789:          named
                   14790: 
                   14791:        * operators.txt, src/classes/date.C: date week calendar columns
                   14792:          named
                   14793: 
                   14794:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   14795:          requires headers to be terminated with \r\n manually [refuses to
                   14796:          separate header/body itself]
                   14797: 
                   14798:        * src/main/pa_globals.C, src/targets/cgi/parser3.C,
                   14799:          src/targets/isapi/parser3isapi.C, www/htdocs/index.html: isapi
                   14800:          site config beside .dll
                   14801: 
                   14802: 2002-03-04  paf
                   14803: 
1.88      moko     14804:        * src/classes/op.C, src/types/pa_vfile.C, www/htdocs/index.html:
                   14805:          process body now evaluated in PASS language
1.86      moko     14806: 
                   14807:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   14808:          deserialize checks on broken file
                   14809: 
                   14810:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   14811:          parser3isapi.dsp: isapi updated
                   14812: 
                   14813: 2002-03-01  paf
                   14814: 
                   14815:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   14816: 
                   14817: 2002-02-28  paf
                   14818: 
                   14819:        * src/main/untaint.C: removed some debug comments
                   14820: 
                   14821:        * src/main/pa_charsets.C: when placing charset to cache using
                   14822:          global name now [were request]
                   14823: 
1.89      moko     14824:        * configure, configure.in: apache module updated
1.86      moko     14825: 
1.89      moko     14826:        * www/htdocs/auto.p: apache module updated
1.86      moko     14827: 
                   14828:        * src/main/pa_string.C: origin by first piece preferred before last
                   14829:          piece
                   14830: 
                   14831: 2002-02-27  paf
                   14832: 
                   14833:        * src/main/pa_charset.C: size_t
                   14834: 
                   14835:        * INSTALL: shared/static-xml with-pathlink
                   14836: 
                   14837:        * operators.txt: SMTP comment
                   14838: 
                   14839: 2002-02-26  paf
                   14840: 
                   14841:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   14842: 
1.88      moko     14843:        * src/classes/xnode.C, www/htdocs/auto.p, www/htdocs/global.xsl,
                   14844:          www/htdocs/index.html: in some situation, xpath query returned
                   14845:          result with type NODESET, but empty nodeset member field, checked
                   14846:          that
1.86      moko     14847: 
                   14848: 2002-02-22  paf
                   14849: 
                   14850:        * INSTALL: without-zlib comment
                   14851: 
                   14852:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   14853: 
                   14854:        * configure, configure.in: glib###.a detection fixed
                   14855: 
                   14856:        * INSTALL: hashfile removed from INSTALL
                   14857: 
                   14858:        * Makefile.am: make update
                   14859: 
1.88      moko     14860:        * src/main/pa_string.C: string iterators fixed again, so were
                   14861:          String::join_chain
1.86      moko     14862: 
1.88      moko     14863:        * src/main/pa_string.C: string iterators fixed again, so were
                   14864:          String::join_chain
1.86      moko     14865: 
1.88      moko     14866:        * src/include/pa_string.h, src/main/pa_string.C, www/htdocs/auto.p,
1.86      moko     14867:          www/htdocs/index.html: string iterators fixed again, so were
                   14868:          String::join_chain
                   14869: 
1.88      moko     14870:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
1.86      moko     14871: 
                   14872:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   14873:          "session"
                   14874: 
                   14875:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   14876:          --with-shared-xml --with-static-xml
                   14877: 
1.88      moko     14878:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.86      moko     14879:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14880:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   14881:          xalan&xml
                   14882: 
                   14883:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   14884: 
                   14885:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   14886:          src/types/types.dsp: removed hashfile support from sources for
                   14887:          now
                   14888: 
                   14889:        * configure, configure.in, src/classes/Makefile.am,
                   14890:          src/classes/hashfile.C, src/include/Makefile.am,
                   14891:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   14892:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   14893:          src/main/Makefile.am, src/main/pa_db_connection.C,
                   14894:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.89      moko     14895:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   14896:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   14897:          src/types/pa_vhashfile.h: removed hashfile support for now
1.86      moko     14898: 
                   14899: 2002-02-21  paf
                   14900: 
1.88      moko     14901:        * src/main/untaint.C: removed debug code, activated commented-for
                   14902:          debug parts
1.86      moko     14903: 
                   14904:        * Makefile.am: make cvsupdate
                   14905: 
1.88      moko     14906:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   14907:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
1.86      moko     14908:          append_row, not at link zero now string to string appending works
                   14909: 
                   14910: 2002-02-20  paf
                   14911: 
                   14912:        * src/include/pa_string.h, src/main/execute.C, src/main/untaint.C,
                   14913:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
                   14914:          www/htdocs/index.html: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
                   14915: 
1.88      moko     14916:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14917:          economy: 22%
1.86      moko     14918: 
1.88      moko     14919:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14920:          space uptimized: string::link_row removed
1.86      moko     14921: 
                   14922:        * src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   14923:          src/main/pa_db_manager.C, src/main/pa_dictionary.C,
                   14924:          src/main/pa_string.C, src/main/untaint.C,
                   14925:          src/targets/cgi/parser3.C, src/types/pa_vcookie.C,
                   14926:          src/types/pa_vstring.h, www/htdocs/index.html: speed uptimized:
                   14927:          string::is_empty
                   14928: 
                   14929:        * operators.txt, src/include/pa_common.h,
                   14930:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   14931:          src/include/pa_types.h, src/main/compile.tab.C,
                   14932:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   14933:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
                   14934:          www/htdocs/auto.p, www/htdocs/global.xsl, www/htdocs/index.html:
                   14935:          strign to string append optimiziation idea and estimates
                   14936: 
                   14937: 2002-02-19  paf
                   14938: 
                   14939:        * src/classes/math.C: not used directly [but erroreously reported
                   14940:          that 'is', thus registering twice&other probs]
                   14941: 
                   14942:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   14943:          to node [element]
                   14944: 
                   14945:        * src/main/compile.C: without string_origins parse error
                   14946:          file+line+col possible
                   14947: 
                   14948:        * src/main/: compile.C: without string_origins not worked
                   14949: 
                   14950: 2002-02-18  paf
                   14951: 
                   14952:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   14953:          trick i've installed into double::as_string
                   14954: 
                   14955:        * src/main/pa_globals.C: extern "C" was removed too fast
                   14956: 
                   14957:        * src/include/pa_opcode.h, src/include/pa_request.h,
                   14958:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   14959:          src/types/pa_wcontext.h, www/htdocs/index.html: in_expression
                   14960:          aimed to solve old problem with string/nonstring values, now in
                   14961:          expressions double/int values are passed as-is, without stupid
                   14962:          tostring/fromstring conversions
                   14963: 
                   14964:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   14965:          __cplusplus } #endif
                   14966: 
                   14967:        * src/main/compile.tab.C: bison env set so one could compile
                   14968:          without cygwin installed
                   14969: 
1.88      moko     14970:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
1.86      moko     14971:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   14972:          gnome xml libs parser .dsp-s changed accordingly
                   14973: 
                   14974:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   14975: 
                   14976:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   14977:          with backward comp
                   14978: 
                   14979:        * src/classes/math.C, www/htdocs/index.html: math:random range
                   14980:          check fixed
                   14981: 
                   14982:        * src/main/compile.tab.C, src/main/compile.y,
                   14983:          www/htdocs/global.xsl, www/htdocs/index.html: integer  division
                   14984:          stops name
                   14985: 
                   14986:        * INSTALL: local install comment
                   14987: 
                   14988:        * ltconfig, ltmain.sh: removed libtool subpart files
                   14989: 
                   14990:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   14991:          src/include/pa_config_auto.h.in,
1.89      moko     14992:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   14993:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.86      moko     14994: 
                   14995:        * operators.txt: \ comment
                   14996: 
                   14997: 2002-02-13  paf
                   14998: 
                   14999:        * src/include/pa_config_includes.h: sys/time time both included
                   15000:          now.  vaguely remember confilicts on this on some system [not on
                   15001:          six|ablv] so when would see them again would think up proper
                   15002:          check
                   15003: 
                   15004:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   15005:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
                   15006: 
                   15007:        * src/main/pa_common.C: truncation never occured when writing files
                   15008:          on unix [since i've changed cache mech] fix
                   15009: 
                   15010:        * src/main/pa_common.C: strnchr: sanity check added
                   15011: 
                   15012:        * etc/parser3.charsets/windows-1257.cfg: id added
                   15013: 
1.88      moko     15014:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   15015:          baltic charset file generated, in generation script ispunct check
                   15016:          added
1.86      moko     15017: 
                   15018: 2002-02-08  paf
                   15019: 
1.88      moko     15020:        * src/: include/Makefile.am, sql/Makefile.am,
                   15021:          targets/isapi/Makefile.am: forgotten makes
1.86      moko     15022: 
                   15023:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   15024:          forgotten
                   15025: 
                   15026:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   15027: 
                   15028:        * INSTALL, README: install&others updated
                   15029: 
                   15030:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   15031: 
                   15032:        * Makefile.am, configure, configure.in,
                   15033:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
1.88      moko     15034:          src/classes/Makefile.am, src/main/Makefile.am,
                   15035:          src/main/pa_status_provider.C, src/targets/Makefile.am,
1.89      moko     15036:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   15037:          works
1.86      moko     15038: 
                   15039:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15040:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15041:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   15042:          classes/math.C, classes/op.C, classes/response.C,
                   15043:          classes/string.C, classes/table.C, classes/void.C,
                   15044:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15045:          include/pa_array.h, include/pa_cache_managers.h,
                   15046:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15047:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15048:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15049:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15050:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15051:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15052:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15053:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15054:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15055:          include/pa_stack.h, include/pa_string.h,
                   15056:          include/pa_stylesheet_connection.h,
                   15057:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15058:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15059:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15060:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   15061:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15062:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15063:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   15064:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   15065:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   15066:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
1.89      moko     15067:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   15068:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   15069:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15070:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15071:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   15072:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15073:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15074:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   15075:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   15076:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   15077:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15078:          types/pa_vrequest.h, types/pa_vresponse.h,
1.86      moko     15079:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15080:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15081:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   15082:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   15083:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   15084:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   15085:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   15086:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   15087:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   15088:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   15089:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   15090: 
                   15091:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15092:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15093:          classes/hashfile.C, classes/image.C, classes/int.C,
                   15094:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15095:          classes/string.C, classes/table.C, classes/void.C,
                   15096:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15097:          include/pa_array.h, include/pa_cache_managers.h,
                   15098:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15099:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15100:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15101:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15102:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15103:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15104:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15105:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15106:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15107:          include/pa_stack.h, include/pa_string.h,
                   15108:          include/pa_stylesheet_connection.h,
                   15109:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15110:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15111:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   15112:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   15113:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15114:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15115:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15116:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   15117:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   15118:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15119:          main/pa_status_provider.C, main/pa_string.C,
                   15120:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
1.89      moko     15121:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   15122:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15123:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15124:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15125:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   15126:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   15127:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15128:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15129:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15130:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15131:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   15132:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   15133:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15134:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15135:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15136:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15137:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15138:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15139:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15140:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15141:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
1.86      moko     15142: 
                   15143: 2002-02-07  paf
                   15144: 
                   15145:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   15146: 
                   15147:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   15148:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   15149:          added yet another locking function: fcntl
                   15150: 
                   15151:        * config.sub: on cygwin configure passes it with strange i1586
                   15152:          const, hacked it to mean i586
                   15153: 
                   15154:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   15155:          disabled $if reference due to conflicts with local variables
                   15156: 
                   15157:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   15158:          xdoc::set obsolete now, now xdoc::create, with both sences
                   15159: 
                   15160:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   15161:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
                   15162:          www/htdocs/auto.p, www/htdocs/index.html: table::create now //
                   15163:          'set' name obsolete now table clone.
                   15164: 
                   15165:        * operators.txt, src/classes/string.C,
                   15166:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   15167:          ^int/double/string.format now can be called with normal []
                   15168:          brackets, not stupid {} as it were implemented for some strange
                   15169:          reason.  retaining backward compatibility due to some
                   15170:          already-implemented servers
                   15171: 
                   15172:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   15173:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   15174:          operators now detected by check at name_without_curly_rdive_read
                   15175:          rule whether diving code constists only of
                   15176:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   15177:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   15178:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   15179: 
                   15180: 2002-02-06  paf
                   15181: 
                   15182:        * configure, configure.in: prefix expanded, grr
                   15183: 
                   15184:        * operators.txt, src/classes/mail.C: mail:send config changed
                   15185: 
                   15186: 2002-02-05  paf
                   15187: 
                   15188:        * operators.txt: regex options commented
                   15189: 
                   15190:        * src/main/: pa_exec.C: argv0 now correct
                   15191: 
                   15192:        * src/types/pa_vstatus.C: status:rusage 3
                   15193: 
                   15194:        * src/types/pa_vstatus.C: status:rusage 2
                   15195: 
                   15196:        * operators.txt: status:rusage described int operators
                   15197: 
                   15198:        * src/types/pa_vstatus.C: status:rusage 1
                   15199: 
                   15200:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   15201:          src/types/types.dsp: status:rusage
                   15202: 
                   15203:        * configure.in, operators.txt, src/classes/file.C,
                   15204:          src/classes/op.C, src/include/pa_common.h,
                   15205:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   15206:          src/main/pa_common.C, www/htdocs/index.html: rewritten ^cache to
                   15207:          use non-blocking-exclusive-caches
                   15208: 
                   15209:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   15210:          [speed impact. was off for debugging purpose, but forgotten
                   15211:          afterwards]
                   15212: 
                   15213: 2002-02-01  paf
                   15214: 
                   15215:        * src/classes/op.C: file_write does EX lock after create, while
                   15216:          file_read does SH after open, so there's a moment after create
                   15217:          but before EX lock when read can sneak into, and read
                   15218:          just-created-for-writing-and-not-yet-locked file, added a check
                   15219:          for that in ^cache...read
                   15220: 
                   15221: 2002-01-31  paf
                   15222: 
                   15223:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   15224:          ^xxx:
                   15225: 
                   15226:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   15227:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   15228: 
                   15229:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   15230:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   15231:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   15232:          operators check 6.1 rewritten. now check is done at compile time
                   15233: 
                   15234:        * src/main/execute.C: operators check 5 floated up old error of
                   15235:          staying in 'entered class/object' state after $a($a..) it
                   15236:          prevented operators from being called thereafter
                   15237: 
                   15238:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15239:          main/execute.C: operators check 4 floated up old error of staying
                   15240:          in 'entered object' state after ^a.a(a) it prevented operators
                   15241:          from being called thereafter
                   15242: 
                   15243:        * src/main/execute.C: operators check 3 floated up old error of
                   15244:          staying in 'entered class' state after $a:a(a) it prevented
                   15245:          operators from being called thereafter
                   15246: 
                   15247:        * src/main/execute.C, src/types/pa_wcontext.h, www/htdocs/auto.p,
                   15248:          www/htdocs/index.html: operators check 2 floated up old error of
                   15249:          staying in 'entered class' state after $a:a[a] it prevented
                   15250:          operators from being called thereafter
                   15251: 
                   15252:        * src/main/execute.C, www/htdocs/index.html: operators check, thay
                   15253:          mistakenly seen in   $class:operator   $object.operators contexts
                   15254: 
                   15255:        * src/classes/xdoc.C, src/targets/cgi/parser3.dsp,
                   15256:          www/htdocs/index.html: now compiles under win32
                   15257: 
                   15258:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
1.88      moko     15259:          src/classes/Makefile.am, src/main/Makefile.am,
1.89      moko     15260:          src/targets/cgi/Makefile.am,
1.86      moko     15261:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
                   15262:          src/types/Makefile.am: lowered indent.awk back to src/
                   15263: 
                   15264:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   15265:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   15266:          configure, configure.in, form.txt, ident.awk, install-sh,
                   15267:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   15268:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
                   15269:          etc/parser3.charsets/Makefile.am,
                   15270:          etc/parser3.charsets/koi8-r.cfg,
                   15271:          etc/parser3.charsets/windows-1250.cfg,
                   15272:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.88      moko     15273:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
1.89      moko     15274:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   15275:          src/targets/cgi/parser3.C, src/types/Makefile.am,
                   15276:          www/Makefile.am, www/htdocs/auto.p, www/htdocs/global.xsl,
                   15277:          www/htdocs/index.html, www/htdocs/parser-status.html,
                   15278:          www/htdocs/people.dtd: moved etc&www out of src, moved
                   15279:          configure&co out of src added windows-1250.cfg straightened
                   15280:          installation scripts procedure made targets/cgi/parser3.C be
                   15281:          dependant on ./configure --sysconfdir change
1.86      moko     15282: 
                   15283: 2002-01-30  paf
                   15284: 
                   15285:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   15286:          removed] those comments were a mistake, and prevented libltdl
                   15287:          from function properly
                   15288: 
                   15289: 2002-01-29  paf
                   15290: 
1.88      moko     15291:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   15292:          creation [modified acinclude.m4 which were creating int into just
                   15293:          assignment LIBTOOL=../libtool] added default system
                   15294:          config&charsetts prepared 'make install', now it installs
                   15295:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   15296:          etc/parser3.charsets/* into $sysconfdir and
1.86      moko     15297:          $sysconfdir/parser3.charsets respectively
                   15298: 
                   15299:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
1.88      moko     15300:          main/pa_globals.C: few forgotten ifdef XML added
1.86      moko     15301: 
                   15302: 2002-01-28  paf
                   15303: 
                   15304:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
                   15305:          removed
                   15306: 
                   15307:        * src/main/pa_exception.C: dom|generic error output fix
                   15308: 
                   15309:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   15310: 
                   15311:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   15312: 
                   15313:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   15314:          [fixed as_node helper func to accept docs]
                   15315: 
                   15316:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   15317:          xdoc.importNode 0
                   15318: 
1.88      moko     15319:        * src/classes/xdoc.C: xdoc::set now untaints OK
1.86      moko     15320: 
                   15321: 2002-01-25  paf
                   15322: 
1.88      moko     15323:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   15324:          @SPECIAL now works OK
1.86      moko     15325: 
1.88      moko     15326:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
1.86      moko     15327: 
                   15328:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   15329:          violation that added
                   15330: 
                   15331:        * src/classes/hash.C: unified  hash::sql, now
                   15332:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   15333: 
1.88      moko     15334:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   15335:          ^file:lock[filename]{code}
1.86      moko     15336: 
                   15337:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   15338:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   15339:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   15340:          to some pa_common funcs
                   15341: 
1.88      moko     15342:        * src/: include/pa_charset.h, main/pa_globals.C:
1.86      moko     15343:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   15344: 
                   15345:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15346:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   15347:          not stupid illegal define
                   15348: 
                   15349: 2002-01-24  paf
                   15350: 
                   15351:        * src/include/pa_version.h: changed version number
                   15352: 
                   15353:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15354:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15355:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15356:          main/pa_db_connection.C, main/pa_db_table.C,
1.88      moko     15357:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   15358:          hashfile without logfiles
1.86      moko     15359: 
                   15360:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15361:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   15362:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   15363:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   15364:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   15365:          cluttered disk without huge need]
                   15366: 
1.88      moko     15367:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   15368:          handy macro, which is strangly abscent in dome lib
1.86      moko     15369: 
                   15370:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   15371: 
                   15372:        * src/classes/xdoc.C: checked empty response
                   15373: 
                   15374:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   15375:          /, not self node]
                   15376: 
                   15377:        * src/classes/xnode.C: xnode.select returns array always now, in
                   15378:          case 'nothing found' returns empty array
                   15379: 
                   15380:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   15381:          be more tender with ctrl/c/v
                   15382: 
                   15383: 2002-01-23  paf
                   15384: 
1.88      moko     15385:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   15386:          substituted.         // 2. when dom tree with entites goes under
                   15387:          transform text nodes        // got [erroreosly] cut on first
                   15388:          entity occurance
1.86      moko     15389: 
                   15390:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   15391:          twice-converting
                   15392: 
                   15393:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   15394:          'e' in output this is for regretful twice-converting here:
                   15395:          $a(double value) when they write double falue  they convert it to
                   15396:          string first, thus %g were losing precesion.
                   15397: 
                   15398:          todo: think up some way to remove double->string string->double
                   15399:          twice-converting
                   15400: 
1.88      moko     15401:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   15402:          %.20E now default float format this is for regretful
                   15403:          twice-converting here: $a(double value) when they write double
                   15404:          falue  they convert it to string first, thus %g were losing
                   15405:          precesion.
1.86      moko     15406: 
                   15407:          todo: think up some way to remove double->string string->double
                   15408:          twice-converting
                   15409: 
                   15410:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
1.88      moko     15411:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   15412:          reasons in comment inside
1.86      moko     15413: 
                   15414:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   15415:          statically linked]
                   15416: 
                   15417:        * src/: include/pa_exception.h, main/compile.tab.C,
                   15418:          main/pa_exception.C: removed exception va_list constructor.  1.
                   15419:          not needed anymore 2. there were a conflict[causing errors]
                   15420:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   15421:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   15422:          ctor(, va_list) which, of course, caused gpf
                   15423: 
                   15424:        * src/main/pa_globals.C: removed debug xslt messages
                   15425: 
                   15426: 2002-01-22  paf
                   15427: 
                   15428:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   15429:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   15430:          helps compiling stylesheet properly.  example: this refused to
                   15431:          work,             <b>&laquo;<xsl:value-of select="@title"
                   15432:          />&raquo;</b> stranly worked only this way:
                   15433:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   15434: 
                   15435:          docs says "set it to 1", never going into details, so I decided
                   15436:          to try NOT to do that
                   15437: 
1.88      moko     15438:        * src/classes/table.C: join behaived badly in case named tables
                   15439:          structure mismatched: 0 strings sneaked into dest failing
                   15440:          afterwards.  replaced them with empty strings
1.86      moko     15441: 
                   15442: 2002-01-21  paf
                   15443: 
                   15444:        * src/main/pa_charset.C: checked empty transcoders in
                   15445:          transcode_cstr|buf
                   15446: 
1.88      moko     15447:        * src/classes/xdoc.C: xdoc::load error source = filespec
1.86      moko     15448: 
1.88      moko     15449:        * src/classes/xdoc.C: transform error source now
                   15450:          stylesheet_filespec
1.86      moko     15451: 
                   15452:        * src/: classes/xdoc.C, classes/xnode.C,
                   15453:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   15454:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   15455:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   15456:          gnome
                   15457: 
                   15458:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   15459:          include/pa_globals.h, include/pa_stylesheet_connection.h,
1.89      moko     15460:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   15461:          xslt generic error 1
1.86      moko     15462: 
1.88      moko     15463:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   15464:          xml generic message 1
1.86      moko     15465: 
                   15466:        * src/classes/table.C: ^table::load empty lines or #comments before
                   15467:          headline
                   15468: 
                   15469:        * src/: include/pa_array.h, include/pa_globals.h,
                   15470:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   15471:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
1.89      moko     15472:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   15473:          errors 0
1.86      moko     15474: 
                   15475: 2002-01-16  paf
                   15476: 
                   15477:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   15478:          classes/table.C, classes/void.C, classes/xdoc.C,
                   15479:          include/pa_db_connection.h, include/pa_request.h,
                   15480:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15481:          include/pa_stylesheet_connection.h,
                   15482:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   15483:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15484:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   15485:          stylesheet_connection auto destroyers to remaining gnome objects
                   15486: 
                   15487:        * src/classes/xdoc.C: few comments
                   15488: 
                   15489: 2002-01-15  paf
                   15490: 
1.88      moko     15491:        * src/classes/xdoc.C: xdoc   file   save   string
1.86      moko     15492: 
                   15493:          ready.  todo: error handling
                   15494: 
1.88      moko     15495:        * src/classes/xdoc.C: xdoc save rewritten using
                   15496:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   15497:          result
1.86      moko     15498: 
1.88      moko     15499:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   15500:          started output options parsing
1.86      moko     15501: 
                   15502: 2002-01-14  paf
                   15503: 
                   15504:        * src/classes/xdoc.C: method
                   15505: 
                   15506:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15507:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   15508:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
1.88      moko     15509:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   15510:          xslt transform0.  TODO:   use output options   handle errors
1.86      moko     15511: 
1.88      moko     15512:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
1.86      moko     15513: 
                   15514: 2002-01-11  paf
                   15515: 
                   15516:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
1.88      moko     15517:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   15518:          partial logical && || evaluation
1.86      moko     15519: 
1.88      moko     15520:        * src/classes/xnode.C: xpath selectNodes
1.86      moko     15521: 
1.88      moko     15522:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   15523:          string/number/bool
1.86      moko     15524: 
1.88      moko     15525:        * src/classes/xnode.C: xpath selectNode 2
1.86      moko     15526: 
1.88      moko     15527:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   15528:          xpath selectNode 1
1.86      moko     15529: 
                   15530: 2002-01-10  paf
                   15531: 
                   15532:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   15533: 
                   15534:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15535:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
1.88      moko     15536:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   15537:          refcounter]
1.86      moko     15538: 
                   15539: 2001-12-29  paf
                   15540: 
                   15541:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   15542:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   15543:          glib works 0
                   15544: 
                   15545: 2001-12-28  paf
                   15546: 
                   15547:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   15548:          main/pa_exception.C: started glib transcoders
                   15549: 
1.88      moko     15550:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
1.86      moko     15551: 
                   15552:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
1.88      moko     15553:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
1.86      moko     15554:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   15555:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   15556:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   15557:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   15558:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   15559:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   15560: 
                   15561: 2001-12-27  paf
                   15562: 
                   15563:        * src/: include/pa_charset.h, include/pa_common.h,
                   15564:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15565:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
1.88      moko     15566:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   15567:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15568:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   15569:          from xalan&xerces, started the process.  globals [initialization
                   15570:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   15571:          calls
                   15572: 
                   15573:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   15574:          anymore
1.86      moko     15575: 
                   15576: 2001-12-26  paf
                   15577: 
                   15578:        * src/: include/pa_charset.h, include/pa_charsets.h,
1.88      moko     15579:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   15580:          key globalized [bug]
1.86      moko     15581: 
                   15582: 2001-12-25  paf
                   15583: 
                   15584:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
1.88      moko     15585:          main/pa_string.C: table set & append changed splitting languages,
                   15586:          separators now can be clean AND as-is same to mail command line
                   15587:          $MAIN:MAIL.progX arguments
1.86      moko     15588: 
                   15589: 2001-12-24  paf
                   15590: 
1.88      moko     15591:        * src/classes/mail.C: one parted text messages - no multipart
                   15592:          mime-type anymore.  for convinient if $.attach-ments
1.86      moko     15593: 
                   15594:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   15595:          main/pa_string.C: read from cache size check updated
                   15596: 
                   15597:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   15598: 
                   15599: 2001-12-21  paf
                   15600: 
1.88      moko     15601:        * src/classes/date.C: date:sql-string now returns localtime
1.86      moko     15602: 
                   15603:        * src/main/pa_request.C: $result in @main actually not working, to
                   15604:          hell with it for now
                   15605: 
                   15606:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15607:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   15608:          @postprocess @exception
                   15609: 
1.88      moko     15610:        * src/main/execute.C: junction evaluation canceled - endless
                   15611:          recursion detected
1.86      moko     15612: 
                   15613: 2001-12-19  paf
                   15614: 
                   15615:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   15616:          intermediate
                   15617: 
1.88      moko     15618:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
1.86      moko     15619: 
1.88      moko     15620:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
1.86      moko     15621: 
1.88      moko     15622:        * src/classes/op.C: ^cache keypath now relative
1.86      moko     15623: 
                   15624:        * src/classes/mail.C: changed weighting prior to sort
                   15625: 
                   15626:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   15627:          were missing
                   15628: 
                   15629: 2001-12-17  paf
                   15630: 
                   15631:        * src/main/pa_charset.C: ifndef XML were bad type
                   15632: 
                   15633:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   15634:          outdated unset services_pool
                   15635: 
                   15636:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   15637:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   15638:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   15639: 
                   15640:        * src/main/untaint.C: allowed space in filespec
                   15641: 
1.88      moko     15642:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
1.86      moko     15643: 
                   15644:        * src/classes/image.C: no govno
                   15645: 
                   15646:        * src/classes/image.C: govno
                   15647: 
                   15648: 2001-12-16  paf
                   15649: 
                   15650:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   15651: 
1.88      moko     15652:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   15653:          charset_connection&manager replaced by charset&charsets
1.86      moko     15654: 
1.88      moko     15655:        * src/main/pa_charset.C: name_cstr 0
1.86      moko     15656: 
                   15657:        * src/main/untaint.C: uri lang now knows about client/source
                   15658:          charsets
                   15659: 
                   15660:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   15661:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15662:          include/pa_array.h, include/pa_cache_managers.h,
                   15663:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   15664:          include/pa_common.h, include/pa_db_connection.h,
                   15665:          include/pa_db_manager.h, include/pa_db_table.h,
                   15666:          include/pa_dictionary.h, include/pa_exception.h,
                   15667:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   15668:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   15669:          include/pa_sapi.h, include/pa_socks.h,
                   15670:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15671:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   15672:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15673:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   15674:          main/pa_charset.C, main/pa_charset_connection.C,
                   15675:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   15676:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   15677:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   15678:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   15679:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1.88      moko     15680:          types/types.dsp: introducing Charset
1.86      moko     15681: 
                   15682: 2001-12-14  paf
                   15683: 
                   15684:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   15685:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   15686:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   15687:          uri lang
                   15688: 
                   15689:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   15690: 
1.89      moko     15691:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
1.86      moko     15692: 
                   15693:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   15694:          defalts_name global
                   15695: 
                   15696:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   15697:          include/pa_request.h, main/main.dsp,
                   15698:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   15699:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   15700:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
1.88      moko     15701:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   15702:          changed charset model.  now important: $request:charset
                   15703:          $response:charset while $response:content-type.charset become
                   15704:          unimportant [informational]
1.86      moko     15705: 
                   15706: 2001-12-13  paf
                   15707: 
                   15708:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   15709: 
                   15710:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   15711:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   15712:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   15713:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   15714:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   15715:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   15716: 
                   15717:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   15718:          auto_ptr part other way, because of stupid gcc 2.96
                   15719:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   15720:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   15721:          FormatterListener] /usr/include/g++-3/memory:48:
                   15722:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   15723:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   15724: 
                   15725:        * src/classes/xdoc.C: removed extra inc
                   15726: 
                   15727:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   15728: 
                   15729:        * src/include/pa_types.h: msvc head debugging flag
                   15730: 
                   15731:        * src/classes/xdoc.C: freed up listener
                   15732: 
                   15733:        * src/classes/string.C: change msg '... code is not code'
                   15734: 
                   15735:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   15736:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15737:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   15738:          [past/future prob]
                   15739: 
                   15740:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   15741:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   15742:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   15743:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   15744: 
                   15745:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   15746:          main/pa_string.C: removed signed mismatch warnings
                   15747: 
1.89      moko     15748:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   15749:          'expires' from header outputs
1.86      moko     15750: 
                   15751:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   15752:          row ptr
                   15753: 
                   15754:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   15755:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   15756: 
1.88      moko     15757:        * src/classes/xdoc.C: lang list updated
1.86      moko     15758: 
                   15759: 2001-12-10  paf
                   15760: 
                   15761:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   15762: 
1.88      moko     15763:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   15764:          erase files like that, knowing their full name introducing   //
                   15765:          theoretical problem with, for instance, "_2B" and "." fragments,
                   15766:          // they would yield the same    // because
                   15767:          need_file_encode('_')=false  // but we need to delete such files
                   15768:          somehow, getting names from ^index
1.86      moko     15769: 
1.88      moko     15770:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   15771:          string::join_chank break]
1.86      moko     15772: 
                   15773: 2001-12-07  paf
                   15774: 
                   15775:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   15776:          include/pa_common.h, include/pa_config_auto.h.in,
                   15777:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15778:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   15779:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
1.88      moko     15780:          types/pa_vhashfile.C: merged from r14_simple_cache
1.86      moko     15781: 
                   15782:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   15783:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   15784:             lduh  [ %i2 + 1 ], %l0
                   15785: 
                   15786:          bus error, fixed that
                   15787: 
                   15788:        * src/main/pa_string.C: strange string deserialize bug on
                   15789:          client[pmts], a bit shortened,
                   15790: 
                   15791:        * src/include/pa_config_auto.h.in: makes
                   15792: 
                   15793:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   15794:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   15795:          file write shared lock file read
                   15796: 
                   15797:        * src/: classes/op.C, include/pa_common.h,
1.88      moko     15798:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
1.86      moko     15799: 
                   15800: 2001-12-06  paf
                   15801: 
                   15802:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15803:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   15804: 
1.88      moko     15805:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   15806:          info
1.86      moko     15807: 
                   15808:        * src/classes/hashfile.C: removed transaction from ^cache
                   15809: 
                   15810: 2001-12-05  paf
                   15811: 
1.88      moko     15812:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   15813:          IIS5 there were a prob with illegal call check
1.86      moko     15814: 
                   15815: 2001-12-04  paf
                   15816: 
                   15817:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15818:          main/pa_request.C: measures to log
                   15819: 
                   15820: 2001-11-23  paf
                   15821: 
                   15822:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   15823:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
1.88      moko     15824:          types/pa_vhashfile.C: merged from _0014, 1
1.86      moko     15825: 
                   15826:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
1.88      moko     15827:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   15828:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   15829:          ^cache(33) would change
1.86      moko     15830: 
                   15831:          0660 bits in file_write & hashfile create
                   15832: 
1.88      moko     15833:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   15834:          after pa_string optimization]
1.86      moko     15835: 
                   15836: 2001-11-22  paf
                   15837: 
                   15838:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   15839:          table.offset[whence]
                   15840: 
1.88      moko     15841:        * src/classes/op.C: process cstr(,connection)
1.86      moko     15842: 
1.88      moko     15843:        * src/classes/op.C: process now gets its body on current language,
                   15844:          not as-is
1.86      moko     15845: 
                   15846:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   15847: 
1.88      moko     15848:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   15849:          bit
1.86      moko     15850: 
                   15851:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
                   15852: 
                   15853: 2001-11-21  paf
                   15854: 
1.88      moko     15855:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   15856:          <xsl:output output options made identical to xsl:output
                   15857:          attributes exclusion:    cdata-section-elements what xalan can do
                   15858:          but that not used now:    it can escape and remove CDATA sections
1.86      moko     15859: 
1.88      moko     15860:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
1.86      moko     15861:          produced by xslt
                   15862: 
                   15863:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   15864: 
                   15865:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   15866: 
                   15867:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
1.88      moko     15868:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
1.86      moko     15869:          default language for {code}, it happen to change it's language
                   15870:          from CLEAN, so later refused to split by CLEAN \t
                   15871: 
                   15872: 2001-11-20  paf
                   15873: 
                   15874:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   15875:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
                   15876:          bottom of dependeces, so that errors would popup quicklier, fixed
                   15877:          line numbering in table::sql
                   15878: 
                   15879: 2001-11-19  paf
                   15880: 
                   15881:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   15882:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
1.89      moko     15883:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   15884:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   15885:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   15886:          at wcontext.write
1.86      moko     15887: 
1.89      moko     15888:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
                   15889:          _set_new_handler
1.86      moko     15890: 
1.89      moko     15891:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   15892:          set_new_handler in apache&isapi
1.86      moko     15893: 
                   15894: 2001-11-16  paf
                   15895: 
                   15896:        * src/targets/cgi/parser3.C: pool debug @ die
                   15897: 
1.88      moko     15898:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   15899:          removed 8 bytes from String, 2 bytes from
1.86      moko     15900:          string::chunk::row::item
                   15901: 
                   15902:        * src/main/pa_string.C: removed 1+4 bytes from String
                   15903: 
                   15904:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   15905:          types/pa_vstring.C: removed 1+4 bytes from String
                   15906: 
                   15907:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   15908:          0
                   15909: 
                   15910:        * src/: include/pa_globals.h, include/pa_string.h,
                   15911:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   15912:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
1.88      moko     15913:          targets/cgi/parser3.C: introducing estimating
                   15914:          String::cstr_bufsize, 0
1.86      moko     15915: 
                   15916:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   15917: 
                   15918:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   15919: 
                   15920:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   15921:          include/pa_pool.h: die in pool::fail
                   15922: 
                   15923: 2001-11-15  paf
                   15924: 
                   15925:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   15926:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   15927:          dynamic buffer re-back now with counter
                   15928: 
                   15929:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   15930:          static buffer back
                   15931: 
                   15932:        * src/targets/cgi/parser3.C: std::
                   15933: 
                   15934:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   15935:          include/pa_config_includes.h: setnewhandler check
                   15936: 
                   15937:        * src/include/pa_config_auto.h.in: makes
                   15938: 
1.88      moko     15939:        * src/targets/cgi/parser3.C: set_new_handler started
1.86      moko     15940: 
                   15941: 2001-11-14  paf
                   15942: 
                   15943:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   15944:          was wrong
                   15945: 
                   15946:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   15947:          was wrong
                   15948: 
                   15949:        * src/main/pa_request.C: z
                   15950: 
1.88      moko     15951:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   15952:          full returns win32 -1 solaris >buffer_size
1.86      moko     15953: 
                   15954:          checked all that
                   15955: 
1.88      moko     15956:        * src/classes/op.C: ^untaint{body} as-is default now
1.86      moko     15957: 
                   15958:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
1.88      moko     15959:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   15960:          with no_bad_constructors_try
1.86      moko     15961: 
                   15962:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
1.88      moko     15963:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   15964:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   15965:          $bred[^int::int[]]
1.86      moko     15966: 
                   15967:          now VObject creation moved into overriden
                   15968:          VClass::create_new_value, thus 0 from create_new_value means that
                   15969:          class has no ctors
                   15970: 
                   15971: 2001-11-13  paf
                   15972: 
                   15973:        * src/classes/classes.C: returned accedently removed if in foreach
                   15974:          callbacks [when hash no-0-restructure]
                   15975: 
                   15976: 2001-11-12  paf
                   15977: 
1.88      moko     15978:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   15979:          passed as-is to method, xalan makes & into &amp; itself
1.86      moko     15980: 
1.88      moko     15981:        * src/classes/date.C: date.roll parser2 alg used
1.86      moko     15982: 
                   15983:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   15984:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   15985:          main/pa_dictionary.C, main/pa_hash.C,
1.88      moko     15986:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   15987:          now does not containt 0 values. put 0 actullay removes.  no check
                   15988:          on 0 value in foreach now required
1.86      moko     15989: 
                   15990: 2001-11-11  paf
                   15991: 
                   15992:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   15993: 
                   15994:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   15995: 
                   15996:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   15997:          driver initialize not const
                   15998: 
                   15999: 2001-11-10  paf
                   16000: 
1.88      moko     16001:        * src/main/pa_exec.C: doc
1.86      moko     16002: 
                   16003: 2001-11-09  paf
                   16004: 
1.88      moko     16005:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   16006:          param properly
1.86      moko     16007: 
                   16008:        * src/classes/string.C: string.save now does untainting before
                   16009:          saving
                   16010: 
                   16011:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   16012:          still cstr oriented]
                   16013: 
                   16014:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   16015:          line endings fixing got rid of cstr, now must work ok with post
                   16016:          multipart
                   16017: 
                   16018:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   16019:          not file  also now
                   16020: 
                   16021: 2001-11-08  paf
                   16022: 
                   16023:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16024:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16025:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   16026:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   16027:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   16028:          simple parent, not second parent [gcc 2.96 strangly refused to
                   16029:          call virtual from second parent]
                   16030: 
                   16031:        * src/: include/pa_common.h, main/Makefile.am,
                   16032:          targets/cgi/pa_pool.C: makes
                   16033: 
                   16034:        * src/: include/pa_request.h, main/pa_request.C,
1.89      moko     16035:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   16036:          'status' class enabler
1.86      moko     16037: 
                   16038:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   16039: 
                   16040:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16041:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16042:          include/pa_stylesheet_manager.h, main/main.dsp,
                   16043:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   16044:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16045:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16046:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   16047:          todo: apache 'status' class enabler
                   16048: 
                   16049: 2001-11-05  paf
                   16050: 
                   16051:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   16052:          debug to normal
                   16053: 
                   16054:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   16055:          hence i removed skipping 0 values in hash::for_each-es we need to
                   16056:          check cleaned cache items manually. few more checks.
                   16057: 
                   16058:          expiring to 0 time was wrong, changed to 'now' time
                   16059: 
                   16060:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   16061:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   16062:          on apache already done :)
                   16063: 
                   16064:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   16065:          skipping 0 values in hash::for_each-es we need to check cleaned
                   16066:          cache items manually
                   16067: 
                   16068:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   16069:          parser_multithreaded check was wrong
                   16070: 
                   16071:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16072:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16073:          classes/hashfile.C, classes/image.C, classes/int.C,
                   16074:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   16075:          classes/string.C, classes/table.C, classes/void.C,
                   16076:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16077:          include/pa_array.h, include/pa_charset_connection.h,
                   16078:          include/pa_charset_manager.h, include/pa_common.h,
                   16079:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16080:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16081:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   16082:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16083:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16084:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16085:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16086:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16087:          include/pa_stack.h, include/pa_string.h,
                   16088:          include/pa_stylesheet_connection.h,
                   16089:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16090:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   16091:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   16092:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   16093:          main/pa_charset_manager.C, main/pa_common.C,
                   16094:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16095:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   16096:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   16097:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   16098:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16099:          main/pa_status_provider.C, main/pa_string.C,
                   16100:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
1.89      moko     16101:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16102:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16103:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   16104:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16105:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16106:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   16107:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16108:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16109:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16110:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16111:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   16112:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16113:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16114:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   16115:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16116:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16117:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   16118:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16119:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16120:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   16121:          $status:db fixed used not initialized in db_connection & db_table
1.86      moko     16122: 
1.88      moko     16123:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   16124:          $status:charset
1.86      moko     16125: 
                   16126:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   16127:          include/pa_stylesheet_connection.h,
                   16128:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
1.88      moko     16129:          types/pa_vstatus.h: $status:stylesheet
1.86      moko     16130: 
                   16131:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   16132:          include/pa_request.h, include/pa_sql_connection.h,
                   16133:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16134:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   16135:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16136:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   16137:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
1.88      moko     16138:          types/pa_vxnode.C, types/types.dsp: started status parser class
1.86      moko     16139: 
                   16140: 2001-11-01  paf
                   16141: 
                   16142:        * src/include/pa_config_auto.h.in: makes
                   16143: 
                   16144:        * src/main/pa_hash.C: removed old extra include
                   16145: 
1.88      moko     16146:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   16147:          checks [for hp, there are such in math.h]
1.86      moko     16148: 
                   16149:        * src/classes/op.C: ^for endless loop check strightened
                   16150: 
                   16151:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   16152:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   16153:          co can use r.root to write their i & key,value there
                   16154: 
                   16155:        * src/classes/op.C: detected for var storage bug, fixed.
                   16156:          todo:foreach
                   16157: 
                   16158:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   16159:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
1.88      moko     16160:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   16161:          changing of hash inside of foreach
1.86      moko     16162: 
1.88      moko     16163:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
1.86      moko     16164:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   16165:          were hash.foreach
                   16166: 
                   16167:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
1.88      moko     16168:          types/pa_vstring.C, types/pa_vstring.h:
1.86      moko     16169:          ^foreach[key|value]{body}[[separator]|{separator}]
                   16170: 
                   16171:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
1.88      moko     16172:          types/pa_vcookie.C: ^hash.delete[key]
1.86      moko     16173: 
                   16174: 2001-10-31  paf
                   16175: 
1.88      moko     16176:        * src/main/: compile.C, pa_common.C: completely empty file now
                   16177:          considered "read", not ignored [not perfect trick used]
1.86      moko     16178: 
                   16179:        * src/main/pa_common.C: simplier common ifdefs
                   16180: 
                   16181:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   16182: 
1.88      moko     16183:        * src/main/pa_db_connection.C: z
1.86      moko     16184: 
1.88      moko     16185:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   16186:          lockdetector flags
1.86      moko     16187:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   16188: 
1.88      moko     16189:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   16190:          from accidental show [imagine user forgot @exception]
1.86      moko     16191: 
1.88      moko     16192:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
1.86      moko     16193: 
                   16194:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16195:          classes/string.C, classes/xnode.C, include/pa_common.h,
1.88      moko     16196:          main/pa_common.C: ^string.save[[append;]path]
1.86      moko     16197: 
                   16198:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
1.88      moko     16199:          main/execute.C: \ in expression: int divide 10/3=3
1.86      moko     16200: 
                   16201:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   16202:          inside of ^cache
                   16203: 
                   16204:        * src/: include/pa_threads.h, main/pa_db_connection.C,
1.89      moko     16205:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   16206:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   16207:          needed
1.86      moko     16208: 
                   16209: 2001-10-30  paf
                   16210: 
1.88      moko     16211:        * src/: classes/classes.dsp, main/main.dsp,
1.86      moko     16212:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16213:          types/types.dsp: enabled debug incremental compile
                   16214: 
1.88      moko     16215:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   16216:          form post data line endings not reformatted now.
1.86      moko     16217: 
1.88      moko     16218:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   16219:          now required [had bug when file= has no value]
1.86      moko     16220: 
1.88      moko     16221:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   16222:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   16223:          cstr(asis) default param removed
1.86      moko     16224: 
                   16225:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   16226: 
                   16227:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   16228: 
1.88      moko     16229:        * src/include/pa_dir.h: LOAD_DIR fixed
1.86      moko     16230: 
1.88      moko     16231:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   16232:          was broken} fix_line_breaks
1.86      moko     16233: 
1.88      moko     16234:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   16235:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   16236:          packed with #pragma pack
1.86      moko     16237: 
                   16238:        * src/include/pa_config_auto.h.in: pragma detection
                   16239: 
                   16240: 2001-10-29  paf
                   16241: 
                   16242:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   16243: 
1.88      moko     16244:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   16245:          string hash.puts
1.86      moko     16246: 
                   16247:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   16248: 
                   16249:        * src/include/pa_sql_connection.h: there were one wrong
                   16250:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   16251: 
                   16252:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   16253:          param.someday either ifdef or remove it
                   16254: 
1.89      moko     16255:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
1.86      moko     16256: 
                   16257:        * src/main/untaint.C: optimizing returned after debugging
                   16258: 
                   16259:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   16260:          main/untaint.C: memory hunging #pragma pack(1)
                   16261: 
                   16262:          16 419 844 13 169 394
                   16263: 
                   16264:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   16265:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   16266:          places [todo:Array]
                   16267: 
                   16268:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   16269:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   16270:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   16271: 
                   16272:          total 5 652 652/158731 total 5 469 332/158731
                   16273: 
                   16274:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   16275:          Array:: without cache in get/put now
                   16276: 
                   16277:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   16278:          18:25:27 2001] total 5 652 652/158731
                   16279: 
                   16280:        * src/: include/pa_string.h, main/pa_string.C,
                   16281:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   16282:          now
                   16283: 
                   16284:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   16285:          18:11:53 2001] total 5796092/158731
                   16286: 
                   16287:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   16288:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   16289:          key ref now
                   16290: 
                   16291:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   16292:          17:11:17 2001] total 16867948/202658
                   16293: 
                   16294:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   16295:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   16296:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   16297:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16298:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
1.88      moko     16299:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   16300:          string::as_int/double now usually uses stack, not heap [200K out
                   16301:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
1.86      moko     16302: 
1.88      moko     16303:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   16304:          hiding bug]
1.86      moko     16305: 
                   16306:        * src/Makefile.am: .am order
                   16307: 
                   16308:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   16309:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16310:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   16311:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16312:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   16313:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   16314:          required "friend class"
                   16315: 
                   16316:          ../include/pa_request.h:51: friend declaration requires
                   16317:          class-key, i.e. `friend    class Temp_lang'
                   16318: 
                   16319:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16320:          main/pa_exception.C, main/pa_sql_driver_manager.C,
1.88      moko     16321:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
1.86      moko     16322: 
                   16323:          the idea is to #1 jump to C++ some function to main body, where
                   16324:          every function stack frame has exception unwind information and
                   16325:          from there... #2 propagate_exception()
                   16326: 
                   16327: 2001-10-28  paf
                   16328: 
                   16329:        * src/main/pa_db_connection.C: removed old consts
                   16330: 
                   16331:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   16332:          with wrong type/cast]
                   16333: 
                   16334:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   16335:          translation
                   16336: 
1.89      moko     16337:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
                   16338:          remember to build DB2 with -fexceptions!!!
1.86      moko     16339: 
                   16340:        * src/main/pa_db_table.C: DB_RMW defed
                   16341: 
                   16342:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   16343:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16344:          include/pa_db_table.h, main/pa_db_connection.C,
                   16345:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   16346: 
                   16347: 2001-10-27  paf
                   16348: 
                   16349:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16350:          include/pa_db_table.h, main/pa_db_connection.C,
                   16351:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   16352:          types/pa_vhashfile.C: DB2 ifdefs
                   16353: 
                   16354:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
1.89      moko     16355:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   16356:          makes with DB2
1.86      moko     16357: 
                   16358:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
1.89      moko     16359:          types/Makefile.am: makes db
1.86      moko     16360: 
1.89      moko     16361:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   16362:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   16363:          globals.C
1.86      moko     16364: 
                   16365:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16366:          include/pa_db_table.h, main/pa_db_connection.C,
1.88      moko     16367:          main/pa_db_table.C: ^hashfile.clear[]
1.86      moko     16368: 
                   16369:        * src/classes/classes.awk: no $ in var names
                   16370: 
1.88      moko     16371:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   16372:          connection&table [forgotten calls]
1.86      moko     16373: 
                   16374: 2001-10-26  paf
                   16375: 
                   16376:        * src/main/pa_db_connection.C: db checkpoints
                   16377: 
1.88      moko     16378:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   16379:          checkpoints
1.86      moko     16380: 
1.88      moko     16381:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   16382:          default. but entities still reparsed. todo: tothink
1.86      moko     16383: 
1.88      moko     16384:        * src/main/pa_db_connection.C: db recover mech 2
1.86      moko     16385: 
                   16386:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16387:          include/pa_db_manager.h, include/pa_db_table.h,
                   16388:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   16389:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   16390:          types/pa_vhashfile.h: db connections & tables now cached at
                   16391:          create time & multithreaded
                   16392: 
1.88      moko     16393:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   16394:          parsed_source
1.86      moko     16395: 
                   16396:        * src/main/pa_db_connection.C: about to remove connection from
                   16397:          vhashfile
                   16398: 
                   16399:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   16400:          transaction commit/rollback responsibility left to parent [as it
                   16401:          sould - else there were a bug with double free]
                   16402: 
                   16403:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   16404:          responsibility left to parent [as it sould - else there were a
                   16405:          bug with double free]
                   16406: 
                   16407: 2001-10-25  paf
                   16408: 
                   16409:        * src/: classes/hashfile.C, include/pa_common.h,
                   16410:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16411:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   16412:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   16413:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   16414:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   16415:          yet]
                   16416: 
                   16417:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   16418: 
1.88      moko     16419:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   16420:          transaction parent passed
1.86      moko     16421: 
                   16422: 2001-10-24  parser
                   16423: 
                   16424:        * src/classes/Makefile.am: makes
                   16425: 
                   16426:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   16427:          isapi/pool_storage.h: pool_storage fixed
                   16428: 
                   16429:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   16430:          types/pa_vform.h: form fix_line_breaks
                   16431: 
                   16432:        * src/targets/cgi/pool_storage.h: makes
                   16433: 
                   16434:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   16435:          targets/cgi/pool_storage.h: makes
                   16436: 
                   16437:        * src/sql/pa_sql_driver.h: version
                   16438: 
                   16439:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   16440:          types/pa_vform.C, types/pa_vform.h: .am
                   16441: 
1.88      moko     16442:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   16443:          this: DB_RMW Acquire write locks instead of read locks when doing
                   16444:          the retrieval. Setting this flag may decrease the likelihood of
                   16445:          deadlock during a read-modify-write cycle by immediately
                   16446:          acquiring the write lock during the read part of the cycle so
                   16447:          that another thread of control acquiring a read lock for the same
                   16448:          item, in its own read-modify-write cycle, will not result in
                   16449:          deadlock
1.86      moko     16450: 
1.89      moko     16451:        * src/targets/isapi/parser3isapi.dsp: doc
1.86      moko     16452: 
1.88      moko     16453:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
1.86      moko     16454: 
1.88      moko     16455:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
1.86      moko     16456: 
                   16457:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16458:          main/pa_db_connection.C: hashfile expired deleted from db when
                   16459:          get & iterate
                   16460: 
1.88      moko     16461:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   16462:          expiring 1
1.86      moko     16463: 
                   16464:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   16465: 
                   16466:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   16467:          db_connection not bothers with key when not returning expired
                   16468:          data
                   16469: 
                   16470:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16471:          types/pa_vhashfile.C: db_cursor constructor public now
                   16472: 
                   16473:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16474:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   16475:          stamped, todo: put_element analize
                   16476: 
                   16477:        * src/: include/pa_db_connection.h, include/pa_string.h,
1.88      moko     16478:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   16479:          serialize. todo stamp
1.86      moko     16480: 
                   16481: 2001-10-23  parser
                   16482: 
                   16483:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   16484:          classes/image.C, classes/mail.C, classes/response.C,
                   16485:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16486:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   16487:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   16488:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   16489:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
1.88      moko     16490:          types/pa_vtable.C: ^hashfile.hash[]
1.86      moko     16491: 
                   16492:        * src/: classes/hashfile.C, classes/xdoc.C,
                   16493:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   16494:          main/pa_globals.C: ifdefs so it compiled without db
                   16495: 
                   16496:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16497:          include/pa_db_manager.h, main/pa_db_connection.C,
1.88      moko     16498:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   16499:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   16500:          ^hashfile.delete[key]
1.86      moko     16501: 
                   16502: 2001-10-22  parser
                   16503: 
                   16504:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   16505:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   16506: 
                   16507:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   16508:          classes/xnode.C, include/pa_charset_connection.h,
                   16509:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16510:          include/pa_exception.h, include/pa_sapi.h,
                   16511:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16512:          include/pa_stylesheet_connection.h,
                   16513:          include/pa_stylesheet_manager.h,
                   16514:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   16515:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16516:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   16517:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
1.89      moko     16518:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
1.86      moko     16519:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   16520:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
1.88      moko     16521:          types/types.dsp: hashfile 0
1.86      moko     16522: 
1.88      moko     16523:        * src/types/pa_vhashfile.C: z
1.86      moko     16524: 
                   16525:        * src/: classes/classes.dsp, classes/hashfile.C,
                   16526:          include/pa_config_fixed.h, main/execute.C,
                   16527:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
1.88      moko     16528:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
1.86      moko     16529: 
1.89      moko     16530:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
1.86      moko     16531: 
                   16532:        * src/: include/pa_exception.h, include/pa_request.h,
                   16533:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   16534:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.88      moko     16535:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
1.86      moko     16536: 
                   16537: 2001-10-19  parser
                   16538: 
                   16539:        * src/include/pa_pool.h: header
                   16540: 
                   16541:        * src/main/pa_pool.C: auto compiled on gcc
                   16542: 
                   16543:        * src/classes/image.C: comment
                   16544: 
                   16545:        * src/: include/pa_pool.h, main/pa_common.C: makes
                   16546: 
                   16547:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16548:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16549:          types/pa_vxnode.h: xnode clone got freed
                   16550: 
                   16551:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   16552:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   16553:          can free up xalandomstring resulting from pool::transcode
                   16554: 
                   16555:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   16556:          include/pa_config_fixed.h, include/pa_exception.h,
                   16557:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   16558:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
1.88      moko     16559:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   16560:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   16561:          from non-xml compile
1.86      moko     16562: 
1.89      moko     16563:        * src/main/pa_request.C: pool:: context - get_context
1.86      moko     16564: 
                   16565:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   16566:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   16567:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   16568:          classes/string.C, classes/table.C, classes/void.C,
                   16569:          include/pa_config_fixed.h, include/pa_exception.h,
                   16570:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   16571:          main/compile.C, main/compile_tools.C, main/execute.C,
                   16572:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   16573:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   16574:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16575:          main/pa_string.C, main/pa_table.C, main/untaint.C,
1.89      moko     16576:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16577:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   16578:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   16579:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   16580:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   16581:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   16582:          exceptions 0
1.86      moko     16583: 
                   16584:        * src/classes/classes.awk: $ removed
                   16585: 
                   16586: 2001-10-18  parser
                   16587: 
1.88      moko     16588:        * src/types/pa_vcookie.C: cookie:CLASS
1.86      moko     16589: 
                   16590:        * src/main/main.dsp: project
                   16591: 
1.88      moko     16592:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   16593:          set_document & ctor question "who owns document" solved
1.86      moko     16594: 
                   16595:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   16596: 
                   16597:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
1.88      moko     16598:          main/pa_pool.C: encoding in dom creating funcs
1.86      moko     16599: 
1.88      moko     16600:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   16601:          be transformed now
1.86      moko     16602: 
1.88      moko     16603:        * src/classes/xdoc.C: dom created by create can be transformed now
1.86      moko     16604: 
1.88      moko     16605:        * src/classes/xdoc.C: z
1.86      moko     16606: 
1.88      moko     16607:        * src/classes/xdoc.C: comment
1.86      moko     16608: 
1.88      moko     16609:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   16610:          create now uses XercesDocumentBridge, appendChild&co now works
1.86      moko     16611: 
                   16612:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   16613:          @ recompile
                   16614: 
1.88      moko     16615:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
1.86      moko     16616:          $origin @exception[
                   16617: 
1.88      moko     16618:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   16619:          tag names forced to XML lang
1.86      moko     16620: 
                   16621:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   16622:          leechy-found bugs in code&doc fixed
                   16623: 
                   16624: 2001-10-17  parser
                   16625: 
                   16626:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
1.88      moko     16627:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   16628:          n functionality preserved
1.86      moko     16629: 
                   16630:        * src/types/pa_vimage.h: removed unused vimage::save
                   16631: 
                   16632: 2001-10-16  parser
                   16633: 
                   16634:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   16635: 
                   16636:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   16637: 
1.88      moko     16638:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
1.86      moko     16639: 
1.88      moko     16640:        * src/classes/image.C: image.copy tolerance
1.86      moko     16641: 
1.88      moko     16642:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   16643:          ineffective, but works for small paleted image
1.86      moko     16644: 
1.88      moko     16645:        * src/types/pa_vimage.C: comment
1.86      moko     16646: 
1.88      moko     16647:        * src/classes/image.C: gd size/resize bugfix
1.86      moko     16648: 
1.88      moko     16649:        * src/: classes/classes.dsp, main/main.dsp,
1.86      moko     16650:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
1.88      moko     16651:          types/types.dsp: ident >nul 2>&1
1.86      moko     16652: 
                   16653:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   16654:          systems
                   16655: 
1.88      moko     16656:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   16657:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
1.86      moko     16658: 
                   16659: 2001-10-15  parser
                   16660: 
                   16661:        * src/main/execute.C: z
                   16662: 
1.88      moko     16663:        * src/classes/: xdoc.C:     !::create{qualifiedName}
1.86      moko     16664: 
                   16665:        * src/types/pa_vxnode.C:     document_type_node.
                   16666:                  !readonly attribute DOMString name
                   16667:              !notation_node.
                   16668:                  !readonly attribute DOMString publicId
                   16669:                  !readonly attribute DOMString systemId
                   16670: 
1.88      moko     16671:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   16672:          ::write badly passed string too transparently [failed to
                   16673:          intercept it]
1.86      moko     16674: 
                   16675:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   16676:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   16677:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16678:          types/pa_vxnode.h: DOM1 major addtion, only few
                   16679:          attributes/methods left
                   16680: 
                   16681: 2001-10-13  parser
                   16682: 
                   16683:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   16684:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   16685:          in main handler
                   16686: 
                   16687:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   16688:          cleanups & frees order
                   16689: 
                   16690:        * src/types/pa_vcode_frame.h: couple comments
                   16691: 
1.88      moko     16692:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   16693:          transparent enough to handle hash if creation&passing
1.86      moko     16694: 
                   16695:        * src/: include/pa_config_fixed.h, main/execute.C,
1.88      moko     16696:          main/pa_exception.C: noticed that vcodeframe not transparent
                   16697:          enough, would change now
1.86      moko     16698: 
                   16699: 2001-10-12  parser
                   16700: 
                   16701:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   16702:          fixed. initialization&free on each thread!
                   16703: 
1.88      moko     16704:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   16705:          handling changed: now type of default param analized always, not
                   16706:          only at problem time, thus helping early problem spotting
1.86      moko     16707: 
1.88      moko     16708:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
1.89      moko     16709:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
1.86      moko     16710:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
1.88      moko     16711:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   16712:          multithread bug fixed. initialization&free on each thread!
1.86      moko     16713: 
                   16714: 2001-10-11  parser
                   16715: 
                   16716:        * src/classes/xnode.C: xnode.selectSingle now
                   16717: 
                   16718:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   16719:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   16720:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   16721:          convertors out of Pool into Exception
                   16722: 
                   16723:        * src/main/pa_string.C: const
                   16724: 
1.88      moko     16725:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   16726:          linked pieces of same language together prior to String::replace
1.86      moko     16727: 
1.88      moko     16728:        * src/classes/hash.C:     !^hash.add[addme]
1.86      moko     16729:              !^hash.sub[subme]
                   16730:              !^a.union[b] = new
                   16731:              !^a.intersection[b] = new
                   16732:              !^a.intersects[b] = bool
                   16733: 
                   16734:        * src/classes/hash.C:     !^hash::append[append_from]
                   16735: 
1.88      moko     16736:        * src/: classes/hash.C, types/pa_vhash.h:
1.86      moko     16737:          !^hash::create[[copy_from]]
                   16738: 
                   16739:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   16740:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
1.88      moko     16741:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   16742:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   16743:          exception but somebody[value.bark] tried to throw it on it's pool
1.86      moko     16744: 
1.89      moko     16745:        * src/include/pa_config_auto.h.in: makes
1.86      moko     16746: 
                   16747: 2001-10-10  parser
                   16748: 
1.88      moko     16749:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
1.86      moko     16750: 
1.88      moko     16751:        * src/main/: compile.tab.C, compile.y: ^a[
1.86      moko     16752: 
                   16753:          @next_method  << now unclosed ] would be reported here
                   16754: 
1.88      moko     16755:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   16756:          compile error
1.86      moko     16757: 
                   16758: 2001-10-09  parser
                   16759: 
1.88      moko     16760:        * src/: classes/Makefile.am, main/Makefile.am,
1.86      moko     16761:          targets/cgi/Makefile.am, types/Makefile.am: makes
                   16762: 
1.88      moko     16763:        * src/classes/Makefile.am: makes
1.86      moko     16764: 
1.88      moko     16765:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   16766:          win32 errors intercepted [xalan transformer patched and
                   16767:          incorporated]
1.86      moko     16768: 
1.88      moko     16769:        * src/: classes/classes.dsp, classes/xdoc.C,
1.86      moko     16770:          include/pa_stylesheet_connection.h, main/main.dsp,
                   16771:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16772:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   16773:          patches starting
                   16774: 
1.88      moko     16775:        * src/classes/: string.C, table.C: ^string.save[file]
1.86      moko     16776: 
1.88      moko     16777:        * src/classes/: date.C, table.C: calendar moved to date
1.86      moko     16778: 
1.88      moko     16779:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
1.86      moko     16780:          string/table]  now
                   16781: 
1.88      moko     16782:        * src/classes/: op.C, table.C: z
1.86      moko     16783: 
                   16784:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   16785:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
1.88      moko     16786:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   16787:          be code [be string..]
1.86      moko     16788: 
1.88      moko     16789:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   16790:          table.C: lots of
1.86      moko     16791:          params->as_int/double/as_string/as_junction/as_no_junction
                   16792:          messages added
                   16793: 
                   16794: 2001-10-08  parser
                   16795: 
                   16796:        * src/: classes/date.C, classes/image.C, classes/string.C,
1.88      moko     16797:          classes/table.C, classes/void.C, include/pa_request.h:
                   16798:          params->as_int/double message added
1.86      moko     16799: 
1.88      moko     16800:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
1.86      moko     16801: 
1.88      moko     16802:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   16803:          image:sector removed image:html internal "line-*" attribs
1.86      moko     16804: 
                   16805:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1.88      moko     16806:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
1.86      moko     16807: 
                   16808:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   16809:          way
                   16810: 
                   16811:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
1.88      moko     16812:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   16813:          UL_MAIL_HEADER made nonforced [only tainted pieces]
1.86      moko     16814: 
                   16815:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   16816:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   16817:          @ SAPI::log
                   16818: 
                   16819:        * src/main/untaint.C: \r to ' ' in origins mode
                   16820: 
1.88      moko     16821:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   16822:          set]
1.86      moko     16823: 
                   16824:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   16825:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   16826:          nonstandard liaison freed up
                   16827: 
                   16828: 2001-10-07  parser
                   16829: 
1.88      moko     16830:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   16831:          project
1.86      moko     16832: 
                   16833: 2001-10-05  parser
                   16834: 
                   16835:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
1.88      moko     16836:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   16837:          from outputing to cerr.  lots of "todos"
1.86      moko     16838: 
1.88      moko     16839:        * src/main/untaint.C: http_header tainting more gentle with
                   16840:          enquoting now
1.86      moko     16841: 
                   16842:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
1.88      moko     16843:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   16844:          xml errorhandler.  fixed string.replace a little, read @test
1.86      moko     16845: 
                   16846:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   16847:          *) does not have limit, and looks further eos, fixing....
                   16848: 
                   16849:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   16850: 
1.88      moko     16851:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
1.86      moko     16852: 
1.88      moko     16853:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   16854:          bugfix
1.86      moko     16855: 
1.88      moko     16856:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   16857:          $result[^[$p^]z] now works fine
1.86      moko     16858: 
1.88      moko     16859:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   16860:          wrong. fixed it
1.86      moko     16861: 
1.88      moko     16862:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   16863:          of totable appered to be vital
1.86      moko     16864: 
                   16865: 2001-10-04  parser
                   16866: 
1.88      moko     16867:        * src/classes/image.C: ^image.length[text]
1.86      moko     16868: 
                   16869: 2001-10-03  parser
                   16870: 
                   16871:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   16872: 
                   16873:        * src/main/pa_request.C: restored pcre defaulting in request
                   16874:          [mindlessly "optimized" yesterday] comment left
                   16875: 
                   16876: 2001-10-02  parser
                   16877: 
                   16878:        * src/: main/pa_charset_manager.C,
                   16879:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   16880:          needed
                   16881: 
                   16882:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   16883:          forgot non-xml pool.*charset needed
                   16884: 
1.88      moko     16885:        * src/classes/table.C: # config comments fixed
1.86      moko     16886: 
                   16887:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   16888:          charset_connection #comment now
                   16889: 
                   16890:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   16891:          options fixed to use release msvcrt lib
                   16892: 
                   16893:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   16894:          removed default - pcre handles that internally fixed bug on
                   16895:          not-cleaning tables [previously was calloced, now member]
                   16896: 
                   16897:        * src/: include/pa_request.h, main/pa_charset_connection.C,
1.88      moko     16898:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   16899:          inside removed default - pcre handles that internally fixed bug
                   16900:          on not-cleaning tables [previously was calloced, now member]
                   16901: 
                   16902:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   16903:          tested charset reload on file change @ apache version = OK tested
                   16904:          freeing up prev encoding on adding new = OK
1.86      moko     16905: 
                   16906: 2001-10-01  parser
                   16907: 
1.88      moko     16908:        * src/main/pa_charset_connection.C: removed entitify external hack
                   16909:          [internal installed]
1.86      moko     16910: 
1.88      moko     16911:        * src/main/Makefile.am: makes+removed dtd
1.86      moko     16912: 
                   16913:        * src/: include/pa_charset_connection.h,
                   16914:          include/pa_charset_manager.h,
                   16915:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   16916:          main/pa_charset_connection.C, main/pa_charset_manager.C,
1.88      moko     16917:          main/pa_request.C: charset loading & caching mech 0
1.86      moko     16918: 
                   16919:        * src/: include/pa_stylesheet_connection.h,
                   16920:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
1.88      moko     16921:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   16922:          & caching mech now
1.86      moko     16923: 
                   16924: 2001-09-30  parser
                   16925: 
                   16926:        * src/main/pa_request.C: forgot to fill toTable
                   16927: 
                   16928:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   16929:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   16930:          failed on win32 for now..
                   16931: 
1.88      moko     16932:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   16933:          now charsets table configuration variable is: CHARSETS
1.86      moko     16934: 
1.88      moko     16935:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   16936:          ctype with unicode 1. todo: no &#1055; entities on output somehow
1.86      moko     16937: 
                   16938:        * src/: classes/file.C, classes/op.C, classes/string.C,
1.88      moko     16939:          include/pa_request.h, main/pa_request.C: started ctype with
                   16940:          unicode values
1.86      moko     16941: 
                   16942: 2001-09-28  parser
                   16943: 
                   16944:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
1.88      moko     16945:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
1.86      moko     16946:          string passed AS-IS now
                   16947: 
1.88      moko     16948:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   16949:          way of user-configuring... todo: implement
1.86      moko     16950: 
                   16951: 2001-09-27  parser
                   16952: 
1.88      moko     16953:        * src/classes/table.C: table.sort changed to sort table itself
1.86      moko     16954: 
1.88      moko     16955:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
1.86      moko     16956:          X^.getElementsByTagName[tagname] = array of xnode
                   16957:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   16958:          nodes removed - regretfully not supported @ xalan. maybe someday
                   16959:          would reimplement, if needed.
                   16960: 
                   16961:          win32build system: solved long waiting anti-non-started-apache
                   16962:          problem
                   16963: 
1.88      moko     16964:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
1.86      moko     16965:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
1.88      moko     16966:          types/types.dsp: win32 ident make system so not to rebuild
                   16967:          library [ident.C.new]
1.86      moko     16968: 
                   16969: 2001-09-26  parser
                   16970: 
                   16971:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
1.88      moko     16972:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
1.86      moko     16973:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88      moko     16974:          types/pa_vxnode.C, types/types.dsp: z
1.86      moko     16975: 
1.88      moko     16976:        * src/classes/classes.C: forgot one non-xml check
1.86      moko     16977: 
1.88      moko     16978:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   16979:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.86      moko     16980: 
                   16981:        * src/targets/cgi/parser3.C: z
                   16982: 
1.88      moko     16983:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   16984:          targets/isapi/parser3isapi.C: #ifdef SMTP
1.86      moko     16985: 
                   16986:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   16987:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     16988:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   16989:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   16990:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16991:          types/types.dsp: xdoc&xnode now
1.86      moko     16992: 
                   16993:        * src/: classes/classes.C, classes/classes.awk,
                   16994:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   16995:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   16996:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16997:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16998:          classes/op.C, classes/response.C, classes/string.C,
1.88      moko     16999:          classes/table.C, classes/void.C, include/pa_array.h,
                   17000:          include/pa_common.h, include/pa_config_fixed.h,
                   17001:          include/pa_config_includes.h, include/pa_dictionary.h,
                   17002:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   17003:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   17004:          include/pa_socks.h, include/pa_sql_connection.h,
                   17005:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   17006:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   17007:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1.86      moko     17008:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   17009:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   17010:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   17011:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   17012:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   17013:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17014:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
1.88      moko     17015:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   17016:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17017:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17018:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   17019:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17020:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   17021:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   17022:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17023:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17024:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   17025:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   17026:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17027:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   17028:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   17029:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17030:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   17031:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17032:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   17033:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17034:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17035:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   17036:          main.dsp splitted to main+classes+types along to .am
1.86      moko     17037: 
                   17038:        * src/classes/Makefile.am: removed useless var
                   17039: 
                   17040:        * src/: classes/classes.cmd, main/main.dsp,
                   17041:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   17042:          main.dsp
                   17043: 
                   17044: 2001-09-25  parser
                   17045: 
1.88      moko     17046:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   17047:          1251 though, todo ICU
1.86      moko     17048: 
                   17049:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.88      moko     17050:          include/pa_stylesheet_connection.h, main/Makefile.am,
                   17051:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   17052:          types/pa_vdom.h: xml configure makes
1.86      moko     17053: 
                   17054: 2001-09-24  parser
                   17055: 
                   17056:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   17057:          types/Makefile.am: makes
                   17058: 
                   17059:        * src/targets/cgi/Makefile.am: makefiles
                   17060: 
1.89      moko     17061:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   17062:          started unix makes update
1.86      moko     17063: 
1.88      moko     17064:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   17065:          started unix makes update
1.86      moko     17066: 
                   17067:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   17068: 
                   17069:        * src/types/pa_value.h: z
                   17070: 
                   17071:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   17072:          bugs with usinge hash/table in expressions
                   17073: 
1.88      moko     17074:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   17075:          resolved conflicts fixed [const]
1.86      moko     17076: 
                   17077:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
1.88      moko     17078:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
1.86      moko     17079:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17080:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
1.88      moko     17081:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17082:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   17083:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   17084:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17085:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   17086:          with before_xml [merge2 actually didn't happen - i've created
                   17087:          tags on wrong branch. so this merge is in fact re-merge]
1.86      moko     17088: 
                   17089: 2001-09-21  parser
                   17090: 
1.88      moko     17091:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   17092:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   17093:          produced "" in make file and sadly wrong interpreted on load]
1.86      moko     17094: 
                   17095:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
1.88      moko     17096:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
1.86      moko     17097:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   17098:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17099:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
1.88      moko     17100:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   17101:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.86      moko     17102: 
                   17103:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   17104:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
1.88      moko     17105:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   17106:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17107:          main/pa_pool.C, main/pa_request.C,
                   17108:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   17109:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   17110:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17111:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   17112:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   17113:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   17114:          types/pa_vrequest.C, types/pa_vresponse.h,
1.86      moko     17115:          types/pa_vstateless_class.C, types/pa_vstring.C,
1.88      moko     17116:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   17117:          created new projects for sql drivers [planning to remove sql
                   17118:          drivers from main cvs project] first, will join latest changes
1.86      moko     17119: 
1.88      moko     17120:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   17121:          pool.get_charset
1.86      moko     17122: 
1.88      moko     17123:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   17124:          pool.get_charset
1.86      moko     17125: 
                   17126:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   17127:          pool.get_charset
                   17128: 
                   17129:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
1.88      moko     17130:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   17131:          methods encoding to pool.get_charset
1.86      moko     17132: 
1.88      moko     17133:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   17134:          transcoder were created right "unsupported encoding" message.
                   17135:          not @ set time, but @ use time, so until xml output functions
                   17136:          .string, .file, .save used - no encoding name check occur
1.86      moko     17137: 
                   17138:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   17139:          registration needed, pools are officially destructured
                   17140: 
                   17141: 2001-09-20  parser
                   17142: 
                   17143:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   17144: 
1.88      moko     17145:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
1.86      moko     17146:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   17147: 
1.88      moko     17148:        * src/: classes/dnode.C, classes/dom.C,
                   17149:          include/pa_config_includes.h, include/pa_globals.h,
                   17150:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17151:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   17152:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17153:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
1.86      moko     17154:          Pool::transcode 0
                   17155: 
1.88      moko     17156:        * src/classes/dom.C: dom. string save file moved output xml options
                   17157:          to last param and made it optional
1.86      moko     17158: 
                   17159:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   17160:          dnodes
                   17161:              !$attributenode.specified = boolean
                   17162:                      true if the attribute received its value explicitly
                   17163:          in the XML document,
                   17164:                      or if a value was assigned programatically with the
                   17165:          setValue function.
                   17166:                  false if the attribute value came from the default value
                   17167:          declared in the document's DTD.
                   17168:              !$pinode.target = target of this processing instruction
                   17169:                  XML defines this as being the first token following the
                   17170:          markup
                   17171:                  that begins the processing instruction.
                   17172:                  XPath:
                   17173:              !^node.select[xpath/query/expression] = hash of 0->node0
                   17174:          1->node1
                   17175:              !^node.select-single[xpath/query/expression] = first node if
                   17176:          any
                   17177: 
                   17178:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   17179:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   17180:          some 'const's added
                   17181: 
                   17182:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   17183:          expression context now, there value = size and boolean value
                   17184:          size!=0
                   17185: 
                   17186:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   17187:          can be used in expression context now, there value = size and
                   17188:          boolean value size!=0
                   17189: 
                   17190:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
1.88      moko     17191:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   17192:          due to strange xalan bug
1.86      moko     17193: 
                   17194: 2001-09-18  parser
                   17195: 
                   17196:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
1.88      moko     17197:          classes/image.C, classes/op.C, classes/table.C,
                   17198:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   17199:          include/pa_sql_driver_manager.h, main/compile.C,
                   17200:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   17201:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   17202:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
1.86      moko     17203:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17204:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   17205:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
1.88      moko     17206:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   17207:          before_xml branch ^if(def $hash) now true only when
                   17208:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
1.86      moko     17209: 
1.88      moko     17210:        * src/: classes/op.C, main/execute.C: operators self changed to
                   17211:          root ^for variable context changed to self
1.86      moko     17212: 
1.88      moko     17213:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   17214:          dnode 1
1.86      moko     17215: 
                   17216:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   17217:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   17218: 
1.88      moko     17219:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   17220:          poly* fixed
1.86      moko     17221: 
                   17222: 2001-09-17  parser
                   17223: 
                   17224:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
1.88      moko     17225:          types/pa_vdom.h: started dnode+dom
1.86      moko     17226: 
                   17227:          dnode     DOM methods:     $node.name     $node.value
                   17228:          ...others...
                   17229: 
                   17230:              ^node.xpath[/rates/USD] = hash
                   17231:                  $hash[
                   17232:                          $.0[node0]
                   17233:                          $.1[node1]
                   17234:                  ]
                   17235: 
1.88      moko     17236:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   17237:          applies to all linear primitives
1.86      moko     17238: 
                   17239:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   17240:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17241:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
1.88      moko     17242:          types/pa_vimage.h: started dnode     DOM:     $node.name
1.86      moko     17243:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   17244:          dom(dnode)
                   17245: 
                   17246:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   17247:          main/compile.y, main/compile_tools.h, main/execute.C,
1.88      moko     17248:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   17249:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   17250:          name after '.'
1.86      moko     17251: 
                   17252: 2001-09-15  parser
                   17253: 
1.88      moko     17254:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1.86      moko     17255:          image: $line-width ^line(...)[****   style]
                   17256: 
                   17257:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   17258:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   17259:          pool_storage - cleanups first, allocations second.  apache wisely
                   17260:          does just like that
                   17261: 
                   17262:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   17263:          rewritten using template, no bugs now
                   17264: 
1.88      moko     17265:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
1.86      moko     17266:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   17267:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   17268:          poorly started isapi pool_storage, would rewrite using template
                   17269:          now
                   17270: 
                   17271:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   17272:          include/pa_stylesheet_connection.h, main/main.dsp,
1.88      moko     17273:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   17274:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   17275:          xalan objects freed up [introducing Pool::register_cleanup]
1.86      moko     17276: 
1.88      moko     17277:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   17278:          comments
1.86      moko     17279: 
                   17280: 2001-09-14  parser
                   17281: 
                   17282:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   17283:          z
                   17284: 
                   17285:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   17286:          classes/mail.C, include/pa_common.h,
                   17287:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17288:          include/pa_stylesheet_connection.h,
                   17289:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17290:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   17291:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
1.88      moko     17292:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
1.86      moko     17293:          compiled&cached
                   17294: 
                   17295: 2001-09-13  parser
                   17296: 
                   17297:        * src/: classes/dom.C, classes/file.C, classes/image.C,
1.88      moko     17298:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
1.86      moko     17299: 
1.88      moko     17300:        * src/classes/dom.C: dom:file content-type(.method)
1.86      moko     17301: 
                   17302:        * src/: include/pa_common.h, include/pa_globals.h,
1.88      moko     17303:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   17304:          string now more informative error messages
1.86      moko     17305: 
                   17306:        * src/: include/pa_globals.h, include/pa_request.h,
1.88      moko     17307:          main/pa_request.C, targets/cgi/parser3.C,
                   17308:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   17309:          ParserSiteConfig .../parser3.conf
1.86      moko     17310: 
                   17311:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   17312: 
                   17313: 2001-09-12  parser
                   17314: 
                   17315:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
1.88      moko     17316:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   17317:          precise error reporting: "connection string must start with
                   17318:          protocol://" now
1.86      moko     17319: 
1.88      moko     17320:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   17321:          braced
1.86      moko     17322: 
                   17323:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   17324:          lexer on LS_USER level did [] matching without setting nestage,
                   17325:          introduced special LS_NAME_SQUARE_PART state
                   17326: 
                   17327: 2001-09-11  parser
                   17328: 
                   17329:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   17330:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   17331:          languages+=xml
                   17332: 
1.88      moko     17333:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   17334: 
                   17335:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17336:          options:     $.method[xml|html|text] detection fixed
1.86      moko     17337: 
1.88      moko     17338:        * src/types/pa_vdom.h: messages
                   17339: 
                   17340:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17341:          options:     $.method[xml|html|text] detection fixed
1.86      moko     17342: 
                   17343: 2001-09-10  parser
                   17344: 
1.88      moko     17345:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17346:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
1.86      moko     17347: 
                   17348:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   17349:          added]
                   17350: 
                   17351:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17352:          ^dom.xslt[stylesheet filename] 0
                   17353: 
1.88      moko     17354:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17355:          ^dom.xslt[stylesheet filename] -1 doc is lying
1.86      moko     17356: 
1.88      moko     17357:        * src/classes/dom.C: ^dom.file[encoding] = file
1.86      moko     17358: 
1.88      moko     17359:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   17360:          ^dom.save[encoding;filename]
1.86      moko     17361: 
1.88      moko     17362:        * src/classes/dom.C: ^dom.string[] 0
1.86      moko     17363: 
                   17364:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   17365: 
                   17366:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
1.88      moko     17367:          types/pa_vform.h: ^dom.save[b.xml] 0
1.86      moko     17368: 
                   17369: 2001-09-08  parser
                   17370: 
                   17371:        * src/types/pa_vform.C: $form:tables.name.field
                   17372: 
                   17373: 2001-09-07  parser
                   17374: 
                   17375:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   17376:          $table)...
                   17377: 
                   17378:        * src/targets/cgi/parser3.C: z
                   17379: 
1.88      moko     17380:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   17381:          from '' to int/double is 0]
1.86      moko     17382: 
1.88      moko     17383:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   17384:          $table) is false when table is empty
1.86      moko     17385: 
1.88      moko     17386:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   17387:          !$form:tables $atable[$form:tables.a]
1.86      moko     17388:          ^atable.menu{a=$atable.element}[,]
                   17389: 
                   17390:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
1.88      moko     17391:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
1.86      moko     17392: 
                   17393:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.88      moko     17394:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   17395:          of dom
1.86      moko     17396: 
                   17397:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
1.88      moko     17398:          types/pa_vform.C, types/pa_vform.h: z
1.86      moko     17399: 
                   17400:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   17401:          element [not last]
                   17402: 
                   17403:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.88      moko     17404:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
1.86      moko     17405: 
                   17406: 2001-09-06  parser
                   17407: 
1.88      moko     17408:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17409:          table with one column 'element' and two rows: 1 and 2
1.86      moko     17410: 
                   17411:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17412:          table with one column 'element' and two rows: 1 and 2
                   17413: 
                   17414:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   17415:          bad int/double conversions, and now $form:nonexistent.int(88)
                   17416:          would return 88
                   17417: 
                   17418:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
1.88      moko     17419:          types/pa_vhash.h: now there's special hash key '_default'
                   17420:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   17421:          $._default[xx] ] $hash.c
1.86      moko     17422: 
                   17423:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   17424:          fixed [thanks, fif], ^; were treated there non-literally
                   17425: 
                   17426:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   17427:          doxygen
                   17428: 
                   17429:        * src/: classes/image.C, classes/op.C, classes/string.C,
1.88      moko     17430:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
1.86      moko     17431:          types/pa_vtable.C: few #ifndef DOXYGEN
                   17432: 
                   17433: 2001-09-05  parser
                   17434: 
1.88      moko     17435:        * src/classes/: string.C, table.C: sql options can be void [same as
                   17436:          image:html the other day]
1.86      moko     17437: 
1.88      moko     17438:        * src/targets/cgi/Makefile.am: .am undo
1.86      moko     17439: 
                   17440:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17441:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   17442:          macro expantion on param, simply qoutes whatever passed, undone
                   17443: 
                   17444:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17445:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   17446:          STRINGIZE(name) #name invented
                   17447: 
                   17448:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   17449:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   17450:          MAIN_SQL_DRIVERS_NAME "drivers"
                   17451: 
                   17452:          moved to be availible to all users
                   17453: 
1.88      moko     17454:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   17455:          SQL_DRIVER_CREATE_FUNC_NAME
1.86      moko     17456: 
                   17457:        * src/classes/mail.C: MAIN:MAIL check fixed
                   17458: 
                   17459: 2001-09-04  parser
                   17460: 
                   17461:        * src/classes/image.C: image.html now can accept void params
                   17462: 
                   17463:        * src/targets/isapi/parser3isapi.C: z
                   17464: 
                   17465:        * src/targets/cgi/parser3.C: full_file_spec bug
                   17466: 
1.88      moko     17467:        * src/targets/cgi/parser3.C: getenvcheck
1.86      moko     17468: 
                   17469:        * src/targets/cgi/parser3.C: zz
                   17470: 
                   17471:        * src/targets/cgi/parser3.C: zzz
                   17472: 
                   17473:        * src/classes/date.C: date
                   17474: 
                   17475:        * src/classes/date.C: date:sql-string is now without ''
                   17476: 
                   17477:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
                   17478:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   17479:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   17480: 
                   17481:        * src/include/pa_config_auto.h.in: makes
                   17482: 
                   17483: 2001-09-03  parser
                   17484: 
1.88      moko     17485:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
1.86      moko     17486: 
                   17487: 2001-09-01  parser
                   17488: 
                   17489:        * src/classes/image.C: letter_spacing
                   17490: 
1.88      moko     17491:        * src/classes/image.C: image: font params changed
1.86      moko     17492: 
                   17493:        * src/classes/image.C: image: as_int as_string used
                   17494: 
1.88      moko     17495:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   17496:          analized
1.86      moko     17497: 
                   17498: 2001-08-31  parser
                   17499: 
1.88      moko     17500:        * src/targets/cgi/parser3.C: z
1.86      moko     17501: 
                   17502:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   17503:          cygwin
                   17504: 
1.88      moko     17505:        * src/classes/void.C: void:int/double += (default)
1.86      moko     17506: 
1.88      moko     17507:        * src/classes/image.C: image:font added space param image:font
                   17508:          changed charwidth alg, added kerning const[for now]
1.86      moko     17509: 
1.88      moko     17510:        * src/classes/: string.C, table.C: string:int/double (defaults)
1.86      moko     17511: 
                   17512: 2001-08-29  parser
                   17513: 
1.88      moko     17514:        * src/main/pa_exception.C: exception redundant debug info
1.86      moko     17515: 
                   17516: 2001-08-28  parser
                   17517: 
1.88      moko     17518:        * src/classes/image.C: image error msgs
1.86      moko     17519: 
1.88      moko     17520:        * src/classes/image.C: image: gifsize little endian
1.86      moko     17521: 
                   17522:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   17523:          doxygeneration
                   17524: 
1.88      moko     17525:        * src/: classes/Makefile.am, main/Makefile.am,
1.86      moko     17526:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   17527: 
                   17528:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   17529:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   17530: 
                   17531:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   17532: 
                   17533:        * src/classes/table.C: NO_STRING_ORIGIN check
                   17534: 
                   17535:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   17536:          storage class specifiers invalid in friend function declarations
                   17537: 
                   17538:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   17539:          main/untaint.C, targets/cgi/parser3.C,
                   17540:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   17541:          case of limit
                   17542: 
1.88      moko     17543:        * src/: classes/file.C, main/pa_common.C: file:move
                   17544:          autocreate/remove dest/src dir
1.86      moko     17545: 
                   17546:        * src/: classes/string.C, include/pa_dictionary.h,
                   17547:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
1.88      moko     17548:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   17549:          to directory constructor.  string:replace
1.86      moko     17550: 
                   17551: 2001-08-27  parser
                   17552: 
                   17553:        * src/classes/image.C: fixed jpgsize alg
                   17554: 
                   17555:        * src/classes/image.C: fixed jpgsize alg
                   17556: 
                   17557:        * src/main/pa_exception.C: z
                   17558: 
                   17559:        * src/main/pa_common.C: removed debug info from pa_common
                   17560: 
                   17561:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   17562:          [auto.p from current dir loading]
                   17563: 
                   17564:        * src/: main/pa_common.C, main/pa_exception.C,
1.88      moko     17565:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   17566:          for solaris -lsocket
1.86      moko     17567: 
                   17568: 2001-08-24  parser
                   17569: 
                   17570:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   17571: 
                   17572:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   17573: 
                   17574:        * src/targets/cgi/parser3.C: not cgi extra \n
                   17575: 
1.88      moko     17576:        * src/main/pa_sql_driver_manager.C: z
1.86      moko     17577: 
1.88      moko     17578:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   17579:          sql* removed services from disconnect - cross-request ideological
                   17580:          probs.
1.86      moko     17581: 
1.88      moko     17582:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
1.86      moko     17583:          cross-request ideological probs.  oracle - fixed bug: cs
                   17584:          allocated on request.pool and got freed before disconnect
                   17585: 
                   17586:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   17587:          mallocs fixed
                   17588: 
                   17589: 2001-08-23  parser
                   17590: 
1.88      moko     17591:        * src/classes/file.C: minor bug in file:save fixed
1.86      moko     17592: 
1.88      moko     17593:        * src/main/pa_sql_driver_manager.C: oracle: dlink
1.86      moko     17594: 
                   17595: 2001-08-22  parser
                   17596: 
                   17597:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
1.88      moko     17598:          types/pa_vfile.h: file:load|save[text|binary;
1.86      moko     17599: 
1.88      moko     17600:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
1.86      moko     17601: 
                   17602: 2001-08-21  parser
                   17603: 
1.88      moko     17604:        * src/classes/: file.C, table.C: ^file:list
1.86      moko     17605: 
                   17606: 2001-08-20  parser
                   17607: 
                   17608:        * src/: main/compile.tab.C, main/compile.y,
1.88      moko     17609:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   17610:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   17611:          recousively caused problems: inc incremeted 123 literal!! fixed
1.86      moko     17612: 
                   17613: 2001-08-10  parser
                   17614: 
                   17615:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   17616: 
1.88      moko     17617:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   17618:          added
1.86      moko     17619: 
1.88      moko     17620:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   17621:          added
1.86      moko     17622: 
1.88      moko     17623:        * src/classes/table.C: table:sort restored [it was bad test :(]
1.86      moko     17624: 
                   17625:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   17626:          ''
                   17627: 
1.88      moko     17628:        * src/main/: pa_request.C: wanted to make const int
                   17629:          MAX_EXECUTE_SECONDS=1;
1.86      moko     17630: 
                   17631:          but couldnt, set_callback_and_alarm appeared to be not exported
                   17632:          :(
                   17633: 
                   17634:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   17635:          check but it weren't wise enough
                   17636: 
                   17637:          @parse[dateString][tmp]
                   17638:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   17639:          #end
                   17640: 
                   17641:          @main[] ^parse[2001-02-03]
                   17642: 
1.88      moko     17643:        * src/classes/: table.C: table:sort now default desc
1.86      moko     17644: 
                   17645:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   17646:          table.sort now creates new sorted table
                   17647: 
                   17648: 2001-08-09  parser
                   17649: 
                   17650:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   17651: 
                   17652:        * src/classes/hash.C: hash:_default now [was hash:default]
                   17653: 
1.88      moko     17654:        * src/classes/op.C: case without switch check added
1.86      moko     17655: 
1.88      moko     17656:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   17657:          precise $ORIGINS(1)
1.86      moko     17658: 
                   17659:        * src/main/Makefile.am: .am
                   17660: 
                   17661:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   17662:          fixed
                   17663: 
                   17664:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   17665:          fixed
                   17666: 
                   17667: 2001-08-07  parser
                   17668: 
                   17669:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   17670:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   17671:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   17672:          string, table
                   17673: 
1.88      moko     17674:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   17675:          srand made working
1.86      moko     17676: 
                   17677: 2001-08-06  parser
                   17678: 
                   17679:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   17680:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   17681:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   17682:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
1.88      moko     17683:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
1.86      moko     17684: 
1.88      moko     17685:        * src/main/pa_exec.C: exec win32 real filename
1.86      moko     17686: 
1.88      moko     17687:        * src/classes/file.C: exec stderr out
1.86      moko     17688: 
1.88      moko     17689:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
1.86      moko     17690: 
                   17691: 2001-08-03  parser
                   17692: 
                   17693:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   17694: 
                   17695: 2001-08-02  parser
                   17696: 
                   17697:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   17698:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   17699: 
                   17700:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   17701:          get@execute, but needs array iterator, separate from array to
                   17702:          avoid it & use caching
                   17703: 
1.88      moko     17704:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   17705:          bug fixed
1.86      moko     17706: 
                   17707:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
1.88      moko     17708:          main/execute.C, main/pa_globals.C: found another multithread bug
                   17709:          in op.C (last, last global var killed) :)
1.86      moko     17710: 
                   17711: 2001-08-01  parser
                   17712: 
                   17713:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   17714:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   17715:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88      moko     17716:          main/untaint.C: speeded up typo-html replacements. introducing
                   17717:          Dictionary with first-char caching
1.86      moko     17718: 
                   17719: 2001-07-31  parser
                   17720: 
                   17721:        * src/types/Makefile.am: pa_vtable.C added to .am
                   17722: 
                   17723:        * src/main/compile.tab.C: added, so that could be compiled even on
                   17724:          non-bison-enabled platforms
                   17725: 
                   17726: 2001-07-28  parser
                   17727: 
                   17728:        * src/classes/table.C: table:hash always produces hash, when can't
                   17729:          - empty
                   17730: 
                   17731:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   17732:          skipped \n
                   17733: 
                   17734: 2001-07-27  parser
                   17735: 
1.88      moko     17736:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   17737:          on int/double/string :sql without result and default
1.86      moko     17738: 
                   17739: 2001-07-26  parser
                   17740: 
1.88      moko     17741:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   17742:          OP
1.86      moko     17743: 
1.88      moko     17744:        * src/main/compile.y: $man[$.age[zzz]]  0
1.86      moko     17745: 
                   17746:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   17747:          creation syntax problem persists. restored $: for a while.
                   17748:          thinking of $man[$.age[zzz]] syntax now
                   17749: 
                   17750:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   17751:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   17752:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   17753:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
1.88      moko     17754:          types/pa_wwrapper.h: fixing :: realization #1
1.86      moko     17755: 
                   17756:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   17757:          main/compile_tools.h, main/execute.C, main/pa_request.C,
1.88      moko     17758:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   17759:          prefix.  ordinary : remains for static accesses
1.86      moko     17760: 
                   17761: 2001-07-25  parser
                   17762: 
1.88      moko     17763:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   17764:          fields 2. methods 3. columns
1.86      moko     17765: 
1.88      moko     17766:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   17767:          quote.  optimized double&int tostring-s
1.86      moko     17768: 
1.88      moko     17769:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   17770:          whitespace before first method decl
1.86      moko     17771: 
1.88      moko     17772:        * src/classes/table.C: allowed nontable result in table:sql,
                   17773:          results in empty table
1.86      moko     17774: 
1.88      moko     17775:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   17776:          lines before first method decl
1.86      moko     17777: 
                   17778:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   17779:          types/pa_vtable.h: ^table.record[] now $table.fields
                   17780: 
                   17781:        * src/main/compile.y: $var[] is now empty string, not void
                   17782: 
1.88      moko     17783:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   17784:          void
1.86      moko     17785: 
                   17786:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
1.88      moko     17787:          main/pa_globals.C: match replace code context moved to implicit
                   17788:          $match context
1.86      moko     17789: 
                   17790:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   17791:          main/compile_tools.h, main/execute.C: with killed, code storage
                   17792:          introduced with former 'with' syntax
                   17793: 
                   17794: 2001-07-24  parser
                   17795: 
                   17796:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
1.88      moko     17797:          types/pa_value.h: first get_element, next get operator
1.86      moko     17798: 
                   17799:        * src/main/compile.y: removed @end handling
                   17800: 
1.88      moko     17801:        * src/main/: compile.C, compile.y: @end handling method2
1.86      moko     17802: 
1.88      moko     17803:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   17804:          file:move
1.86      moko     17805: 
                   17806:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   17807:          fixed
                   17808: 
                   17809: 2001-07-23  parser
                   17810: 
1.88      moko     17811:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   17812:          driver
1.86      moko     17813: 
1.88      moko     17814:        * src/classes/hash.C: changed sql driver query interface
1.86      moko     17815: 
                   17816:        * src/: classes/hash.C, classes/string.C, classes/table.C,
1.88      moko     17817:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   17818:          changed sql driver query interface
1.86      moko     17819: 
                   17820: 2001-07-20  parser
                   17821: 
                   17822:        * src/types/pa_vrequest.C: X!$browser:type
                   17823: 
                   17824:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   17825:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   17826:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   17827:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   17828:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   17829:          types/pa_vobject.h, types/pa_vrequest.C,
                   17830:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   17831:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   17832:          BASE element globally removed
                   17833: 
                   17834: 2001-07-18  parser
                   17835: 
                   17836:        * src/classes/file.C: file:exec/cgi msg
                   17837: 
                   17838:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   17839: 
                   17840:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   17841: 
1.88      moko     17842:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
1.89      moko     17843:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   17844:          removed $id from *.in *.am
1.86      moko     17845: 
1.88      moko     17846:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
1.86      moko     17847:          abbrevations
                   17848: 
                   17849:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   17850:          classes/string.C, classes/table.C, include/pa_globals.h,
                   17851:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   17852:          main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88      moko     17853:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17854:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   17855:          $ORIGINS(1) output tracing mode
1.86      moko     17856: 
                   17857: 2001-07-13  parser
                   17858: 
                   17859:        * src/: classes/double.C, classes/int.C, classes/string.C,
1.88      moko     17860:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   17861:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   17862:          second would not call first @auto
1.86      moko     17863: 
                   17864:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   17865:          wrong, fixed
                   17866: 
                   17867: 2001-07-12  parser
                   17868: 
1.88      moko     17869:        * src/types/pa_value.h: pa_value.putelement modification of system
                   17870:          classes prevented
1.86      moko     17871: 
                   17872: 2001-07-11  parser
                   17873: 
1.88      moko     17874:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   17875:          table $piece
1.86      moko     17876: 
                   17877:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1.88      moko     17878:          types/pa_vstateless_class.h: $file created by file:state +=
                   17879:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   17880:          get_junction-created objects [they were on wrong pool]
1.86      moko     17881: 
                   17882: 2001-07-09  parser
                   17883: 
                   17884:        * src/main/untaint.C: qp wrong name
                   17885: 
                   17886:        * src/: classes/date.C, classes/string.C, classes/table.C,
1.88      moko     17887:          main/compile.y: date format 0
1.86      moko     17888: 
                   17889: 2001-07-07  parser
                   17890: 
                   17891:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
1.88      moko     17892:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   17893:          roll table calendar
1.86      moko     17894: 
                   17895:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   17896:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   17897:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   17898:          include/pa_request.h, main/main.dsp, types/pa_value.h,
1.88      moko     17899:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   17900:          string.  todo: sql, calendar
1.86      moko     17901: 
                   17902: 2001-07-06  parser
                   17903: 
                   17904:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
1.88      moko     17905:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
1.86      moko     17906: 
                   17907: 2001-07-03  parser
                   17908: 
                   17909:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
1.88      moko     17910:          classes/random.C, main/main.dsp: class random renamed to math,
                   17911:          operators became methods
1.86      moko     17912: 
                   17913:        * src/classes/op.C:  pow sqrt
                   17914: 
                   17915:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   17916: 
                   17917: 2001-07-02  parser
                   17918: 
1.88      moko     17919:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   17920:          'column'
1.86      moko     17921: 
1.88      moko     17922:        * src/classes/hash.C: ^hash.keys[]
1.86      moko     17923: 
1.88      moko     17924:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
1.86      moko     17925: 
1.88      moko     17926:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   17927:          'strings'
1.86      moko     17928: 
                   17929: 2001-06-29  parser
                   17930: 
1.88      moko     17931:        * src/main/: execute.C: /0  %0 checkes ver 2
1.86      moko     17932: 
1.88      moko     17933:        * src/main/execute.C: /0  %0 checke
1.86      moko     17934: 
                   17935:        * src/classes/Makefile.am: nothing - void
                   17936: 
1.88      moko     17937:        * src/classes/table.C: empty strings @ sql
1.86      moko     17938: 
                   17939: 2001-06-28  parser
                   17940: 
                   17941:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   17942:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17943:          classes/op.C, classes/random.C, classes/response.C,
                   17944:          classes/string.C, classes/table.C, classes/void.C,
                   17945:          main/compile.C, main/compile_tools.C, main/execute.C,
                   17946:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   17947:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   17948:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   17949:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
1.88      moko     17950:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   17951:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   17952:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   17953:          $";
1.86      moko     17954: 
                   17955:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   17956:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17957:          classes/op.C, classes/random.C, classes/response.C,
                   17958:          classes/string.C, classes/table.C, classes/void.C,
                   17959:          main/compile.C, main/compile.y, main/compile_tools.C,
                   17960:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   17961:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   17962:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   17963:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
1.88      moko     17964:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   17965:          targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
                   17966: 
                   17967:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   17968:          $class:name: == ${class:name}:
1.86      moko     17969: 
                   17970:        * src/classes/string.C: exactly one
                   17971: 
                   17972: 2001-06-27  parser
                   17973: 
                   17974:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   17975:          types/pa_vvoid.h: nothing renamed to void
                   17976: 
1.88      moko     17977:        * src/classes/op.C: ^switch ^case
1.86      moko     17978: 
                   17979:        * src/main/compile.y: nothing renamed to void
                   17980: 
                   17981:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   17982:          main/execute.C, main/main.dsp, main/pa_request.C,
                   17983:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
1.88      moko     17984:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   17985:          void
1.86      moko     17986: 
1.88      moko     17987:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
1.86      moko     17988: 
                   17989: 2001-05-28  parser
                   17990: 
                   17991:        * src/doc/html2chm.cmd: removed >a
                   17992: 
                   17993:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   17994:          project options [some bugs]
                   17995: 
                   17996:        * src/doc/sources2html.cmd: z
                   17997: 
                   17998:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   17999:          main/execute.C: operators are not in root class again
                   18000: 
                   18001: 2001-05-24  parser
                   18002: 
                   18003:        * src/targets/cgi/parser3.dsp: project file
                   18004: 
1.88      moko     18005:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   18006:          ^log ^exp
1.86      moko     18007: 
1.88      moko     18008:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   18009:          conversions in @exception[params]
1.86      moko     18010: 
1.88      moko     18011:        * src/main/pa_request.C: // no _ conversions in @exception[params]
1.86      moko     18012: 
                   18013: 2001-05-23  parser
                   18014: 
1.88      moko     18015:        * src/main/pa_string.C: string cmp bug
1.86      moko     18016: 
                   18017:        * src/classes/: mail.C, op.C: rem max 1000
                   18018: 
1.88      moko     18019:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   18020:          LS_DEF_NAME
1.86      moko     18021: 
                   18022: 2001-05-22  parser
                   18023: 
1.88      moko     18024:        * src/classes/op.C: if params code-required
1.86      moko     18025: 
                   18026: 2001-05-21  parser
                   18027: 
                   18028:        * src/types/pa_vstring.C: eoleof
                   18029: 
                   18030:        * src/classes/Makefile.am: .AM
                   18031: 
1.88      moko     18032:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
1.86      moko     18033: 
                   18034:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   18035: 
                   18036:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   18037:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
1.88      moko     18038:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   18039:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   18040:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   18041:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   18042:          'nothing'
1.86      moko     18043: 
                   18044:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   18045:          vstring::set_string
                   18046: 
1.88      moko     18047:        * src/classes/: double.C, int.C, string.C: int,double;sql
1.86      moko     18048: 
                   18049:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   18050:          classes/table.C, include/pa_string.h, main/pa_string.C,
1.88      moko     18051:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
1.86      moko     18052: 
                   18053:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
1.88      moko     18054:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   18055:          hash:sql moved to main trunc. operators.txt updated
1.86      moko     18056: 
1.88      moko     18057:        * src/classes/: hash.C, op.C, table.C: hash:sql
1.86      moko     18058: 
1.88      moko     18059:        * src/classes/op.C: z
1.86      moko     18060: 
                   18061:        * src/: main/compile.C, classes/classes.C: 1
                   18062: 
                   18063:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   18064:          main/execute.C: 0
                   18065: 
                   18066:        * src/main/execute.C: z
                   18067: 
1.88      moko     18068:        * src/targets/cgi/parser3.C: z
1.86      moko     18069: 
                   18070:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   18071:          site_auto_path "." in that case
                   18072: 
                   18073:        * src/targets/cgi/: parser3.C: z
                   18074: 
1.88      moko     18075:        * src/main/pa_request.C: .am
1.86      moko     18076: 
1.88      moko     18077:        * src/: main/pa_request.C, targets/cgi/parser3.C:
1.86      moko     18078:          pcre_tables=pcre_default_tables;
                   18079: 
                   18080: 2001-05-19  parser
                   18081: 
                   18082:        * src/main/pa_string.C: z
                   18083: 
                   18084:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   18085:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   18086:          target.
                   18087: 
                   18088:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
1.88      moko     18089:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   18090:          used, 4* mem wasted
1.86      moko     18091: 
                   18092:        * src/classes/string.C: root context in match replace body now
                   18093:          unchanged
                   18094: 
                   18095:        * src/types/pa_value.h: parameter # 1 based
                   18096: 
                   18097:        * src/main/pa_common.C: common:  actual filename '%s'
                   18098: 
                   18099:        * src/classes/string.C: z
                   18100: 
                   18101:        * src/classes/Makefile.am: classes/.am
                   18102: 
                   18103:        * src/classes/: Makefile.am: classes/.am
                   18104: 
                   18105:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   18106:          targets/cgi/pa_pool.C: classes/.am
                   18107: 
                   18108: 2001-05-18  parser
                   18109: 
1.88      moko     18110:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   18111:          pa_threads.C ins
1.86      moko     18112: 
1.88      moko     18113:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
1.86      moko     18114: 
                   18115: 2001-05-17  parser
                   18116: 
                   18117:        * src/: classes/string.C, include/pa_config_fixed.h,
                   18118:          include/pa_config_includes.h, main/compile.y,
                   18119:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   18120:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   18121:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   18122:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   18123:          most .C
                   18124: 
                   18125:        * src/doc/html2chm.cmd: z
                   18126: 
1.88      moko     18127:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   18128:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
1.86      moko     18129: 
                   18130:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   18131:          get_connection_from_cache
                   18132: 
1.88      moko     18133:        * src/main/pa_sql_driver_manager.C: cache expiration bf
1.86      moko     18134: 
                   18135:        * src/: classes/classes.h, include/pa_sql_connection.h,
1.88      moko     18136:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   18137:          cache expiration[use SQL_Driver::disconnect]
1.86      moko     18138: 
1.88      moko     18139:        * src/main/pa_table.C: table.locate current restored on "not found"
1.86      moko     18140: 
                   18141:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   18142:          line no
                   18143: 
1.88      moko     18144:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   18145:          ANTI_ENDLESS_EXECUTE_RECOURSION
1.86      moko     18146: 
                   18147:        * src/: classes/op.C, include/pa_sql_connection.h,
                   18148:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
1.88      moko     18149:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   18150:          1driver and set_services fight for driver::fservices. before fix
1.86      moko     18151: 
                   18152:        * src/: classes/op.C, include/pa_config_fixed.h,
                   18153:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1.88      moko     18154:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   18155:          own 1driver and set_services fight for driver::fservices. before
                   18156:          fix
1.86      moko     18157: 
                   18158:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18159:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   18160:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   18161:          pa_threads.C
                   18162: 
1.88      moko     18163:        * src/include/pa_threads.h: removed targets/parser
1.86      moko     18164: 
                   18165:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   18166:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   18167:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   18168:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   18169:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   18170:          headers
                   18171: 
                   18172:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   18173:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   18174:          order prevented sqlmanager to see MULTYTHREAD define
                   18175: 
                   18176:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18177:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   18178:          put/gets
                   18179: 
                   18180:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   18181:          from hash.h
                   18182: 
                   18183:        * src/: classes/op.C, include/pa_sql_connection.h,
1.88      moko     18184:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   18185:          from cache ->set_services(&services);
1.86      moko     18186: 
                   18187: 2001-05-16  parser
                   18188: 
                   18189:        * src/targets/cgi/parser3.C: z
                   18190: 
                   18191:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   18192:          debug, #ifdefed some.  would debug later, on more precise sample
                   18193:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   18194:          $name.$tail[$tail!] $name.$tail } ok3
                   18195: 
                   18196:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   18197:          removed array debug. before vstring rebasing
                   18198: 
                   18199:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   18200:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   18201:          array debugged; adjusted
                   18202: 
                   18203:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   18204:          SQL_Driver_manager line no for connect/charset errors
                   18205: 
                   18206: 2001-05-15  parser
                   18207: 
                   18208:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   18209:          main/pa_string.C: string+array made linear grows
                   18210: 
                   18211:        * src/: include/pa_string.h, main/pa_string.C,
                   18212:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   18213:          grow lineary, not exponentialy
                   18214: 
                   18215:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   18216:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   18217:          with fullchunk cmps
                   18218: 
                   18219:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   18220:          70041=           81
                   18221: 
1.88      moko     18222:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   18223:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   18224:          malloc 27809390/368771, calloc 3232/83. would test now
1.86      moko     18225: 
                   18226:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   18227:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   18228:          numbered params had wrong name - for instance: bad error message
                   18229:          in ^for[] bad body type. fixed
                   18230: 
                   18231: 2001-05-14  parser
                   18232: 
                   18233:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
1.88      moko     18234:          main/untaint.C: ^string.upper|lower[]
1.86      moko     18235: 
                   18236: 2001-05-11  parser
                   18237: 
                   18238:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   18239:          classes/string.C, classes/table.C, classes/unknown.C,
                   18240:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   18241:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
1.88      moko     18242:          types/pa_vunknown.h: op: MAX_LOOPS as_int
1.86      moko     18243: 
1.88      moko     18244:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   18245:          .dsp for win32tools
1.86      moko     18246: 
                   18247: 2001-05-11  paf
                   18248: 
                   18249:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   18250:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   18251:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
1.88      moko     18252:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
1.86      moko     18253: 
                   18254: 2001-05-10  paf
                   18255: 
                   18256:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   18257:          for C++, that's all
                   18258: 
1.88      moko     18259:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   18260:          pa_config_includes.h: inline wonders
1.86      moko     18261: 
                   18262:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   18263:          doc/doxygen.cmd: hash.C added
                   18264: 
1.88      moko     18265:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
1.86      moko     18266: 
1.88      moko     18267:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   18268:          menthod
1.86      moko     18269: 
                   18270:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   18271:          pa_vstateless_object.h: changed priority: field before method
                   18272:          lookup in vclass & vobject
                   18273: 
1.88      moko     18274:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   18275:          grammar: priorities changes [lowerd && prior] vobject: now first
                   18276:          fields, next methods
1.86      moko     18277: 
                   18278: 2001-05-08  paf
                   18279: 
1.88      moko     18280:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   18281:          bark=false. fixed
1.86      moko     18282: 
                   18283:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
1.88      moko     18284:          types/pa_vmethod_frame.h: hash:default works at last!
1.86      moko     18285: 
                   18286:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
1.88      moko     18287:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   18288:          hash:default
1.86      moko     18289: 
1.88      moko     18290:        * src/classes/table.C: z
1.86      moko     18291: 
                   18292:        * src/classes/table.C: table:hash always hash of hash now
                   18293: 
                   18294:        * src/classes/table.C: table:empty return bool now
                   18295: 
                   18296:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   18297:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
1.88      moko     18298:          types/pa_vtable.h: table:hash
1.86      moko     18299: 
1.88      moko     18300:        * src/classes/table.C: table:record have name
1.86      moko     18301: 
1.88      moko     18302:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   18303:          returns vunknown
1.86      moko     18304: 
1.88      moko     18305:        * src/classes/: double.C, int.C, op.C, string.C:
                   18306:          int,double,string:int[] double[] string:length[] results now have
                   18307:          hames
1.86      moko     18308: 
                   18309:        * src/: classes/op.C, classes/table.C, main/main.dsp,
1.88      moko     18310:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   18311:          now return bool
1.86      moko     18312: 
1.88      moko     18313:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   18314:          in method checkparams again. fixed
1.86      moko     18315: 
                   18316: 2001-05-07  paf
                   18317: 
                   18318:        * src/doc/chm.cmd: cmd
                   18319: 
                   18320:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   18321:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
1.88      moko     18322:          types/pa_value.h: method reported errors on wrong pool
1.86      moko     18323: 
1.88      moko     18324:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   18325:          now
1.86      moko     18326: 
                   18327:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   18328:          include/code.h, include/pa_opcode.h, main/compile.C,
                   18329:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   18330:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18331:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   18332:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   18333:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18334:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18335:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18336:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   18337:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
1.88      moko     18338:          types/pa_wwrapper.h: pa_code.h
1.86      moko     18339: 
                   18340:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   18341: 
1.88      moko     18342:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   18343:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   18344:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   18345:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   18346:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   18347:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
1.86      moko     18348:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   18349:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
1.88      moko     18350:          types/pa_vtable.h: dox, split by not clean parts also
1.86      moko     18351: 
                   18352:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   18353:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   18354:          'dir' fields & co. more
                   18355: 
1.88      moko     18356:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   18357:          so to enable 'dir' fields & co.
1.86      moko     18358: 
1.88      moko     18359:        * src/main/compile.y: grammar: @end
1.86      moko     18360: 
                   18361: 2001-05-04  paf
                   18362: 
                   18363:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
1.88      moko     18364:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
1.86      moko     18365: 
                   18366:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   18367:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   18368:          classes/op.C, classes/random.C, classes/response.C,
                   18369:          classes/string.C, classes/table.C, classes/unknown.C,
1.88      moko     18370:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   18371:          method dox
1.86      moko     18372: 
                   18373: 2001-05-03  paf
                   18374: 
                   18375:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   18376:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   18377:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   18378:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   18379:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   18380:          main/pa_request.C: dox splitted .dox files and added some
                   18381: 
                   18382:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   18383: 
                   18384: 2001-05-02  paf
                   18385: 
                   18386:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   18387:          by file_name  language now
                   18388: 
                   18389: 2001-04-28  paf
                   18390: 
                   18391:        * src/classes/classes.inc: removed classes.inc
                   18392: 
                   18393:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   18394:          from .am
                   18395: 
                   18396:        * src/classes/classes.awk: skipped classes in .awk
                   18397: 
                   18398:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   18399:          classes/classes.inc, classes/double.C, classes/file.C,
                   18400:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   18401:          classes/string.C, classes/table.C, classes/unknown.C,
                   18402:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   18403:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   18404:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   18405:          pa_methoded back to classes/classes.h
                   18406: 
                   18407:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   18408: 
                   18409:        * src/: classes/Makefile.am, classes/classes.awk,
                   18410:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   18411:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   18412: 
                   18413:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   18414:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   18415:          classes/response.C, classes/string.C, classes/table.C,
                   18416:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
1.88      moko     18417:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   18418:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   18419:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   18420:          include|main/pa_methoded
1.86      moko     18421: 
                   18422:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   18423:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   18424: 
                   18425:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   18426:          moved some configured data to request::classes_conf moved some
                   18427:          string crations from globals to M...  [works]
                   18428: 
                   18429:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18430:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   18431:          main/pa_request.C: moved some configured data to
                   18432:          request::classes_conf moved some string crations from globals to
                   18433:          M...
                   18434: 
                   18435:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   18436:          about to move configured data to special request hash
                   18437: 
                   18438:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   18439:          classes/form.C, classes/mail.C, include/pa_request.h,
1.88      moko     18440:          main/pa_request.C: configure started
1.86      moko     18441: 
1.88      moko     18442:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   18443:          2. todo: methoded-configure
1.86      moko     18444: 
                   18445:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   18446:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18447:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18448:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   18449:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   18450:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18451:          classes/random.C, classes/response.C, classes/string.C,
                   18452:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   18453:          include/pa_request.h, main/compile.y, main/execute.C,
                   18454:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   18455:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   18456:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   18457:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   18458:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   18459:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18460:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   18461:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
1.88      moko     18462:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   18463:          methoded-configure
1.86      moko     18464: 
                   18465:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   18466:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
1.88      moko     18467:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
1.86      moko     18468:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   18469: 
                   18470:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   18471:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   18472:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18473:          classes/random.C, classes/response.C, classes/string.C,
                   18474:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   18475:          main/compile.y, main/execute.C, main/pa_globals.C,
                   18476:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   18477:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18478:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
1.88      moko     18479:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   18480:          beautifying just compiled. todo: debug, configure
1.86      moko     18481: 
                   18482: 2001-04-27  paf
                   18483: 
                   18484:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   18485:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   18486:          beautifying -99
                   18487: 
                   18488:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   18489:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   18490:          classes/classes.h, classes/double.C, classes/file.C,
                   18491:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   18492:          classes/op.C, classes/random.C, classes/response.C,
                   18493:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   18494:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   18495:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   18496:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
1.88      moko     18497:          types/pa_vunknown.h: beautifying -100
1.86      moko     18498: 
1.88      moko     18499:        * src/main/compile.y: serge@ found @CLASS bug. fixed
1.86      moko     18500: 
                   18501:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   18502:          classes/_op.h, classes/_random.h, classes/_table.h,
                   18503:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   18504:          classes/op.C, classes/random.C, classes/response.C,
                   18505:          classes/string.C, classes/table.C, classes/unknown.C,
                   18506:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
1.88      moko     18507:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   18508:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   18509:          beautifying
1.86      moko     18510: 
                   18511: 2001-04-26  paf
                   18512: 
                   18513:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   18514: 
1.88      moko     18515:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   18516:          documentation ++
1.86      moko     18517: 
                   18518:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   18519:          include/pa_config_fixed.h, include/pa_config_includes.h,
1.88      moko     18520:          targets/cgi/pa_pool.C: code documentation ++
1.86      moko     18521: 
                   18522:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   18523:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18524:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   18525:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   18526:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18527:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18528:          types/pa_vrequest.C, types/pa_vrequest.h,
                   18529:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   18530:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   18531:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   18532:          code documentation ++
                   18533: 
                   18534:        * src/: classes/image.C, classes/mail.C, classes/string.C,
1.88      moko     18535:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
1.86      moko     18536:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   18537:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   18538:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18539:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   18540:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   18541:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   18542: 
1.88      moko     18543:        * src/main/: pa_request.C, pa_string.C: z
1.86      moko     18544: 
                   18545:        * src/: include/pa_common.h, include/pa_types.h,
1.88      moko     18546:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   18547:          connection caching fixed.  request-pooled-url were stored into
                   18548:          global connectioncache
1.86      moko     18549: 
                   18550: 2001-04-25  paf
                   18551: 
                   18552:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   18553:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   18554: 
                   18555:        * src/: include/code.h, include/pa_common.h, main/compile.y,
1.88      moko     18556:          main/execute.C, main/pa_common.C: -d
1.86      moko     18557: 
1.88      moko     18558:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   18559:          illegal call check a bit improved, but still under iis no mapping
                   18560:          of dir with parser allowed!
1.86      moko     18561: 
                   18562: 2001-04-24  paf
                   18563: 
1.89      moko     18564:        * src/targets/Makefile.am: apache module lib .am
1.86      moko     18565: 
                   18566:        * src/main/pa_exec.C: windows32 buildCommand
                   18567: 
                   18568: 2001-04-23  paf
                   18569: 
                   18570:        * src/targets/cgi/Makefile.am: win32 conditional
                   18571: 
                   18572:        * src/targets/cgi/Makefile.am: win32 conditional
                   18573: 
                   18574:        * src/targets/cgi/Makefile.am: liblink
                   18575: 
                   18576:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   18577:          vfile fields return type
                   18578: 
                   18579:        * src/types/pa_vfile.h: vfile fields return type
                   18580: 
1.88      moko     18581:        * src/include/pa_config_auto.h.in: .h.in
1.86      moko     18582: 
1.88      moko     18583:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   18584:          types/Makefile: makefiles removed
1.86      moko     18585: 
                   18586:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
1.88      moko     18587:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
1.86      moko     18588: 
1.88      moko     18589:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   18590:          [tested: i & g ]
1.86      moko     18591: 
                   18592:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   18593:          @test noticed series in isapi, check how initialize_random_class
                   18594:          is called! [must be called only once]
                   18595: 
                   18596:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   18597:          would not be 'unknown column'
                   18598: 
1.88      moko     18599:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   18600:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
1.86      moko     18601: 
                   18602:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   18603:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   18604:          [now doesnt]
                   18605: 
                   18606:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   18607: 
                   18608:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   18609:          /cgi-bin/parser3/auto.p
                   18610: 
                   18611:        * src/main/untaint.C: untaint without charset
                   18612: 
                   18613:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
1.88      moko     18614:          main/pa_common.C: common: file_write /// @test mkdirs
                   18615:          file_delete rmdirs
1.86      moko     18616: 
                   18617:        * src/main/untaint.C: mail header only once to =?
                   18618: 
1.88      moko     18619:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   18620:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   18621:          main/untaint.C: untaint -        @test optimize whitespaces for
                   18622:          all but 'html'
1.86      moko     18623: 
                   18624:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   18625:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
1.88      moko     18626:          main/untaint.C: untaint -  @test mail-header
1.86      moko     18627: 
                   18628: 2001-04-20  paf
                   18629: 
                   18630:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   18631:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   18632:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88      moko     18633:          targets/cgi/parser3.C: $MAIN:LOCALE
1.86      moko     18634: 
                   18635:        * src/main/untaint.C: z
                   18636: 
                   18637:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   18638: 
                   18639: 2001-04-19  paf
                   18640: 
1.88      moko     18641:        * src/main/compile_tools.h: $a$b bugfix
1.86      moko     18642: 
                   18643:        * src/targets/cgi/parser3.C: z
                   18644: 
1.88      moko     18645:        * src/classes/file.C: z
1.86      moko     18646: 
                   18647:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   18648:          done: header to $fields. waits for header '\' tricks
                   18649: 
                   18650:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1.88      moko     18651:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   18652:          changed urlencode here and in untaint.C to HTTP standard's " and
                   18653:          \" mech
1.86      moko     18654: 
                   18655:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   18656:          http://alx/~paf/ doesnt load /auto.p
                   18657: 
                   18658: 2001-04-18  paf
                   18659: 
                   18660:        * src/main/pa_request.C: 1
                   18661: 
1.88      moko     18662:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   18663:          linux @alx
1.86      moko     18664: 
                   18665: 2001-04-17  paf
                   18666: 
                   18667:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   18668:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1.88      moko     18669:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   18670:          enabled
1.86      moko     18671: 
                   18672:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   18673:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   18674:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18675:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18676:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   18677:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   18678:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18679:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   18680:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   18681:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
1.88      moko     18682:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   18683:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
1.86      moko     18684:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
1.88      moko     18685:          types/pa_vform.C, types/pa_vimage.h: exec @jav
1.86      moko     18686: 
                   18687:        * src/: include/pa_sql_driver_manager.h,
                   18688:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
1.88      moko     18689:          types/pa_vimage.h: sql driver interface now has initialize(client
                   18690:          .so)
1.86      moko     18691: 
                   18692: 2001-04-16  paf
                   18693: 
                   18694:        * src/Makefile.am: compile2 cygwin
                   18695: 
                   18696:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   18697:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   18698: 
1.88      moko     18699:        * src/targets/cgi/Makefile.am: compile0 jav
1.86      moko     18700: 
                   18701:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   18702:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   18703:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18704:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18705:          classes/_table.h, classes/_unknown.h, classes/image.C,
1.88      moko     18706:          classes/mail.C, classes/op.C, classes/random.C,
                   18707:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18708:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   18709:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   18710:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   18711:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   18712:          compile-1
1.86      moko     18713: 
                   18714: 2001-04-15  paf
                   18715: 
                   18716:        * src/classes/op.C: z
                   18717: 
                   18718:        * src/classes/table.C: table:empty +=process
                   18719: 
                   18720:        * src/types/pa_value.h: MethodParams !junction
                   18721: 
                   18722:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   18723:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18724:          classes/random.C, classes/response.C, classes/string.C,
                   18725:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   18726:          MethodParams everywhere
                   18727: 
                   18728:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   18729:          types/pa_vmethod_frame.h: MethodParams in op.C
                   18730: 
                   18731: 2001-04-12  paf
                   18732: 
1.88      moko     18733:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
1.86      moko     18734: 
                   18735:        * src/: classes/_unknown.h, classes/unknown.C,
                   18736:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
1.88      moko     18737:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
1.86      moko     18738: 
1.88      moko     18739:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
1.86      moko     18740: 
                   18741:        * src/classes/image.C: image:gif now does not have params
                   18742: 
1.88      moko     18743:        * src/classes/image.C:
1.86      moko     18744:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   18745: 
1.88      moko     18746:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   18747:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   18748:          for var now written not to r.wcontext, but to r.root cleared
                   18749:          "entered_object" state
1.86      moko     18750: 
                   18751: 2001-04-11  paf
                   18752: 
1.88      moko     18753:        * src/classes/image.C: image:create image:load
                   18754: 
                   18755:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   18756:          just compiled
                   18757: 
                   18758:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   18759:          todo: gif without file
                   18760: 
                   18761:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   18762:          started porting to Pooled descendant
1.86      moko     18763: 
                   18764:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   18765:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   18766:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
1.88      moko     18767:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
1.86      moko     18768: 
1.88      moko     18769:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   18770:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   18771:          end. switching to python imaging lib
1.86      moko     18772: 
1.88      moko     18773:        * src/main/main.dsp: gd+smtp made separate libs
1.86      moko     18774: 
                   18775:        * src/: include/pa_globals.h, include/pa_string.h,
                   18776:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   18777:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   18778:          length
                   18779: 
                   18780:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   18781:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   18782:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   18783:          UL_FILE_NAME of posted file name
                   18784: 
1.88      moko     18785:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   18786:          post [broke when moved post read to core]
1.86      moko     18787: 
                   18788: 2001-04-10  paf
                   18789: 
1.88      moko     18790:        * src/classes/image.C: image:html done
1.86      moko     18791: 
1.88      moko     18792:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
1.86      moko     18793: 
                   18794:        * src/classes/image.C: z
                   18795: 
                   18796:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   18797:          forgotten!
                   18798: 
                   18799:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   18800:          main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88      moko     18801:          types/pa_vimage.h: image:measure -90
1.86      moko     18802: 
                   18803:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   18804:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   18805:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18806:          classes/_table.h, classes/file.C, classes/mail.C,
                   18807:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   18808:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   18809:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   18810:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
1.88      moko     18811:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
1.86      moko     18812:          compiled
                   18813: 
1.88      moko     18814:        * src/classes/mail.C: minor bug with unclear from/to
1.86      moko     18815: 
                   18816:        * src/classes/mail.C: sendmail unix skipping defaults
                   18817: 
1.88      moko     18818:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   18819:          sendmail unix added defaults
1.86      moko     18820: 
1.88      moko     18821:        * src/classes/mail.C: unix sendmail compiled. todo:testing
1.86      moko     18822: 
1.88      moko     18823:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
1.86      moko     18824: 
                   18825: 2001-04-09  paf
                   18826: 
                   18827:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
1.88      moko     18828:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   18829:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   18830:          targets/isapi/parser3isapi.dsp: all targets exec
1.86      moko     18831: 
                   18832:        * src/: include/pa_sapi.h, include/pa_string.h,
                   18833:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   18834:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   18835:          args in apache:util.script
                   18836: 
                   18837:        * src/include/pa_string.h: written but not tested exec with env for
                   18838:          unix
                   18839: 
                   18840:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   18841:          targets/cgi/parser3.C: exec win32 env
                   18842: 
1.88      moko     18843:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   18844:          0
1.86      moko     18845: 
                   18846:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   18847:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   18848:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
1.88      moko     18849:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
1.86      moko     18850: 
                   18851:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
1.88      moko     18852:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
1.86      moko     18853: 
                   18854:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
1.88      moko     18855:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
1.86      moko     18856: 
                   18857:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   18858:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   18859:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   18860:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   18861:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   18862:          exec class just compiled. moved post read to request core
                   18863: 
                   18864:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   18865:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   18866:          main/pa_globals.C, targets/cgi/parser3.C,
                   18867:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   18868:          are already read by vform
                   18869: 
                   18870: 2001-04-08  paf
                   18871: 
                   18872:        * src/: classes/file.C, classes/mail.C, classes/string.C,
1.88      moko     18873:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   18874:          uuencode. string<<
1.86      moko     18875: 
                   18876: 2001-04-07  paf
                   18877: 
                   18878:        * src/classes/mail.C: z
                   18879: 
                   18880:        * src/classes/mail.C: z
                   18881: 
1.88      moko     18882:        * src/classes/mail.C: ^mail[$attach
1.86      moko     18883: 
1.88      moko     18884:        * src/classes/mail.C: ^attach dead end
1.86      moko     18885: 
                   18886:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   18887:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.88      moko     18888:          targets/isapi/parser3isapi.C: mail:send 1
1.86      moko     18889: 
1.88      moko     18890:        * src/: classes/mail.C, main/pa_request.C: z
1.86      moko     18891: 
1.88      moko     18892:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   18893:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   18894:          compiled
1.86      moko     18895: 
                   18896:        * src/classes/mail.C: +=
                   18897: 
1.88      moko     18898:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   18899:          prepared
1.86      moko     18900: 
                   18901:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   18902:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   18903:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88      moko     18904:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
1.86      moko     18905: 
                   18906: 2001-04-06  paf
                   18907: 
                   18908:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
1.88      moko     18909:          main/pa_string.C: table:dir 1
1.86      moko     18910: 
                   18911:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
1.88      moko     18912:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
1.86      moko     18913: 
                   18914:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   18915:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   18916:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   18917:          main/pa_request.C: renamed 'root' to 'op'
                   18918: 
                   18919:        * src/classes/: _op.h, op.C: renamed from 'root'
                   18920: 
1.88      moko     18921:        * src/types/pa_valiased.C: another root inherititance skipped
1.86      moko     18922: 
1.88      moko     18923:        * src/main/: compile.C, compile.y, execute.C: operators are now not
1.86      moko     18924:          root methods of parent class. just 'ROOT' class
                   18925: 
1.88      moko     18926:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   18927:          @office
1.86      moko     18928: 
1.88      moko     18929:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
1.86      moko     18930: 
                   18931: 2001-04-05  paf
                   18932: 
                   18933:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
1.88      moko     18934:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   18935:          constructor flag dropped at get_method_frame and remembered into
                   18936:          method_frame
1.86      moko     18937: 
                   18938:        * src/: classes/file.C, classes/root.C, classes/string.C,
1.88      moko     18939:          classes/table.C, main/pa_request.C: junction to code&expression
                   18940:          in errors
1.86      moko     18941: 
                   18942:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
1.88      moko     18943:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   18944:          $LOCALE:ctype[Russian_Russia.1251]
1.86      moko     18945: 
                   18946:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   18947:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
1.88      moko     18948:          main/pa_table.C: hash now not thread-safe.
1.86      moko     18949: 
                   18950:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
1.88      moko     18951:          main/untaint.C: z
1.86      moko     18952: 
                   18953:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   18954:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   18955:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
1.88      moko     18956:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   18957:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
1.86      moko     18958: 
                   18959:        * src/: classes/table.C, include/pa_sql_connection.h,
1.88      moko     18960:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
1.86      moko     18961: 
1.88      moko     18962:        * src/classes/table.C: select * from hren error contains statement
1.86      moko     18963: 
                   18964:        * src/: classes/table.C, include/pa_sql_connection.h,
                   18965:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
1.88      moko     18966:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
1.86      moko     18967: 
                   18968:        * src/: classes/root.C, include/pa_sql_connection.h,
                   18969:          include/pa_sql_driver.h, main/main.dsp,
1.88      moko     18970:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
1.86      moko     18971:          services for conv memory & error reporting
                   18972: 
                   18973: 2001-04-04  paf
                   18974: 
1.88      moko     18975:        * src/doc/doxygen.cfg: z
1.86      moko     18976: 
1.88      moko     18977:        * src/include/pa_sql_driver.h: mysql connect
1.86      moko     18978: 
1.88      moko     18979:        * src/include/pa_sql_driver.h: mysql info
1.86      moko     18980: 
                   18981:        * src/: classes/root.C, include/pa_sql_driver.h,
                   18982:          include/pa_sql_driver_manager.h, main/main.dsp,
1.88      moko     18983:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   18984: 
                   18985:        * src/sql/Makefile.am: forgot to add mysql client
1.86      moko     18986: 
                   18987:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   18988:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   18989:          [forgot to add libltdl, added]
                   18990: 
                   18991:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   18992:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   18993:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   18994:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   18995:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
1.88      moko     18996:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   18997:          -1000 just compiled
1.86      moko     18998: 
                   18999:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   19000:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
1.88      moko     19001:          main/pa_request.C, types/pa_vclass.h: sql frame -10
1.86      moko     19002: 
                   19003: 2001-04-03  paf
                   19004: 
1.88      moko     19005:        * src/types/pa_vform.C: z
1.86      moko     19006: 
1.88      moko     19007:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   19008:          assigned lang
1.86      moko     19009: 
1.88      moko     19010:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   19011:          {}[]< empty []
1.86      moko     19012: 
                   19013:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   19014:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
1.88      moko     19015:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
1.86      moko     19016: 
1.88      moko     19017:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19018:          string:match replace strange matches
1.86      moko     19019: 
1.88      moko     19020:        * src/classes/string.C: string:match replace 0
1.86      moko     19021: 
                   19022:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   19023:          prepared 2
                   19024: 
1.88      moko     19025:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19026:          string:match replace prepared
1.86      moko     19027: 
                   19028:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19029:          string:match replace -11
                   19030: 
                   19031:        * src/: classes/string.C, include/pa_globals.h,
                   19032:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
1.88      moko     19033:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
1.86      moko     19034: 
                   19035:        * src/: classes/string.C, include/pa_globals.h,
                   19036:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
1.88      moko     19037:          main/pa_string.C: string:match [search] -1 just compiled
1.86      moko     19038: 
                   19039:        * src/types/pa_vstring.C: z
                   19040: 
                   19041:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   19042:          classes/int.C, classes/response.C, classes/root.C,
                   19043:          classes/string.C, classes/table.C, include/pa_string.h,
1.88      moko     19044:          main/pa_string.C: string:match -10 [frame]
1.86      moko     19045: 
                   19046:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   19047:          main/pa_request.C: z
                   19048: 
1.88      moko     19049:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   19050:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   19051:          todo/tests
1.86      moko     19052: 
1.88      moko     19053:        * src/include/pa_common.h: z
1.86      moko     19054: 
                   19055:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   19056:          main/pa_request.C, targets/cgi/parser3.C,
                   19057:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   19058:          content-disposition
                   19059: 
                   19060:        * src/: include/pa_common.h, include/pa_globals.h,
                   19061:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
1.88      moko     19062:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
1.86      moko     19063: 
                   19064:        * src/: include/pa_common.h, include/pa_request.h,
                   19065:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   19066:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
1.88      moko     19067:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   19068:          response:body
1.86      moko     19069: 
1.88      moko     19070:        * src/classes/table.C: table:append now uses string::split
1.86      moko     19071: 
1.88      moko     19072:        * src/classes/table.C: z
1.86      moko     19073: 
                   19074:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   19075:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   19076:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   19077:          include/pa_string.h, main/execute.C, main/pa_string.C,
1.88      moko     19078:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   19079:          string::pos & cmp & piece bugs fixed.  string::split new
                   19080:          table:load separated from set table:set implemented with clean \n
                   19081:          \t searches
1.86      moko     19082: 
                   19083: 2001-04-02  paf
                   19084: 
                   19085:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   19086:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   19087:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   19088:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   19089:          it in table:set/load
                   19090: 
                   19091:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
1.88      moko     19092:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
1.86      moko     19093: 
                   19094:        * src/classes/random.C: random:generate 1
                   19095: 
                   19096:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   19097:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
1.88      moko     19098:          types/pa_value.h: random:generate
1.86      moko     19099: 
                   19100: 2001-03-30  paf
                   19101: 
1.88      moko     19102:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   19103:          todo: table flip and append. string::pos
1.86      moko     19104: 
                   19105:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   19106:          classes/response.C, classes/root.C, classes/string.C,
                   19107:          classes/table.C, main/compile.y, main/execute.C,
                   19108:          types/pa_value.h, types/pa_vstateless_class.C,
                   19109:          types/pa_vstateless_class.h: static|dynamic|any method
                   19110:          registration
                   19111: 
                   19112:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
1.88      moko     19113:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   19114:          table:flip
1.86      moko     19115: 
                   19116: 2001-03-29  paf
                   19117: 
1.88      moko     19118:        * src/classes/string.C: string:xsplit forgot that they must result
                   19119:          in 1 row N column [not vice versa]
1.86      moko     19120: 
                   19121:        * src/classes/string.C: z
                   19122: 
1.88      moko     19123:        * src/classes/string.C: string: rsplit
1.86      moko     19124: 
1.88      moko     19125:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19126:          string: lsplit
1.86      moko     19127: 
                   19128:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
1.88      moko     19129:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   19130:          lsplit -1
1.86      moko     19131: 
1.88      moko     19132:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19133:          string: pos
1.86      moko     19134: 
1.88      moko     19135:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19136:          string: pos -1
1.86      moko     19137: 
                   19138:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   19139:          main/compile.y, main/pa_request.C, main/pa_string.C,
1.88      moko     19140:          main/untaint.C: string: left right mid
1.86      moko     19141: 
                   19142:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   19143:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
1.88      moko     19144:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   19145:          and [;] are different now.
1.86      moko     19146: 
                   19147:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   19148:          main/untaint.C: pool.request undone
                   19149: 
                   19150:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   19151:          main/untaint.C: pool.request
                   19152: 
                   19153: 2001-03-28  paf
                   19154: 
                   19155:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   19156:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88      moko     19157:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   19158:          $request:browser [.type .version]; unknown.get_double now = 0.
1.86      moko     19159: 
                   19160:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   19161:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   19162:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
1.88      moko     19163:          types/pa_vform.C: file:load autodetection of mime-type by
                   19164:          user-file-name
1.86      moko     19165: 
                   19166:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   19167:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
1.88      moko     19168:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
1.86      moko     19169: 
                   19170:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1.88      moko     19171:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   19172:          write. must be self.set
1.86      moko     19173: 
                   19174:        * src/: classes/file.C, classes/root.C, classes/table.C,
1.88      moko     19175:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
1.86      moko     19176: 
                   19177:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   19178:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   19179:          types/pa_vtable.h: table:locate just compiled
                   19180: 
                   19181: 2001-03-27  paf
                   19182: 
1.88      moko     19183:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   19184:          code-params2, fixed ntfs hardlink slow dir update
1.86      moko     19185: 
                   19186:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
1.88      moko     19187:          types/pa_wcontext.h: fixed r/w context of code-params
1.86      moko     19188: 
1.88      moko     19189:        * src/: classes/table.C, main/execute.C: about to change junction
                   19190:          rcontext!!
1.86      moko     19191: 
                   19192:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19193:          classes/string.C, classes/table.C, main/compile_tools.C,
                   19194:          main/execute.C, main/pa_request.C, main/untaint.C,
                   19195:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   19196:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   19197:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
1.88      moko     19198:          types/pa_vunknown.h: sort 0
1.86      moko     19199: 
                   19200:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   19201:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   19202:          renamed to are_static_calls_disabled
                   19203: 
                   19204:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   19205:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   19206:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
1.88      moko     19207:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
1.86      moko     19208: 
                   19209:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   19210: 
1.88      moko     19211:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   19212:          started table:sort fixed minor bug in #...^{
1.86      moko     19213: 
                   19214:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
1.88      moko     19215:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   19216:          decided to have as it were. stepped back.  grammar: added 'in'
                   19217:          'is' 'lt'&co follow-space check
1.86      moko     19218: 
                   19219: 2001-03-26  paf
                   19220: 
                   19221:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19222:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   19223:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88      moko     19224:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   19225:          invocation in ^process
1.86      moko     19226: 
                   19227:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   19228: 
                   19229:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
1.88      moko     19230:          main/pa_array.C: table:record
1.86      moko     19231: 
1.88      moko     19232:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   19233:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19234:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   19235:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   19236:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   19237:          types/pa_vtable.h: z
1.86      moko     19238: 
                   19239:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   19240:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   19241:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
1.88      moko     19242:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   19243:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   19244:          method realisations on 'self' validity - they now can simply
                   19245:          assume that 'self' is V{Proper} .
1.86      moko     19246: 
                   19247: 2001-03-25  paf
                   19248: 
                   19249:        * src/main/untaint.C: z
                   19250: 
                   19251:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   19252:          lowlevel - it initialization could be skipped if failed in @auto.
                   19253:          so that exception report would use some table
                   19254: 
1.88      moko     19255:        * src/main/pa_request.C: table empty lines ignored. system-default
                   19256:          content type assigned in output:result [can fail in main:auto and
                   19257:          skipped normal defaults extraction]
                   19258: 
                   19259:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   19260:          bug
                   19261: 
                   19262:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   19263:          processing to table [except preliminary \r\n \r \n replacements
                   19264:          to "\n"]
1.86      moko     19265: 
1.88      moko     19266:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   19267:          move all the processing to table
1.86      moko     19268: 
                   19269:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   19270:          main/pa_table.C, main/untaint.C: returned table originating.
                   19271:          useful for reporting typo table problems origin. think would be
                   19272:          useful somewhere else
                   19273: 
                   19274:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   19275: 
                   19276:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   19277:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   19278:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   19279:          main/pa_string.C, main/pa_table.C, main/untaint.C,
1.88      moko     19280:          types/pa_vcookie.h: typo & typo-default
1.86      moko     19281: 
                   19282: 2001-03-24  paf
                   19283: 
                   19284:        * src/main/pa_common.C: z
                   19285: 
                   19286:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
1.88      moko     19287:          targets/cgi/parser3.C: html-typo 2
1.86      moko     19288: 
                   19289:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   19290:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   19291:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   19292:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   19293:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   19294:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88      moko     19295:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   19296:          noticed double default content-type prob. run cgi.cmd tomorrow
                   19297:          first html-typo sample. detected << problem: they become ltlt too
                   19298:          fast
1.86      moko     19299: 
                   19300:        * src/main/compile.y: z
                   19301: 
1.88      moko     19302:        * src/main/: compile.y, compile_tools.h: #comment
1.86      moko     19303: 
                   19304:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19305:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   19306:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   19307:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   19308:          stringified
                   19309: 
1.88      moko     19310:        * src/types/pa_valiased.C: decided to String-ify file_read
1.86      moko     19311: 
                   19312:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   19313:          isapi/parser3isapi.dsp: cgi: sapi::log
                   19314: 
                   19315:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   19316:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
1.88      moko     19317:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   19318:          error log experiments failed - cgi under iis got no access to
                   19319:          log. registereventsource simply failed with 5(illegal call) code,
                   19320:          while worked OK as standalone executable.  isapi: used
                   19321:          HSE_APPEND_LOG_PARAMETER feature
1.86      moko     19322: 
                   19323:        * src/: include/pa_common.h, include/pa_globals.h,
                   19324:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88      moko     19325:          targets/isapi/parser3isapi.C: fixed default content-type
                   19326:          allocation storage
1.86      moko     19327: 
                   19328:        * src/: include/pa_globals.h, include/pa_request.h,
                   19329:          main/pa_globals.C, main/pa_request.C: z
                   19330: 
                   19331:        * src/: include/pa_array.h, include/pa_hash.h,
                   19332:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   19333:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   19334:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   19335:          content-type
                   19336: 
1.88      moko     19337:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
1.86      moko     19338:          sanity
                   19339: 
                   19340:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
1.88      moko     19341:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   19342:          away freeze mech.  no danger now for you can't do
                   19343:          ^request:process[@new-method[] body] trick anymore.  still
                   19344:          remains $some_instance.process[@new-method[] possibility] but
                   19345:          would leave it as a feature.  see index for sample
1.86      moko     19346: 
                   19347:        * src/: include/pa_common.h, main/pa_common.C,
1.88      moko     19348:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   19349:          monkey every target
1.86      moko     19350: 
                   19351:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   19352:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
1.88      moko     19353:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
1.86      moko     19354: 
                   19355: 2001-03-23  paf
                   19356: 
                   19357:        * src/: include/pa_pool.h, main/pa_request.C,
1.88      moko     19358:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   19359:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19360:          targets/isapi/pool_storage.h: isapi: dumb pool storage
1.86      moko     19361: 
                   19362:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   19363: 
                   19364:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   19365:          it would be better to rewrite as filter then to deal with pool
                   19366: 
1.88      moko     19367:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   19368:          now like in cgi, not from APPL_PHYSICAL_PATH
1.86      moko     19369: 
                   19370:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   19371:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19372:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   19373:          include/pa_version.h, main/compile.y, main/execute.C,
                   19374:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   19375:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19376:          main/untaint.C, targets/cgi/parser3.C,
1.88      moko     19377:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   19378:          cgi: reinvent document_root and request_uri under iis. autoconf
                   19379:          updated. introducing ap_config_includes
1.86      moko     19380: 
                   19381:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   19382: 
                   19383:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   19384: 
                   19385:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
1.88      moko     19386:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19387:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   19388:          types/pa_venv.h, types/pa_vform.C: sapi made object
1.86      moko     19389: 
                   19390:        * src/: include/pa_globals.h, main/pa_request.C,
                   19391:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19392:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
1.88      moko     19393:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
1.86      moko     19394: 
1.88      moko     19395:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   19396:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   19397:          isapi minor env beauty
1.86      moko     19398: 
1.88      moko     19399:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   19400:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   19401:          isapi document_root 0
1.86      moko     19402: 
                   19403: 2001-03-22  paf
                   19404: 
1.88      moko     19405:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
1.86      moko     19406: 
                   19407:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   19408:          isapi/parser3isapi.C: z
                   19409: 
                   19410:        * src/: include/pa_pool.h, main/pa_request.C,
1.88      moko     19411:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
1.86      moko     19412: 
                   19413:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   19414:          kill.pl: isapi added utils
                   19415: 
                   19416:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   19417:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
1.88      moko     19418:          types/pa_vform.C: isapi 0
1.86      moko     19419: 
1.88      moko     19420:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
1.86      moko     19421:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19422:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   19423:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   19424:          started isapi
                   19425: 
1.88      moko     19426:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   19427:          some comments
1.86      moko     19428: 
                   19429:        * src/: include/pa_globals.h, include/pa_request.h,
                   19430:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
1.88      moko     19431:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   19432:          parser_root_auto_path parser_site_auto_path
1.86      moko     19433: 
1.88      moko     19434:        * src/types/pa_vcookie.C: cookie attr decoded
1.86      moko     19435: 
                   19436: 2001-03-21  paf
                   19437: 
1.88      moko     19438:        * src/targets/cgi/parser3.C: z
1.86      moko     19439: 
1.88      moko     19440:        * src/include/pa_globals.h: post. todo: config of auto.p path
1.86      moko     19441: 
1.88      moko     19442:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   19443:          types/pa_venv.h: in cookie & env. todo:post
1.86      moko     19444: 
                   19445:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   19446:          classes/root.C, classes/table.C, include/pa_array.h,
                   19447:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   19448:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   19449:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   19450:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19451:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   19452:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19453:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
1.88      moko     19454:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   19455:          shifted apache branch on main trunc
1.86      moko     19456: 
                   19457:        * src/: include/pa_common.h, include/pa_globals.h,
                   19458:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
1.88      moko     19459:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   19460:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   19461:          starting mod_parser3
                   19462: 
                   19463:        * src/targets/cgi/parser3.C: starting mod_parser3
1.86      moko     19464: 
                   19465: 2001-03-20  paf
                   19466: 
                   19467:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   19468:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   19469:          win32 ifdefs work and add ifdef unistd
                   19470: 
                   19471:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   19472:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   19473:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   19474:          z
                   19475: 
                   19476:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   19477:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   19478:          locking
                   19479: 
                   19480:        * src/: classes/Makefile.am, types/Makefile.am: z
                   19481: 
                   19482:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   19483:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   19484:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   19485:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19486:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   19487:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19488:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   19489: 
                   19490:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
1.88      moko     19491:          main/pa_request.C, types/pa_vfile.h: ^table:save
1.86      moko     19492: 
                   19493:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   19494:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   19495:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   19496:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
1.88      moko     19497:          types/pa_vform.h: z
1.86      moko     19498: 
1.88      moko     19499:        * src/include/pa_string.h: z
1.86      moko     19500: 
                   19501:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   19502:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
1.88      moko     19503:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   19504:          :Value
1.86      moko     19505: 
                   19506:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
1.88      moko     19507:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   19508:          :VStateless_object
1.86      moko     19509: 
                   19510:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   19511:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   19512:          :VStateless_object
                   19513: 
                   19514:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   19515:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   19516: 
                   19517:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   19518:          types/pa_valiased.h, types/pa_value.h,
                   19519:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19520:          types/pa_vstateless_object.h: moved common get_element part from
                   19521:          stateless object&class into VAliased
                   19522: 
                   19523:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   19524:          classes/table.C, main/execute.C, main/main.dsp,
                   19525:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   19526:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   19527:          now :Value
                   19528: 
                   19529:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   19530:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   19531:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   19532: 
                   19533:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   19534:          doxx
                   19535: 
                   19536:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   19537:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19538:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
1.88      moko     19539:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   19540:          and ^file:save
1.86      moko     19541: 
                   19542: 2001-03-19  paf
                   19543: 
                   19544:        * src/types/pa_vfile.C: z
                   19545: 
                   19546:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   19547:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   19548:          main/pa_request.C, main/untaint.C, types/pa_value.h,
1.88      moko     19549:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
1.86      moko     19550: 
                   19551:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   19552:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   19553:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   19554:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   19555:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   19556:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   19557:          types/pa_vfile.h: file class just compiled
                   19558: 
                   19559:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   19560:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   19561:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   19562:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
1.88      moko     19563:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
1.86      moko     19564: 
                   19565:        * src/include/pa_pool.h: z
                   19566: 
                   19567:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   19568:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   19569:          Hash::Value to Val so to doxygen would finlly stop confusing
                   19570:          those Value-s
                   19571: 
                   19572:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   19573:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   19574:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   19575:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   19576:          include/pa_types.h, main/compile.C, main/compile.y,
                   19577:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19578:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   19579:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   19580:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   19581:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   19582: 
                   19583:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   19584:          derivates somehow unlinked. don't know why yet
                   19585: 
                   19586:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   19587:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   19588:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   19589:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19590:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   19591:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19592:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   19593: 
                   19594:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   19595:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   19596:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   19597:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   19598:          types/pa_vrequest.h: doc: detected Value derivates prob
                   19599: 
                   19600:        * src/include/pa_globals.h: z
                   19601: 
                   19602:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   19603:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   19604:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   19605:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   19606:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   19607:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   19608:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19609:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   19610: 
                   19611: 2001-03-18  paf
                   19612: 
1.88      moko     19613:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   19614:          cookie: allowed access to hash-assigned
1.86      moko     19615: 
                   19616:        * src/targets/cgi/parser3.C: z
                   19617: 
                   19618:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   19619:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   19620:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   19621:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19622:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19623:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19624:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
1.88      moko     19625:          types/pa_vunknown.h: cookie class
1.86      moko     19626: 
1.88      moko     19627:        * src/main/pa_request.C: zero length output allowed
1.86      moko     19628: 
                   19629:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
1.88      moko     19630:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
1.86      moko     19631: 
1.88      moko     19632:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   19633:          lang switch
1.86      moko     19634: 
                   19635:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   19636:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88      moko     19637:          types/pa_value.h, types/pa_vhash.h:
1.86      moko     19638:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   19639: 
1.88      moko     19640:        * src/main/execute.C: z
1.86      moko     19641: 
                   19642:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
1.88      moko     19643:          targets/cgi/parser3.C: taint[uri
1.86      moko     19644: 
                   19645:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   19646:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   19647:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
1.88      moko     19648:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
1.86      moko     19649: 
                   19650:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   19651:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19652:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   19653:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   19654:          bool tainted) ctor
                   19655: 
                   19656:        * src/: include/pa_hash.h, include/pa_request.h,
                   19657:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   19658:          main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88      moko     19659:          targets/cgi/parser3.C: proper @exceptions params tainting
1.86      moko     19660: 
1.88      moko     19661:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   19662:          response fields to header
1.86      moko     19663: 
1.88      moko     19664:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   19665:          z
1.86      moko     19666: 
                   19667:        * src/: classes/_response.h, classes/response.C,
                   19668:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   19669:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   19670:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19671:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
1.88      moko     19672:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   19673:          $response: 0  request::core exception rethrow
1.86      moko     19674: 
                   19675: 2001-03-16  paf
                   19676: 
                   19677:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
1.88      moko     19678:          types/pa_vrequest.h: native method' class call with less params
                   19679:          then needed error reporting
1.86      moko     19680: 
                   19681:        * src/: classes/_request.h, classes/request.C,
                   19682:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   19683:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19684:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
1.88      moko     19685:          types/pa_vrequest.h: $request : query :uri
1.86      moko     19686: 
                   19687:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   19688:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
1.88      moko     19689:          types/pa_wcontext.h: $result
1.86      moko     19690: 
1.88      moko     19691:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
1.86      moko     19692: 
                   19693:        * src/: classes/double.C, include/code.h, main/compile.y,
1.88      moko     19694:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   19695:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
1.86      moko     19696: 
                   19697:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   19698:          main/compile.y, main/execute.C, types/pa_value.h,
                   19699:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
1.88      moko     19700:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   19701:          wcontext conflict
1.86      moko     19702: 
                   19703:        * src/: main/execute.C, types/pa_value.h,
1.88      moko     19704:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   19705:          $string.field
1.86      moko     19706: 
                   19707: 2001-03-15  paf
                   19708: 
1.88      moko     19709:        * src/main/pa_request.C: news sample
1.86      moko     19710: 
                   19711:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   19712:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   19713: 
                   19714:        * src/main/: compile.y, execute.C: z
                   19715: 
                   19716:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   19717:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   19718:          pre pre works
                   19719: 
                   19720:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   19721:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   19722:          fillfields just compiled
                   19723: 
                   19724: 2001-03-14  paf
                   19725: 
                   19726:        * src/: include/pa_request.h, main/pa_request.C,
                   19727:          targets/cgi/parser3.C: z
                   19728: 
                   19729:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   19730:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   19731:          types/pa_vstring.h: limits -1
                   19732: 
                   19733:        * src/: include/pa_globals.h, include/pa_request.h,
                   19734:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   19735:          main/pa_request.C, targets/cgi/parser3.C,
                   19736:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   19737:          request_info -1
                   19738: 
                   19739:        * src/: include/pa_globals.h, main/pa_globals.C,
                   19740:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19741:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   19742:          vform_fields_fill
                   19743: 
                   19744:        * src/targets/cgi/parser3.C: #  if MSVC
                   19745: 
                   19746:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   19747:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   19748: 
                   19749:        * src/targets/cgi/parser3.C: z
                   19750: 
                   19751:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   19752:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   19753:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19754:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   19755:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   19756:          types/pa_vunknown.h: global handler, exceptions in parser3
                   19757: 
                   19758: 2001-03-13  paf
                   19759: 
                   19760:        * src/: classes/form.C, main/compile.y, main/core.C,
                   19761:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   19762:          types/pa_vform.h, types/pa_vstateless_class.C,
                   19763:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   19764:          instead
                   19765: 
                   19766:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   19767:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   19768:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   19769:          started cgi target
                   19770: 
                   19771:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   19772:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   19773:          before error show with parser
                   19774: 
                   19775:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   19776:          include/pa_request.h, main/core.C, main/pa_request.C,
                   19777:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   19778: 
                   19779:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   19780: 
                   19781:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   19782:          parser3.C: renamed targets/ parser to cgi
                   19783: 
                   19784:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   19785:          classes/root.C, classes/string.C, classes/table.C,
1.88      moko     19786:          include/pa_request.h, types/pa_vhash.h: z
1.86      moko     19787: 
                   19788:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   19789:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   19790:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
1.88      moko     19791:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   19792:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   19793:          [historical moment :)]
1.86      moko     19794: 
                   19795:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   19796:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   19797: 
                   19798:        * src/types/pa_venv.h: $ENV 1
                   19799: 
                   19800:        * src/main/execute.C: z
                   19801: 
                   19802:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   19803:          future methods of ENV constructor if
                   19804: 
                   19805:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   19806:          class
                   19807: 
                   19808:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19809:          classes/_root.h, classes/_string.h, classes/_table.h,
                   19810:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   19811:          classes/string.C, classes/table.C, include/pa_request.h,
                   19812:          main/compile.C, main/compile_tools.h, main/core.C,
                   19813:          main/execute.C, main/main.dsp, main/pa_request.C,
                   19814:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   19815:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   19816:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   19817:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19818:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   19819: 
                   19820:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19821:          classes/_root.h, classes/_string.h, classes/_table.h,
                   19822:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   19823:          classes/string.C, classes/table.C, include/pa_request.h,
                   19824:          main/compile.C, main/compile_tools.h, main/core.C,
                   19825:          main/execute.C, main/main.dsp, main/pa_request.C,
                   19826:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   19827:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   19828:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   19829:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19830:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   19831: 
                   19832:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   19833:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   19834:          yesterdays bad decision on execute_static_method
                   19835: 
                   19836:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   19837: 
                   19838:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19839:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   19840: 
                   19841:        * src/main/pa_request.C: z
                   19842: 
                   19843:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   19844:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   19845: 
                   19846:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   19847:          include/pa_pool.h, main/pa_request.C:
                   19848:          restructure_exceptions_dead_end
                   19849: 
                   19850:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   19851:          allowed ; inside {} to break params
                   19852: 
                   19853:        * src/classes/root.C: ^eval
                   19854: 
                   19855:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   19856:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   19857:          string ^format
                   19858: 
                   19859:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   19860:          'bad' but not 'enough'
                   19861: 
                   19862:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   19863:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   19864:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   19865:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   19866:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   19867: 
                   19868:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19869:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   19870:          types/pa_vint.h: ^for
                   19871: 
                   19872: 2001-03-12  paf
                   19873: 
                   19874:        * src/classes/table.C: table ^empty
                   19875: 
                   19876:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   19877: 
                   19878:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   19879:          ^offset ^line ^count
                   19880: 
                   19881:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   19882:          ^abs()  ^sign()
                   19883: 
                   19884:        * src/classes/: root.C, table.C: ^use
                   19885: 
                   19886:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   19887:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   19888:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   19889:          ^while. switched off wcontext.constructing after write(value) or
                   19890:          auto-vhash-constructing
                   19891: 
                   19892:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   19893:          main/pa_request.C: fail_if_junction_ helper func
                   19894: 
                   19895:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   19896:          include/pa_request.h, main/execute.C, main/main.dsp,
                   19897:          main/pa_common.C, main/pa_request.C: ^process error point by
                   19898:          actual method_name, not source.  ^load
                   19899: 
                   19900:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   19901: 
                   19902:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   19903:          classes/_table.h, classes/table.C, main/untaint.C: z
                   19904: 
                   19905:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   19906:          include/pa_table.h, main/core.C, main/execute.C,
                   19907:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   19908:          types/pa_value.h: table:set 0
                   19909: 
                   19910:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   19911:          include/pa_request.h, include/pa_table.h, main/core.C,
                   19912:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   19913:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   19914:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   19915:          types/pa_vstring.h: freeze, ^table:create[] -1
                   19916: 
                   19917:        * src/: classes/root.C, types/pa_value.h: z
                   19918: 
                   19919:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   19920:          get_method in couple places optimizing them
                   19921: 
                   19922:        * src/classes/root.C: z
                   19923: 
                   19924:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   19925:          zeroing
                   19926: 
                   19927:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19928:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   19929:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   19930:          main/compile.y, main/compile_tools.h, main/execute.C,
                   19931:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   19932:          types/pa_vmframe.h: ^process. actual names to store param and
                   19933:          check_actual_numbered_params for better place diagnostics
                   19934: 
                   19935:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   19936:          method-junctions bug fixed
                   19937: 
                   19938:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   19939:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   19940: 
                   19941: 2001-03-11  paf
                   19942: 
                   19943:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   19944:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   19945:          VDouble VInt base now VObject_base - without fields
                   19946: 
                   19947:        * src/: classes/root.C, include/core.h, main/core.C: z
                   19948: 
                   19949:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19950:          classes/string.C, include/core.h, include/pa_hash.h,
                   19951:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   19952:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   19953: 
                   19954:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19955:          include/pa_request.h, main/execute.C: intercept_string
                   19956: 
                   19957:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19958:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   19959: 
                   19960:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   19961:          ^inc-s(expr)
                   19962: 
                   19963:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19964:          classes/_root.h, classes/_string.h, classes/double.C,
                   19965:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   19966:          include/code.h, include/core.h, include/pa_array.h,
                   19967:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   19968:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   19969:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   19970:          include/pa_types.h, main/compile.C, main/compile.y,
                   19971:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   19972:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19973:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   19974:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   19975:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19976:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   19977:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   19978:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   19979:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   19980:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   19981: 
                   19982:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   19983: 
                   19984:        * src/: include/core.h, include/pa_request.h, main/core.C,
1.88      moko     19985:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
1.86      moko     19986: 
                   19987:        * src/: include/pa_valiased.h, include/pa_value.h,
                   19988:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   19989:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   19990:          include/pa_vjunction.h, include/pa_vmframe.h,
                   19991:          include/pa_vobject.h, include/pa_vstring.h,
                   19992:          include/pa_vunknown.h, include/pa_wcontext.h,
                   19993:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   19994:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   19995:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   19996:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19997:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   19998:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   19999:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   20000:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   20001:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   20002:          include/
                   20003: 
                   20004: 2001-03-10  paf
                   20005: 
                   20006:        * src/: include/core.h, include/pa_request.h, main/core.C,
1.88      moko     20007:          main/pa_request.C: run+auto=run
1.86      moko     20008: 
                   20009:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   20010: 
                   20011:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20012:          classes/_root.h, classes/_string.h, classes/double.C,
                   20013:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   20014:          include/code.h, include/core.h, include/pa_array.h,
                   20015:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   20016:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   20017:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   20018:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   20019:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   20020:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   20021:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20022:          include/pa_vobject.h, include/pa_vstring.h,
                   20023:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20024:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   20025:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20026:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   20027:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   20028:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   20029:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
1.88      moko     20030:          main/pa_wcontext.C: sources header
1.86      moko     20031: 
                   20032:        * src/main/pa_request.C: auto..
                   20033: 
                   20034:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   20035:          main/pa_request.C: auto tree0
                   20036: 
                   20037:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   20038:          main/core.C, main/pa_request.C: names to core.C
                   20039: 
                   20040:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   20041:          include/pa_request.h, main/core.C, main/execute.C,
                   20042:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   20043: 
                   20044:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   20045:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   20046:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20047:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   20048: 
                   20049:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   20050:          @auto[] realised. auto.p scan togo
                   20051: 
                   20052:        * src/: include/pa_request.h, main/execute.C: autocalc
                   20053:          code-junctions result now have names
                   20054: 
                   20055:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20056:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   20057:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   20058:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   20059: 
                   20060:        * src/classes/env.C: env:file/line
                   20061: 
                   20062:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   20063:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   20064:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   20065:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   20066:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20067:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   20068:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   20069: 
                   20070:        * src/include/pa_vclass.h: const fight to go
                   20071: 
                   20072:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   20073:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   20074:          main/main.dsp: env0
                   20075: 
                   20076:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   20077:          classes/_string.h, classes/double.C, classes/int.C,
                   20078:          classes/root.C, classes/string.C, include/pa_request.h,
                   20079:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   20080:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   20081:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   20082:          main/pa_wcontext.C: ^lang prepare0
                   20083: 
                   20084: 2001-03-09  paf
                   20085: 
                   20086:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   20087:          construct proper naming
                   20088: 
                   20089:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   20090:          classes/double.C, classes/int.C, classes/root.C,
                   20091:          classes/string.C, include/code.h, include/pa_value.h,
                   20092:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   20093:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20094:          main/compile.y, main/compile_tools.C, main/core.C,
                   20095:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   20096:          and ^double[]. fixed expr type
                   20097: 
                   20098:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20099:          ^string.length[]
                   20100: 
                   20101: 2001-03-08  paf
                   20102: 
                   20103:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   20104: 
                   20105:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   20106:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20107:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   20108:          derivated from vobject
                   20109: 
                   20110:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   20111:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   20112: 
                   20113:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   20114:          remained clone conseqs
                   20115: 
                   20116:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   20117: 
                   20118:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   20119: 
                   20120:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   20121:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   20122:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   20123:          include/pa_vobject.h, include/pa_vstring.h,
                   20124:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   20125:          main/execute.C: withoud cloning. didn't need it actually, params
                   20126:          got passed from out unnamed ewpool
                   20127: 
                   20128:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   20129:          include/pa_vjunction.h, include/pa_vobject.h,
                   20130:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   20131: 
                   20132:        * src/: include/pa_bool.h, include/pa_double.h,
                   20133:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   20134:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   20135:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20136:          include/pa_vobject.h, include/pa_vstring.h,
                   20137:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   20138:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   20139:          to give params proper names
                   20140: 
                   20141:        * src/main/pa_wcontext.C: z
                   20142: 
                   20143:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   20144:          unknown values in get_element and unfilled params. removed wrong
                   20145:          name change in get_element
                   20146: 
                   20147:        * src/main/execute.C: z
                   20148: 
                   20149:        * src/main/execute.C: fixed problems calling operators in
                   20150:          constructors
                   20151: 
                   20152:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   20153:          detected problems calling operators in constructors
                   20154: 
                   20155:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20156:          autocalc def to string
                   20157: 
                   20158:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   20159:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   20160: 
                   20161:        * src/classes/root.C: added root.c
                   20162: 
                   20163:        * src/: include/pa_request.h, include/pa_value.h,
                   20164:          include/pa_vcframe.h, include/pa_vmframe.h,
                   20165:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   20166:          main/core.C, main/execute.C, main/pa_cframe.C,
                   20167:          main/pa_wcontext.C: 'if' just compiled
                   20168: 
                   20169:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   20170:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20171:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   20172:          main/pa_wcontext.C: z
                   20173: 
                   20174:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   20175:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   20176:          with parameter names  in operator methods
                   20177: 
                   20178:        * src/main/compile.y: minor renamings in .y
                   20179: 
                   20180:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   20181:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   20182:          @BASE.  changed 'RUN' assignment mech
                   20183: 
                   20184:        * src/main/execute.C: z
                   20185: 
                   20186:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   20187:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   20188:          static. so to enable runtime ^use
                   20189: 
                   20190:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   20191: 
                   20192:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   20193:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   20194: 
                   20195:        * src/main/execute.C: root root in code-junction
                   20196: 
                   20197: 2001-03-07  paf
                   20198: 
                   20199:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   20200:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   20201: 
                   20202:        * src/: include/pa_stack.h, include/pa_value.h,
                   20203:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   20204:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   20205:          fixed rwcontext of {} params up
                   20206: 
                   20207:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   20208: 
                   20209:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   20210: 
                   20211:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   20212:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   20213:          main/pa_hash.C: expr def in -f
                   20214: 
                   20215:        * src/main/: compile.y, execute.C: expr calls
                   20216: 
                   20217:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   20218:          fixed
                   20219: 
                   20220:        * src/main/compile.y: expr quoted code
                   20221: 
                   20222:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   20223:          support0
                   20224: 
                   20225:        * src/main/compile.y: expr string comparisons 0
                   20226: 
                   20227:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   20228:          main/pa_string.C: just compiled lt&co
                   20229: 
                   20230:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   20231:          $field not a $var.field
                   20232: 
                   20233: 2001-03-06  paf
                   20234: 
                   20235:        * src/main/compile.y: .y expr visible-shorter
                   20236: 
                   20237:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   20238:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   20239:          logical
                   20240: 
                   20241:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   20242:          skipping whitespace in yylex
                   20243: 
                   20244:        * src/include/pa_vbool.h: forgot this
                   20245: 
                   20246:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   20247:          string ops in expressions 0
                   20248: 
                   20249:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   20250:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   20251:          main/execute.C, main/main.dsp: !~
                   20252: 
                   20253:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   20254:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   20255:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20256:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20257:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   20258:          main/compile_tools.h, main/execute.C: +-*/
                   20259: 
                   20260:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   20261:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   20262: 
                   20263:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   20264:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   20265: 
                   20266:        * src/main/compile.y: expr grammar-1
                   20267: 
                   20268:        * src/main/compile.y: expr lexx1
                   20269: 
                   20270:        * src/main/: compile.y, execute.C, main.dsp: z
                   20271: 
                   20272:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   20273:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   20274:          main/execute.C: expr lex0 exec-1
                   20275: 
                   20276:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   20277: 
                   20278: 2001-02-26  paf
                   20279: 
                   20280:        * src/main/compile.y: max_string in yyerror bug fix
                   20281: 
                   20282: 2001-02-25  paf
                   20283: 
                   20284:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   20285:          include/pa_wcontext.h, main/execute.C: VAliased3
                   20286: 
                   20287:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   20288: 
                   20289:        * src/main/execute.C: VAliased1
                   20290: 
                   20291:        * src/: include/pa_request.h, include/pa_value.h,
                   20292:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   20293:          VAliased0
                   20294: 
                   20295:        * src/: include/pa_pool.h, include/pa_request.h,
                   20296:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   20297:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   20298:          VAliased just compiled
                   20299: 
                   20300:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   20301:          include/pa_vobject.h, main/execute.C: alias dead end
                   20302: 
                   20303:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20304:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   20305:          main/main.dsp: no not get fields into interm VFielded class.
                   20306:          fields & staticfields 1
                   20307: 
                   20308:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   20309:          include/pa_vobject.h, include/pa_wcontext.h,
                   20310:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   20311:          main/main.dsp: would now get fields into interm VFielded class
                   20312: 
                   20313:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   20314:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20315:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20316:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   20317:          main/pa_wcontext.C: virtuals2
                   20318: 
                   20319:        * src/main/compile.y: : 1
                   20320: 
                   20321:        * src/main/compile.y: rethought to $class:static.field.subfield
                   20322: 
                   20323:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   20324:          $class:element
                   20325: 
                   20326:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   20327:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   20328:          main/pa_wcontext.C: before execute class calls rewrite
                   20329: 
                   20330:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   20331:          name RUN, also alias
                   20332: 
                   20333:        * src/main/compile.y: escaping bug
                   20334: 
                   20335:        * src/: include/pa_request.h, include/pa_value.h,
                   20336:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   20337:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   20338: 
                   20339:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   20340:          include/pa_vmframe.h, include/pa_vobject.h,
                   20341:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   20342:          main/compile_tools.h, main/execute.C: ^class:method() just
                   20343:          compiled
                   20344: 
                   20345: 2001-02-24  paf
                   20346: 
                   20347:        * src/main/main.dsp: no bison -d
                   20348: 
                   20349:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   20350:          class' err msg wrong
                   20351: 
                   20352:        * src/main/compile.y: z
                   20353: 
                   20354:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   20355: 
                   20356:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   20357:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   20358: 
                   20359:        * src/: include/pa_vclass.h, main/core.C: z
                   20360: 
                   20361:        * src/: include/pa_value.h, include/pa_vclass.h,
1.88      moko     20362:          include/pa_vobject.h, main/main.dsp: vobject00
1.86      moko     20363: 
                   20364:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   20365:          60% from 1 were 0
                   20366: 
                   20367:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   20368:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   20369:          as bad as you've named it: wcontext.value() was not a perfect
                   20370:          idea
                   20371: 
                   20372:        * src/main/execute.C: codeframe1
                   20373: 
                   20374:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   20375:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   20376:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20377:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   20378:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   20379:          just compiled
                   20380: 
                   20381:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   20382:          ideology @: ^x{$a()) must construct current wcontext element, so
                   20383:          smart wcontext handling needed
                   20384: 
                   20385:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   20386:          klinch
                   20387: 
                   20388:        * src/main/: compile.y, execute.C: fixed empty constructor
                   20389:          optimized empty case. failed on calls - produced empty string
                   20390:          param
                   20391: 
                   20392:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   20393: 
                   20394:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   20395:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   20396:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20397:          main/execute.C: code junctions0. something wrong with last \n
                   20398:          macrotemplate strip
                   20399: 
                   20400:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   20401:          main/pa_value.C: minor error reporting format beautifyings
                   20402: 
                   20403:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20404:          include/pa_vframe.h, main/core.C, main/execute.C,
                   20405:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   20406:          junctions0
                   20407: 
                   20408: 2001-02-23  paf
                   20409: 
                   20410:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   20411:          pa_wwrapper.h: lara came, can't work, sorry :(
                   20412: 
                   20413:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   20414:          junction
                   20415: 
                   20416:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   20417:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   20418:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   20419: 
                   20420:        * src/: include/pa_hash.h, include/pa_value.h,
                   20421:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   20422:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   20423:          done
                   20424: 
                   20425:        * src/include/pa_wcontext.h: z
                   20426: 
                   20427:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   20428:          wrong grammar in complex constructor case
                   20429: 
                   20430:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   20431: 
                   20432:        * src/main/execute.C: with result rwpool
                   20433: 
                   20434:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   20435:          main/main.dsp: value named
                   20436: 
                   20437:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   20438:          strign 2 value in 2 places in execute
                   20439: 
                   20440:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   20441:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   20442:          wcontext.put_element when wcontext fvalue==0
                   20443: 
                   20444: 2001-02-22  paf
                   20445: 
                   20446:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   20447:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   20448:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   20449: 
                   20450:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   20451:          erroreos checkout
                   20452: 
                   20453:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   20454: 
                   20455:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   20456:          main/compile_tools.h, main/pa_array.C: $self.get
                   20457: 
                   20458:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   20459: 
                   20460:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   20461:          bit. finished now.
                   20462: 
                   20463:        * src/main/compile.y: $: finished
                   20464: 
1.88      moko     20465:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
1.86      moko     20466: 
                   20467:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   20468:          main/execute.C: OP_STRING better then some xxx _VALUE
                   20469: 
                   20470:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   20471:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20472:          string to vstring it .y all
                   20473: 
                   20474:        * src/: include/pa_request.h, include/pa_stack.h,
                   20475:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   20476:          all
                   20477: 
                   20478:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   20479:          precise parse error line:col
                   20480: 
                   20481:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
1.88      moko     20482:          main/pa_hash.C, main/pa_pool.C: TRY...
1.86      moko     20483: 
                   20484:        * src/: include/pa_exception.h, include/pa_pool.h,
                   20485:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   20486:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20487:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   20488:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
1.88      moko     20489:          main/pa_table.C: removed exception from request
1.86      moko     20490: 
                   20491:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   20492:          some forgotten
                   20493: 
                   20494:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   20495:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   20496:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   20497:          get/put simple vars to VClass works0
                   20498: 
                   20499:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   20500:          main/pa_string.C: in process, but found that exceptions are too
                   20501:          global
                   20502: 
                   20503:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   20504:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   20505:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   20506:          seems wcontext must write strings regardles of fvalue!=0
                   20507: 
                   20508: 2001-02-21  paf
                   20509: 
                   20510:        * src/main/execute.C: tired :)
                   20511: 
                   20512:        * src/main/: compile.C, compile.y, execute.C: store0
                   20513: 
                   20514:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   20515:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   20516:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   20517:          main/execute.C, main/main.dsp, main/pa_array.C,
1.88      moko     20518:          main/pa_request.C: get put -1 [just compiled]
1.86      moko     20519: 
                   20520:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   20521:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
1.88      moko     20522:          main/main.dsp, main/pa_request.C: request core methods0
1.86      moko     20523: 
                   20524:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
1.88      moko     20525:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   20526:          execute
1.86      moko     20527: 
                   20528:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
1.88      moko     20529:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   20530:          methods and one_big_piece. now compile returns array<method*>
1.86      moko     20531: 
                   20532:        * src/main/compile.y: more straightforward yylex[end]
                   20533: 
                   20534:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   20535:          string.operator==(char*)
                   20536: 
                   20537:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
1.88      moko     20538:          main/execute.C, main/pa_array.C: after array.const get wonders
1.86      moko     20539: 
                   20540:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   20541:          pa_string.h, pa_value.h: struck with const array.gets
                   20542: 
                   20543:        * src/main/: execute.C: z
                   20544: 
                   20545:        * src/main/: compile.y, execute.C: z
                   20546: 
                   20547:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   20548:          processing in eval & yyerror so it wouldn't cause memleaks.
                   20549: 
                   20550:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   20551:          parse error positions. leaving RIGHTMOST position as
                   20552:          @file[line:col]
                   20553: 
                   20554:        * src/: include/compile.h, main/compile.C, main/compile.y,
1.88      moko     20555:          main/compile_tools.h: line numbers needed. would add them to .y
                   20556:          now internally. externally it's not as precise as needed
1.86      moko     20557: 
                   20558:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   20559:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20560:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   20561:          compiler works ok
                   20562: 
                   20563: 2001-02-20  paf
                   20564: 
1.88      moko     20565:        * src/main/: compile.C, compile.y, compile_tools.C,
                   20566:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   20567:          not perfect
1.86      moko     20568: 
                   20569:        * src/: include/code.h, include/compile.h, include/execute.h,
                   20570:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   20571:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20572:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20573:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   20574:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
1.88      moko     20575:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   20576:          compiled.  execute=dump for now
1.86      moko     20577: 
                   20578:        * src/main/core.C: core rewrite using yacc investigations now will
                   20579:          be compile[yacc]/execute[opcodes]
                   20580: 
                   20581: 2001-02-15  paf
                   20582: 
                   20583:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   20584:          rewrite as turing machine? for it seems it would be it's too many
                   20585:          ifs with this syntax now
                   20586: 
                   20587: 2001-02-14  paf
                   20588: 
                   20589:        * src/main/core.C: get_params 1
                   20590: 
                   20591:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   20592:          :( ]
                   20593: 
                   20594:        * src/main/core.C: varios breaks
                   20595: 
                   20596:        * src/main/core.C: get names 3
                   20597: 
                   20598:        * src/main/core.C: get names 2
                   20599: 
                   20600:        * src/main/core.C: get names 1
                   20601: 
                   20602:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   20603:          names 0
                   20604: 
                   20605:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   20606:          text repassing2 operator static vars
                   20607: 
                   20608:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   20609:          main/pa_string.C: process text repassing
                   20610: 
                   20611:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   20612:          module:calls changes
                   20613: 
                   20614: 2001-02-13  paf
                   20615: 
                   20616:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   20617:          ^class:calls[] started
                   20618: 
                   20619:        * src/: include/pa_value.h, main/core.C: z
                   20620: 
                   20621:        * src/main/core.C: operators : and self. prefixes
                   20622: 
                   20623:        * src/main/core.C: z
                   20624: 
1.88      moko     20625:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   20626:          tested
1.86      moko     20627: 
                   20628:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   20629:          optimized
                   20630: 
                   20631:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   20632:          would change privates to better support optimization
                   20633: 
                   20634:        * src/: include/pa_string.h, main/pa_string.C:
                   20635:          String_iterator::skip_to todo:optimize
                   20636: 
                   20637: 2001-02-12  paf
                   20638: 
                   20639:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   20640:          String_iterator
                   20641: 
                   20642:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   20643:          comments
                   20644: 
                   20645:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   20646:          self/methodref joined
                   20647: 
                   20648: 2001-02-11  paf
                   20649: 
                   20650:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   20651:          main/main.dsp: core started.  core.C, context&value .h
                   20652: 
                   20653:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20654:          include/pa_string.h, main/main.dsp, main/pa_array.C,
1.88      moko     20655:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
1.86      moko     20656: 
                   20657: 2001-01-30  paf
                   20658: 
1.88      moko     20659:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   20660:          comments
1.86      moko     20661: 
                   20662:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
1.88      moko     20663:          main/pa_pool.C: moved pa_pool.C to be target specific
1.86      moko     20664: 
                   20665:        * src/: include/pa_exception.h, include/pa_pool.h,
1.88      moko     20666:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   20667:          to & changes
1.86      moko     20668: 
                   20669:        * src/: include/pa_exception.h, include/pa_pool.h,
                   20670:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
1.88      moko     20671:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   20672:          re-associated. that's much better even removed 'die' necessety
1.86      moko     20673: 
                   20674:        * src/: include/pa_error.h, include/pa_exception.h,
                   20675:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   20676:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   20677:          targets/Makefile.am: lowered targets/parser into subdir, added
                   20678:          parser_Pool(Pool) failed to add. would think..
                   20679: 
                   20680:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   20681:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   20682:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   20683:          hence lots of 'const'
                   20684: 
                   20685:        * src/: include/pa_error.h, include/pa_request.h,
                   20686:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   20687:          main/pa_table.C: Error fixed
                   20688: 
                   20689: 2001-01-29  paf
                   20690: 
                   20691:        * src/: include/pa_array.h, include/pa_common.h,
                   20692:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   20693:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   20694:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   20695:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   20696: 
                   20697:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20698:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20699:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   20700:          main/pa_string.C, main/pa_table.C: Request Error Table
                   20701: 
                   20702:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   20703:          templates"
                   20704: 
                   20705:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   20706:          main/main.dsp, main/pa_array.C: templates failed no template
                   20707:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   20708:          2.95.2-6 from latest cygwin]
                   20709: 
                   20710:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20711:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20712:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   20713:          main/pa_table.C: Table started would test template Array now
                   20714: 
                   20715:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   20716:          String originating
                   20717: 
                   20718:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   20719:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   20720:          SYNCHRONIZED(thread_safe)
                   20721: 
                   20722:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   20723:          parts to top
                   20724: 
                   20725:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   20726:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   20727:          see: needed only in global Hash now, made Hash:: put/get
                   20728:          SYNCHRONIZED
                   20729: 
                   20730:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   20731:          main/pa_threads.C: added pa_threads
                   20732: 
                   20733:          Mutex
                   20734: 
                   20735:        * src/include/pa_hash.h: some comments
                   20736: 
                   20737:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   20738:          Array& operator += (Array& src)
                   20739: 
                   20740:        * src/main/pa_array.C: expand not convinient, would rewrite
                   20741: 
                   20742:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   20743:          (Array& src)
                   20744: 
                   20745:          rethought, would change now
                   20746: 
                   20747: 2001-01-27  paf
                   20748: 
                   20749:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   20750:          caching
                   20751: 
                   20752:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20753:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   20754:          cache rethought to chunk caching
                   20755: 
                   20756:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20757:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   20758:          main/pa_hash.C, main/pa_string.C: Array 0
                   20759: 
                   20760:        * src/main/pa_string.C: String::operator ==
                   20761: 
                   20762:        * src/main/pa_hash.C: String(&String)
                   20763: 
                   20764:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   20765: 
                   20766:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   20767:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   20768:          pa_hash[forgotten]
                   20769: 
                   20770: 2001-01-26  paf
                   20771: 
                   20772:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   20773:          removed templates [vc++ suxx]
                   20774: 
                   20775:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   20776:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   20777: 
                   20778:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   20779: 
                   20780:        * src/main/: main.dsp, pa_string.C: $Id$ check
                   20781: 
                   20782:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
                   20783:          check
                   20784: 
                   20785:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   20786:          dynamic row_count
                   20787: 
                   20788:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   20789:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   20790:          targets/Makefile.am: Initial revision
                   20791: 
                   20792:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   20793:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   20794:          targets/Makefile.am: creating parser3 module
                   20795: 

E-mail: