Annotation of parser3/ChangeLog, revision 1.91

1.91    ! moko        1: 2013-10-24  moko
        !             2: 
        !             3:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
        !             4: 
        !             5: 2013-10-23  moko
        !             6: 
        !             7:        * README: actualization
        !             8: 
        !             9: 2013-10-22  moko
        !            10: 
        !            11:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
        !            12:          compatibility patch from Sergey Kirpichev
        !            13: 
        !            14:        * tests/: 297.html, results/297.processed: non-working getter fix
        !            15:          test for issue #948
        !            16: 
        !            17:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
        !            18:          called when saving value of $match variable in ^string.match[] to
        !            19:          increase compatibility (related to issue #948).
        !            20: 
        !            21:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
        !            22:          usage optimization
        !            23: 
1.90      moko       24: 2013-10-21  moko
                     25: 
                     26:        * tests/: 182.html, results/182.processed: local path removed for
                     27:          compatibility
                     28: 
                     29:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                     30:          results/244.processed, results/253.processed,
                     31:          results/254.processed, results/275.processed,
                     32:          results/281.processed: try_catch -> try-catch
                     33: 
                     34:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                     35:          results/294.processed, results/296.processed: try_catch ->
                     36:          try-catch
                     37: 
                     38: 2013-10-20  moko
                     39: 
                     40:        * tests/: 296.html, results/296.processed: test for xsl exception
                     41:          for issue #938 added.
                     42: 
                     43:        * src/: include/pa_xml_exception.h,
                     44:          main/pa_stylesheet_connection.C: forgotten to be replaced
                     45:          XmlException is now replaced (once again closes issue #938)
                     46: 
                     47: 2013-10-19  misha
                     48: 
                     49:        * bin/auto.p.dist.in: - more mime-types are added
                     50: 
                     51: 2013-10-18  moko
                     52: 
                     53:        * buildall: disable clock_gettime detection to avoid librt linking
                     54:          (which in turn depends on libpthread), related to issue #943
                     55: 
                     56: 2013-10-18  misha
                     57: 
                     58:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                     59:          lib/smtp/smtp.vcproj, main/main.vcproj,
                     60:          targets/apache/ApacheModuleParser3Core.vcproj,
                     61:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                     62:          types/types.vcproj: - new locations for libxml2 includes where
                     63:          added to vcproj files
                     64: 
                     65: 2013-10-18  moko
                     66: 
                     67:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                     68:          fix
                     69: 
                     70:        * tests/: 295.html, results/295.processed: test for issue #948
                     71:          updated
                     72: 
                     73:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                     74:          :)
                     75: 
                     76:        * tests/: 295.html, results/295.processed: test for issue #948
                     77:          added
                     78: 
                     79:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                     80:          include/pa_request.h, types/pa_method.h: for getters and setters
                     81:          to be executed request.put_element should be called, not
                     82:          context.put_element (fixes issue #948)
                     83: 
1.89      moko       84: 2013-10-17  moko
                     85: 
                     86:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                     87:          LIBXML2_NEW_BUFFER check (closes issue #943)
                     88: 
                     89:        * buildall: libxml 2.9.1 build is broken --without-reader.
                     90: 
                     91: 2013-10-16  moko
                     92: 
                     93:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                     94: 
                     95:        * tests/: 294.html, results/294.processed: test for issue #938
                     96: 
                     97:        * src/: classes/xdoc.C, classes/xnode.C,
                     98:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                     99:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                    100: 
                    101:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                    102:          libxslt-1.1.26 -> libxslt-1.1.28
                    103: 
                    104:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                    105:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                    106:          to '?', related to issue #938
                    107: 
                    108: 2013-10-15  moko
                    109: 
                    110:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                    111:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                    112:          minor optimizations (closes issue #896)
                    113: 
                    114:        * tests/results/: 292.processed, 293.processed: results updated to
                    115:          comply with issue #896
                    116: 
                    117:        * tests/: 292.html, 293.html, results/292.processed,
                    118:          results/293.processed: tests for json escaping
                    119: 
                    120: 2013-10-14  moko
                    121: 
                    122:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                    123:          and cleanup, code moved from .h to .C, no changes in code
                    124: 
                    125: 2013-10-12  moko
                    126: 
                    127:        * tests/results/119.processed: updated test result commited
                    128: 
                    129:        * tests/: 291.html, results/291.processed: test for issue #894
                    130:          added
                    131: 
                    132:        * src/types/pa_wcontext.h: base methods call support function
                    133:          get_somebody_entered_some_class should not be true forever, as
                    134:          wcontext can have many get_elements calls (fixes issue #894)
                    135: 
                    136: 2013-10-11  moko
                    137: 
                    138:        * tests/: 290.html, results/290.processed: test for junction GPF
                    139:          issue #942 added
                    140: 
                    141:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                    142:          to native method fixed (closes issue #942)
                    143: 
                    144:        * tests/: 158.html, results/158.processed: test for csv-string[]
                    145:          added
                    146: 
                    147:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                    148:          feature #907)
                    149: 
                    150:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                    151:          feature #907)
                    152: 
                    153: 2013-10-09  moko
                    154: 
                    155:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                    156:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                    157:          types/pa_vstateless_class.C: GET_default, SET_default now works
                    158:          properly not only in objects, but in classes as well (closes
                    159:          issue #903)
                    160: 
                    161:        * tests/: 289.html, results/289.processed: GET/SET_default now
                    162:          works in classes, not only objects, test case added, related to
                    163:          issue #903
                    164: 
                    165:        * tests/: 288.html, results/288.processed: test for endless
                    166:          recursion bug added (related to issue #903)
                    167: 
                    168: 2013-10-05  moko
                    169: 
                    170:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                    171:          classes/table.C, main/execute.C, types/pa_method.h,
                    172:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                    173:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    174:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                    175:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                    176:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                    177:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                    178:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                    179:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                    180:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                    181:          optimization: put_element no longer has "bool areplace" argument,
                    182:          related to issue #903
                    183: 
                    184: 2013-10-03  moko
                    185: 
                    186:        * tests/results/182.processed: result for $.replace(false) test
                    187:          commited
                    188: 
                    189:        * src/classes/date.C: ^date::create(number) processed correctly
                    190:          (fixes issue #901)
                    191: 
                    192:        * src/classes/image.C: as_no_junction removed, as param can be
                    193:          expression (closes issue #931)
                    194: 
                    195:        * tests/233.html: test for issue #931 added
                    196: 
                    197: 2013-10-02  moko
                    198: 
                    199:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                    200:          modified, test for $.replace(false) added
                    201: 
                    202:        * src/main/compile_tools.h: forgotten class replace returned. :)
                    203: 
                    204: 2013-09-30  moko
                    205: 
                    206:        * tests/: 141.html, results/141.processed: md5 tainting test added
                    207: 
                    208:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                    209:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                    210:          implemented; $.replace option added to ^process and ^use
                    211: 
                    212: 2013-08-27  moko
                    213: 
                    214:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                    215:          cstr_to_string_body_untaint should be called with charsets for
                    216:          possible uri language and connection for possible sql language.
                    217:          related to issue #857
                    218: 
                    219:        * buildall: and -> or fixed
                    220: 
                    221: 2013-08-26  moko
                    222: 
                    223:        * buildall: prepare_ functions logic changed to support
                    224:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                    225: 
                    226: 2013-08-23  moko
                    227: 
                    228:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                    229:          statically
                    230: 
                    231: 2013-08-22  moko
                    232: 
                    233:        * src/classes/string.C: String::Empty used (related to issue #912)
                    234:          append_know_length removed (related to old GPF bug)
                    235: 
                    236: 2013-08-21  moko
                    237: 
                    238:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                    239: 
                    240:        * src/classes/math.C: ^math:digest[...;$file] support added
                    241:          (related to ticket #857
                    242: 
                    243:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                    244:          implemented
                    245: 
                    246:        * src/types/pa_vhashfile.h: warning war
                    247: 
                    248:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                    249:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                    250:          anti_endless_json_string_recoursion removed from request;
                    251:          json_string_recoursion added to json_options; $.indent[indent
                    252:          value] now supported and passed within recoursion closes feature
                    253:          #937
                    254: 
                    255:        * tests/: 287.html, results/287.processed: test for feature #937
                    256: 
1.88      moko      257: 2013-07-31  moko
                    258: 
                    259:        * src/lib/json/json.c: STATE__X -> STATE_XX for cygwin compilation
                    260:          having #define _S
                    261: 
                    262:        * src/main/pa_globals.C: cleanup
                    263: 
                    264: 2013-07-30  moko
                    265: 
                    266:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                    267:          main/pa_common.C: vs2003 warning war
                    268: 
                    269:        * src/lib/json/json.c: vs2003 warning war
                    270: 
                    271:        * src/lib/json/json.c: vs2003 compilation fix
                    272: 
                    273:        * src/lib/md5/pa_sha2.c: warning war
                    274: 
                    275: 2013-07-29  moko
                    276: 
                    277:        * src/lib/json/: json.c, json.h: some libjson patches from github
                    278: 
                    279:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                    280:          classes/memcached.C, include/pa_config_includes.h,
                    281:          types/pa_vfile.C, types/pa_vfile.h: warning war
                    282: 
                    283:        * src/lib/json/json.vcproj: C++ -> C
                    284: 
                    285:        * src/lib/json/json.c: C++ warning revert
                    286: 
                    287:        * src/lib/json/json.c: windows compatibility
                    288: 
                    289:        * src/lib/json/json.c: windows compatibility
                    290: 
                    291:        * src/lib/json/: json.c: warning war
                    292: 
                    293:        * src/lib/json/json.c: win32 compilation issues fixes
                    294: 
                    295:        * src/include/pa_config_fixed.h: uint16_t added
                    296: 
                    297:        * configure.in: uint16_t check added
                    298: 
                    299:        * src/: classes/json.C, lib/json/JSON_parser.C,
                    300:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                    301:          lib/json/json.h, lib/json/json.vcproj: JSON_parser with non-free
                    302:          licence is replaced with similar GPL licenced libjson (fixes
                    303:          issue #892)
                    304: 
                    305: 2013-07-25  moko
                    306: 
                    307:        * parser3.sln: dependencies added
                    308: 
                    309:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                    310:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                    311:          module support
                    312: 
                    313:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                    314: 
                    315:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                    316: 
                    317: 2013-07-23  moko
                    318: 
                    319:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                    320:          PA_DEBUG_GC_MEMORY removed
                    321: 
                    322:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                    323:          PA_DEBUG_DISABLE_GC compilation fix
                    324: 
                    325:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                    326:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                    327: 
                    328:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                    329:          garbage cleanup
                    330: 
                    331:        * src/main/pa_common.C: warning war
                    332: 
                    333:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                    334: 
                    335:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                    336:          minor cleanup
                    337: 
                    338:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                    339:          uses cygwin, not WIN32 implementation
                    340: 
                    341:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                    342:          able to exec shell scripts
                    343: 
                    344:        * src/classes/math.C: ifdef WIN32 cleanup
                    345: 
                    346:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                    347: 
                    348:        * bin/auto.p.dist.in: libpq.so -> libpq.
                    349: 
                    350:        * src/classes/curl.C: LT_MODULE_EXT used
                    351: 
                    352:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                    353: 
                    354: 2013-07-22  moko
                    355: 
                    356:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                    357:          includes fix
                    358: 
                    359:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                    360: 
                    361:        * configure.in, src/include/pa_config_includes.h,
                    362:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                    363:          src/main/pa_exec.C: includes cleanup
                    364: 
                    365:        * src/targets/cgi/parser3.C: 2012->2013
                    366: 
                    367:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                    368: 
                    369:        * configure.in, src/include/pa_config_includes.h,
                    370:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                    371:          src/main/pa_random.C, src/main/pa_socks.C,
                    372:          src/types/pa_vstatus.C: cygwin support cleanup
                    373: 
                    374:        * configure.in: dirent.h check added
                    375: 
                    376:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                    377:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                    378:          not copied
                    379: 
                    380: 2013-07-21  moko
                    381: 
                    382:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                    383: 
                    384:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                    385:          parser3.vcproj: unused getopt.h / getopt.c removed
                    386: 
                    387:        * operators.txt, src/classes/file.C, tests/022.html,
                    388:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                    389:          $.stat(true)] usage commented
                    390: 
                    391:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                    392:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                    393:          $.stat(true) it has size/*date columns modified patch from misha@
                    394:          that closes issue #914.
                    395: 
                    396:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                    397:          PA_RELEASE_ASSERTS removed
                    398: 
                    399:        * src/lib/md5/pa_md5c.c: minor cleanup
                    400: 
                    401:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                    402:          localeconv()->decimal_point usage remoed (related to issue #934)
                    403: 
                    404:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                    405:          cordprnt.c removed
                    406: 
                    407:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                    408:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                    409:          pa-include/pa_strings.h: includes cleanup
                    410: 
                    411:        * src/lib/md5/pa_md5c.c: headers cleanup
                    412: 
                    413: 2013-07-20  moko
                    414: 
                    415:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                    416:          cleanup
                    417: 
                    418: 2013-07-19  moko
                    419: 
                    420:        * src/classes/math.C: extern "C" added for crypt
                    421: 
                    422: 2013-07-18  moko
                    423: 
                    424:        * src/classes/math.C: fix redhat7.2 build
                    425: 
                    426: 2013-07-17  moko
                    427: 
                    428:        * configure.in, src/include/pa_config_includes.h,
                    429:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                    430:          added for uint8/32/64_t)
                    431: 
                    432:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                    433:          pa_config_includes.h used for uint32/64_t
                    434: 
                    435: 2013-07-16  moko
                    436: 
                    437:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                    438:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                    439:          war
                    440: 
                    441:        * src/main/compile.tab.C: compile.y was updated
                    442: 
                    443:        * src/main/compile.y: warning war
                    444: 
                    445:        * src/: include/pa_exception.h, main/pa_exception.C,
                    446:          main/pa_xml_exception.C: warning war
                    447: 
                    448:        * src/: include/pa_common.h, main/pa_common.C: warning war
                    449: 
                    450:        * configure.in: beauty :)
                    451: 
                    452:        * tests/: 141.html, results/141.processed: sha256/512 added
                    453: 
                    454: 2013-07-13  moko
                    455: 
                    456:        * src/lib/md5/md5.vcproj: sha2 added
                    457: 
                    458:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                    459:          classes/math.C: sha2 support (sha256/sha512 digest)
                    460: 
                    461: 2013-07-08  moko
                    462: 
                    463:        * src/classes/image.C: directory read or other read problem message
                    464:          fixed (related to issue #933)
                    465: 
                    466: 2013-07-07  moko
                    467: 
                    468:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                    469:          dependense from $charsetsdir directory existance and content (and
                    470:          UTF-8 is default allready)
                    471: 
                    472:        * AUTHORS: + misha + moko. :)
                    473: 
                    474: 2013-07-06  moko
                    475: 
                    476:        * src/: classes/curl.C, include/pa_globals.h,
                    477:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                    478:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                    479:          for lt_dlinit to be called once and lt_dlexit called at right
                    480:          place (related to issue #925)
                    481: 
                    482: 2013-07-04  moko
                    483: 
                    484:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                    485:          VString::as_vfile now uses vfile.set_binary_string to avoid
                    486:          content-type to be set, as it brokes badly designed logic in
                    487:          response output. This hopefully finishes issue #928.
                    488: 
                    489:        * tests/results/: 256.processed, 286.processed: file now displayed
                    490:          as name, size, mode, content-type
                    491: 
                    492:        * src/main/pa_common.C: read error now reported cottectly (fixes
                    493:          issue #933
                    494: 
                    495: 2013-06-28  moko
                    496: 
                    497:        * tests/: 286.html, results/286.processed: test extended
                    498: 
                    499:        * tests/: 286.html, results/286.processed: Test for issue #928
                    500:          added.  it tests default content-type change.
                    501: 
                    502:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                    503:          now updated
                    504: 
                    505: 2013-06-25  moko
                    506: 
                    507:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                    508:          content-type for text/binary files without name added;
                    509:          ^file::create[$f;...] options now works properly and $f
                    510:          properties are default (fixes issue #928)
                    511: 
                    512: 2013-05-16  misha
                    513: 
                    514:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                    515:          added
                    516: 
                    517:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                    518:          table if specified limit is bigger than source rows count
                    519: 
                    520:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                    521:          added ( new feature: #858 )
                    522: 
                    523: 2013-04-29  moko
                    524: 
                    525:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                    526:          $.ipresolve(0|1|2) added (closes issue #891)
                    527: 
                    528:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                    529: 
                    530: 2013-04-24  moko
                    531: 
                    532:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                    533:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                    534:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                    535:          memcached_quit (refs #893)
                    536: 
                    537: 2013-04-22  moko
                    538: 
                    539:        * src/: include/pa_string.h, main/pa_common.C: no more double
                    540:          slashes in file path (fixes bug #872)
                    541: 
                    542:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                    543:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                    544:          #739)
                    545: 
                    546:        * tests/results/266.processed: $.max_params added (feature #915)
                    547: 
                    548:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                    549:          option added to file::load (closes issue #867)
                    550: 
                    551: 2013-04-20  misha
                    552: 
                    553:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                    554:          commited
                    555: 
                    556: 2013-03-15  misha
                    557: 
                    558:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                    559:          multiple empty strings while ::sql. uae String::Empty instead
                    560: 
                    561: 2013-03-14  misha
                    562: 
                    563:        * src/classes/reflection.C: - for user classes
                    564:          ^reflection:method_info[] returns $.max_params and $.extra_param
                    565:          with $.call_type if they available ( new feature: #915 )
                    566: 
                    567:        * src/classes/file.C: - ^file:delete[] now supports an option
                    568:          $.exception(false) that suppress any exception while deleting
                    569:          file ( new feature: #916 )
                    570: 
                    571:        * src/classes/curl.C: - parsing cookies after curl:load now should
                    572:          work :)
                    573: 
                    574: 2013-03-12  misha
                    575: 
                    576:        * src/types/pa_vfile.C: - if specified file_name is empty string
                    577:          set default name for the file
                    578: 
                    579: 2013-03-11  misha
                    580: 
                    581:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                    582:          also available in $f.cookies
                    583: 
                    584:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                    585:          moved to a separate method
                    586: 
                    587: 2013-03-10  moko
                    588: 
                    589:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                    590:          added
                    591: 
                    592:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                    593:          removed (declared by autoconf)
                    594: 
                    595:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                    596:          uint32_t define
                    597: 
1.87      moko      598: 2013-03-10  misha
                    599: 
                    600:        * src/classes/file.C: ^file:delete and ^file:move now support
                    601:          option $.keep-empty-dirs(true) ( new feature: #884 )
                    602: 
                    603:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                    604:          empty dirs is added
                    605: 
                    606: 2013-03-10  moko
                    607: 
                    608:        * src/classes/: bool.C, double.C, int.C: default can be present,
                    609:          but default check removed from ^int/double/bool.int/double/bool
                    610:          for string.int/double/bool compatibility (related to issue #913)
                    611: 
                    612:        * src/classes/string.C: ^string.int/dobule/bool no longer
                    613:          internally throws exception if default is present (closes issue
                    614:          #913)
                    615: 
                    616: 2013-03-09  misha
                    617: 
                    618:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                    619:          optimisations ( #845 )
                    620: 
                    621:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                    622: 
                    623: 2013-03-08  moko
                    624: 
                    625:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                    626:          creates correct table (fixes issue #910)
                    627: 
                    628:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                    629:          use outside of 'connect' operator (fixes issue #911)
                    630: 
                    631:        * tests/results/: 096.processed, 122.processed: test results
                    632:          updated as doubles now printed with 15 significant digits, not 5
                    633:          (fixes issue #882)
                    634: 
                    635:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                    636:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                    637: 
                    638: 2013-02-21  moko
                    639: 
                    640:        * src/classes/table.C: _locate_name_value does not check arguments
                    641:          count, so we check it in advance (fixes issue #905)
                    642: 
                    643: 2012-10-23  moko
                    644: 
                    645:        * buildall: old shell for and echo compatibility (for six)
                    646: 
                    647: 2012-10-19  moko
                    648: 
                    649:        * buildall: --strip added --disable-safe-mode listed in usage
                    650: 
                    651: 2012-10-17  misha
                    652: 
                    653:        * src/classes/op.C: - apply-taint should not throw "outside
                    654:          connect" exception with sql lang now
                    655: 
                    656: 2012-10-17  moko
                    657: 
                    658:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                    659:          each request (for apache module)
                    660: 
                    661: 2012-09-26  moko
                    662: 
                    663:        * src/doc/doxygen.cfg: png -> svg
                    664: 
                    665: 2012-09-25  moko
                    666: 
                    667:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                    668:          test added
                    669: 
                    670:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                    671:          double use when key is long
                    672: 
                    673: 2012-09-16  moko
                    674: 
                    675:        * src/classes/math.C: Format -> Method Encode -> Format
                    676: 
                    677:        * tests/: 141.html, results/141.processed: math:digest hmac test
                    678:          added
                    679: 
                    680: 2012-09-14  moko
                    681: 
                    682:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                    683:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                    684:          implementation added
                    685: 
                    686: 2012-09-12  moko
                    687: 
                    688:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                    689:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                    690:          targets.dox and string.dox slightly actualized
                    691: 
                    692: 2012-08-31  moko
                    693: 
                    694:        * ChangeLog: now generated with patched cvs2cl.pl
                    695: 
1.86      moko      696: 2012-07-29  moko
                    697: 
                    698:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                    699:          result should be pushed after VMethodFrame destructor is called,
                    700:          as it deletes junctions from stack params (fixes issue #868)
                    701: 
                    702: 2012-07-23  moko
                    703: 
                    704:        * INSTALL, README: buildall script usage documented, other outdated
                    705:          info updated.
                    706: 
                    707:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                    708: 
                    709: 2012-07-21  moko
                    710: 
                    711:        * buildall: glib does not compile when threads are disabled...
                    712: 
                    713:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                    714: 
                    715:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                    716:          unref, can't unref nested objects)
                    717: 
                    718:        * src/types/pa_vmail.C: another check added
                    719: 
                    720: 2012-07-19  moko
                    721: 
                    722:        * buildall: usage added
                    723: 
                    724:        * buildall: new buildall script that unites buildall-with-xml,
                    725:          buildall-without-xml, --with-apache and --with-mailreceive
                    726: 
                    727:        * configure.in: support for static gmime and dynamic glib linking.
                    728:          fixes for FreeBSD
                    729: 
                    730: 2012-07-17  moko
                    731: 
                    732:        * configure.in: --with-mailreceive replaced
                    733:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                    734:          removed
                    735: 
                    736: 2012-07-16  moko
                    737: 
                    738:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                    739:          capitalized, content now decoded and text content converted to
                    740:          $request:charset.  all properties are accessed by functions, this
                    741:          ready for dynamic load.
                    742: 
                    743: 2012-06-28  moko
                    744: 
                    745:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                    746:          32 bit
                    747: 
                    748: 2012-06-27  moko
                    749: 
                    750:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                    751:          passive ftp
                    752: 
                    753:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                    754: 
                    755:        * configure.in: 3.4.2 RC -> 3.4.2
                    756: 
                    757: 2012-06-22  moko
                    758: 
                    759:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                    760:          #815)
                    761: 
                    762:        * tests/: 284.html, results/284.processed: output options test
                    763:          (feature #265)
                    764: 
                    765: 2012-06-22  misha
                    766: 
                    767:        * tests/215.html: - little changes
                    768: 
                    769: 2012-06-21  moko
                    770: 
                    771:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                    772:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                    773:          feature #265)
                    774: 
                    775:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                    776:          breaks long .*, default 10M restored. (issue #216)
                    777: 
                    778:        * tests/: 283.html, results/283.processed: test for issue #815
                    779:          added
                    780: 
                    781:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                    782:          again, cstrm not required.
                    783: 
                    784:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                    785:          Win32 and broken FreeBSD (issue #45)
                    786: 
                    787:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                    788: 
                    789:        * src/main/pa_string.C: warnings war
                    790: 
                    791:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                    792:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                    793:          main/pa_socks.C, targets/apache/pa_threads.C,
1.89      moko      794:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                    795:          types/pa_vstatus.C: compilation under cygwin fixed
1.86      moko      796: 
                    797: 2012-06-19  moko
                    798: 
                    799:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                    800:          Windows fixed
                    801: 
                    802:        * parser3.sln: removed antique pcre_ctype
                    803: 
                    804:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                    805: 
                    806:        * src/include/pa_config_fixed.h: undefined reference to
                    807:          __imp__pcre_* fix for Windows
                    808: 
                    809:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
                    810:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                    811:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                    812:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                    813:          define fixed
                    814: 
                    815: 2012-06-18  moko
                    816: 
                    817:        * src/classes/memcached.C: flush -> clear
                    818: 
                    819:        * src/classes/memcached.C: memcached does not support quotes even
                    820:          in server name
                    821: 
                    822:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                    823:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                    824:          called on open to check servers existance.  $.key(true) syntax
                    825:          now supported
                    826: 
                    827: 2012-06-17  moko
                    828: 
                    829:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                    830:          cleanup
                    831: 
                    832:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                    833:          tests/results/282.processed: encloser at the EOF bug fixed,
                    834:          incorrectly enclosed data now processed more logicaly (fixes
                    835:          #339)
                    836: 
                    837: 2012-06-15  moko
                    838: 
                    839:        * buildall-without-xml: sync with buildall-with-xml
                    840: 
                    841:        * buildall-with-xml: download auto-detected between fetch and curl
                    842: 
                    843:        * configure.in: --with-gc and --with-pcre now also processed
                    844:          correctly
                    845: 
                    846:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                    847:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                    848:          should be run on rol1 using automake / aclocal (GNU automake)
                    849:          1.11.1 autoconf (GNU Autoconf) 2.68
                    850: 
                    851:        * configure.in: new PARSER_VERSION logic
                    852: 
                    853:        * src/include/pa_version.h: new pa_version.h logic
                    854: 
                    855:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    856:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                    857:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                    858:          feols_normalized -> fis_text_content set_binary added
                    859: 
                    860:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                    861: 
                    862: 2012-06-15  misha
                    863: 
                    864:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    865:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                    866:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                    867:          ^file::create[text;content] EOLs in content now is normalized. (
                    868:          new feature: #815 )
                    869: 
                    870: 2012-06-15  moko
                    871: 
                    872:        * configure.in: --disable-version-update added to disable version
                    873:          update with host information (for debian package) whitespace
                    874:          optimized
                    875: 
                    876:        * configure.in: version changed to 3.4.2 RC no-pic added for
                    877:          libtool
                    878: 
                    879:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                    880:          it.
                    881: 
                    882: 2012-06-14  moko
                    883: 
                    884:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                    885:          tests/results/281.processed: "hash flocked" error removed for
                    886:          safe operations like ^h._count[] ( new feature: #335 )
                    887: 
                    888:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
                    889: 
                    890:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                    891: 
                    892:        * configure.in: --with-static/shared xml replaced with --with-xml,
                    893:          xml compilation check added
                    894: 
                    895:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                    896:          replaced with --with-gc and --with-pcre test for pcre linking
                    897:          added
                    898: 
                    899: 2012-06-13  moko
                    900: 
                    901:        * configure.in: apxs2 check optimized
                    902: 
                    903:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                    904:          .la, includes optimized
                    905: 
                    906:        * buildall-with-xml: --with-pic looks better for -fPIC
                    907: 
                    908:        * configure.in: switched to convenience library in static linking
                    909: 
                    910:        * src/targets/apache/Makefile.am: switched to convenience library
                    911:          usage to avoid libtool warnings
                    912: 
                    913:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                    914:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                    915:          smtp/Makefile.am: switched to convenience library usage
                    916: 
                    917:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                    918: 
                    919:        * src/targets/apache/Makefile.am: updated for libtool usage
                    920: 
                    921:        * bin/auto.p.dist.in: .cfg removed from charset names.
                    922: 
                    923:        * buildall-without-xml: --with-included-ltdl added
                    924: 
                    925:        * buildall-without-xml: sync with buildall-with-xml
                    926: 
                    927:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                    928:          -fPIC for x64 $download added for wget success check added
                    929: 
                    930:        * buildall-without-xml: --with-dynamic-stdcpp removed
                    931: 
                    932:        * configure.in: disable-static returned
                    933: 
                    934:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                    935:          LIBTOOLFLAGS
                    936: 
                    937: 2012-06-12  moko
                    938: 
                    939:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                    940:          compatible with LIBTOOLFLAGS for unknown reasons
                    941: 
                    942:        * buildall-with-xml: --with-dynamic-stdcpp removed
                    943: 
                    944:        * configure.in: static/dynamic -lstdc++ linking option removed
                    945:          apxs2 check added
                    946: 
                    947:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                    948:          option removed
                    949: 
                    950: 2012-06-10  moko
                    951: 
                    952:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                    953:          added
                    954: 
                    955:        * src/targets/cgi/pp3.cmd: old PAF stuff
                    956: 
                    957:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                    958:          beauty
                    959: 
                    960:        * depcomp: from libtool 2.4.2
                    961: 
                    962:        * configure.in: ltdl directory removed, it has correct Makefile.in
                    963: 
                    964: 2012-06-09  moko
                    965: 
                    966:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                    967:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
                    968:          autogenerated files updated after libtool update
                    969: 
                    970:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                    971:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
                    972:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                    973:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                    974:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                    975:          config/compile, config/config.guess, config/config.sub,
                    976:          config/depcomp, config/install-sh, config/ltmain.sh,
                    977:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                    978:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                    979:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                    980:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                    981:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                    982:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                    983:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                    984:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                    985: 
                    986:        * configure.in: preparation for new libtool
                    987: 
                    988:        * configure.in: Some beauty added :)
                    989: 
                    990:        * src/targets/apache/Makefile.am: := -> =
                    991: 
                    992:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                    993:          again. :)
                    994: 
                    995:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                    996:          previously was taken from pcre_internal.h. :)
                    997: 
                    998:        * src/lib/pcre/Makefile.am: config.h returned
                    999: 
                   1000:        * src/lib/pcre/config.h: still need this. :)
                   1001: 
                   1002:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   1003: 
                   1004:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   1005:          removed
                   1006: 
                   1007:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   1008:          now in parser tree, no need to copy
                   1009: 
                   1010:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   1011:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   1012:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   1013:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   1014:          extracts now used old trash removed
                   1015: 
                   1016:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   1017:          rare charsets/drivers are commented, sql driver quessing removed
                   1018:          (debian/patches/103_auto_p.patch)
                   1019: 
                   1020:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   1021:          (debian/patches/104_automake.patch) + all charsets are copied
                   1022: 
                   1023:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   1024:          extra arguments now supported
                   1025: 
                   1026: 2012-06-08  misha
                   1027: 
                   1028:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   1029:          the 2nd option in ^table.hash[] could be hash or table so
                   1030:          .as_hash will throw an exception when table option is specified
                   1031: 
                   1032:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1033:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   1034:          classes/table.C, classes/void.C, classes/xdoc.C,
                   1035:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   1036:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   1037:          and improved (whitespaces are allowed as empty options) -
                   1038:          MethodParams::as_table is added - above methods are used for
                   1039:          parsing methods' options ( new feature: #9 )
                   1040: 
                   1041:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   1042:          to vclass. now class fields can be accessible as a hash:
                   1043:          $h[^hash::create[$asd:CLASS]]
                   1044: 
                   1045:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   1046:          have get_fields method so their fields can be accessed with
                   1047:          ^reflection:fields[...] & ^reflection:field[...]
                   1048: 
                   1049: 2012-06-06  misha
                   1050: 
                   1051:        * tests/280.html: - tests for
                   1052:          ^reflection:method[obj-or-class;method],
                   1053:          ^reflection:field[obj-or-class;field] and
                   1054:          ^reflection:fields[obj-or-class] are added
                   1055: 
                   1056: 2012-06-05  misha
                   1057: 
                   1058:        * src/classes/reflection.C: - ^reflection:method[class or
                   1059:          object;method name] and ^reflection:field[class or object;field
                   1060:          name] are added
                   1061: 
                   1062:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   1063:          is used
                   1064: 
                   1065:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   1066: 
                   1067: 2012-06-05  moko
                   1068: 
                   1069:        * src/targets/Makefile.am: cgi now build with apache module
                   1070: 
                   1071:        * src/classes/memcached.C: flish ttl fixed
                   1072: 
                   1073: 2012-06-04  moko
                   1074: 
                   1075:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   1076:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   1077:          option (new feature #833)
                   1078: 
                   1079: 2012-06-04  misha
                   1080: 
                   1081:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   1082:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   1083: 
                   1084: 2012-06-03  misha
                   1085: 
                   1086:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   1087:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   1088: 
                   1089: 2012-05-30  misha
                   1090: 
                   1091:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   1092:          incomplete class into a scope while @USE is found
                   1093: 
                   1094:        * src/main/compile.y: - add incomplete class into a scope while
                   1095:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   1096: 
                   1097: 2012-05-30  moko
                   1098: 
                   1099:        * src/types/pa_vclass.C, tests/278.html,
                   1100:          tests/results/278.processed: removed "property has no getter
                   1101:          method" exception when GET_DEFAULT present (fixes #269)
                   1102: 
                   1103:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   1104:          $._default
                   1105: 
                   1106: 2012-05-29  moko
                   1107: 
                   1108:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   1109:          uninitialized values usage (new feature: #154)
                   1110: 
                   1111: 2012-05-28  moko
                   1112: 
                   1113:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   1114:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   1115:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   1116:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   1117:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   1118:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   1119:          tests/results/277.processed, src/types/pa_vtable.h,
                   1120:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   1121:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   1122:          feature #803)
                   1123: 
                   1124:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   1125:          tests/results/277.processed: json numbers are now treated as
                   1126:          double ( new feature: #834 )
                   1127: 
                   1128:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   1129:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   1130:          added for out of range checks, zero division in vint/vdouble
                   1131:          check added ( fixes #832 )
                   1132: 
                   1133:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   1134:          ( fixes #832 )
                   1135: 
                   1136: 2012-05-28  misha
                   1137: 
                   1138:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   1139:          configure
                   1140: 
                   1141:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   1142:          added - tests for unsupported values for options $.file, $.table
                   1143:          and $.date are added
                   1144: 
                   1145:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   1146:          accepts "stat" $.file[] option's value in addition to existed
                   1147:          "text" and "base64" ( new feature: #835 )
                   1148: 
                   1149:        * tests/276.html: - test for
                   1150:          ^reflection:delete[$object-or-class;field-name]
                   1151: 
                   1152:        * src/classes/reflection.C: -
                   1153:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   1154:          feature: #268 )
                   1155: 
                   1156: 2012-05-27  misha
                   1157: 
                   1158:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   1159: 
                   1160: 2012-05-24  misha
                   1161: 
                   1162:        * src/include/pa_common.h: - method lastposafter was removed
                   1163: 
                   1164:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   1165:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   1166:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   1167:          work as *nix commands
                   1168: 
                   1169:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   1170: 
                   1171:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   1172:          rskipchars were added
                   1173: 
                   1174:        * tests/270.html: - more tests for ^file:find[]
                   1175: 
                   1176:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   1177: 
                   1178:        * src/include/pa_version.h: - must be "win32" here. it is
                   1179:          auto-generated on *nix
                   1180: 
                   1181: 2012-05-24  moko
                   1182: 
                   1183:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   1184:          throws overflow exception ( new feature: #830 )
                   1185: 
                   1186:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   1187:          uint32 support and overflow added ( new feature: #830 )
                   1188: 
                   1189: 2012-05-23  moko
                   1190: 
                   1191:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   1192:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   1193:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   1194:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   1195:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   1196:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   1197:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   1198:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   1199:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   1200:          "return string as-is" removed from as_expr_result. ( new feature:
                   1201:          #831 )
                   1202: 
                   1203:        * tests/results/244.processed: test changed after bug #782 fix
                   1204:          commited
                   1205: 
                   1206:        * tests/results/229.processed: test results for bug #782 commited
                   1207: 
                   1208:        * tests/: 254.html, results/254.processed: uid now just compared,
                   1209:          not printed. :)
                   1210: 
                   1211: 2012-05-20  moko
                   1212: 
                   1213:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   1214:          feature: #341 )
                   1215: 
                   1216:        * tests/: 254.html, results/254.processed: test for
                   1217:          ^reflection:uid[] added
                   1218: 
                   1219:        * tests/: 254.html, results/254.processed: test for
                   1220:          ^reflection:uid[$obj] added
                   1221: 
                   1222: 2012-05-17  misha
                   1223: 
                   1224:        * src/main/untaint.C: - do not replace ' char by _26 while
                   1225:          exploding filespec-tainting ( new feature: #829 )
                   1226: 
                   1227: 2012-05-12  moko
                   1228: 
                   1229:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   1230:          not.
                   1231: 
                   1232: 2012-05-08  moko
                   1233: 
                   1234:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   1235: 
                   1236:        * tests/229.html: test for bug #782
                   1237: 
                   1238:        * tests/results/259.processed, src/main/pa_request.C,
                   1239:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   1240:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   1241:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   1242:          string; defined locals are empty strings; $STRICT-VARS(true)
                   1243:          added
                   1244: 
                   1245: 2012-04-27  moko
                   1246: 
                   1247:        * src/targets/apache/Makefile.am:
                   1248:          ../../lib/memcached/libmemcached.a added
                   1249: 
                   1250: 2012-04-27  misha
                   1251: 
                   1252:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   1253:          ( #827 )
                   1254: 
                   1255: 2012-04-25  moko
                   1256: 
                   1257:        * src/: classes/json.C, classes/memcached.C,
                   1258:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1259:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   1260:          implemented.
                   1261: 
                   1262:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   1263: 
                   1264: 2012-04-23  moko
                   1265: 
                   1266:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1267:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   1268:          types/pa_vmemcached.h: open allows options hash for new
                   1269:          memcached(options) function
                   1270: 
                   1271:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   1272:          not appended
                   1273: 
                   1274: 2012-04-21  moko
                   1275: 
                   1276:        * src/classes/curl.C: '' added. :)
                   1277: 
                   1278:        * src/classes/classes.vcproj: new curl.h location
                   1279: 
                   1280:        * src/classes/curl.C: verbose output redirection from stderr to
                   1281:          file curl option added
                   1282: 
                   1283: 2012-04-20  moko
                   1284: 
                   1285:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   1286:          contains what we need from curl, #ifdef HAVE_CURL removed
                   1287: 
                   1288:        * configure, configure.in, src/classes/Makefile.am,
                   1289:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
                   1290:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   1291:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
                   1292:          configure option
                   1293: 
                   1294: 2012-04-19  moko
                   1295: 
                   1296:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   1297:          classes/string.C, lib/gc/include/gc_allocator.h,
                   1298:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   1299:          options from sql_result_string removed. (closes issue #468)
                   1300: 
                   1301:        * src/types/pa_vmemcached.C: empty string fix
                   1302: 
                   1303:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   1304:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   1305:          pa_vmemcached.C
                   1306: 
                   1307: 2012-04-18  moko
                   1308: 
                   1309:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   1310:          apache2-mpm-prefork" error displayed in threaded mpm.
                   1311: 
                   1312:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   1313:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   1314:          installed (issue #354)
                   1315: 
                   1316: 2012-04-16  moko
                   1317: 
                   1318:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   1319:          memcached_result_free removed
                   1320: 
                   1321: 2012-04-14  moko
                   1322: 
                   1323:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   1324: 
                   1325:        * src/types/pa_vmemcached.C: check_key added and used
                   1326: 
                   1327: 2012-04-13  moko
                   1328: 
                   1329:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   1330:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   1331:          Serialization_data now added and used, VString now serialized
                   1332:          with languages into memcached.
                   1333: 
                   1334: 2012-03-28  moko
                   1335: 
                   1336:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   1337:          lib/memcached/pa_memcached.h: result lengths added
                   1338: 
                   1339: 2012-03-27  moko
                   1340: 
                   1341:        * src/types/pa_vmemcached.C: strdup added
                   1342: 
                   1343: 2012-03-24  moko
                   1344: 
                   1345:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1346:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   1347:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   1348: 
                   1349: 2012-03-20  moko
                   1350: 
                   1351:        * configure, configure.in: Makefiles.in updated for memcached
                   1352: 
                   1353:        * src/targets/cgi/Makefile.am: cleanup
                   1354: 
                   1355:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   1356:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   1357: 
                   1358:        * src/: classes/Makefile.am, classes/memcached.C,
                   1359:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   1360:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1361:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   1362: 
                   1363: 2012-03-16  moko
                   1364: 
                   1365:        * src/main/execute.C: ident now works under Linux + ident displays
                   1366:          filenames (closes issue #818)
                   1367: 
                   1368:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
                   1369:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   1370:          pa_vmethod_frame_local.h removed
                   1371: 
                   1372:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1373:          classes/classes.h, classes/curl.C, classes/date.C,
                   1374:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1375:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1376:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1377:          classes/memory.C, classes/op.C, classes/reflection.C,
                   1378:          classes/regex.C, classes/response.C, classes/string.C,
                   1379:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   1380:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   1381:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   1382:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1383:          include/pa_dictionary.h, include/pa_dir.h,
                   1384:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1385:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1386:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1387:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1388:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1389:          include/pa_sapi.h, include/pa_socks.h,
                   1390:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1391:          include/pa_stack.h, include/pa_string.h,
                   1392:          include/pa_stylesheet_connection.h,
                   1393:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   1394:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   1395:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   1396:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   1397:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   1398:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1399:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1400:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1401:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   1402:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   1403:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   1404:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   1405:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   1406:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   1407:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   1408:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   1409:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   1410:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   1411:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1412:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1.89      moko     1413:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   1414:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   1415:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   1416:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   1417:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   1418:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   1419:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   1420:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   1421:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   1422:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   1423:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   1424:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   1425:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   1426:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   1427:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   1428:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   1429:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   1430:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   1431:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   1432:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   1433:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   1434:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   1435:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   1436:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   1437:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   1438:          ident now works under Linux + ident displays filenames (closes
                   1439:          issue #818) Copyright updated
1.86      moko     1440: 
                   1441: 2012-03-13  moko
                   1442: 
                   1443:        * src/main/pa_string.C: compilation fix for feature #741
                   1444: 
                   1445: 2012-03-09  misha
                   1446: 
                   1447:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   1448: 
                   1449:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   1450:          now detects invalid base64 chars in the middle of encoded stricg
                   1451:          ( new feature: #55 )
                   1452: 
                   1453:        * src/include/pa_exception.h: - new exception type for base64
                   1454:          decoding is added
                   1455: 
                   1456: 2012-03-06  misha
                   1457: 
                   1458:        * tests/274.html: - tests for ^date::today[] and
                   1459:          ^date.sql-string[datetime|date|time] are added
                   1460: 
                   1461:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   1462:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   1463:          strings "datetime", "date" or "time" - comments tidying up
                   1464: 
                   1465:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   1466:          date and time
                   1467: 
                   1468: 2012-03-03  misha
                   1469: 
                   1470:        * tests/193.html: - tests for
                   1471:          ^string:base64[encoded;$.strict(true)] are added
                   1472: 
                   1473:        * tests/results/auto.p: - try-catch operator is added
                   1474: 
                   1475:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   1476:          main/pa_common.C: - $.strict(true|false) option is added to
                   1477:          base64 decode methods ( new feature: #55 )
                   1478: 
                   1479:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   1480:          ( new feature: #819 )
                   1481: 
                   1482: 2012-02-28  moko
                   1483: 
                   1484:        * src/classes/hash.C: ident test
                   1485: 
                   1486: 2012-02-27  misha
                   1487: 
                   1488:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   1489: 
                   1490: 2012-01-08  misha
                   1491: 
                   1492:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   1493: 
                   1494:        * src/: classes/string.C, include/pa_dictionary.h,
                   1495:          main/pa_dictionary.C, main/pa_string.C: -
                   1496:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   1497:          ^string.replace[one subst here] is slightly optimized
                   1498: 
                   1499: 2011-12-07  misha
                   1500: 
                   1501:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   1502:          named table with one empty column ( bugfix: #63 )
                   1503: 
                   1504: 2011-11-30  misha
                   1505: 
                   1506:        * src/classes/json.C: - it's possible to set user's method for
                   1507:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   1508:          #763 )
                   1509: 
                   1510:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   1511: 
                   1512: 2011-11-23  misha
                   1513: 
                   1514:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1515:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   1516:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   1517:          ^file::create[mode;filename;content[;options]] now accepts binary
                   1518:          mode and file-content - new constructor's format:
                   1519:          ^file::create[string-or-file-content[;$.name[filename]
                   1520:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   1521:          feature: #65 )
                   1522: 
                   1523:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   1524:          mime_type_of(const String*) is added
                   1525: 
                   1526:        * src/include/pa_exception.h: - new exception constant
                   1527:          FILE_NAME_MUST_BE_SPECIFIED is added
                   1528: 
                   1529:        * src/classes/table.C: - bug with negative offset transformed into
                   1530:          a feature. it means pointing to a row from the end of the table (
                   1531:          new feature: #810 )
                   1532: 
                   1533: 2011-11-19  misha
                   1534: 
                   1535:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   1536:          â ìåòîäå _select ( new feature: #810 )
                   1537: 
                   1538:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   1539:          options were specified together is simplified
                   1540: 
                   1541: 2011-11-12  misha
                   1542: 
                   1543:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   1544:          HTTP content-disposition header (a part of bug #361 )
                   1545: 
                   1546:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   1547:          checks for ancestors' classes as well ( new feature: #456 )
                   1548: 
                   1549:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   1550:          "without cycle" now have types "parser.break" and
                   1551:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   1552:          )
                   1553: 
                   1554: 2011-11-11  misha
                   1555: 
                   1556:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   1557:          237.processed: - since bug #361 was fixed the content of filename
                   1558:          in HTTP headers is quoted
                   1559: 
                   1560:        * tests/results/270.processed: - result for test 270
                   1561: 
                   1562:        * tests/: 065.html, results/065.processed: - more tests for
                   1563:          ^file:basename[] & Co were added
                   1564: 
                   1565:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   1566: 
                   1567:        * tests/270.html: - tests for ^file:find[] are added
                   1568: 
                   1569:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   1570:          using option $.charset. option $.engoding is still supported but
                   1571:          these options can not be specified together
                   1572: 
                   1573:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   1574:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   1575: 
                   1576: 2011-10-11  misha
                   1577: 
                   1578:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   1579:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   1580:          #622)
                   1581: 
                   1582: 2011-09-30  misha
                   1583: 
                   1584:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   1585:          exception "saving stat-ed file" ( bugfix: #395 )
                   1586: 
                   1587: 2011-05-30  misha
                   1588: 
                   1589:        * src/classes/string.C: - fixed bug which was added with
                   1590:          params.as_hash into string:sql
                   1591: 
                   1592: 2011-05-29  misha
                   1593: 
                   1594:        * src/types/pa_value.C: - filename in content-disposition header
                   1595:          must be quoted ( bugfix: #361 )
                   1596: 
                   1597: 2011-05-27  misha
                   1598: 
                   1599:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   1600:          created file
                   1601: 
                   1602:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   1603:          usage
                   1604: 
                   1605:        * src/include/pa_exception.h: - one more string for exception was
                   1606:          added
                   1607: 
                   1608: 2011-05-25  misha
                   1609: 
                   1610:        * tests/269.html: - tests for checking input params in some dom
                   1611:          methods
                   1612: 
                   1613:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   1614:          was added. it isn't possible not wo create xdoc with invalid
                   1615:          tagName. ( bugfix: #160 )
                   1616: 
                   1617:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   1618:          string "data must be string" was mover from pa_exception.h to
                   1619:          pa_xml_exception.h
                   1620: 
                   1621:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   1622:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   1623: 
                   1624:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   1625: 
                   1626:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   1627:          options - XML-related exception's strings were added
                   1628: 
                   1629:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   1630:          output_options were removed)
                   1631: 
                   1632: 2011-05-19  misha
                   1633: 
                   1634:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   1635:          params.as_hash is used more while parsing methods hash-options
                   1636: 
                   1637: 2011-05-18  misha
                   1638: 
                   1639:        * operators.txt: - info about json-serialization of xdoc was added
                   1640: 
                   1641:        * tests/256.html: - tests for json-serialization xdoc were added
                   1642: 
                   1643:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   1644: 
                   1645:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1646:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   1647:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   1648:          specified in $.xdoc[] ( new feature: #265 )
                   1649: 
                   1650: 2011-05-15  misha
                   1651: 
                   1652:        * tests/268.html: - tests for ^table.count[with options] were added
                   1653: 
                   1654:        * src/classes/table.C: - method ^table.count[] now can accept
                   1655:          options ( new feature: #93 ): ^table.count[column] returns number
                   1656:          of columns for named table; ^table.count[cells] returns number of
                   1657:          cells in the current row; ^table.count[] & ^table.count[rows]
                   1658:          return number of rows in a table.
                   1659: 
                   1660:        * tests/267.html: - test for checking switch/case in boolean mode
                   1661:          was added
                   1662: 
                   1663:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   1664:          compared as bool values, not as double values: new feature: #351
                   1665: 
                   1666: 2011-05-06  misha
                   1667: 
                   1668:        * tests/242.html: - EOL before EOF was added
                   1669: 
                   1670:        * tests/169.html: - tests for splitting empty string and void were
                   1671:          added
                   1672: 
                   1673:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   1674:          returned table with one empty cell)
                   1675: 
                   1676: 2011-04-03  misha
                   1677: 
                   1678:        * src/include/pa_version.h, configure.in: - version in head was
                   1679:          changed to 3.4.2b
                   1680: 
                   1681: 2011-03-30  misha
                   1682: 
                   1683:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   1684:          as well ( new feature #294 )
                   1685: 
                   1686: 2011-03-29  misha
                   1687: 
                   1688:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   1689:          limited to approx. 6 MB. previous limits were too big for real
                   1690:          life. bugfix: #216
                   1691: 
                   1692: 2011-03-04  moko
                   1693: 
                   1694:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   1695:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   1696: 
                   1697:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   1698:          vlalek@
                   1699: 
                   1700: 2011-02-22  misha
                   1701: 
                   1702:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   1703:          be under #ifdef XML or parser can't be compiled without xml
                   1704:          support
                   1705: 
                   1706: 2011-02-21  misha
                   1707: 
                   1708:        * src/targets/apache/: Makefile.am: - mention
                   1709:          ApacheModuleParser3.vcproj was removed
                   1710: 
                   1711:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   1712:          removed)
                   1713: 
                   1714: 2011-02-20  misha
                   1715: 
                   1716:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   1717:          $.overridden in ^reflection:method_info[...] were added
                   1718: 
                   1719:        * src/classes/reflection.C: - beautifying result of
                   1720:          ^reflection:method_info[] ($.overridden/inherited)
                   1721: 
                   1722: 2011-02-18  misha
                   1723: 
                   1724:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   1725:          and pa_isalnum instead of isalpha and isalnum - bug with
                   1726:          redundand quoting lowercased latin chars while building email
                   1727:          body was fixed
                   1728: 
                   1729:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   1730:          added (they check for latin chars only)
                   1731: 
                   1732: 2011-02-16  misha
                   1733: 
                   1734:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   1735:          string size for transcoding gave too small value (should ever
                   1736:          look for availability char in dest charset inspite of the char
                   1737:          size)
                   1738: 
                   1739: 2011-02-04  moko
                   1740: 
                   1741:        * tests/223.html: header values now not url-encoded (issue #195)
                   1742: 
                   1743: 2011-02-01  misha
                   1744: 
                   1745:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   1746: 
                   1747: 2011-01-31  misha
                   1748: 
                   1749:        * src/main/pa_request.C: - throw exception if param file_name in
                   1750:          use_file is empty
                   1751: 
                   1752: 2011-01-08  moko
                   1753: 
                   1754:        * src/classes/curl.C: compilations errors fixed
                   1755: 
                   1756: 2010-12-29  moko
                   1757: 
                   1758:        * tests/: 265.html, results/265.processed: test for issue #200
                   1759:          added
                   1760: 
                   1761:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   1762:          #200)
                   1763: 
                   1764:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   1765: 
                   1766:        * tests/results/223.processed: header values now not url-encoded
                   1767:          (issue #195)
                   1768: 
                   1769:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   1770:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   1771:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   1772: 
                   1773: 2010-12-18  misha
                   1774: 
                   1775:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   1776:          => pa-include
                   1777: 
                   1778: 2010-11-28  moko
                   1779: 
                   1780:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   1781: 
                   1782:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   1783:          -> pa
                   1784: 
                   1785:        * configure.in: apr -> pa
                   1786: 
                   1787:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   1788: 
                   1789:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   1790:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   1791: 
                   1792:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   1793:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   1794:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
1.88      moko     1795:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   1796:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   1797:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   1798:          module apr name conflict resolved)
1.86      moko     1799: 
                   1800: 2010-11-27  misha
                   1801: 
                   1802:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   1803:          libbz2
                   1804: 
                   1805: 2010-11-26  misha
                   1806: 
                   1807:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   1808:          warnings removed
                   1809: 
                   1810: 2010-11-25  moko
                   1811: 
                   1812:        * operators.txt: $.indent(true)
                   1813: 
                   1814:        * operators.txt: another bugfix. :)
                   1815: 
                   1816:        * operators.txt: bugfix. :)
                   1817: 
                   1818:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   1819: 
                   1820: 2010-11-24  moko
                   1821: 
                   1822:        * configure: apxs support
                   1823: 
                   1824:        * configure.in: apxs support -Bstatic gc removed for OS X
                   1825: 
                   1826:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   1827: 
                   1828:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   1829:          THREAD_LOCAL usage
                   1830: 
                   1831:        * src/: classes/curl.C, include/pa_config_includes.h,
                   1832:          main/pa_globals.C: THREAD_LOCAL defined and used
                   1833: 
                   1834: 2010-11-23  moko
                   1835: 
                   1836:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   1837:          should be passed to pa_sleep, and only fractional part (bugfix:
                   1838:          #188)
                   1839: 
                   1840:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   1841: 
                   1842:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   1843:          GC_dont_gc=1, as in cgi version
                   1844: 
                   1845:        * src/targets/apache/mod_parser3.c: warning war
                   1846: 
                   1847:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1848:          pa_httpd.h: version removed, some trash removed
                   1849: 
                   1850:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   1851:          to show it), warning war
                   1852: 
                   1853:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1854:          pa_httpd.h: parser_status_allowed removed + merge config
                   1855:          functions removed (override is the default) + beauty
                   1856: 
                   1857:        * src/: include/pa_request.h, main/pa_request.C,
1.89      moko     1858:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   1859:          hide $status used in apache module removed
1.86      moko     1860: 
                   1861: 2010-11-18  moko
                   1862: 
                   1863:        * operators.txt: $.table[compact] added for ^json:string[]
                   1864: 
                   1865: 2010-11-16  moko
                   1866: 
                   1867:        * src/targets/apache/mod_parser3.c: some cleanup done
                   1868: 
                   1869:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   1870:          is hashcode; second, info.fragment_begin is original, not
                   1871:          resulting length
                   1872: 
                   1873:        * src/classes/file.C: new feature: $.stdin now untainted
                   1874: 
                   1875:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   1876: 
                   1877:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   1878: 
                   1879:        * src/classes/op.C: ^apply-taint[] method added
                   1880: 
                   1881:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   1882:          added; $.stdin untaint test added
                   1883: 
                   1884: 2010-11-15  moko
                   1885: 
                   1886:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   1887:          removed
                   1888: 
                   1889:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1890:          pa_httpd.h: 2x2 calculated under apache2. :)
                   1891: 
                   1892: 2010-11-13  moko
                   1893: 
                   1894:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   1895:          with apache 2.x includes
                   1896: 
                   1897:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   1898:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   1899:          united apache 1.3 / apache 2.x DSO module
                   1900: 
                   1901: 2010-11-09  moko
                   1902: 
                   1903:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   1904:          syntax
                   1905: 
                   1906:        * tests/: 263.html, results/263.processed: test from method[*args]
                   1907:          added
                   1908: 
                   1909:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   1910:          number of params can now be passed to a method declared with *arg
                   1911: 
                   1912: 2010-11-06  moko
                   1913: 
                   1914:        * src/classes/table.C: formating fixed. :)
                   1915: 
                   1916:        * src/classes/table.C: closes #4: ^table.select now supports
                   1917:          $.limit(), $.offset, $.reverse() options
                   1918: 
                   1919:        * tests/: 262.html, results/262.processed: test for ^table:select
                   1920:          with options added (feature #4)
                   1921: 
                   1922:        * src/include/pa_array.h: remove function added
                   1923: 
                   1924:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   1925:          object in get_element/put_element, using static one.
                   1926: 
                   1927: 2010-11-04  moko
                   1928: 
                   1929:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   1930:          options is passed
                   1931: 
                   1932:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   1933:          now tested; k and p in handler now tested.
                   1934: 
                   1935:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   1936:          $.table[compact] feature added
                   1937: 
                   1938:        * src/classes/json.C: key is now passed to handler in
                   1939:          value_json_string; ^json:string result now process tainting
                   1940:          inside and returns clean string, related to issue #153
                   1941: 
                   1942:        * src/main/untaint.C: bugfix: charset can be null (in
                   1943:          ^string:save[] as example), thus check is added
                   1944: 
                   1945: 2010-10-31  moko
                   1946: 
                   1947:        * src/classes/string.C: error message changed (fixes issue #149)
                   1948: 
                   1949: 2010-10-29  moko
                   1950: 
                   1951:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   1952:          port is not default (fixes issue #155); exception on invalid port
                   1953:          added.
                   1954: 
                   1955:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   1956:          "Accept: */*" to be passed
                   1957: 
                   1958: 2010-10-28  moko
                   1959: 
                   1960:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   1961:          exception on unknown charset even if response_charset was
                   1962:          specified
                   1963: 
                   1964: 2010-10-27  moko
                   1965: 
                   1966:        * src/classes/string.C: ^string.append removed for void
                   1967:          compatibility
                   1968: 
                   1969: 2010-10-26  moko
                   1970: 
                   1971:        * src/classes/json.C: libjson supports array at top level, we too
                   1972:          (GPF fixed)
                   1973: 
                   1974: 2010-10-25  moko
                   1975: 
                   1976:        * tests/: 253.html, results/253.processed: libjson supports array
                   1977:          at top level, parser now supports it as well.
                   1978: 
                   1979:        * tests/261.html, tests/results/261.processed,
                   1980:          src/types/pa_vstring.h: empty string is now void compatible
                   1981:          (allows $empty.key)
                   1982: 
                   1983: 2010-10-22  misha
                   1984: 
                   1985:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   1986:          while adding additional expires checkout)
                   1987: 
                   1988:        * tests/030.html: - test for session cookie was added
                   1989: 
                   1990: 2010-10-21  moko
                   1991: 
                   1992:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   1993:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   1994:          string (feature #111)
                   1995: 
                   1996:        * tests/: 261.html, results/261.processed: checks void from string
                   1997:          inheritance (feature #111)
                   1998: 
                   1999:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   2000:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   2001:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   2002:          now true by default
                   2003: 
                   2004: 2010-10-17  moko
                   2005: 
                   2006:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   2007:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   2008:          (bugfix: #128)
                   2009: 
                   2010:        * tests/: 223.html, results/223.processed: binary file upload test
                   2011:          added, GPF (issue #128) also checked in this test
                   2012: 
                   2013: 2010-10-13  misha
                   2014: 
                   2015:        * tests/260.html: - test for math:convert
                   2016: 
                   2017:        * src/classes/math.C: - error in math:convert was fixed
                   2018: 
                   2019:        * operators.txt: - info about
                   2020:          ^math:convert[number](from-base;to-base) was added
                   2021: 
                   2022:        * src/classes/math.C: - method
                   2023:          ^math:convert[number](from-base;to-base) for converting number
                   2024:          represention from one base to another was added ( new feature:
                   2025:          #23 )
                   2026: 
                   2027: 2010-10-13  moko
                   2028: 
                   2029:        * src/main/compile.tab.C: [] now is empty string, not void
                   2030: 
                   2031:        * src/main/compile.y: [] now is empty string, not void
                   2032: 
                   2033:        * src/types/pa_vvoid.h: void now passed as parameter
                   2034: 
                   2035:        * tests/: 259.html, results/259.processed: to test difference
                   2036:          between void and empty string (see ticket #111)
                   2037: 
                   2038:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   2039:          void
                   2040: 
                   2041:        * tests/256.html: $s[$void] is no longer empty string
                   2042: 
                   2043:        * tests/254.html: empty string is no longer void
                   2044: 
                   2045: 2010-10-12  misha
                   2046: 
                   2047:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   2048:          converted to date during cookies set up ( bugfix: #104 )
                   2049: 
                   2050:        * tests/041.html: - more tests for ^table.locate were added
                   2051: 
                   2052:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   2053:          work ( bugfix: #129 ) - exception comment for incorrect options
                   2054:          ^table.locate[field;value;options] was fixed
                   2055: 
                   2056: 2010-10-10  moko
                   2057: 
                   2058:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   2059:          another object feature returned
                   2060: 
                   2061:        * tests/results/258.processed: test result updated as constructor
                   2062:          returning another object feature returned
                   2063: 
                   2064:        * tests/: 258.html, results/258.processed: test for constructor
                   2065:          returning another object
                   2066: 
                   2067: 2010-10-08  misha
                   2068: 
                   2069:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   2070:          options shouldn't cause exceptions any longer
                   2071: 
                   2072: 2010-10-06  moko
                   2073: 
                   2074:        * src/classes/: hash.C, table.C: length from sql server is now
                   2075:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   2076: 
                   2077: 2010-10-02  misha
                   2078: 
                   2079:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   2080:          usable to delete cache file.
                   2081: 
                   2082: 2010-10-02  moko
                   2083: 
                   2084:        * tests/: 253.html, results/253.processed: hook_key added for key
                   2085:          checking
                   2086: 
                   2087:        * src/classes/json.C: null key bug fixed
                   2088: 
                   2089: 2010-09-29  misha
                   2090: 
                   2091:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   2092: 
                   2093: 2010-09-25  moko
                   2094: 
                   2095:        * src/classes/json.C: small fixed
                   2096: 
                   2097:        * tests/results/: 253.processed, 255.processed: just updated
                   2098: 
                   2099:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   2100:          results/255.processed: charset transcode test added for
                   2101:          json:parse
                   2102: 
                   2103: 2010-09-24  moko
                   2104: 
                   2105:        * src/types/pa_value.h: warning war :)
                   2106: 
                   2107:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   2108:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   2109:          ^json:string
                   2110: 
                   2111: 2010-09-22  moko
                   2112: 
                   2113:        * src/main/pa_charset.C: parser charset tables declare only
                   2114:          white-space before 0x20, thus adding the missing chars
                   2115: 
                   2116:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   2117:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   2118: 
                   2119: 2010-09-21  misha
                   2120: 
                   2121:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   2122:          want to compile grammar if they are absent)
                   2123: 
                   2124:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   2125: 
                   2126:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   2127: 
                   2128:        * src/main/main.vcproj: - path to bison is changed
                   2129: 
                   2130: 2010-09-21  moko
                   2131: 
                   2132:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   2133:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   2134:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
                   2135: 
                   2136: 2010-09-20  misha
                   2137: 
                   2138:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   2139: 
                   2140:        * src/classes/json.C: - add EOL while json-serializing hash
                   2141: 
                   2142:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   2143:          compilers don't like 'ES'.
                   2144: 
                   2145: 2010-09-17  misha
                   2146: 
                   2147:        * operators.txt: - info about json class was added
                   2148: 
                   2149:        * src/classes/json.C: - ^json:string[object]
                   2150: 
                   2151:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   2152:          preventing infinite recursion while executing json:string was
                   2153:          added
                   2154: 
                   2155:        * src/include/pa_string.h: - method append_quoted was added
                   2156: 
                   2157:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   2158:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   2159:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   2160:          was added to Value & Co
                   2161: 
                   2162:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   2163:          were used
                   2164: 
                   2165:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   2166:          were added
                   2167: 
                   2168: 2010-09-10  moko
                   2169: 
                   2170:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   2171:          die_or_abort (backport from 3.4.1)
                   2172: 
                   2173:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   2174:          die_or_abort (bugfix: #106)
                   2175: 
                   2176: 2010-09-09  moko
                   2177: 
                   2178:        * src/classes/json.C: warning war. :)
                   2179: 
                   2180: 2010-09-08  misha
                   2181: 
                   2182:        * src/lib/json/Makefile.am: - additional include directories were
                   2183:          added (for pa_memory.h and gc.h)
                   2184: 
                   2185:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   2186:          compile as C++ instead default - additional include directory was
                   2187:          added (for gc.h)
                   2188: 
                   2189:        * src/types/pa_vform.C: - little code reformating
                   2190: 
                   2191:        * src/classes/file.C: - $.content-type option now can be specified
                   2192:          in ^file::create ( new feature: #102 )
                   2193: 
                   2194: 2010-09-08  moko
                   2195: 
                   2196:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   2197:          pa_malloc/pa_free
                   2198: 
                   2199: 2010-09-07  moko
                   2200: 
                   2201:        * tests/results/254.processed: VStateless_class:put_element
                   2202:          exception was fixed
                   2203: 
                   2204:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   2205:          VStateless_class:put_element barks self.type, not this.type
                   2206:          (bugfix: #105)
                   2207: 
                   2208: 2010-09-06  moko
                   2209: 
                   2210:        * src/classes/reflection.C: bugfix: new String() is required for
                   2211:          exception handling
                   2212: 
                   2213:        * tests/: 254.html, results/254.processed: test modified
                   2214: 
                   2215: 2010-09-05  moko
                   2216: 
                   2217:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   2218:          added
                   2219: 
                   2220:        * src/: classes/reflection.C, include/pa_request.h:
                   2221:          ^reflection:copy implemented (new feature: #100)
                   2222: 
                   2223: 2010-09-03  moko
                   2224: 
                   2225:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   2226: 
                   2227:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   2228:          option testing added
                   2229: 
                   2230: 2010-09-02  moko
                   2231: 
                   2232:        * src/classes/json.C: $.distinct[first|last|all] added
                   2233: 
                   2234: 2010-09-01  moko
                   2235: 
                   2236:        * tests/results/253.processed: json test result
                   2237: 
                   2238:        * tests/: 253.html, 253_json.txt: json test added
                   2239: 
                   2240:        * src/classes/json.C: json.C update to actual version + hash key
                   2241:          creation bugfix
                   2242: 
                   2243: 2010-08-31  misha
                   2244: 
                   2245:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   2246:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   2247:          src/lib/Makefile.am, src/classes/Makefile.am,
                   2248:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   2249:          json library was added
                   2250: 
                   2251: 2010-08-30  moko
                   2252: 
                   2253:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   2254:          types/pa_vobject.C: cosmetic optimization in
                   2255:          request:execute_method usage
                   2256: 
                   2257:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   2258:          optimization, just to decrease number of lines. :)
                   2259: 
                   2260: 2010-08-27  misha
                   2261: 
                   2262:        * src/classes/op.C: - taint[json] was added
                   2263: 
                   2264:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   2265:          were added
                   2266: 
                   2267:        * src/main/pa_exec.C: - warning fix was rolled back.
                   2268: 
                   2269:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   2270:          include/pa_string.h: - taint[json] was added - escaping was
                   2271:          slightly modified
                   2272: 
                   2273: 2010-08-25  misha
                   2274: 
                   2275:        * src/classes/file.C: - typo in file:sql exception was fixed
                   2276: 
                   2277:        * src/main/pa_exec.C: - warning about declared and not used
                   2278:          variable forced_allow was removed
                   2279: 
                   2280: 2010-08-14  misha
                   2281: 
                   2282:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   2283:          were removed
                   2284: 
                   2285: 2010-08-11  moko
                   2286: 
                   2287:        * tests/: 249.html, results/249.processed: default setter and
                   2288:          anti-recursive default getter test added
                   2289: 
                   2290:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   2291:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   2292:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   2293:          types/pa_vstateless_class.h: default setter support +
                   2294:          anti-recursive default getter support ( new feature: #13 )
                   2295: 
                   2296:        * src/include/pa_hash.h: optimization: threshold member removed
                   2297:          from hash, reducing sizeof(hash)
                   2298: 
                   2299: 2010-08-10  misha
                   2300: 
                   2301:        * tests/196.html: - junction-method was added to the test
                   2302: 
                   2303:        * tests/248.html: - ups. typo :)
                   2304: 
                   2305:        * tests/248.html: - test for checking .match with 4 params
                   2306: 
                   2307:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   2308:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   2309:          $request:charset during loading if the BOM code is detected"
                   2310: 
                   2311:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   2312:          $request:charset during loading if the BOM code is detected ( new
                   2313:          feature: #98 )
                   2314: 
                   2315: 2010-08-05  misha
                   2316: 
                   2317:        * src/classes/image.C: - ^image.replace now can accept only 2
                   2318:          params. in this case the whole image is affected ( new feature:
                   2319:          #95 )
                   2320: 
                   2321: 2010-08-04  misha
                   2322: 
                   2323:        * tests/246.html: - test tor ^hash._at[] was added
                   2324: 
                   2325:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   2326:          #53 )
                   2327: 
                   2328:        * src/include/pa_hash.h: - methods for accessing the first and the
                   2329:          last values of ordered hash were added (first_value and
                   2330:          last_value)
                   2331: 
                   2332:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   2333:          (similar to others file's methods):
                   2334:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   2335:          #68 )
                   2336: 
                   2337:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   2338: 
                   2339: 2010-08-01  moko
                   2340: 
                   2341:        * src/classes/op.C: to correctly process $result[] in code, called
                   2342:          from ^process
                   2343: 
                   2344:        * tests/245.html: $result in ^process[] test added
                   2345: 
                   2346:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   2347:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   2348:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   2349:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   2350:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   2351:          removed, construct(class,method) added
                   2352: 
                   2353:        * tests/results/: 192.processed, 244.processed: request::construct
                   2354:          added
                   2355: 
                   2356:        * tests/: 244.html, 245.html, results/244.processed,
                   2357:          results/245.processed: object creation exceptions and ^process
                   2358:          tests added
                   2359: 
                   2360: 2010-07-28  misha
                   2361: 
                   2362:        * tests/make_tests.cmd: - win32 EOLs
                   2363: 
                   2364:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   2365:          tests on Win32 were added (The system timezone should be GMT+3)
                   2366: 
                   2367: 2010-07-26  misha
                   2368: 
                   2369:        * tests/: 212.html, results/212.processed: - sizes were removed
                   2370:          mecause they could be different on different OSs
                   2371: 
                   2372:        * tests/065.html: - make it "win32 friendly"
                   2373: 
                   2374: 2010-07-25  misha
                   2375: 
                   2376:        * src/main/compile.y: - all EOLs between methods are removed during
                   2377:          compilation ( new feature: #47 )
                   2378: 
                   2379:        * tests/results/149.processed: - prepare tests to trim trailing
                   2380:          methods' EOLs
                   2381: 
                   2382:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   2383: 
                   2384:        * tests/: results/006.processed, results/014.processed, 006.html,
                   2385:          014.html, 022.html: - prepare tests to trim trailing methods'
                   2386:          EOLs
                   2387: 
                   2388:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   2389:          results/071.processed, results/022.processed: - prepare tests to
                   2390:          trim trailing methods' EOLs
                   2391: 
                   2392:        * tests/: results/073.processed, results/109.processed,
                   2393:          results/142.processed, results/144.processed,
                   2394:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   2395:          144.html: - prepare tests to trim trailing methods' EOLs
                   2396: 
                   2397:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   2398:          149.html, 152.html, results/096.processed, results/107.processed,
                   2399:          results/109.processed, results/142.processed,
                   2400:          results/144.processed: - prepare tests to trim trailing methods'
                   2401:          EOLs
                   2402: 
                   2403: 2010-07-24  moko
                   2404: 
                   2405:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   2406:          the hash order in this test
                   2407: 
                   2408:        * tests/014.html: to check hash order, hash no is longer sorted
                   2409:          before print
                   2410: 
                   2411:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   2412:          (bugfix: #54)
                   2413: 
                   2414: 2010-07-23  moko
                   2415: 
                   2416:        * tests/results/224.processed: @auto[] is no longer inherited
                   2417: 
                   2418:        * src/types/pa_vstateless_class.C, tests/227.html,
                   2419:          tests/results/227.processed: @auto[] is no longer inherited
                   2420:          (bugfix: #57)
                   2421: 
                   2422: 2010-07-22  misha
                   2423: 
                   2424:        * src/classes/table.C: - don't skip comment lines during
                   2425:          table::load if encloser or separator is set as '#' ( new feature:
                   2426:          #30 )
                   2427: 
                   2428:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   2429:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   2430:          #12 )
                   2431: 
                   2432:        * src/classes/file.C: - set PARSER_VARSION env before external
                   2433:          script executing
                   2434: 
                   2435: 2010-07-13  misha
                   2436: 
                   2437:        * tests/058.html: - test for suppressing @border was added - test
                   2438:          for user attribute was added
                   2439: 
                   2440:        * tests/results/186.processed: unescaping from \uXXXX
                   2441: 
                   2442:        * tests/186.html: unescaping from \uXXXX
                   2443: 
                   2444:        * tests/: 239.html, results/239.processed: method call type
                   2445: 
                   2446:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   2447:          $junction_method.CLASS_NAME (+CLASS)
                   2448: 
                   2449: 2010-07-07  misha
                   2450: 
                   2451:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   2452:          *nix
                   2453: 
                   2454: 2010-07-05  misha
                   2455: 
                   2456:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   2457:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   2458:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   2459:          comment strings "options must be hash", "options must be hash,
                   2460:          not code" and "called with invalid option" were replaced by
                   2461:          constatns - exception comment string "invalid option passed" was
                   2462:          replaced by "called with invalid option" (now in different
                   2463:          methods are the same exception comment string)
                   2464: 
                   2465:        * src/include/pa_exception.h: - more exception strings were defined
                   2466: 
                   2467:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2468:          types/pa_vstateless_class.h: - now we can define possible
                   2469:          method's call type ( new feature: #5 )   1.
                   2470:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   2471:          methods   2. @static:method[params] (only static keyword could be
                   2472:          used here) -- for specified methods
                   2473: 
                   2474:        * src/main/pa_common.C: - junction points should not be deleted on
                   2475:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   2476:          cleanup
                   2477: 
                   2478: 2010-07-03  misha
                   2479: 
                   2480:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   2481:          results/158.processed, results/160.processed,
                   2482:          results/161.processed, results/162.processed,
                   2483:          results/163.processed: - prepare tests to trim trailing methods'
                   2484:          EOLs
                   2485: 
                   2486:        * tests/results/169.processed: - prepare tests to trim trailing
                   2487:          methods' EOLs
                   2488: 
                   2489:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   2490:          trim trailing methods' EOLs
                   2491: 
                   2492:        * tests/: results/170.processed, results/167.processed,
                   2493:          results/168.processed, results/169.processed, 167.html, 168.html,
                   2494:          169.html: - prepare tests to trim trailing methods' EOLs
                   2495: 
                   2496:        * tests/: results/170.processed, results/171.processed,
                   2497:          results/172.processed, results/173.processed,
                   2498:          results/174.processed, results/175.processed, 170.html, 171.html,
                   2499:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   2500:          trailing methods' EOLs
                   2501: 
                   2502:        * tests/: results/176.processed, results/180.processed,
                   2503:          results/184.processed, results/185.processed,
                   2504:          results/191.processed, results/192.processed,
                   2505:          results/196.processed, results/197.processed,
                   2506:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   2507:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   2508:          to trim trailing methods' EOLs
                   2509: 
                   2510:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   2511:          results/199.processed, results/208.processed,
                   2512:          results/209.processed, results/213.processed,
                   2513:          results/214.processed: - prepare tests to trim trailing methods'
                   2514:          EOLs
                   2515: 
                   2516: 2010-06-29  misha
                   2517: 
                   2518:        * tests/: 220.html, 218.html, results/218.processed,
                   2519:          results/215.processed, results/217.processed, 215.html, 217.html:
                   2520:          - prepare tests to trim trailing methods' EOLs
                   2521: 
                   2522:        * tests/: results/224.processed, 224.html, 223.html,
                   2523:          results/223.processed, results/220.processed: - prepare tests to
                   2524:          trim trailing methods' EOLs
                   2525: 
                   2526:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   2527:          trim trailing methods' EOLs
                   2528: 
                   2529:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   2530:          trailing methods' EOLs
                   2531: 
                   2532:        * tests/: 232.html, 235.html, results/232.processed,
                   2533:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   2534:          results/226.processed, results/227.processed,
                   2535:          results/228.processed, results/230.processed: - prepare tests to
                   2536:          trim trailing methods' EOLs
                   2537: 
                   2538: 2010-06-16  moko
                   2539: 
                   2540:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   2541:          ^if
                   2542: 
                   2543:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   2544: 
                   2545: 2010-06-03  misha
                   2546: 
                   2547:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   2548:          instead of memcopy for overlaped regions
                   2549: 
                   2550: 2010-05-25  misha
                   2551: 
                   2552:        * src/main/pa_common.C: - wanring about unused vars was removed
                   2553: 
                   2554:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   2555:          get_method_filename was moved to execute.C
                   2556: 
                   2557: 2010-05-23  misha
                   2558: 
                   2559:        * src/main/pa_request.C: - more accurate detection of method's file
                   2560: 
                   2561: 2010-05-22  misha
                   2562: 
                   2563:        * src/classes/reflection.C: - bugfix: core during detection of
                   2564:          .file if filespec isn't detected successfully
                   2565: 
                   2566: 2010-05-20  misha
                   2567: 
                   2568:        * src/main/pa_request.C: - fix in get_method_filename
                   2569: 
                   2570:        * src/include/pa_request.h: - new feature: #24 -- searching
                   2571:          included file in @USE/^use is changed. if its filespec doesn't
                   2572:          start from '/' it will be searched in caller file directory
                   2573: 
                   2574:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   2575:          where the method is defined
                   2576: 
                   2577:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   2578:          classes/op.C: - new feature: #24 -- searching included file in
                   2579:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   2580:          will be searched in caller file directory
                   2581: 
                   2582:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   2583:          is moved to pa_common.h
                   2584: 
                   2585: 2010-05-18  misha
                   2586: 
                   2587:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   2588:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   2589:          cookie parser decode \uXXXX as well as %uXXXX
                   2590: 
                   2591: 2010-05-17  misha
                   2592: 
                   2593:        * src/classes/curl.C: beauty: - unused param is removed in method
                   2594:          _curl_version_action - some spaces were removed or replaced by
                   2595:          tabs
                   2596: 
                   2597:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   2598:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   2599: 
                   2600: 2010-05-16  misha
                   2601: 
                   2602:        * src/classes/curl.C: new: #61 more curl options were added
                   2603:          (contributed by Sumo)
                   2604: 
                   2605: 2010-04-29  pretender
                   2606: 
                   2607:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   2608:          now empty string.
                   2609: 
                   2610:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   2611:          string type.
                   2612: 
                   2613: 2010-04-28  pretender
                   2614: 
                   2615:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   2616:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   2617:          macrodefinition removed
                   2618: 
                   2619: 2010-04-19  pretender
                   2620: 
                   2621:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   2622:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   2623: 
                   2624:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   2625:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   2626: 
                   2627:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   2628:          variable" exception in grpunlim version.
                   2629: 
                   2630: 2010-04-05  misha
                   2631: 
                   2632:        * src/classes/string.C: - new feature: 4th param was added to
                   2633:          match. if specified its value is returned in case of nothing was
                   2634:          found
                   2635: 
                   2636: 2010-04-01  misha
                   2637: 
                   2638:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   2639:          multiple execution of /a/b/auto.p
                   2640: 
                   2641: 2010-03-19  misha
                   2642: 
                   2643:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   2644: 
                   2645:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   2646: 
                   2647: 2010-01-27  misha
                   2648: 
                   2649:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   2650:          trying to open file by path /existing-file/non-exixting-file
                   2651: 
                   2652: 2010-01-26  misha
                   2653: 
                   2654:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   2655:          was added (returns file)
                   2656: 
                   2657: 2009-12-22  misha
                   2658: 
                   2659:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   2660:          now parser doesn't have class curl if it was built without it
                   2661: 
                   2662: 2009-12-15  misha
                   2663: 
                   2664:        * configure.in: - little cheat with curl include dir was added
                   2665: 
                   2666: 2009-12-05  misha
                   2667: 
                   2668:        * src/classes/curl.C: - some fixes
                   2669: 
                   2670: 2009-12-04  misha
                   2671: 
                   2672:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   2673:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   2674:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   2675:          class was added
                   2676: 
                   2677:        * src/include/pa_hash.h: - hash-iterator was added
                   2678: 
                   2679:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   2680:          was added to pcre
                   2681: 
                   2682: 2009-11-27  misha
                   2683: 
                   2684:        * src/classes/image.C: - don't add @border attribute to output of
                   2685:          ^image.html[] if it was specified by user with empty value
                   2686: 
                   2687:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   2688:          root element and we are trying to access .documentElement
                   2689: 
                   2690: 2009-11-11  misha
                   2691: 
                   2692:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   2693:          instead of number of items in first row for named tables
                   2694: 
                   2695: 2009-11-10  misha
                   2696: 
                   2697:        * operators.txt: - info about hash-options in ^file::create was
                   2698:          added
                   2699: 
                   2700:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   2701:          added
                   2702: 
                   2703: 2009-11-09  misha
                   2704: 
                   2705:        * buildall-with-xml: - moving to libxml 2.7.6
                   2706: 
                   2707:        * tests/236.html: - tests for comparations cords with functions
                   2708:          were added
                   2709: 
                   2710:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   2711:          added
                   2712: 
                   2713:        * src/main/pa_http.C: - little optimisation
                   2714: 
                   2715:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   2716:          GPF mallocs + stringstream (table.save)
                   2717: 
                   2718:        * src/classes/file.C: - file::create now accepts 4th param: options
                   2719:          with $.charset
                   2720: 
                   2721:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   2722:          bug in cord (comparation cords with functions was buggy)
                   2723: 
                   2724: 2009-11-06  misha
                   2725: 
                   2726:        * src/main/pa_string.C: - bugfix: calculation string.length
                   2727:          sometimes was buggy
                   2728: 
                   2729:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   2730:          destroyed if exception occured during match/replace
                   2731: 
                   2732:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   2733:          lengthUTF8Char was added
                   2734: 
                   2735:        * src/classes/op.C: - clean tainting lang was added for user's
                   2736:          usage
                   2737: 
                   2738:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   2739:          fixed: checkouts are required after GC_MALLOC
                   2740: 
                   2741:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   2742: 
                   2743:        * operators.txt: - actually, there is no ^untaint[xml] in
                   2744:          file::create
                   2745: 
                   2746: 2009-10-15  misha
                   2747: 
                   2748:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   2749:          were added
                   2750: 
                   2751:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   2752:          were added
                   2753: 
                   2754:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   2755:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   2756:          hacking: for dealing with transcoding+^taint[uri]
                   2757:          transcode_and_untaint was replaced by untaint_and_transcode
                   2758: 
                   2759: 2009-10-13  misha
                   2760: 
                   2761:        * tests/: 121.html, results/121.processed: - test transcoding +
                   2762:          url-escaping now
                   2763: 
                   2764:        * tests/results/auto.p: - more helpers' methods were added
                   2765: 
                   2766:        * src/main/pa_globals.C: - die instead of abort
                   2767: 
                   2768: 2009-10-06  misha
                   2769: 
                   2770:        * src/main/pa_common.C: - don't allocate memory during
                   2771:          capitalization if input string is already capitalized
                   2772: 
                   2773:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   2774: 
1.89      moko     2775:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   2776:          use format function because it calls malloc
1.86      moko     2777: 
                   2778:        * src/include/pa_common.h: - more capitalized headers were added
                   2779: 
                   2780:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   2781:          file writing
                   2782: 
                   2783: 2009-10-05  misha
                   2784: 
                   2785:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   2786: 
                   2787: 2009-10-03  misha
                   2788: 
                   2789:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   2790:          ^img.text[] & ^img.length[] can work in utf-8 now
                   2791: 
                   2792:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   2793:          UTF8_string_iterator was added
                   2794: 
                   2795:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   2796:          length
                   2797: 
                   2798:        * src/classes/mail.C: - check from before get message.cstr
                   2799: 
                   2800: 2009-10-02  misha
                   2801: 
                   2802:        * tests/233.html: - test for image.font, image.length, image.text
                   2803:          with text in utf-8 were added
                   2804: 
                   2805:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   2806: 
                   2807:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   2808:          version for freebsd 4 was added
                   2809: 
                   2810: 2009-10-01  misha
                   2811: 
                   2812:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   2813:          terminator) - read_pipe were slightly optimized
                   2814: 
                   2815: 2009-09-28  misha
                   2816: 
                   2817:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   2818:          removed
                   2819: 
                   2820:        * src/types/pa_vmail.C: - forgot about space after ':'
                   2821: 
                   2822:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   2823:          body - small simplifications
                   2824: 
                   2825:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   2826:          inout params like pa_base64
                   2827: 
                   2828:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   2829:          option $.debug-print(1) was added to mail:send - changes for
                   2830:          using uue_encode which uses less memory
                   2831: 
                   2832:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   2833: 
                   2834:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   2835:          memory now
                   2836: 
                   2837: 2009-09-26  misha
                   2838: 
                   2839:        * src/types/pa_vmail.C: - default encoding now is base64
                   2840: 
                   2841:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   2842: 
                   2843: 2009-09-25  misha
                   2844: 
                   2845:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   2846:          sending mail as well
                   2847: 
                   2848:        * buildall-with-xml: - catalog package was removed from libxml
                   2849: 
                   2850:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   2851:          win32 absolute path
                   2852: 
                   2853:        * src/include/pa_common.h: - one more capitalized header was added
                   2854: 
                   2855: 2009-09-22  misha
                   2856: 
                   2857:        * INSTALL: - comment about building just httpd binary while
                   2858:          building apache module was added
                   2859: 
                   2860: 2009-09-21  misha
                   2861: 
                   2862:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   2863:          libxml 2.7.4 and libxslt 1.1.25
                   2864: 
                   2865: 2009-09-19  misha
                   2866: 
                   2867:        * tests/231.html: - test for encoding cookie in win-1251
                   2868: 
                   2869: 2009-09-18  misha
                   2870: 
                   2871:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   2872:          object] were added
                   2873: 
                   2874:        * operators.txt: - info about method ^reflection:fields[class or
                   2875:          object] was added
                   2876: 
                   2877:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   2878:          object] was added
                   2879: 
                   2880:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   2881:          methods get_fields were added
                   2882: 
                   2883:        * tests/232.html: - tests for @GET[name]
                   2884: 
                   2885:        * src/classes/table.C: - some changes in handling hash-options for
                   2886:          creare, join and locate
                   2887: 
                   2888:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   2889:          defined with option: the type of requested value
                   2890: 
                   2891: 2009-09-17  misha
                   2892: 
                   2893:        * tests/212.html: - tests for .pattern and .options were added
                   2894: 
                   2895:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   2896:          $regex.options were added
                   2897: 
                   2898: 2009-09-11  misha
                   2899: 
                   2900:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   2901:          rewrited. it checks not just one case of sending cookies during
                   2902:          file::load[http], but also sending headers and fields (including
                   2903:          files)
                   2904: 
                   2905: 2009-09-10  misha
                   2906: 
                   2907:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   2908:          was removed => now parser can open files with Russian 'r' in
                   2909:          filename
                   2910: 
                   2911:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   2912:          while escaping cookies but now source charset
                   2913: 
                   2914:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   2915:          ^tainted[uri] so it was possible to make request with incorrect
                   2916:          http header
                   2917: 
                   2918:        * src/main/pa_http.C: - capitalization of http headers during
                   2919:          file::load[http was slightly changes - bugfix: all headers which
                   2920:          parser sends during file::load[http should be transcoded and only
                   2921:          then escaped
                   2922: 
                   2923:        * src/main/untaint.C: - a bit more comments were added
                   2924: 
                   2925:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   2926:          warnings)
                   2927: 
                   2928:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   2929:          headers during file::load[http were added
                   2930: 
                   2931: 2009-09-08  misha
                   2932: 
                   2933:        * operators.txt: - changes in file.save and string.save were added
                   2934: 
                   2935:        * tests/: 230.html, 230.txt: - tests for checking options in
                   2936:          file.save and string.save were added
                   2937: 
                   2938:        * src/main/pa_request.C: - http headers names, which are passed to
                   2939:          SAPI::add_header_attribute are lowercased now (it'll be
                   2940:          capitalized in that method)
                   2941: 
                   2942:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   2943:          classes/string.C: - file_write accepts Request_charsets and asked
                   2944:          charset and cound transcode content before writing - string.save
                   2945:          and file.save have option $.charset now
                   2946: 
                   2947:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   2948:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   2949:          charset and cound transcode content before writing
                   2950: 
                   2951:        * src/include/pa_exception.h: - new exception comment string was
                   2952:          defined
                   2953: 
                   2954: 2009-09-07  misha
                   2955: 
                   2956:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   2957:          sub-pattern\s
                   2958: 
                   2959: 2009-09-04  misha
                   2960: 
                   2961:        * src/main/pa_http.C: - capitalization of http headers during
                   2962:          file::load[http was implemented
                   2963: 
                   2964: 2009-09-03  misha
                   2965: 
                   2966:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2967:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
1.89      moko     2968:          types/pa_vmail.C, targets/cgi/parser3.C,
                   2969:          targets/isapi/parser3isapi.C: - back to storing response http
                   2970:          headers in lowercase - capitalize them during output
1.86      moko     2971: 
                   2972: 2009-08-31  misha
                   2973: 
                   2974:        * src/classes/table.C: - allow call with any brackets (it could be
                   2975:          useful in methods with explict result declaration)
                   2976: 
                   2977:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   2978:          correctly if $request:charset==koi8-r
                   2979: 
                   2980: 2009-08-30  misha
                   2981: 
                   2982:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   2983:          changed: content-type => Content-type and so on
                   2984: 
                   2985:        * src/classes/file.C, src/include/pa_common.h,
                   2986:          src/include/pa_request.h, src/main/pa_http.C,
                   2987:          src/main/pa_request.C, src/types/pa_vcookie.C,
1.89      moko     2988:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   2989:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   2990:          tests/results/002.processed, tests/results/003.processed,
                   2991:          tests/results/004.processed, tests/results/005.processed,
                   2992:          tests/results/006.processed, tests/results/007.processed,
                   2993:          tests/results/008.processed, tests/results/009.processed,
                   2994:          tests/results/010.processed, tests/results/011.processed,
                   2995:          tests/results/012.processed, tests/results/013.processed,
                   2996:          tests/results/014.processed, tests/results/015.processed,
                   2997:          tests/results/016.processed, tests/results/017.processed,
                   2998:          tests/results/018.processed, tests/results/019.processed,
                   2999:          tests/results/020.processed, tests/results/021.processed,
                   3000:          tests/results/022.processed, tests/results/023.processed,
                   3001:          tests/results/024.processed, tests/results/025.processed,
                   3002:          tests/results/026.processed, tests/results/027.processed,
                   3003:          tests/results/028.processed, tests/results/029.processed,
                   3004:          tests/results/030.processed, tests/results/031.processed,
                   3005:          tests/results/032.processed, tests/results/033.processed,
                   3006:          tests/results/034.processed, tests/results/035.processed,
                   3007:          tests/results/036.processed, tests/results/037.processed,
                   3008:          tests/results/038.processed, tests/results/039.processed,
                   3009:          tests/results/040.processed, tests/results/041.processed,
                   3010:          tests/results/042.processed, tests/results/043.processed,
                   3011:          tests/results/044.processed, tests/results/045.processed,
                   3012:          tests/results/046.processed, tests/results/047.processed,
                   3013:          tests/results/048.processed, tests/results/049.processed,
                   3014:          tests/results/050.processed, tests/results/051.processed,
                   3015:          tests/results/052.processed, tests/results/053.processed,
                   3016:          tests/results/054.processed, tests/results/055.processed,
                   3017:          tests/results/056.processed, tests/results/057.processed,
                   3018:          tests/results/058.processed, tests/results/059.processed,
                   3019:          tests/results/060.processed, tests/results/061.processed,
                   3020:          tests/results/062.processed, tests/results/063.processed,
                   3021:          tests/results/064.processed, tests/results/065.processed,
                   3022:          tests/results/066.processed, tests/results/067.processed,
                   3023:          tests/results/068.processed, tests/results/069.processed,
                   3024:          tests/results/070.processed, tests/results/071.processed,
                   3025:          tests/results/072.processed, tests/results/073.processed,
                   3026:          tests/results/074.processed, tests/results/075.processed,
                   3027:          tests/results/076.processed, tests/results/077.processed,
                   3028:          tests/results/078.processed, tests/results/079.processed,
                   3029:          tests/results/080.processed, tests/results/081.processed,
                   3030:          tests/results/082.processed, tests/results/083.processed,
                   3031:          tests/results/084.processed, tests/results/085.processed,
                   3032:          tests/results/086.processed, tests/results/087.processed,
                   3033:          tests/results/088.processed, tests/results/089.processed,
                   3034:          tests/results/090.processed, tests/results/091.processed,
                   3035:          tests/results/092.processed, tests/results/093.processed,
                   3036:          tests/results/094.processed, tests/results/095.processed,
                   3037:          tests/results/096.processed, tests/results/097.processed,
                   3038:          tests/results/098.processed, tests/results/099.processed,
                   3039:          tests/results/100.processed, tests/results/101.processed,
                   3040:          tests/results/102.processed, tests/results/103.processed,
                   3041:          tests/results/104.processed, tests/results/105.processed,
                   3042:          tests/results/106.processed, tests/results/107.processed,
                   3043:          tests/results/108.processed, tests/results/109.processed,
                   3044:          tests/results/110.processed, tests/results/111.processed,
                   3045:          tests/results/112.processed, tests/results/113.processed,
                   3046:          tests/results/114.processed, tests/results/115.processed,
                   3047:          tests/results/116.processed, tests/results/117.processed,
                   3048:          tests/results/118.processed, tests/results/119.processed,
                   3049:          tests/results/120.processed, tests/results/121.processed,
                   3050:          tests/results/122.processed, tests/results/123.processed,
                   3051:          tests/results/124.processed, tests/results/125.processed,
                   3052:          tests/results/126.processed, tests/results/127.processed,
                   3053:          tests/results/128.processed, tests/results/129.processed,
                   3054:          tests/results/130.processed, tests/results/131.processed,
                   3055:          tests/results/132.processed, tests/results/133.processed,
                   3056:          tests/results/134.processed, tests/results/135.processed,
                   3057:          tests/results/136.processed, tests/results/138.processed,
                   3058:          tests/results/139.processed, tests/results/140.processed,
                   3059:          tests/results/141.processed, tests/results/142.processed,
                   3060:          tests/results/143.processed, tests/results/144.processed,
                   3061:          tests/results/145.processed, tests/results/146.processed,
                   3062:          tests/results/147.processed, tests/results/148.processed,
                   3063:          tests/results/149.processed, tests/results/150.processed,
                   3064:          tests/results/151.processed, tests/results/152.processed,
                   3065:          tests/results/153.processed, tests/results/154.processed,
                   3066:          tests/results/155.processed, tests/results/156.processed,
                   3067:          tests/results/157.processed, tests/results/158.processed,
                   3068:          tests/results/159.processed, tests/results/160.processed,
                   3069:          tests/results/161.processed, tests/results/162.processed,
                   3070:          tests/results/163.processed, tests/results/164.processed,
                   3071:          tests/results/165.processed, tests/results/166.processed,
                   3072:          tests/results/167.processed, tests/results/168.processed,
                   3073:          tests/results/169.processed, tests/results/170.processed,
                   3074:          tests/results/171.processed, tests/results/172.processed,
                   3075:          tests/results/173.processed, tests/results/174.processed,
                   3076:          tests/results/175.processed, tests/results/176.processed,
                   3077:          tests/results/177.processed, tests/results/178.processed,
                   3078:          tests/results/179.processed, tests/results/180.processed,
                   3079:          tests/results/181.processed, tests/results/182.processed,
                   3080:          tests/results/183.processed, tests/results/184.processed,
                   3081:          tests/results/185.processed, tests/results/186.processed,
                   3082:          tests/results/187.processed, tests/results/188.processed,
                   3083:          tests/results/189.processed, tests/results/190.processed,
                   3084:          tests/results/191.processed, tests/results/192.processed,
                   3085:          tests/results/193.processed, tests/results/194.processed,
                   3086:          tests/results/195.processed, tests/results/196.processed,
                   3087:          tests/results/197.processed, tests/results/198.processed,
                   3088:          tests/results/199.processed, tests/results/200.processed,
                   3089:          tests/results/201.processed, tests/results/202.processed,
                   3090:          tests/results/203.processed, tests/results/204.processed,
                   3091:          tests/results/205.processed, tests/results/206.processed,
                   3092:          tests/results/207.processed, tests/results/208.processed,
                   3093:          tests/results/209.processed, tests/results/210.processed,
                   3094:          tests/results/211.processed, tests/results/212.processed,
                   3095:          tests/results/213.processed, tests/results/214.processed,
                   3096:          tests/results/215.processed, tests/results/216.processed,
                   3097:          tests/results/217.processed, tests/results/218.processed,
                   3098:          tests/results/219.processed, tests/results/220.processed,
                   3099:          tests/results/221.processed, tests/results/222.processed,
                   3100:          tests/results/223.processed, tests/results/224.processed,
                   3101:          tests/results/225.processed, tests/results/226.processed,
                   3102:          tests/results/227.processed, tests/results/228.processed,
                   3103:          tests/results/229.processed: - http headers were changed:
                   3104:          content-type => Content-type and so on
1.86      moko     3105: 
                   3106: 2009-08-27  misha
                   3107: 
                   3108:        * src/: main/pa_random.C, include/pa_random.h,
                   3109:          targets/cgi/parser3.C: - year was updated :)
                   3110: 
                   3111: 2009-08-26  misha
                   3112: 
                   3113:        * tests/: 224.html, 224.p: - test for creating of parser object
                   3114:          using constructor without params - little bugfix in test
                   3115: 
                   3116:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   3117:          checking existed class while processing partial option
                   3118: 
                   3119:        * src/classes/reflection.C: - bugfix: core when creating object
                   3120:          with reflection and constructor doesn't have params
                   3121: 
                   3122: 2009-08-24  misha
                   3123: 
                   3124:        * tests/229.html: - tests for checking the number of parameters
                   3125:          were added
                   3126: 
                   3127:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   3128:          number of method's parameters wasn't checked correctly (the bug
                   3129:          was introduced in 3.4.0)
                   3130: 
                   3131: 2009-08-22  misha
                   3132: 
                   3133:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   3134:          transcoded, but tainted pieces are escaped only when
                   3135:          content-type==url-encoding
                   3136: 
                   3137:        * tests/228.html: - test for checking
                   3138:          ^file::load[http://...;$.body[]]
                   3139: 
                   3140:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   3141:          post charset was too early (charsets is empty at this moment)
                   3142: 
                   3143: 2009-08-21  misha
                   3144: 
                   3145:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   3146:          main/untaint.C: - some fixes with transcode+untaint
                   3147: 
                   3148: 2009-08-15  misha
                   3149: 
                   3150:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   3151:          was increaced to 100 (was 50)
                   3152: 
                   3153:        * tests/227.html: - test for checking overriding properties in
                   3154:          static classes was added
                   3155: 
                   3156:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   3157: 
                   3158:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   3159:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   3160:          autouse was implemented
                   3161: 
                   3162: 2009-08-14  misha
                   3163: 
                   3164:        * src/classes/reflection.C: - outdated checkout was removed
                   3165: 
                   3166:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   3167:          added.
                   3168: 
                   3169:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   3170:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   3171: 
                   3172:        * src/types/pa_vclass.C: - exception if base on sytem class
                   3173: 
                   3174: 2009-08-12  misha
                   3175: 
                   3176:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   3177:          pa_vstateless_class.h: - little optimisation
                   3178: 
                   3179: 2009-08-11  misha
                   3180: 
                   3181:        * tests/224.html: - method_params => method_info - checking for
                   3182:          $.inherited
                   3183: 
                   3184:        * src/classes/reflection.C, operators.txt: - method method_params
                   3185:          was renamed to method_info and now it returns class name, if
                   3186:          method was defined in ancestor
                   3187: 
                   3188:        * tests/225.html: - tests for cheching properties in hierarhical
                   3189:          classes were added
                   3190: 
                   3191:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   3192:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3193:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   3194:          with properties in new classes implementation were fixed
                   3195: 
                   3196: 2009-08-10  misha
                   3197: 
                   3198:        * src/main/execute.C: - now constructor shouldn't be defined in
                   3199:          class. it could be defined in parent.
                   3200: 
                   3201: 2009-08-09  misha
                   3202: 
                   3203:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   3204:          base's methods
                   3205: 
                   3206: 2009-08-08  misha
                   3207: 
                   3208:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   3209:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   3210:          classes/image.C, classes/mail.C, classes/op.C,
                   3211:          classes/reflection.C, classes/regex.C, classes/string.C,
                   3212:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   3213:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   3214:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   3215:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   3216:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3217:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3218:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   3219:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   3220:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   3221:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   3222:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   3223:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   3224:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   3225:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3226:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3227:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3228:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3229:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   3230:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   3231:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   3232:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   3233:          implementation
                   3234: 
                   3235:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   3236:          USE_MUNMAP is used. so it is disabled as a workaround.
                   3237: 
                   3238: 2009-08-05  misha
                   3239: 
                   3240:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   3241:          parameter was removed
                   3242: 
                   3243:        * src/main/pa_http.C: - bugfix: error was during detecting
                   3244:          content-type of file which was loaded by http
                   3245: 
                   3246: 2009-08-01  misha
                   3247: 
                   3248:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   3249:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   3250:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   3251:          can't be disabled with defines any longer
                   3252: 
                   3253: 2009-07-29  misha
                   3254: 
                   3255:        * src/classes/reflection.C, tests/results/224.processed: - for
                   3256:          native methods with any call type now returned empty call_type
                   3257:          value
                   3258: 
                   3259:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3260:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   3261:          main/pa_request.C: - break in cycles was optimized
                   3262: 
                   3263:        * INSTALL: - more defines were described
                   3264: 
                   3265: 2009-07-28  misha
                   3266: 
                   3267:        * operators.txt: - some changes in information about reflection
                   3268:          class
                   3269: 
                   3270:        * tests/: 224.html, 224.p: - tests for reflection class
                   3271: 
                   3272:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   3273:          was added, refactoring
                   3274: 
                   3275: 2009-07-26  misha
                   3276: 
                   3277:        * src/classes/classes.vcproj: - reflection class wass added to
                   3278:          project
                   3279: 
                   3280:        * operators.txt: - information about reflection class was added
                   3281: 
                   3282:        * src/classes/reflection.C: - class was redesigned
                   3283: 
                   3284: 2009-07-24  misha
                   3285: 
                   3286:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   3287:          added
                   3288: 
                   3289:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   3290:          in classes was added
                   3291: 
                   3292: 2009-07-22  misha
                   3293: 
                   3294:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   3295:          over-optimized. it failed if $object1.$object2.field
                   3296: 
                   3297: 2009-07-16  misha
                   3298: 
                   3299:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   3300:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   3301:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   3302:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   3303:          one more arg: length of cord
                   3304: 
                   3305: 2009-07-15  misha
                   3306: 
                   3307:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   3308:          tainted in ^file::load[http://...;$.cookies[]]
                   3309: 
                   3310:        * src/classes/: op.C, regex.C, string.C: - new string with
                   3311:          exception was used
                   3312: 
                   3313:        * src/include/pa_exception.h: - new string with exception was added
                   3314: 
                   3315:        * tests/223.html: - test for checking cookie-encoding during
                   3316:          ^file::load[http was added
                   3317: 
                   3318:        * tests/: 221.html, 222.html: - tests for checking type of
                   3319:          $table.fields.field were added
                   3320: 
                   3321:        * src/types/pa_vtable.C: - not used var decl was removed
                   3322: 
                   3323:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   3324:          it improves speed of match with brackets in pattern
                   3325: 
                   3326:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   3327:          outside
                   3328: 
                   3329: 2009-07-14  misha
                   3330: 
                   3331:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   3332:          column is empty (sometime returned void) - $table.fields was
                   3333:          added for nameless tables
                   3334: 
                   3335:        * src/targets/cgi/getopt.c: - one warning resolved
                   3336: 
                   3337:        * src/main/pa_string.C: - potentian bug fixed
                   3338: 
                   3339:        * src/classes/op.C: - small optimization in taint/untaint
                   3340: 
                   3341: 2009-07-13  misha
                   3342: 
                   3343:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   3344:          added
                   3345: 
                   3346:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   3347:          souldn't add the attribut to output
                   3348: 
                   3349: 2009-07-11  misha
                   3350: 
1.89      moko     3351:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   3352:          stack size was increaced to 2MB (default=1MB)
1.86      moko     3353: 
                   3354: 2009-07-08  misha
                   3355: 
                   3356:        * src/main/pa_string.C: - link to UTF-8 description was added
                   3357: 
                   3358:        * src/include/pa_hash.h: - hash keeps element's order in more
                   3359:          places (ex: ._keys[])
                   3360: 
                   3361:        * tests/220.html: - test for checking order of elements in hash in
                   3362:          foreach was added
                   3363: 
                   3364:        * tests/172.html: - small changes in printing hash
                   3365: 
                   3366:        * tests/129.html: - small changes in printing hash
                   3367: 
                   3368:        * src/: include/pa_common.h, include/pa_hash.h,
                   3369:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   3370:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   3371: 
                   3372:        * tests/014.html: - small changes in printing hash
                   3373: 
                   3374: 2009-07-07  misha
                   3375: 
                   3376:        * src/classes/op.C: - new taint language "parser-code" was added
                   3377: 
                   3378:        * tests/219.html: - test for auto untaint parser code in process
                   3379:          was added
                   3380: 
                   3381:        * src/classes/op.C: - tainted pieces in body of process are
                   3382:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   3383: 
                   3384:        * src/: include/pa_string.h, main/untaint.C: - new language
                   3385:          L_PARSER_CODE for auto-untaint in process was added
                   3386: 
                   3387:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   3388:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   3389:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   3390:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   3391:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   3392:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   3393:          code cleanup
                   3394: 
                   3395: 2009-07-06  misha
                   3396: 
                   3397:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   3398:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   3399:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   3400: 
                   3401:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   3402:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   3403:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   3404:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   3405:          should be used
                   3406: 
                   3407:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   3408:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   3409:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   3410:          untaint_cstr[m] should be used
                   3411: 
                   3412:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   3413:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   3414: 
                   3415:        * tests/218.html: - test for checking automatic file-spec-taint was
                   3416:          added
                   3417: 
                   3418:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   3419:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   3420:          classes/file.C, classes/hash.C, classes/image.C,
                   3421:          classes/string.C, classes/table.C, classes/void.C,
                   3422:          classes/xdoc.C: - optimizations and simplification of
                   3423:          string.cstr(...)
                   3424: 
                   3425:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   3426:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   3427:          - optimizations and simplification of string.cstr(...)
                   3428: 
                   3429: 2009-07-04  misha
                   3430: 
                   3431:        * tests/217.html: - test for recursion detection was added
                   3432: 
                   3433:        * src/: types/types.vcproj, main/main.vcproj,
1.89      moko     3434:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   3435:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   3436:          from .vcproj
1.86      moko     3437: 
                   3438:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   3439: 
                   3440:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   3441:          uploading files and case-insensitive http-method were added
                   3442: 
                   3443:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   3444:          tainted pattern in ^file:list[] was added
                   3445: 
                   3446: 2009-07-03  misha
                   3447: 
                   3448:        * src/: classes/classes.vcproj, main/main.vcproj,
                   3449:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   3450:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   3451:          for dynamic_cast) - little options changes
                   3452: 
                   3453:        * src/main/pa_http.C: - file::load[http works now with uploading
                   3454:          files _and_ changing $.charset
                   3455: 
                   3456: 2009-06-29  misha
                   3457: 
                   3458:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   3459:          while creating pattern
                   3460: 
                   3461: 2009-06-25  misha
                   3462: 
                   3463:        * src/classes/image.C, operators.txt: - options' names for
                   3464:          ^image.font were changed to $.space, $.width and $spacing -
                   3465:          default space width now == gif's width
                   3466: 
                   3467: 2009-06-24  misha
                   3468: 
                   3469:        * tests/215.html: - tests for $file.mode were added
                   3470: 
                   3471:        * operators.txt: - added info about $file.mode and changes in
                   3472:          ^image.font[
                   3473: 
                   3474:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   3475:          param now could be omited - third param now could be hash (with
                   3476:          all widths options: $.space-width, $.letter-width) - it's
                   3477:          possible to specify tracking ($.letter-space)
                   3478: 
                   3479:        * src/classes/file.C: - file objects now could have mode field
                   3480:          (text|binary)
                   3481: 
                   3482:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   3483: 
                   3484: 2009-06-23  misha
                   3485: 
                   3486:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   3487:          trim can work with utf-8 chars now
                   3488: 
                   3489: 2009-06-20  misha
                   3490: 
                   3491:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   3492:          was implemented
                   3493: 
                   3494:        * src/classes/table.C: - string length cacheing was implemented
                   3495: 
                   3496:        * src/include/pa_string.h: - string length cacheing was implemented
                   3497: 
                   3498: 2009-06-17  misha
                   3499: 
                   3500:        * src/main/execute.C: - value param was removed from
                   3501:          WContext::WContext
                   3502: 
                   3503:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   3504:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   3505:          - field wcontext was removed from VCodeFrame (using fparent
                   3506:          instead)
                   3507: 
                   3508:        * tests/214.html: - test with hash copying
                   3509: 
                   3510: 2009-06-16  misha
                   3511: 
                   3512:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   3513:          strings doesn't work in expression anymore
                   3514: 
                   3515:        * src/main/execute.C: - less calls for get_constructing() - little
                   3516:          refactoring
                   3517: 
                   3518:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   3519:          include/pa_request.h: - less calls for get_constructing()
                   3520: 
                   3521:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   3522:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   3523: 
                   3524: 2009-06-14  misha
                   3525: 
                   3526:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   3527:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   3528:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   3529:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   3530:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   3531:          storing object's fields only for parser objects
                   3532: 
                   3533: 2009-06-13  misha
                   3534: 
                   3535:        * buildall-with-xml, buildall-without-xml: - new option was added
                   3536:          for building GC (it slightly reduces memory usage)
                   3537: 
                   3538:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   3539:          single string write
                   3540: 
                   3541:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   3542:          - optimization of single string write
                   3543: 
                   3544:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   3545:          - bytecode optimization of ^class:constructor
                   3546: 
                   3547: 2009-06-09  misha
                   3548: 
                   3549:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   3550:          main (better compatibility)
                   3551: 
                   3552: 2009-06-08  misha
                   3553: 
                   3554:        * src/main/compile.y: - I've forgot to commit it :(
                   3555: 
                   3556: 2009-06-07  misha
                   3557: 
                   3558:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   3559:          WITH_READ and WITH_ROOT
                   3560: 
                   3561:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3562:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   3563:          WITH_ROOT - little refactoring
                   3564: 
                   3565: 2009-06-06  misha
                   3566: 
                   3567:        * tests/213.html: - tests for 3rd match string-param were added
                   3568: 
                   3569:        * src/classes/string.C: - 3rd match param could be string now
                   3570: 
                   3571:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   3572:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   3573:          GET_OBJECT_ELEMENT
                   3574: 
                   3575: 2009-06-05  misha
                   3576: 
                   3577:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   3578:          if $.body was specified
                   3579: 
                   3580: 2009-06-04  misha
                   3581: 
                   3582:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   3583: 
                   3584:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   3585: 
                   3586:        * src/main/execute.C: - little refactoring - optimizing
                   3587:          write_assign_lang in taint/untaint
                   3588: 
                   3589:        * src/include/pa_opcode.h: - little refactoring
                   3590: 
                   3591:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   3592:          main/compile_tools.h, main/execute.C: - optimizations for
                   3593:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   3594:          were added
                   3595: 
                   3596: 2009-06-03  misha
                   3597: 
                   3598:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   3599: 
                   3600: 2009-06-02  misha
                   3601: 
                   3602:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   3603:          include/pa_opcode.h: - refactoring in last optimizations
                   3604:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   3605:          now but code is much easy and it is ready for further
                   3606:          improvements.
                   3607: 
                   3608: 2009-05-27  misha
                   3609: 
                   3610:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   3611:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   3612:          changed in destructing junctions
                   3613: 
                   3614:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   3615:          String:Body
                   3616: 
                   3617: 2009-05-26  misha
                   3618: 
                   3619:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   3620:          one method detect_charset was deleted - bug was fixed in this
                   3621:          method (error while detecting charset in content_type withot last
                   3622:          ';')
                   3623: 
                   3624:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   3625:          once
                   3626: 
                   3627: 2009-05-25  misha
                   3628: 
                   3629:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   3630:          optimizing of helper_length
                   3631: 
                   3632: 2009-05-24  misha
                   3633: 
                   3634:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   3635:          were added - little refactoring
                   3636: 
                   3637:        * src/main/execute.C: - core while printing in debug log
                   3638:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   3639:          optimisations were added
                   3640: 
                   3641:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   3642:          were added
                   3643: 
                   3644: 2009-05-23  misha
                   3645: 
                   3646:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3647:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   3648:          CORD_cat optimization
                   3649: 
                   3650:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   3651:          - call constr optimisation under separate define now
                   3652: 
                   3653:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   3654:          in $b should be string, not void
                   3655: 
                   3656:        * src/main/compile.y: - little fix for rem-cut optimisation
                   3657: 
                   3658:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   3659:          main/compile_tools.h, main/execute.C: - optimisations for
                   3660:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   3661: 
                   3662:        * INSTALL: - description of some #defined were added
                   3663: 
                   3664:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   3665:          before 1st access (memory usage is reduced if don't access to
                   3666:          .text field)
                   3667: 
                   3668:        * src/include/pa_array.h: - array grows step now not static (it
                   3669:          reduces numbers of reallocs)
                   3670: 
                   3671: 2009-05-20  misha
                   3672: 
                   3673:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   3674:          $.b(2), $c[d] and $.e[f] was added
                   3675: 
                   3676:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3677:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   3678:          $.e[f] was added
                   3679: 
                   3680:        * src/main/execute.C: - debug printing moved in defines
                   3681: 
                   3682:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   3683:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   3684:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   3685: 
                   3686: 2009-05-19  misha
                   3687: 
                   3688:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3689:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   3690: 
                   3691:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   3692:          ^a.$b optimisation)
                   3693: 
                   3694:        * src/main/compile.y: - compiler now generate new opcodes:
                   3695:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   3696:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   3697:          of params }
                   3698: 
                   3699:        * src/main/execute.C: - code for handle new opcodes
                   3700:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   3701: 
                   3702:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   3703:          added for LA2V and LA2S
                   3704: 
                   3705:        * src/include/pa_opcode.h: - new defines which can be used for
                   3706:          disable some bytecode optimisation and new opcodes were added
                   3707: 
                   3708: 2009-05-17  misha
                   3709: 
                   3710:        * src/lib/cord/cordxtra.c: - bugfix.
                   3711: 
                   3712:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   3713: 
                   3714:        * operators.txt: - info about regex class was added
                   3715: 
                   3716:        * tests/212.html: - tests for regex class were added
                   3717: 
                   3718: 2009-05-16  misha
                   3719: 
                   3720:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   3721:          gc7.1
                   3722: 
                   3723:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   3724:          was added
                   3725: 
                   3726:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   3727:          param) should work
                   3728: 
                   3729: 2009-05-15  misha
                   3730: 
                   3731:        * src/classes/table.C: - automatically disable stringstream usage
                   3732:          on freebsd4
                   3733: 
                   3734:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   3735:          scope
                   3736: 
                   3737:        * tests/211.html: - test with different types of access to hash was
                   3738:          added
                   3739: 
                   3740:        * tests/210.html: - test which checks for loosing tainting in
                   3741:          hash's keys was added
                   3742: 
                   3743:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   3744: 
                   3745:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   3746: 
                   3747:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   3748: 
                   3749:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   3750:          optimisations for increacing version number more dramatically :)
                   3751: 
                   3752:        * src/classes/date.C: - little refactoring: use constructor which
                   3753:          accepts formated string
                   3754: 
                   3755:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   3756:          which can print formatted string was added
                   3757: 
                   3758: 2009-05-14  misha
                   3759: 
                   3760:        * src/include/pa_string.h: - type was fixed
                   3761: 
                   3762:        * src/: classes/hashfile.C, classes/op.C,
                   3763:          include/pa_cache_managers.h, include/pa_charset.h,
                   3764:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   3765:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   3766:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   3767:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   3768:          main/pa_charsets.C, main/pa_string.C,
                   3769:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   3770:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3771:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   3772:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   3773:          (seaches should be faster now)
                   3774: 
                   3775:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   3776:          classes/string.C, classes/table.C, include/pa_string.h,
                   3777:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   3778:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   3779:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   3780:          types/pa_vrequest.C: - String constructors don't have that stupid
                   3781:          true/false param which means 'tainted'. they accept lang instead.
                   3782: 
                   3783:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   3784:          with OPTIMIZE_RESULT
                   3785: 
                   3786:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   3787:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   3788: 
                   3789: 2009-05-13  misha
                   3790: 
                   3791:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   3792:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   3793:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3794:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   3795:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   3796:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   3797:          include/pa_string.h, classes/date.C, classes/file.C,
                   3798:          classes/hash.C, classes/image.C, classes/string.C,
                   3799:          classes/table.C, classes/xdoc.C: - result optimisation -
                   3800:          helper_length parameter removed from string constructors
                   3801: 
                   3802: 2009-05-11  misha
                   3803: 
                   3804:        * tests/209.html: - tests for ^hash::create[hash] were added
                   3805: 
                   3806:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   3807:          ^memory:compact[] were added
                   3808: 
                   3809:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   3810:          log10 were added
                   3811: 
                   3812:        * tests/206.html: - test for try with finally was added
                   3813: 
                   3814: 2009-05-10  misha
                   3815: 
                   3816:        * tests/205.html: - test for ^file::create[...] was added
                   3817: 
                   3818:        * tests/204.html: - test for ^response:clear[] was added
                   3819: 
                   3820:        * tests/038.html: - tests for trigonometric functions were added
                   3821: 
                   3822:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   3823:          added - more tests for .add, .sub, .union, .intersects and
                   3824:          .intersections
                   3825: 
                   3826:        * tests/065.html: - test for ^file:dirname was added
                   3827: 
                   3828:        * tests/030.html: - test for $cookie:fields was added
                   3829: 
                   3830:        * tests/203.html: - test for ^h._keys[column name] was added
                   3831: 
                   3832:        * tests/201.html: - tests for .trim were added
                   3833: 
                   3834:        * tests/202.html: - tests for last-day,
                   3835:          date:calendar[type](YYYY;MM;DD) were added
                   3836: 
                   3837:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   3838:          .offset[type](N) were added
                   3839: 
                   3840:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   3841:          and .pos[c](N) were added
                   3842: 
                   3843:        * tests/141.html: - test for math:sha1 was added
                   3844: 
                   3845:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   3846: 
                   3847: 2009-05-09  misha
                   3848: 
                   3849:        * src/main/compile.y: - rollback
                   3850: 
                   3851: 2009-05-05  misha
                   3852: 
                   3853:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   3854:          replaced by is_empty()
                   3855: 
                   3856:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   3857:          optimisation: somewhere length() was replaced by is_empty()
                   3858: 
                   3859:        * src/classes/table.C: - little optimisation: somewhere length()
                   3860:          was replaced by is_empty()
                   3861: 
                   3862:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   3863:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   3864:          optimisation: somewhere length() was replaced by is_empty()
                   3865: 
                   3866: 2009-05-04  misha
                   3867: 
                   3868:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   3869:          types/pa_vstateless_class.h, main/execute.C,
                   3870:          include/pa_request.h, classes/hash.C, classes/op.C,
                   3871:          classes/table.C: - more optimisations were added: some operators
                   3872:          don't switch write context anylonger
                   3873: 
                   3874: 2009-05-01  misha
                   3875: 
                   3876:        * src/main/compile.y: - slightly more opcode optimisations for
                   3877:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   3878: 
                   3879:        * src/main/execute.C: - simplifying process for getters
                   3880: 
                   3881: 2009-04-30  misha
                   3882: 
                   3883:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   3884: 
                   3885:        * tests/results/199.processed: - test for checking $result into
                   3886:          ^rem was added
                   3887: 
                   3888:        * tests/199.html: - test for checking $result into ^rem was added
                   3889: 
                   3890:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   3891:          some OS it returns list in different order)
                   3892: 
                   3893:        * src/: include/pa_array.h, include/pa_request.h,
                   3894:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   3895:          changes in stack impl - get_element() optimisation: 3rd param
                   3896:          removed - bugfix: problems with reading empty input param -
                   3897:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   3898: 
                   3899:        * tests/results/198.processed: - test for reading empty local var
                   3900:          was added
                   3901: 
                   3902:        * tests/198.html: - test for reading empty local var was added
                   3903: 
                   3904: 2009-04-29  misha
                   3905: 
                   3906:        * src/main/compile.y: - bugfix: couldn't compile because
                   3907:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   3908: 
                   3909:        * src/: include/pa_array.h, include/pa_opcode.h,
                   3910:          include/pa_request.h, main/compile.y, main/execute.C,
                   3911:          main/pa_request.C, types/pa_vmethod_frame.C,
                   3912:          types/pa_vmethod_frame.h: - we can work without opcode
                   3913:          OP_STORE_PARAM, so it was removed
                   3914: 
                   3915: 2009-04-28  misha
                   3916: 
                   3917:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   3918:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   3919:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   3920:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   3921:          4.
                   3922:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   3923: 
                   3924:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   3925: 
                   3926:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   3927:          is_empty()
                   3928: 
                   3929: 2009-04-27  misha
                   3930: 
                   3931:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   3932: 
                   3933: 2009-04-24  misha
                   3934: 
                   3935:        * src/classes/string.C: - ups. typo fixed
                   3936: 
                   3937:        * src/main/execute.C: - more replacements '*new VBool' to
                   3938:          'VBool::get' - checks for ^break[], ^continue[] and
                   3939:          parser.interrupted were optimised
                   3940: 
                   3941:        * src/classes/string.C: - number of params.count() calls was
                   3942:          slightly reduced
                   3943: 
                   3944: 2009-04-23  misha
                   3945: 
                   3946:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   3947:          make it x64 friendly
                   3948: 
                   3949:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   3950:          parser is x64 friendly now
                   3951: 
                   3952: 2009-04-22  misha
                   3953: 
                   3954:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   3955:          exceeding record size was added
                   3956: 
                   3957:        * src/classes/file.C: - use vregex object instead of direct calls
                   3958:          methods from pcre lib
                   3959: 
                   3960:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   3961:          classes/string.C: - use vregex object instead of direct calls
                   3962:          methods from pcre lib
                   3963: 
                   3964:        * src/: include/pa_common.h, main/pa_common.C: - method
                   3965:          print_pcre_exec_error_text was moved to class vregex
                   3966: 
                   3967:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   3968:          was added
                   3969: 
                   3970:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   3971:          - class vregex was added
                   3972: 
                   3973: 2009-04-21  misha
                   3974: 
                   3975:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   3976: 
                   3977:        * src/: types/pa_junction.h, types/pa_value.C,
                   3978:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   3979:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   3980:          junction-optimisation (destructors)
                   3981: 
                   3982:        * src/include/pa_array.h: - free under if now
                   3983: 
                   3984: 2009-04-19  misha
                   3985: 
                   3986:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   3987: 
                   3988: 2009-04-18  misha
                   3989: 
                   3990:        * src/include/pa_version.h:
                   3991:          :q :
                   3992: 
                   3993:          CV:
                   3994:          ----------------------------------------------------------------------
                   3995: 
                   3996:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   3997:          refactoring
                   3998: 
                   3999:        * src/: include/pa_array.h, include/pa_hash.h,
                   4000:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   4001: 
                   4002:        * src/include/pa_memory.h: - define for using destructors was added
                   4003: 
                   4004:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   4005:          main/execute.C: - some junctions will be cached now
                   4006: 
                   4007:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   4008: 
                   4009:        * src/include/pa_array.h: - inline was added to destructor
                   4010: 
                   4011:        * src/types/pa_method.h: - comment was changed
                   4012: 
                   4013: 2009-04-17  misha
                   4014: 
                   4015:        * src/: include/pa_array.h, include/pa_hash.h,
                   4016:          types/pa_vmethod_frame.h: - destructors were added
                   4017: 
                   4018:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   4019:          renamed to always_use_result
                   4020: 
                   4021:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   4022:          compiler: full backward compatibility is better
                   4023: 
                   4024:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   4025:          result in var's hash
                   4026: 
                   4027:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   4028:          optimisation in method_frame
                   4029: 
                   4030:        * src/include/pa_array.h: - optimisation in array (allocate
                   4031:          elements only when needed)
                   4032: 
                   4033:        * src/types/pa_vresponse.C: - check for $response:headers field
                   4034:          before looking at custom fields
                   4035: 
                   4036:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   4037:          not needed to check existance var with name 'result' in var's
                   4038:          hash
                   4039: 
                   4040:        * src/main/compile.y: - compiler was changed: now it detects
                   4041:          writings to $result and set flag writo_to_result in method
                   4042: 
                   4043:        * src/classes/string.C: - little optimisation: no needed to write
                   4044:          number with lang
                   4045: 
                   4046:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   4047:          used for read utf8-strings were renamed - is_escaped was renamed
                   4048:          to isEscaped (to the same name convention)
                   4049: 
                   4050:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   4051:          write_to_result added. compiler get this info from code.
                   4052: 
                   4053: 2009-04-16  misha
                   4054: 
                   4055:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   4056:          String only before 1st write
                   4057: 
                   4058:        * src/include/pa_string.h: - not needed template removed
                   4059: 
                   4060:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   4061:          types/pa_vjunction.C, types/pa_vproperty.C,
                   4062:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   4063:          main/pa_request.C, classes/bool.C, classes/double.C,
                   4064:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   4065:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   4066:          bool objects)
                   4067: 
                   4068: 2009-04-15  misha
                   4069: 
                   4070:        * src/lib/cord/cordxtra.c: - more optimisation
                   4071: 
                   4072:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   4073:          optimisation
                   4074: 
                   4075:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   4076:          then get and can sometime be used)
                   4077: 
                   4078:        * src/main/pa_string.C: - String::length optimisation
                   4079: 
                   4080:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   4081:          these methods read different strings
                   4082: 
                   4083:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   4084:          fresult_initial_void removed + some optimisation - if $result
                   4085:          defined we don't write to context anymore
                   4086: 
                   4087:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   4088:          need just skip char)
                   4089: 
                   4090:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4091:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   4092:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   4093: 
                   4094:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   4095:          instance
                   4096: 
                   4097: 2009-04-11  misha
                   4098: 
                   4099:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   4100: 
                   4101:        * tests/197.html: - test for parser://test in xml was added
                   4102: 
                   4103:        * src/classes/string.C: - small optimisation
                   4104: 
                   4105:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   4106:          optimisation
                   4107: 
                   4108: 2009-04-10  misha
                   4109: 
                   4110:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   4111:          to pcre-7.8
                   4112: 
                   4113:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   4114: 
                   4115:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   4116:          added
                   4117: 
                   4118:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   4119:          $request:CLASS_NAME were added
                   4120: 
                   4121:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   4122:          were added
                   4123: 
                   4124:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   4125:          $env:CLASS_NAME were added
                   4126: 
                   4127:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   4128:          '@todo' now
                   4129: 
                   4130:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   4131:          compirer
                   4132: 
                   4133:        * src/main/pa_string.C: - little code cleanup
                   4134: 
                   4135:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   4136:          during PCRE compile/execute
                   4137: 
                   4138:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   4139:          normalizing todo-comments: '@todo' now
                   4140: 
                   4141:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   4142: 
                   4143:        * src/main/pa_charset.C: - type changed for making compiler happy
                   4144: 
                   4145: 2009-03-10  misha
                   4146: 
                   4147:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   4148:          in main()
                   4149: 
                   4150: 2009-02-01  misha
                   4151: 
                   4152:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   4153:          boundary
                   4154: 
                   4155: 2009-01-25  misha
                   4156: 
                   4157:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   4158: 
                   4159:        * src/classes/file.C: - more changes for parsing different number
                   4160:          of params for file::load
                   4161: 
                   4162:        * tests/193.html: - tests for exception while base64-decode binary
                   4163:          to string was added
                   4164: 
                   4165:        * tests/192.html: - tests for file::load with different number of
                   4166:          options
                   4167: 
                   4168:        * src/classes/math.C: - ups. forgot '+1'
                   4169: 
                   4170:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   4171:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   4172:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   4173:          (new option $.encode[multipart-form/data] should be specified) -
                   4174:          $.method[] option for file::load now is not case-sensitive
                   4175: 
                   4176:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   4177:          new taint language L_FILE_POST was added
                   4178: 
                   4179:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   4180:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   4181:          stuff was moved to separate files
                   4182: 
                   4183: 2009-01-23  misha
                   4184: 
                   4185:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   4186:          spaces to tabs were converted
                   4187: 
                   4188: 2009-01-12  misha
                   4189: 
                   4190:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   4191:          now
                   4192: 
                   4193:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   4194:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   4195:          their names
                   4196: 
                   4197:        * src/main/pa_common.C: - changes in formating
                   4198: 
1.89      moko     4199:        * src/: classes/file.C, main/pa_http.C: - some constants changed
1.86      moko     4200:          their names
                   4201: 
                   4202:        * src/include/pa_http.h: - some spaces were converted to tabs
                   4203: 
                   4204:        * src/include/pa_common.h: - some constants changed their names
                   4205: 
                   4206:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   4207:          little code rewriting
                   4208: 
                   4209:        * src/types/pa_vfile.C: - little code rewriting
                   4210: 
                   4211:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   4212:          types/pa_value.h: - some formating changes
                   4213: 
                   4214:        * src/include/pa_common.h: - some formating spaces transformed to
                   4215:          tabs
                   4216: 
                   4217:        * src/classes/string.C: - exception while base64-decode binary to a
                   4218:          string
                   4219: 
                   4220: 2009-01-11  misha
                   4221: 
                   4222:        * configure.in: - version changed to 3.3.1b
                   4223: 
                   4224: 2008-09-05  misha
                   4225: 
                   4226:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   4227:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   4228: 
                   4229: 2008-09-04  misha
                   4230: 
                   4231:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   4232:          anymore
                   4233: 
                   4234:        * src/classes/op.C: - exception with 'invalid taint language' not
                   4235:          typeless anylonger
                   4236: 
                   4237:        * src/classes/image.C: - some exceptions while operations with
                   4238:          image not typeless anymore
                   4239: 
                   4240:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   4241:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   4242:          operations with files not typeless anymore
                   4243: 
                   4244:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   4245:          types/pa_vdate.h: - exceptions while checking date range not
                   4246:          typeless anymore
                   4247: 
                   4248:        * src/include/pa_exception.h: - exception type string for invalid
                   4249:          date range was added
                   4250: 
                   4251: 2008-09-03  misha
                   4252: 
                   4253:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   4254:          operations not typeless anymore
                   4255: 
                   4256:        * src/include/pa_exception.h: - exception type for pce operations
                   4257:          was added
                   4258: 
                   4259:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   4260:          and .CLASS_NAME insite classes
                   4261: 
                   4262:        * src/classes/table.C: - don't save table header whiile
                   4263:          ^table.save[append;filename] if file exists
                   4264: 
                   4265: 2008-09-02  misha
                   4266: 
                   4267:        * src/main/compile.y, src/main/compile_tools.h,
                   4268:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   4269:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   4270:          renamed to partial and it login changed: we must mark class as
                   4271:          partial for allow their modifications in future.
                   4272: 
                   4273: 2008-08-29  misha
                   4274: 
                   4275:        * tests/results/022.processed: - testing taint[regex] in mask for
                   4276:          file:list
                   4277: 
                   4278:        * tests/022.html: - testing taint[regex] in mask for file:list
                   4279: 
                   4280:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   4281:          for file:list was added
                   4282: 
                   4283:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   4284:          file:list
                   4285: 
                   4286: 2008-08-26  misha
                   4287: 
                   4288:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   4289:          last derived object
                   4290: 
                   4291:        * src/classes/image.C: - many strings "image.format" replaced by
                   4292:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   4293:          understand some more exif tags
                   4294: 
                   4295:        * src/include/pa_exception.h: - string "image.format" was added
                   4296: 
                   4297: 2008-08-21  misha
                   4298: 
                   4299:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   4300:          pcre_exec text error
                   4301: 
                   4302:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   4303:          added
                   4304: 
                   4305:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   4306:          text error was added
                   4307: 
                   4308: 2008-08-19  misha
                   4309: 
                   4310:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   4311:          namespace while debug execution as well
                   4312: 
                   4313:        * tests/: 015.html, results/015.processed: - test for escaping some
                   4314:          parser chars was added
                   4315: 
                   4316: 2008-08-18  misha
                   4317: 
                   4318:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   4319:          $caller.self.field + default getter in one class was added
                   4320: 
                   4321:        * tests/: 189.html, results/189.processed: - test for
                   4322:          ^date::create[date object]
                   4323: 
                   4324:        * tests/: 188.html, results/188.processed: - tests for match with
                   4325:          UTF-8 strings
                   4326: 
                   4327:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   4328:          ^string.match[]
                   4329: 
                   4330:        * ChangeLog: - parser 3.3.0 beta13
                   4331: 
                   4332: 2008-08-15  misha
                   4333: 
                   4334:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   4335:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   4336:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   4337:          dftables.c: - old PCRE files removed
                   4338: 
                   4339:        * src/lib/pcre/config.h: - configuration for PCRE library
                   4340: 
1.89      moko     4341:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   4342:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
1.86      moko     4343: 
                   4344:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   4345:          library and set flag UTF8 if $request:charset is UTF-8
                   4346: 
                   4347:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   4348:          include/pa_config_fixed.h: - moved to new PCRE library
                   4349: 
                   4350:        * src/: main/main.vcproj, types/types.vcproj,
                   4351:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   4352:          win32\pcre instead of parser3\src\lib\pcre
                   4353: 
                   4354:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   4355:          main/compile.C, main/compile.y, main/compile_tools.C,
                   4356:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   4357:          opcodes were moved to separate namespace
                   4358: 
                   4359: 2008-08-14  misha
                   4360: 
                   4361:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   4362: 
                   4363:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   4364:          tainting
                   4365: 
                   4366: 2008-08-11  misha
                   4367: 
                   4368:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   4369:          $caller.self, $caller.self.field and $caller.self.field[value]
                   4370:          were added
                   4371: 
                   4372:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   4373:          runtime as well (for $caller.self)
                   4374: 
                   4375: 2008-07-25  misha
                   4376: 
                   4377:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   4378:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   4379:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   4380:          tests with international characters
                   4381: 
                   4382: 2008-07-23  misha
                   4383: 
                   4384:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   4385:          file::load[...;http://
                   4386: 
                   4387:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   4388:          now everywhere in separate namespace
                   4389: 
                   4390:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   4391:          for vars
                   4392: 
                   4393:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   4394:          can be escaped by '^'
                   4395: 
                   4396: 2008-07-22  misha
                   4397: 
                   4398:        * src/classes/string.C, tests/186.html: - names changes:
                   4399:          escape=>js-escape, unescape=>js-unescape
                   4400: 
                   4401: 2008-07-21  misha
                   4402: 
                   4403:        * tests/results/186.processed: - test for string escape/unescape
                   4404: 
                   4405:        * tests/186.html: - test for string escape/unescape
                   4406: 
                   4407:        * src/classes/string.C: - string has escape and unescape methods
                   4408:          now
                   4409: 
                   4410:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   4411:          added
                   4412: 
                   4413:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   4414:          method-layers added (with different params)
                   4415: 
                   4416: 2008-07-18  misha
                   4417: 
                   4418:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   4419:          was added
                   4420: 
                   4421:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   4422: 
                   4423:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   4424:          ^string.pos[substr](offset) -- 2nd param accepted now
                   4425: 
                   4426:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   4427:          strings
                   4428: 
                   4429: 2008-07-17  misha
                   4430: 
                   4431:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   4432:          helper length added for mid for small optimisation
                   4433: 
                   4434: 2008-07-16  misha
                   4435: 
                   4436:        * tests/: 185.html, results/185.processed: - tests for
                   4437:          length/left/right/mid/pos with utf-8 strings
                   4438: 
                   4439:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   4440:          utf-8 strings
                   4441: 
                   4442:        * src/main/untaint.C: - comments removed
                   4443: 
                   4444:        * src/: include/pa_string.h, main/pa_string.C,
                   4445:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   4446:          with pos/mid for strings in utf-8 were added
                   4447: 
                   4448: 2008-07-15  misha
                   4449: 
                   4450:        * tests/: 184.html, results/184.processed: - test for case body as
                   4451:          expression: $var(^switch(1){^case(1)(true)..})
                   4452: 
                   4453:        * src/classes/op.C: - case body can be expression now:
                   4454:          $var(^switch(1){^case(1)(true)..})
                   4455: 
                   4456:        * tests/: results/183.processed, 183.html: - added test for testing
                   4457:          new cookie encoding (%uXXXX)
                   4458: 
                   4459:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   4460:          decoding for backward compatibility they decoded from %XX in
                   4461:          request:charset too
                   4462: 
                   4463:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   4464:          - cookie class now decode cookies before first access after last
                   4465:          request:charset changing (as form class).
                   4466: 
                   4467:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   4468:          as %uXXXX - before transcode calculate required space for dest
                   4469:          string. it reduce mem usage for transcode
                   4470: 
                   4471:        * src/include/pa_charset.h: - added method escape for escaping
                   4472:          cookies as %uXXXX
                   4473: 
                   4474:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   4475:          was added. will used for escaping cookies as %uXXXX
                   4476: 
                   4477:        * src/include/pa_common.h: - escape method has new option for skip
                   4478:          converting '+' to a space char
                   4479: 
                   4480:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   4481:          transcode - escape method has new option for skip converting '+'
                   4482:          to a space char
                   4483: 
                   4484: 2008-07-08  misha
                   4485: 
                   4486:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   4487:          (no UE if more then 1 case matches anylonger) - optimization:
                   4488:          doing searching.as_string() || searching.as_double() only once
                   4489: 
                   4490: 2008-07-04  misha
                   4491: 
                   4492:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   4493:          now ^date::create[date object] works
                   4494: 
                   4495:        * src/classes/string.C: - left and right added as aliases for start
                   4496:          and end in ^string.trim[]
                   4497: 
                   4498: 2008-07-03  misha
                   4499: 
                   4500:        * src/classes/file.C: - allow $.limit for file::sql as well
                   4501: 
                   4502:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   4503:          send limit=1 to query for use sql specifics authomatically
                   4504: 
                   4505:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   4506:          if $.limit value if empty. autoconvert it as everywere
                   4507: 
                   4508: 2008-07-02  misha
                   4509: 
                   4510:        * configure.in: - time to change version number to 3.3.0 %-)
                   4511: 
                   4512:        * src/include/pa_version.h: - time to change version number to
                   4513:          3.3.0 %-)
                   4514: 
                   4515: 2008-06-26  misha
                   4516: 
                   4517:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   4518:          $.limit(0) fixes
                   4519: 
                   4520:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   4521:          - $.limit(0) fixes
                   4522: 
                   4523:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   4524:          new API)
                   4525: 
                   4526:        * src/: include/pa_sql_driver_manager.h,
                   4527:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   4528:          classes/op.C: - document_root added
                   4529: 
                   4530:        * src/main/compile.tab.C: - error message was changed
                   4531: 
                   4532: 2008-06-25  misha
                   4533: 
                   4534:        * src/main/compile.y: - error message was changed
                   4535: 
                   4536: 2008-06-24  misha
                   4537: 
                   4538:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   4539: 
                   4540:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   4541:          tests for @OPTIONS\nappend
                   4542: 
                   4543:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   4544: 
                   4545:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   4546: 
                   4547:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   4548: 
                   4549:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   4550:          compile.y
                   4551: 
                   4552: 2008-06-17  misha
                   4553: 
                   4554:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   4555:          compilation: ^if(default){true. it's incorrect. must be
                   4556:          exception}
                   4557: 
                   4558: 2008-06-16  misha
                   4559: 
                   4560:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   4561:          checking external reference loading with 'http://localhost'
                   4562:          prefix while creating xdoc
                   4563: 
                   4564:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   4565:          ^math:long2ip[] and ^math:ip2long[]
                   4566: 
                   4567:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   4568:          added which use scalar stateless class method when user object
                   4569:          used in scalar context - use get_scalar_value when user object
                   4570:          requested in scalar context
                   4571: 
                   4572:        * src/main/pa_common.C: - size must be int but not size_t or we
                   4573:          can't compare with 0 sprintf result
                   4574: 
                   4575:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4576:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   4577:          with internal switch between local/global vars
                   4578: 
                   4579:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   4580:          specified
                   4581: 
                   4582:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   4583:          pa_vstateless_object.h: - stateless class and object now has
                   4584:          private scalar field and getter/setter for working with it
                   4585: 
                   4586:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   4587:          moved to inet static class
                   4588: 
                   4589:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   4590:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   4591: 
                   4592:        * tests/: 180.html, results/180.processed: - tests for
                   4593:          ^math:long2ip(long) and ^math:ip2long[IP]
                   4594: 
                   4595:        * src/classes/math.C: - ^math:ip2long[IP] added
                   4596: 
                   4597: 2008-06-11  misha
                   4598: 
                   4599:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   4600:          need cut BOM code and remove DOS newline chars. but don't
                   4601:          transcode it anyway.
                   4602: 
                   4603:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   4604:          main/pa_http.C: - option for disable transcoding while file_read
                   4605:          and file_read_text added
                   4606: 
                   4607: 2008-06-10  misha
                   4608: 
                   4609:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   4610:          classes in 1 file
                   4611: 
                   4612:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   4613:          classes now.
                   4614: 
                   4615:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   4616:          classes now. internals.
                   4617: 
                   4618:        * src/main/pa_request.C: - compile return list of classes now. try
                   4619:          call @conf and @auto for each returned class
                   4620: 
                   4621:        * src/include/pa_request.h: - compile return list of classes now
                   4622: 
                   4623:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   4624:          return list of classes when compile buf)
                   4625: 
                   4626: 2008-06-07  misha
                   4627: 
                   4628:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   4629:          param -- form
                   4630: 
                   4631:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   4632:          3rd param: form. needed for get post_charset
                   4633: 
                   4634:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   4635:          added
                   4636: 
                   4637:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   4638:          types/pa_vform.C, types/pa_vform.h: - some polish
                   4639: 
                   4640: 2008-06-06  misha
                   4641: 
                   4642:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   4643:          charset and decode chars from it but not from response:charset
                   4644: 
                   4645:        * src/main/pa_http.C: - detect_charset moved out of here
                   4646: 
                   4647:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   4648:          methods moved here - unescape_chars accepn one charset now
                   4649: 
                   4650:        * src/main/pa_http.C: - new constants used - don't allow
                   4651:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   4652:          charset info while ^file::load[;http://;$.method[POST]] - option
                   4653:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   4654:          disabling charset during post
                   4655: 
                   4656:        * src/types/pa_vform.C: - new constants used
                   4657: 
                   4658:        * src/include/pa_common.h: - some constants were added
                   4659: 
                   4660:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   4661:          instead of StrEqNc
                   4662: 
                   4663:        * src/main/pa_common.C: - new method for caseless search
                   4664:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   4665: 
                   4666:        * src/include/pa_common.h: - new method for caseless search
                   4667:          c-substring in c-string
                   4668: 
                   4669: 2008-06-05  misha
                   4670: 
                   4671:        * tests/results/178.processed: - test for testing default getter
                   4672: 
                   4673:        * tests/178.html: - test for testing default getter
                   4674: 
                   4675:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   4676:          for test for testing default getter
                   4677: 
                   4678:        * src/main/execute.C: - default getter soul
                   4679: 
                   4680:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   4681:          requested objects' field not found
                   4682: 
                   4683:        * src/types/pa_vclass.C: - register default getter if defined - get
                   4684:          default getter if requested field not found
                   4685: 
                   4686:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   4687:          added
                   4688: 
                   4689:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   4690:          pointer to default getter and methods for get/set it were added
                   4691: 
                   4692:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   4693:          auto_name field (for default getter)
                   4694: 
                   4695: 2008-06-04  misha
                   4696: 
                   4697:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   4698:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   4699:          it to libxml "as is"
                   4700: 
                   4701: 2008-06-03  misha
                   4702: 
                   4703:        * src/main/pa_common.C: - use store_Char instead of
                   4704:          transcodeCharFromUTF8
                   4705: 
                   4706:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   4707:          store_Char added, transcodeCharFromUTF8 -- removed
                   4708: 
                   4709: 2008-06-02  misha
                   4710: 
                   4711:        * tests/: results/177.processed, 177.html: - test for checking
                   4712:          .[acm]date after local ^file::load[] was added
                   4713: 
                   4714:        * tests/: results/176.processed, 176.html: - test for checking
                   4715:          @OPTION\locals + @method[vars][locals] added
                   4716: 
                   4717:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   4718: 
                   4719: 2008-05-30  misha
                   4720: 
                   4721:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   4722:          @OPTION\nlocals + @method[vars][;locals;] were added
                   4723: 
                   4724:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   4725:          moved to separate method op_code - switch from VMethodFrame to
                   4726:          VMethodFrameGlobal + VMethodFrameLocal
                   4727: 
                   4728:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   4729:          was moved to separate method op_code
                   4730: 
                   4731:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   4732:          VMethodFrame now
                   4733: 
                   4734:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   4735:          all_vars_local as well
                   4736: 
                   4737:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   4738:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   4739:          VMethodFrame were added: one (global) works as VMethodFrame
                   4740:          before and second (local) write all vars in self vars scope
                   4741: 
                   4742:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   4743: 
                   4744: 2008-05-29  misha
                   4745: 
                   4746:        * tests/: 129.html, results/129.processed: - more tests for
                   4747:          ^table.hash[]
                   4748: 
                   4749:        * src/classes/hash.C: - ^hash::sql has a new option:
                   4750:          $.type[hash|string|table] as ^table.hash[] one.
                   4751: 
                   4752:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   4753:          executed anyway after try or catch section
                   4754: 
                   4755: 2008-05-27  misha
                   4756: 
                   4757:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   4758:          must not fail if $.distinct(1) wasn't specified
                   4759: 
                   4760: 2008-05-26  misha
                   4761: 
                   4762:        * src/classes/op.C: - allow ^throw[my type]
                   4763: 
                   4764: 2008-05-22  misha
                   4765: 
                   4766:        * configure.in, configure: - version number updated to 3.2.4b
                   4767: 
                   4768:        * src/classes/: op.C, string.C: - trim format string before
                   4769:          eval/format
                   4770: 
                   4771:        * tests/: results/175.processed, 175.html: - more tests for
                   4772:          different format strings in .format[]
                   4773: 
                   4774:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   4775:          as well (not only %XX)
                   4776: 
                   4777:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   4778:          charset specified - checks for format before print number
                   4779:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   4780:          (instead of tabs) removed
                   4781: 
                   4782:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   4783:          charset specified
                   4784: 
                   4785:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   4786:          char in requested charset from utf code was added
                   4787: 
                   4788: 2008-05-19  misha
                   4789: 
                   4790:        * tests/: 174.html, results/174.processed: - test for
                   4791:          ^hashfile.cleanup[] added
                   4792: 
                   4793:        * src/classes/hashfile.C: - optimization: don't create any key or
                   4794:          value variable if it's name weren't specified
                   4795:          (^hf.foreach[;v]{...})
                   4796: 
                   4797: 2008-05-16  misha
                   4798: 
                   4799:        * src/classes/hash.C: - optimization: don't create any key variable
                   4800:          if variable name wasn't specified (^h.foreach[;v]{...})
                   4801: 
                   4802: 2008-05-15  misha
                   4803: 
                   4804:        * src/classes/op.C: - small changes
                   4805: 
                   4806:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   4807: 
                   4808:        * src/classes/hash.C: - calculate var_context once before foreach
                   4809: 
                   4810: 2008-05-14  misha
                   4811: 
                   4812:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   4813:          ^hashfile.foreach[;]{} fixed
                   4814: 
                   4815:        * src/classes/: hash.C, table.C: - little optimisation
                   4816: 
                   4817:        * src/classes/file.C: - bugfix: double absolute path while loading
                   4818:          file
                   4819: 
                   4820:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   4821:          were added
                   4822: 
                   4823:        * buildall-with-xml: - moving to libxslt 1.1.24
                   4824: 
                   4825: 2008-04-30  misha
                   4826: 
                   4827:        * src/classes/file.C: - stat file while loading (local only) so
                   4828:          .adate, .mdate and .cdate available without additional ::stat
                   4829: 
                   4830: 2008-04-28  misha
                   4831: 
                   4832:        * src/classes/file.C: - $.name and $.content-type available for
                   4833:          stated file
                   4834: 
                   4835: 2008-04-14  misha
                   4836: 
                   4837:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   4838: 
                   4839:        * src/include/pa_version.h: - new version number in head
                   4840: 
                   4841: 2008-04-10  misha
                   4842: 
                   4843:        * tests/: 080.html, results/080.processed: - cut '0' from
                   4844:          exponential part because of on diff OS it differ (20 or 020 for
                   4845:          ex)
                   4846: 
                   4847:        * tests/: 119.html, results/119.processed: - check for encoding
                   4848:          while creating xdoc
                   4849: 
                   4850: 2008-04-09  misha
                   4851: 
                   4852:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   4853: 
                   4854:        * src/main/pa_common.C: - comment added
                   4855: 
                   4856:        * src/classes/date.C: - little refactoring
                   4857: 
                   4858: 2008-04-07  misha
                   4859: 
                   4860:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   4861:          style of ^table.save[]: prepare one big string and sabe it at
                   4862:          once. it's safe on freebsd 4.x but use much more memory.
                   4863: 
                   4864:        * buildall-with-xml, buildall-without-xml: - option
                   4865:          --disable-stringstream added (under comment. use it on freebsd
                   4866:          4.x)
                   4867: 
                   4868: 2008-02-22  misha
                   4869: 
                   4870:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   4871:          specified together in file::load[;http] - get back transcoding
                   4872:          $.body[] in file::load[;http]
                   4873: 
                   4874: 2008-02-21  misha
                   4875: 
                   4876:        * src/classes/date.C: - ^date.gmt-string[] was added
                   4877: 
                   4878:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   4879:          moved to pa_common.h
                   4880: 
                   4881:        * src/include/pa_common.h: - method for output date in RFC 822
                   4882:          format moved here from pa_value.C
                   4883: 
                   4884:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   4885:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   4886: 
                   4887: 2008-02-20  misha
                   4888: 
                   4889:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   4890:          specified charset while ^file::load[...;http://...] (L_URI
                   4891:          instead of L_HTTP_HEADER) - $.cookies param available in
                   4892:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   4893:          response yet) (cookies not transcoded as common $cookies)
                   4894: 
                   4895: 2008-02-19  misha
                   4896: 
                   4897:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   4898:          $response:field values because in this case
                   4899:          $response:locateion[http://...] don't works.
                   4900: 
                   4901: 2008-02-15  misha
                   4902: 
                   4903:        * src/classes/op.C: - little refactoring
                   4904: 
                   4905:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   4906: 
                   4907:        * src/main/pa_request.C: - force taint values of $response:field
                   4908: 
                   4909: 2008-02-14  misha
                   4910: 
                   4911:        * src/main/pa_request.C: - $response:field transcoded to
                   4912:          $response:charset before escaping now
                   4913: 
                   4914:        * src/main/pa_http.C: - some outdated comments removed
                   4915: 
                   4916:        * src/classes/date.C: - lastdat -> last-day
                   4917: 
                   4918:        * src/classes/date.C: - ^date:lastday(year;month) and
                   4919:          ^date.lastday[] were added - little code refactoring - comments
                   4920:          changes
                   4921: 
                   4922:        * tests/: 159.html, results/159.processed: - test for number of
                   4923:          days in February
                   4924: 
                   4925:        * src/types/pa_value.C: - fixes in code formatting
                   4926: 
                   4927:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   4928:          and comments
                   4929: 
                   4930: 2008-02-13  misha
                   4931: 
                   4932:        * src/main/pa_common.C: - bugfix for february at leap year
                   4933: 
                   4934: 2008-01-28  misha
                   4935: 
                   4936:        * tests/: 160.html, results/160.processed: - more test for cache
                   4937:          added
                   4938: 
                   4939:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   4940:          unhandled exception
                   4941: 
                   4942: 2008-01-25  misha
                   4943: 
                   4944:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   4945:          bug when hashfile became inavailable after memory:compact)
                   4946: 
1.88      moko     4947:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
1.86      moko     4948: 
                   4949: 2008-01-22  misha
                   4950: 
                   4951:        * src/classes/table.C: - little refactiring and exception texts
                   4952:          changes in method ^table.hash[]
                   4953: 
                   4954:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   4955: 
                   4956: 2008-01-21  misha
                   4957: 
                   4958:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   4959:          file::exec/cgi
                   4960: 
                   4961:        * src/classes/file.C: - bugfix: core while processing headers if
                   4962:          executed cgi script don't return content
                   4963: 
                   4964: 2008-01-18  misha
                   4965: 
                   4966:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   4967: 
                   4968:        * src/include/pa_version.h, configure.in: - version number updated
                   4969:          to '3.2.3b'
                   4970: 
                   4971: 2007-12-28  misha
                   4972: 
                   4973:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   4974:          hash.contains
                   4975: 
                   4976: 2007-12-27  misha
                   4977: 
                   4978:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   4979:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   4980:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   4981:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   4982:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   4983:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   4984:          src/targets/cgi/parser3.vcproj,
                   4985:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   4986:          back to VS2003 because of Apache 1.3 module can't work if it was
                   4987:          built in VS 2005.  with cgi all file so VS2003 project files can
                   4988:          be easy converted to the new format.
                   4989: 
                   4990: 2007-12-04  misha
                   4991: 
                   4992:        * src/types/pa_vcode_frame.h: - changes in comment
                   4993: 
                   4994: 2007-11-29  misha
                   4995: 
                   4996:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   4997:          intercept strings any longer
                   4998: 
                   4999:        * tests/: 173.html, results/173.processed: - tests for
                   5000:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   5001:          but not in main code frame
                   5002: 
                   5003:        * tests/: 172.html, results/172.processed: - more tests for pass
                   5004:          objects from code frames
                   5005: 
                   5006: 2007-11-27  misha
                   5007: 
                   5008:        * tests/: 152.html, results/152.processed: - tests for converting
                   5009:          strings 'true'/'false' to bool were added
                   5010: 
                   5011:        * tests/152.html: - added checks for converting strings
                   5012:          'true'/'false' to bool
                   5013: 
                   5014:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   5015:          not only strings with numbers but with values 'true'/'false' as
                   5016:          well
                   5017: 
1.89      moko     5018:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   5019:          for parser3.log increased
1.86      moko     5020: 
                   5021:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   5022: 
                   5023:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   5024: 
                   5025:        * src/include/pa_types.h: - constant with buffer size for
                   5026:          parser3.log added
                   5027: 
                   5028: 2007-11-16  misha
                   5029: 
                   5030:        * tests/cat.sh: - script for tests for file::exec/cgi
                   5031: 
                   5032:        * tests/171.html: - tests for file::exec/cgi
                   5033: 
                   5034:        * tests/results/171.processed: - tests results for file::exec/cgi
                   5035: 
                   5036: 2007-11-15  misha
                   5037: 
                   5038:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   5039: 
                   5040:        * src/classes/file.C: - .body must be set before analyzing cgi
                   5041:          headers
                   5042: 
                   5043:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   5044:          only if exec/cgi return anything.
                   5045: 
                   5046: 2007-11-14  misha
                   5047: 
                   5048:        * operators.txt: - info about new text|binary option for
                   5049:          file::exec/cgi was added
                   5050: 
                   5051:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   5052:          ^file:exec[[text|binary];script;...]
                   5053: 
                   5054:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   5055:          classes/string.C, classes/table.C: - more text strings moved to
                   5056:          the one place
                   5057: 
                   5058: 2007-11-09  misha
                   5059: 
                   5060:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   5061: 
                   5062:        * ChangeLog: - $request:argv [patch from Sumo]
                   5063: 
                   5064:        * operators.txt: - $request:argv
                   5065: 
                   5066:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   5067:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   5068: 
                   5069: 2007-10-25  misha
                   5070: 
                   5071:        * buildall-with-xml, buildall-without-xml: - options preparations
                   5072:          for ./configure rewrited
                   5073: 
                   5074:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   5075:          error occure in unhandled_exception finally fixed
                   5076: 
                   5077: 2007-10-23  misha
                   5078: 
                   5079:        * tests/: 170.html, results/170.processed: - test for
                   5080:          @method[][result]
                   5081: 
                   5082:        * operators.txt: - added info about node.prefix and
                   5083:          node.namespaceURI
                   5084: 
                   5085:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   5086: 
                   5087:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   5088:          added for node and attribute
                   5089: 
                   5090: 2007-10-22  misha
                   5091: 
                   5092:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   5093: 
                   5094:        * src/main/pa_request.C: - added const content-transfer-encoding
                   5095: 
                   5096:        * src/include/pa_request.h: - added const content-transfer-encoding
                   5097:          - ups. constants must be in lowercase (for search)
                   5098: 
                   5099:        * src/types/pa_vmail.C: - more constants used -
                   5100:          content-transfer-encoding: 8bit added
                   5101: 
                   5102:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   5103: 
                   5104:        * src/include/pa_request.h: - more constants
                   5105: 
                   5106:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   5107:          ommit anymore if $.content-disposition was specified - little
                   5108:          refactoring
                   5109: 
                   5110:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   5111: 
                   5112: 2007-10-17  misha
                   5113: 
                   5114:        * operators.txt: - info about
                   5115:          table::create[nameless]{data}[>options<] was added
                   5116: 
                   5117:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   5118:          compile method don't put this method in methods table anymore.
                   5119:          in other case the parser coredumped if @unhandled_exception
                   5120:          method can't be compiled because of parser.compile error.
                   5121: 
                   5122:        * src/main/execute.C: - little code reformating
                   5123: 
                   5124:        * src/main/pa_request.C: - little code reformating - comment
                   5125:          changed
                   5126: 
                   5127: 2007-10-16  misha
                   5128: 
                   5129:        * tests/: 035.html, results/035.processed: - tests
                   5130:          table::create[]{}[options] added
                   5131: 
                   5132:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   5133:          options (only $.seperator[] yet)
                   5134: 
                   5135: 2007-10-10  misha
                   5136: 
                   5137:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   5138:          some code changes
                   5139: 
                   5140: 2007-10-02  misha
                   5141: 
                   5142:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   5143:          then three time as much. but base64 encoding method still use
                   5144:          less memory anyway.
                   5145: 
                   5146: 2007-09-17  misha
                   5147: 
                   5148:        * operators.txt: - added info about $cookie:fields
                   5149: 
                   5150:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   5151: 
                   5152:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   5153:          common
                   5154: 
                   5155:        * src/include/pa_common.h: - some stuff for use with .for_each
                   5156:          moved here
                   5157: 
                   5158:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   5159: 
                   5160: 2007-09-14  misha
                   5161: 
                   5162:        * buildall-with-xml: - new xml libs again =)
                   5163: 
                   5164: 2007-08-28  misha
                   5165: 
                   5166:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   5167:          ^string.split[...][v][column name] were added
                   5168: 
                   5169:        * tests/: 168.html, 169.html, results/168.processed,
                   5170:          results/169.processed: - tests for ^table.columns[[column name]]
                   5171:          and ^string.split[...][v][column name] were added
                   5172: 
                   5173:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   5174:          was added
                   5175: 
                   5176:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   5177:          name]]
                   5178: 
                   5179:        * src/include/pa_exception.h: - error text message for
                   5180:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   5181: 
                   5182: 2007-08-27  misha
                   5183: 
                   5184:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   5185:          body ^taint[sql][something] outside of connect
                   5186: 
                   5187:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   5188:          outside of connect
                   5189: 
                   5190:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   5191:          added (commented by default)
                   5192: 
                   5193: 2007-08-20  misha
                   5194: 
                   5195:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   5196:          was added
                   5197: 
                   5198:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   5199:          duplicated exception text strings were removed
                   5200: 
                   5201:        * src/include/pa_exception.h: - more exception text strings moved
                   5202:          here
                   5203: 
                   5204:        * src/classes/table.C: - some duplicate exceptions' text strings
                   5205:          removed
                   5206: 
                   5207:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   5208:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   5209:          removed
                   5210: 
                   5211:        * src/include/pa_exception.h: - some exception text strings movet
                   5212:          to pa_exception
                   5213: 
                   5214:        * tests/: 149.html, results/149.processed: - test for
                   5215:          ^xnode.hasAttributes[] was added - some code changes
                   5216: 
                   5217:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   5218:          added
                   5219: 
                   5220: 2007-08-17  misha
                   5221: 
                   5222:        * tests/: results/006.processed, results/059.processed, 006.html,
                   5223:          059.html: - more tests for match
                   5224: 
                   5225:        * tests/: 129.html, results/129.processed: - tests for
                   5226:          ^table.hash[...][$.type[string|hash|table]] added
                   5227: 
                   5228:        * src/targets/cgi/parser3.C: - little syntax changes
                   5229: 
                   5230:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   5231:          syntax changes
                   5232: 
                   5233:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   5234:          messages in parser3.log switched off by default. If someone
                   5235:          really still need it: use $SIGPIPE(1)
                   5236: 
                   5237: 2007-08-08  misha
                   5238: 
                   5239:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   5240:          files by default since now
                   5241: 
                   5242: 2007-08-07  misha
                   5243: 
                   5244:        * buildall-without-xml: - some option syntax changes
                   5245: 
                   5246:        * buildall-with-xml: - compile libxml2 without http support - some
                   5247:          option syntax changes
                   5248: 
                   5249:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   5250: 
                   5251: 2007-08-06  misha
                   5252: 
                   5253:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   5254: 
                   5255:        * tests/: 160.html, results/160.processed: - cache test was
                   5256:          rewrited
                   5257: 
                   5258: 2007-07-06  misha
                   5259: 
                   5260:        * tests/: 153.html, results/153.processed: - added test for
                   5261:          ^math:sha1[string]
                   5262: 
                   5263:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   5264:          transcoded
                   5265: 
                   5266:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   5267:          were added
                   5268: 
                   5269: 2007-06-28  misha
                   5270: 
                   5271:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   5272:          some incorrect chars
                   5273: 
                   5274: 2007-06-19  misha
                   5275: 
                   5276:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   5277:          were moved on top because of gcc 4 had a problems during
                   5278:          building.
                   5279: 
                   5280: 2007-06-18  misha
                   5281: 
                   5282:        * tests/results/019.processed: - new image commited
                   5283: 
                   5284: 2007-06-09  misha
                   5285: 
                   5286:        * src/classes/: op.C, table.C: - in while and table.select method
                   5287:          as_expression used now
                   5288: 
                   5289:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   5290: 
                   5291: 2007-06-08  misha
                   5292: 
                   5293:        * tests/: 166.html, results/166.processed: - test for
                   5294:          ^match[...][n]
                   5295: 
                   5296:        * tests/: 165.html, results/165.processed: - tests for loops
                   5297: 
                   5298:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   5299:          because of no speed/memory optimisation but some proglems with
                   5300:          long cycles occure
                   5301: 
                   5302: 2007-06-06  misha
                   5303: 
                   5304:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   5305:          ^table.select(true) and ^table.select(1) didn't works because of
                   5306:          awaiting junction-param only. fixed.
                   5307: 
                   5308: 2007-05-24  misha
                   5309: 
                   5310:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   5311:          with 0.5 secs interval
                   5312: 
                   5313:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   5314:          locking system now on unix
                   5315: 
                   5316:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   5317:          system locks which wait till other threads release it but try get
                   5318:          lock, if fail wait 1 sec and make 10 attempts.
                   5319: 
                   5320:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   5321:          were added
                   5322: 
                   5323:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   5324:          opening files
                   5325: 
                   5326:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   5327:          after our classes on unix it can't be build
                   5328: 
                   5329:        * src/types/pa_vhashfile.C: - not needed code removed
                   5330: 
                   5331: 2007-05-23  misha
                   5332: 
                   5333:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   5334:          include/pa_common.h: - cosmetic changes
                   5335: 
                   5336: 2007-05-18  misha
                   5337: 
                   5338:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   5339:          often. it's give some speed increasing
                   5340: 
                   5341:        * tests/results/160.processed: - returned time corrected
                   5342: 
                   5343:        * tests/160.html: - time increased because on unix 1 mean nothing
                   5344:          :(
                   5345: 
                   5346:        * operators.txt: - added info about ^hash.contain[key]
                   5347: 
                   5348:        * src/classes/hash.C: - added ^hash.contain[key]
                   5349: 
                   5350:        * src/include/pa_hash.h: - added method for checking key exists in
                   5351:          hash
                   5352: 
                   5353: 2007-05-07  misha
                   5354: 
                   5355:        * src/include/pa_string.h: - was compilation error during build on
                   5356:          freebsd4
                   5357: 
                   5358: 2007-05-03  misha
                   5359: 
                   5360:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   5361:          for ^table.hash[]
                   5362: 
                   5363:        * src/classes/file.C: - comment removed
                   5364: 
                   5365: 2007-04-26  misha
                   5366: 
                   5367:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   5368:          real files doesn't opened in place anymore
                   5369: 
                   5370: 2007-04-24  misha
                   5371: 
                   5372:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   5373: 
                   5374:        * src/include/pa_exception.h: "static" removed
                   5375: 
                   5376: 2007-04-23  misha
                   5377: 
                   5378:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   5379: 
                   5380:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   5381:          ^math:log(N)) - ^math:lg(N)
                   5382: 
                   5383:        * tests/: 097.html, results/097.processed: - charsets converstion
                   5384:          during ^file::load[text;http://...] added
                   5385: 
                   5386:        * tests/: 164.html, results/164.processed: - check for set expires
                   5387:          as a date
                   5388: 
                   5389:        * tests/: 164.html, results/164.processed: - test for hashfile
                   5390: 
                   5391:        * src/classes/hashfile.C: - little comment changes
                   5392: 
                   5393:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   5394:          access
                   5395: 
                   5396:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   5397:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   5398:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   5399:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   5400:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   5401:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   5402:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   5403:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   5404:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   5405:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   5406:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   5407:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5408:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   5409:          "parser.runtime" strings were removed
                   5410: 
                   5411:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   5412:          now.
                   5413: 
                   5414:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   5415: 
                   5416:        * src/include/pa_exception.h: - string constant with
                   5417:          "parser.runtime" text was added
                   5418: 
                   5419: 2007-04-20  misha
                   5420: 
                   5421:        * operators.txt: - some comments changing
                   5422: 
                   5423:        * operators.txt: - added info about .^hashfile.release[],
                   5424:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   5425: 
                   5426:        * configure: =cheching for unsetenv
                   5427: 
                   5428:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   5429:          ^hashfile.release[] were added
                   5430: 
                   5431:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   5432:          ^string.match[][] understand new option now: return number of
                   5433:          matches but not table wit results
                   5434: 
                   5435:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   5436:          reopen now
                   5437: 
                   5438:        * src/classes/op.C: - bug. must be false
                   5439: 
                   5440:        * configure.in: - checking for unsetenv was added
                   5441: 
                   5442:        * src/types/pa_vform.C: - some comments
                   5443: 
                   5444: 2007-04-18  misha
                   5445: 
                   5446:        * buildall-with-xml: moving to libxml2-2.6.28
                   5447: 
                   5448:        * buildall-with-xml, buildall-without-xml: added commented lines
                   5449:          with --disable-safe-mode option
                   5450: 
                   5451:        * operators.txt: - info about $form:files
                   5452: 
                   5453: 2007-04-17  misha
                   5454: 
                   5455:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   5456:          $form:files was added
                   5457: 
                   5458:        * tests/: 163.html, results/163.processed: removing auto format
                   5459: 
                   5460:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   5461: 
                   5462: 2007-04-16  misha
                   5463: 
                   5464:        * tests/: 163.html, results/163.processed: - test for .int[],
                   5465:          floor, round, ceiling and .format[]
                   5466: 
                   5467:        * src/classes/file.C: - little optimization for getting args in
                   5468:          exec/cgi
                   5469: 
                   5470: 2007-04-13  misha
                   5471: 
                   5472:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   5473:          specified now as s table with one column
                   5474: 
                   5475: 2007-03-27  misha
                   5476: 
                   5477:        * tests/: 162.html, results/162.processed: - test for
                   5478:          ^table.select(^condition[$t])
                   5479: 
                   5480:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   5481: 
                   5482:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   5483: 
                   5484:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   5485:          161_windows1251.txt: - added test for
                   5486:          ^file::load[text;/local/file.txt;$.charset[...]]
                   5487: 
                   5488:        * tests/: results/013.processed, 013.html: - added test for
                   5489:          checking $._default value while hash modifications
                   5490: 
                   5491:        * tests/: 160.html, results/160.processed: - add test for
                   5492:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   5493: 
                   5494: 2007-03-22  misha
                   5495: 
                   5496:        * src/include/pa_common.h: - "charset" string defined for
                   5497:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   5498: 
                   5499:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   5500:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   5501:          added - not needed transcodes were removed from
                   5502:          ^file::load[...;http://...]
                   5503: 
                   5504:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   5505:          added
                   5506: 
                   5507:        * src/classes/date.C: - date.week was fixed
                   5508: 
                   5509:        * operators.txt: - added info about date.weekyear
                   5510: 
                   5511:        * tests/: 159.html, results/159.processed: - tests for date.week
                   5512:          and date.weekyear added
                   5513: 
                   5514: 2007-03-15  misha
                   5515: 
                   5516:        * src/classes/table.C: - enclose column numbers for nameless tables
                   5517:          as well
                   5518: 
                   5519: 2007-03-14  misha
                   5520: 
                   5521:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   5522: 
                   5523:        * src/classes/table.C: - table.save optimization: now required much
                   5524:          less memory
                   5525: 
                   5526: 2007-03-13  misha
                   5527: 
                   5528:        * tests/results/: 158.processed, 158.processes: - tests for
                   5529:          table.save/table.load
                   5530: 
                   5531:        * tests/: 158.html, results/158.processes: - tests for
                   5532:          table.save/table.load
                   5533: 
                   5534:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   5535: 
                   5536:        * buildall-with-xml: - pattern needed now for building
                   5537: 
                   5538:        * tests/results/097.processed: - added test results for xdoc::load
                   5539:          & xdoc::load[http://...]
                   5540: 
                   5541:        * tests/097.html: - added test for xdoc::load
                   5542: 
                   5543: 2007-03-12  misha
                   5544: 
                   5545:        * tests/: 107.html, results/107.processed: - added test for xpath
                   5546:          '//man'
                   5547: 
                   5548: 2007-03-01  misha
                   5549: 
                   5550:        * tests/: 097.html, results/097.processed: - added test for
                   5551:          creating xdoc from file
                   5552: 
                   5553:        * tests/: results/157.processed, 157.html: - added test for
                   5554:          file:move
                   5555: 
                   5556: 2007-02-28  misha
                   5557: 
                   5558:        * src/classes/xdoc.C: - another attempt
                   5559: 
                   5560:        * src/classes/xdoc.C: - roll back last changes for a while
                   5561: 
                   5562:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   5563: 
                   5564:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   5565: 
                   5566:        * tests/results/099.processed: - ever send content-disposition to
                   5567:          client with file
                   5568: 
                   5569:        * tests/157.html: + test for file:copy
                   5570: 
                   5571: 2007-02-26  misha
                   5572: 
                   5573:        * src/classes/file.C: - some similar strings moved to #define
                   5574:          instead of to be copy/pasted many times
                   5575: 
                   5576:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   5577:          #define
                   5578: 
                   5579: 2007-02-20  misha
                   5580: 
                   5581:        * bin/auto.p.dist.in: - added lines for sqlite
                   5582: 
                   5583:        * configure.in: - added some strings for sqlite detection
                   5584: 
                   5585: 2007-02-19  misha
                   5586: 
                   5587:        * operators.txt: - some comments changes
                   5588: 
                   5589:        * buildall-with-xml, buildall-without-xml: - some modifications
                   5590: 
                   5591: 2007-02-17  misha
                   5592: 
                   5593:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   5594: 
                   5595:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   5596:          change console behaviour
                   5597: 
                   5598: 2007-02-12  misha
                   5599: 
                   5600:        * src/targets/cgi/parser3.C: - don't print headers if
                   5601:          $console:line[data] was used during cgi execution.
                   5602: 
                   5603:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   5604:          marked as 'true' if class was used.
                   5605: 
                   5606:        * tests/: 152.html, results/152.processed: - more types was added
                   5607:          to test 152
                   5608: 
                   5609:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   5610:          adding 'bool' (^if($image){} caused exception)
                   5611: 
                   5612: 2007-02-09  misha
                   5613: 
                   5614:        * tests/: 152.html, results/152.processed: - test alightly updated
                   5615: 
                   5616:        * tests/: 152.html, results/152.processed: - test rewrited
                   5617: 
                   5618:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   5619:          bugfix. I broke xdoc & xnode in expression
                   5620: 
                   5621: 2007-02-08  misha
                   5622: 
                   5623:        * tests/: 152.html, results/152.processed: - add test for checking
                   5624:          'def' for void, string, bool, int & double
                   5625: 
                   5626: 2007-02-07  misha
                   5627: 
                   5628:        * operators.txt: - ^file:base64[filespec]  was added
                   5629: 
                   5630:        * tests/results/153.processed: - result test for
                   5631:          ^file:base64[filespec]  was updated
                   5632: 
                   5633:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   5634: 
                   5635:        * src/types/pa_vconsole.h: - little optimization
                   5636: 
                   5637:        * src/classes/file.C: - ^file:base64[filespec]
                   5638: 
                   5639:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   5640: 
                   5641:        * src/include/pa_common.h: - declarations for
                   5642:          ^file:base64[filespec]
                   5643: 
                   5644:        * src/types/pa_vcookie.C: - little optimization
                   5645: 
                   5646: 2007-02-06  misha
                   5647: 
                   5648:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   5649:          were temporary commented
                   5650: 
                   5651:        * src/types/pa_vbool.h: - bugfix
                   5652: 
                   5653:        * tests/156.html: - added test for bool cookie
                   5654: 
                   5655:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   5656: 
                   5657:        * tests/: 155.html, results/155.processed: - added test for check
                   5658:          $.encloser[] option for table save/load
                   5659: 
                   5660:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   5661: 
                   5662: 2007-02-05  misha
                   5663: 
                   5664:        * tests/results/152.processed: - newline at the end was missed
                   5665: 
                   5666:        * tests/results/141.processed: - math:md5 must be lowercased
                   5667: 
                   5668:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   5669: 
                   5670: 2007-02-03  misha
                   5671: 
                   5672:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   5673:          test for bool added and some content length fixes
                   5674: 
                   5675:        * tests/152.html: - test for bool added
                   5676: 
                   5677:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   5678: 
                   5679:        * operators.txt: - info bool class was added
                   5680: 
                   5681:        * src/: classes/Makefile.am, classes/bool.C,
                   5682:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   5683:          classes/string.C, classes/void.C, classes/xnode.C,
                   5684:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   5685:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   5686:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   5687:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5688:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   5689:          types/types.vcproj: - bool class was added
                   5690: 
                   5691:        * src/main/pa_request.C: - fix
                   5692: 
                   5693: 2007-01-18  misha
                   5694: 
                   5695:        * src/: main/pa_string.C, classes/string.C: - return table during
                   5696:          ^string.match[][] even if no matched found.
                   5697: 
                   5698: 2006-12-20  misha
                   5699: 
                   5700:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   5701:          http://www.parser.ru/forum/?id=55598 ]
                   5702: 
                   5703: 2006-12-19  misha
                   5704: 
                   5705:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   5706:          details: http://www.parser.ru/forum/?id=52359
                   5707: 
                   5708:        * src/main/pa_request.C: - always set content-disposition for
                   5709:          $response:body[hash here]. more details:
                   5710:          http://www.parser.ru/forum/?id=52130
                   5711: 
                   5712: 2006-12-07  misha
                   5713: 
                   5714:        * operators.txt: - added info about bool params in cookie set
                   5715: 
                   5716:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   5717:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   5718:          ]
                   5719: 
                   5720:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   5721:          was added
                   5722: 
                   5723: 2006-12-02  misha
                   5724: 
                   5725:        * src/classes/file.C: - file_block_read used instead of native read
                   5726: 
                   5727:        * src/main/pa_common.C: - added file_block_read with read error
                   5728:          detection - file_block_read used instead of native read
                   5729: 
                   5730:        * src/include/pa_common.h: - added file_block_read declaration
                   5731: 
                   5732: 2006-12-01  misha
                   5733: 
                   5734:        * operators.txt: - info about $var.CLASS_NAME was added
                   5735: 
                   5736:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   5737:          $var.CLASS_NAME added
                   5738: 
                   5739:        * operators.txt: - added info about ^file:copy[]
                   5740: 
                   5741:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   5742: 
                   5743: 2006-11-20  misha
                   5744: 
                   5745:        * src/classes/date.C: - bug fix :)
                   5746: 
                   5747: 2006-11-17  misha
                   5748: 
                   5749:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   5750:          to static
                   5751: 
                   5752:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   5753:          small changes in crc32 calculation
                   5754: 
                   5755:        * src/classes/date.C: - not needed code was removed
                   5756: 
                   5757: 2006-11-16  misha
                   5758: 
                   5759:        * src/types/pa_vmail.C: - fix missed brakes
                   5760: 
                   5761:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   5762:          multipart/related instead of multipart/mixed if file have
                   5763:          $.content-id[]
                   5764: 
                   5765: 2006-11-15  misha
                   5766: 
                   5767:        * src/types/pa_vdouble.h: abs -> fabs
                   5768: 
                   5769: 2006-11-14  misha
                   5770: 
                   5771:        * operators.txt: - added info about ^file.md5[] and
                   5772:          ^file:md5[file-name]
                   5773: 
                   5774:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   5775:          added
                   5776: 
                   5777:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   5778:          FILE_BUFFER_SIZE
                   5779: 
                   5780:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   5781: 
                   5782:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   5783:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   5784: 
                   5785:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   5786:          values was fixed
                   5787: 
                   5788: 2006-11-13  misha
                   5789: 
                   5790:        * operators.txt: - added info about ^math:crc32[string],
                   5791:          ^file:crc32[file-name] & ^file.crc32[]
                   5792: 
                   5793:        * src/classes/math.C: - added ^math:crc32[string]
                   5794: 
                   5795:        * src/classes/file.C: - some comments were changed - added
                   5796:          ^file:crc32[file-name] and ^file.crc32[]
                   5797: 
                   5798:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   5799:          crc32 calculation added
                   5800: 
                   5801: 2006-11-03  misha
                   5802: 
                   5803:        * src/include/pa_array.h: - not needed variable removed
                   5804: 
                   5805:        * tests/: 150.html, 151.html, results/150.processed,
                   5806:          results/151.processed: - 2 tests were added
                   5807: 
                   5808:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   5809:          with $.reverse(1) were fixed
                   5810: 
                   5811:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   5812:          query converted to $.charset during ^file::load[http://...]
                   5813: 
                   5814: 2006-11-02  misha
                   5815: 
                   5816:        * src/include/pa_table.h: ups. forget '=' char
                   5817: 
                   5818:        * src/include/pa_table.h: - one more fix in
                   5819:          .locate[...][$.reverse(1)]
                   5820: 
                   5821: 2006-11-01  misha
                   5822: 
                   5823:        * src/classes/math.C: - bug fix, details:
                   5824:          http://www.parser.ru/forum/?id=53360
                   5825: 
                   5826:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   5827:          false for all records )[$.reverse(1)]
                   5828: 
                   5829:        * src/main/pa_http.C: - second param for this mid method is length
                   5830:          but not end_index so this method has error and can't detect
                   5831:          charsets in next content-types: Content-type: text/html;
                   5832:          charset="windows-1251" Content-type: text/html;
                   5833:          charset="windows-1251"; Content-type: text/html;
                   5834:          charset=windows-1251;
                   5835: 
                   5836:          only Content-type: text/html; charset=windows-1251 was fine
                   5837: 
                   5838: 2006-10-31  misha
                   5839: 
                   5840:        * src/classes/file.C: - empty args in file::exec removed now
                   5841: 
                   5842: 2006-09-11  misha
                   5843: 
                   5844:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   5845:          replaced to table::create - some changes in text/code formatting
                   5846: 
                   5847: 2006-09-03  paf
                   5848: 
                   5849:        * src/classes/file.C: proper tainting of
                   5850:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   5851: 
                   5852: 2006-06-09  paf
                   5853: 
                   5854:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   5855: 
                   5856:        * src/classes/table.C: formatting
                   5857: 
                   5858:        * src/classes/table.C: incorporated patch from misha: Sent:
                   5859:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   5860:          ignoring string options for ^table.save[]
                   5861: 
                   5862:        * src/classes/hash.C: incorporated patch from misha Sent:
                   5863:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   5864:          $hash._default disappear while
                   5865: 
                   5866:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   5867:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   5868: 
                   5869:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   5870:          PM Subject: patch for base64 in ^mail:send[] %-)
                   5871: 
                   5872: 2006-04-09  paf
                   5873: 
                   5874:        * src/main/compile.tab.C: ` change compiled
                   5875: 
                   5876:        * gnu.vcproj, operators.txt, parser3.sln,
                   5877:          src/classes/classes.vcproj, src/classes/file.C,
                   5878:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   5879:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   5880:          src/classes/xnode.C, src/include/pa_array.h,
                   5881:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   5882:          src/include/pa_memory.h, src/include/pa_request.h,
                   5883:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   5884:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   5885:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   5886:          src/lib/pcre/pcre_dftables.vcproj,
                   5887:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   5888:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   5889:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   5890:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   5891:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   5892:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   5893:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
1.89      moko     5894:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
1.86      moko     5895:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   5896:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   5897:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   5898:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   5899:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   5900:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   5901:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   5902:          tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: +
                   5903:          ^break[] ^continue[], in ^for, ^while, ^menu,
                   5904:          ^hash/hashfile.foreach
                   5905: 
                   5906:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   5907:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   5908:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   5909:          src/classes/xnode.C, src/include/pa_array.h,
                   5910:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   5911:          src/include/pa_memory.h, src/include/pa_request.h,
                   5912:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   5913:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   5914:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   5915:          src/lib/pcre/pcre_dftables.vcproj,
                   5916:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   5917:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   5918:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   5919:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   5920:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   5921:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   5922:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
1.89      moko     5923:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
1.86      moko     5924:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   5925:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   5926:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   5927:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   5928:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   5929:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   5930:          tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: !
                   5931:          switched to VS2005 (projects and object<info explicitly
                   5932:          typed>.for_each(, info)) + $response:field[] setting void means
                   5933:          removing + grammar $name` name stops now, for mysql `$field` +
                   5934:          started ^break[] ^continue[], in ^for. TODO: to other iterators
                   5935:          (while, menu, foreach) + all log messages += [uri=, method=, cl=]
                   5936: 
                   5937:        * buildall-with-xml: merged . ftp paths update
                   5938: 
                   5939:        * buildall-with-xml: . ftp paths update
                   5940: 
                   5941: 2006-03-04  paf
                   5942: 
                   5943:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   5944:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   5945: 
                   5946:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   5947:          Igor Zinkovsky for detailed report]
                   5948: 
                   5949: 2006-03-01  paf
                   5950: 
                   5951:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   5952:          \n to ' ' in
                   5953: 
                   5954: 2006-02-18  paf
                   5955: 
                   5956:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   5957:          \n to ' ' in
                   5958: 
                   5959:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   5960: 
                   5961: 2006-02-03  paf
                   5962: 
                   5963:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   5964:          base64
                   5965: 
                   5966:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   5967: 
                   5968: 2006-01-20  paf
                   5969: 
                   5970:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   5971:          economy fix
                   5972: 
                   5973:        * src/classes/: table.C: merged from HEAD ! bugfix
                   5974:          ^table.save[$.encloser-s now handled properly
                   5975: 
                   5976:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   5977:          handled properly
                   5978: 
                   5979: 2006-01-19  paf
                   5980: 
                   5981:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   5982:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   5983:          helps a lot in our case: after transform we want
                   5984:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   5985: 
                   5986:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   5987:          economy fix
                   5988: 
                   5989:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   5990:          activates merging of free memory blocks which helps a lot in our
                   5991:          case: after transform we want CORD(main.result)->cstr[big
                   5992:          malloc]->transcode[big malloc]
                   5993: 
                   5994: 2006-01-17  paf
                   5995: 
                   5996:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   5997:          before reading them. got rid of reallocs = became quicker and
                   5998:          less fragmentated
                   5999: 
                   6000: 2005-12-29  paf
                   6001: 
                   6002:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   6003:          configure, configure.in, src/include/pa_version.h,
                   6004:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
                   6005:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   6006:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   6007:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   6008:          src/lib/ltdl/missing, www/htdocs/_bug.html: . merged from 3.2.1
                   6009: 
                   6010:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   6011:          packaged when 'make dist', so do configure companion files in
                   6012:          src/lib/ltdl
                   6013: 
                   6014:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   6015:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   6016:          missing: . now config_auto.h is created with configure [were
                   6017:          constant]
                   6018: 
                   6019:        * INSTALL: . references to documentation and some clarification
                   6020: 
                   6021:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   6022:          indication
                   6023: 
                   6024:        * Makefile.am: . dist+=buildall*
                   6025: 
                   6026: 2005-12-28  paf
                   6027: 
                   6028:        * configure: . 3.2.1
                   6029: 
                   6030:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   6031:          simplify build process, see INSTALL
                   6032: 
                   6033: 2005-12-26  paf
                   6034: 
                   6035:        * configure: ver
                   6036: 
                   6037:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   6038:          version
                   6039: 
                   6040: 2005-12-21  paf
                   6041: 
                   6042:        * src/main/compile.tab.C, src/main/main.vcproj,
                   6043:          www/htdocs/_bug.html: . win32: grammar is now compiled with bison
                   6044:          1.875b, it reports unexpected token names
                   6045: 
                   6046: 2005-12-19  paf
                   6047: 
                   6048:        * src/main/compile.tab.C, src/types/pa_vxnode.h,
                   6049:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: ! bugfix xnode now
                   6050:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   6051: 
                   6052:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   6053:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   6054:          src/main/main.vcproj, src/main/pa_globals.C,
                   6055:          src/targets/cgi/parser3.vcproj,
                   6056:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   6057:          configure, configure.in, src/include/pa_version.h: . killing
                   6058:          gdome [what a relief]
                   6059: 
                   6060:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   6061:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   6062:          run_parser.sh, results/001.processed, results/002.processed,
                   6063:          results/003.processed, results/004.processed,
                   6064:          results/005.processed, results/006.processed,
                   6065:          results/008.processed, results/009.processed,
                   6066:          results/010.processed, results/011.processed,
                   6067:          results/012.processed, results/013.processed,
                   6068:          results/014.processed, results/015.processed,
                   6069:          results/016.processed, results/017.processed,
                   6070:          results/018.processed, results/020.processed,
                   6071:          results/021.processed, results/022.processed,
                   6072:          results/023.processed, results/024.processed,
                   6073:          results/025.processed, results/026.processed,
                   6074:          results/027.processed, results/028.processed,
                   6075:          results/029.processed, results/030.processed,
                   6076:          results/031.processed, results/032.processed,
                   6077:          results/033.processed, results/034.processed,
                   6078:          results/035.processed, results/036.processed,
                   6079:          results/037.processed, results/038.processed,
                   6080:          results/039.processed, results/040.processed,
                   6081:          results/041.processed, results/042.processed,
                   6082:          results/043.processed, results/044.processed,
                   6083:          results/045.processed, results/046.processed,
                   6084:          results/047.processed, results/048.processed,
                   6085:          results/049.processed, results/050.processed,
                   6086:          results/051.processed, results/052.processed,
                   6087:          results/053.processed, results/054.processed,
                   6088:          results/055.processed, results/056.processed,
                   6089:          results/057.processed, results/058.processed,
                   6090:          results/059.processed, results/060.processed,
                   6091:          results/061.processed, results/062.processed,
                   6092:          results/063.processed, results/064.processed,
                   6093:          results/065.processed, results/066.processed,
                   6094:          results/067.processed, results/068.processed,
                   6095:          results/069.processed, results/070.processed,
                   6096:          results/071.processed, results/072.processed,
                   6097:          results/073.processed, results/074.processed,
                   6098:          results/075.processed, results/076.processed,
                   6099:          results/077.processed, results/078.processed,
                   6100:          results/079.processed, results/080.processed,
                   6101:          results/081.processed, results/082.processed,
                   6102:          results/083.processed, results/084.processed,
                   6103:          results/085.processed, results/086.processed,
                   6104:          results/087.processed, results/088.processed,
                   6105:          results/089.processed, results/090.processed,
                   6106:          results/091.processed, results/092.processed,
                   6107:          results/093.processed, results/094.processed,
                   6108:          results/095.processed, results/096.processed,
                   6109:          results/097.processed, results/099.processed,
                   6110:          results/100.processed, results/101.processed,
                   6111:          results/102.processed, results/104.processed,
                   6112:          results/105.processed, results/106.processed,
                   6113:          results/107.processed, results/108.processed,
                   6114:          results/109.processed, results/110.processed,
                   6115:          results/111.processed, results/112.processed,
                   6116:          results/113.processed, results/114.processed,
                   6117:          results/115.processed, results/117.processed,
                   6118:          results/119.processed, results/120.processed,
                   6119:          results/121.processed, results/122.processed,
                   6120:          results/123.processed, results/124.processed,
                   6121:          results/125.processed, results/126.processed,
                   6122:          results/127.processed, results/128.processed,
                   6123:          results/129.processed, results/130.processed,
                   6124:          results/131.processed, results/132.processed,
                   6125:          results/133.processed, results/134.processed,
                   6126:          results/135.processed, results/136.processed,
                   6127:          results/138.processed, results/139.processed,
                   6128:          results/140.processed, results/141.processed,
                   6129:          results/142.processed, results/143.processed,
                   6130:          results/144.processed, results/145.processed,
                   6131:          results/146.processed, results/147.processed,
                   6132:          results/148.processed, results/149.processed, results/auto.p: .
                   6133:          now works if we turn off default auto.p
                   6134: 
                   6135:        * configure: . makes
                   6136: 
                   6137:        * src/types/pa_vxnode.C: . less warnings
                   6138: 
                   6139:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   6140:          tests/145.html, tests/149.html, tests/descript.ion,
                   6141:          tests/outputs/d.cmd, tests/results/142.processed,
                   6142:          tests/results/143.processed, tests/results/144.processed,
                   6143:          tests/results/145.processed, tests/results/146.processed,
                   6144:          tests/results/147.processed, tests/results/148.processed,
                   6145:          tests/results/149.processed, www/htdocs/_bug.html: . removed
                   6146:          .nodeValue from all node types other than 5 (grabbed piece from
                   6147:          gdome)
                   6148: 
                   6149:        * tests/: 137.html, results/137.processed: . not handled this case
                   6150:          yet. code does not hang from inserting parent into child,
                   6151:          considering thing minor issue -- nodes are removed from source
                   6152:          anyway, don't know why shold that be an error after all
                   6153: 
                   6154:        * src/targets/cgi/parser3.C: . style
                   6155: 
                   6156:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   6157:          xdoc too [were barking "not element"]
                   6158: 
                   6159: 2005-12-16  paf
                   6160: 
                   6161:        * tests/146.html, tests/147.html, tests/148.html,
                   6162:          www/htdocs/_bug.html: . more tests
                   6163: 
                   6164:        * src/classes/xnode.C: . also bark on possible errors
                   6165: 
                   6166:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   6167:          props
                   6168: 
                   6169:        * www/htdocs/_bug.html: ! fixed overoptimized ^call(false) case.
                   6170:          (confused it with ^call[] case)
                   6171: 
                   6172:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   6173:          main/compile.y: merged from HEAD ! fixed overoptimized
                   6174:          ^call(false) case. (confused it with ^call[] case)
                   6175: 
                   6176:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   6177:          ^call(false) case. (confused it with ^call[] case)
                   6178: 
                   6179:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   6180: 
                   6181:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   6182:          results/001.processed, results/002.processed,
                   6183:          results/003.processed, results/004.processed,
                   6184:          results/005.processed, results/006.processed,
                   6185:          results/008.processed, results/009.processed,
                   6186:          results/010.processed, results/011.processed,
                   6187:          results/012.processed, results/013.processed,
                   6188:          results/014.processed, results/015.processed,
                   6189:          results/016.processed, results/017.processed,
                   6190:          results/018.processed, results/019.processed,
                   6191:          results/020.processed, results/021.processed,
                   6192:          results/022.processed, results/023.processed,
                   6193:          results/024.processed, results/025.processed,
                   6194:          results/026.processed, results/027.processed,
                   6195:          results/028.processed, results/029.processed,
                   6196:          results/030.processed, results/031.processed,
                   6197:          results/032.processed, results/033.processed,
                   6198:          results/034.processed, results/035.processed,
                   6199:          results/036.processed, results/037.processed,
                   6200:          results/038.processed, results/039.processed,
                   6201:          results/040.processed, results/041.processed,
                   6202:          results/042.processed, results/043.processed,
                   6203:          results/044.processed, results/045.processed,
                   6204:          results/046.processed, results/047.processed,
                   6205:          results/048.processed, results/049.processed,
                   6206:          results/050.processed, results/051.processed,
                   6207:          results/052.processed, results/053.processed,
                   6208:          results/054.processed, results/055.processed,
                   6209:          results/056.processed, results/057.processed,
                   6210:          results/058.processed, results/059.processed,
                   6211:          results/060.processed, results/061.processed,
                   6212:          results/062.processed, results/063.processed,
                   6213:          results/064.processed, results/065.processed,
                   6214:          results/066.processed, results/067.processed,
                   6215:          results/068.processed, results/069.processed,
                   6216:          results/070.processed, results/071.processed,
                   6217:          results/072.processed, results/073.processed,
                   6218:          results/074.processed, results/075.processed,
                   6219:          results/076.processed, results/077.processed,
                   6220:          results/078.processed, results/079.processed,
                   6221:          results/080.processed, results/081.processed,
                   6222:          results/082.processed, results/083.processed,
                   6223:          results/084.processed, results/085.processed,
                   6224:          results/086.processed, results/087.processed,
                   6225:          results/088.processed, results/089.processed,
                   6226:          results/090.processed, results/091.processed,
                   6227:          results/092.processed, results/093.processed,
                   6228:          results/094.processed, results/095.processed,
                   6229:          results/096.processed, results/097.processed,
                   6230:          results/099.processed, results/101.processed,
                   6231:          results/102.processed, results/104.processed,
                   6232:          results/105.processed, results/106.processed,
                   6233:          results/107.processed, results/108.processed,
                   6234:          results/109.processed, results/110.processed,
                   6235:          results/111.processed, results/112.processed,
                   6236:          results/113.processed, results/114.processed,
                   6237:          results/115.processed, results/116.processed,
                   6238:          results/117.processed, results/118.processed,
                   6239:          results/119.processed, results/120.processed,
                   6240:          results/121.processed, results/122.processed,
                   6241:          results/123.processed, results/124.processed,
                   6242:          results/125.processed, results/126.processed,
                   6243:          results/127.processed, results/128.processed,
                   6244:          results/129.processed, results/130.processed,
                   6245:          results/131.processed, results/132.processed,
                   6246:          results/133.processed, results/134.processed,
                   6247:          results/135.processed, results/136.processed,
                   6248:          results/137.processed, results/138.processed,
                   6249:          results/139.processed, results/140.processed,
                   6250:          results/141.processed: . refreshed old tests, made them work
                   6251:          without auto.p (in utf8) . things noted: . gif got encoded
                   6252:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   6253:          some strange year)
                   6254: 
                   6255:        * INSTALL: . revived linux libgc fix
                   6256: 
1.88      moko     6257:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   6258:          glib/gdome in INSTALL and patches]
1.86      moko     6259: 
                   6260:        * src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   6261:          src/include/pa_charset.h, src/include/pa_config_includes.h,
                   6262:          src/include/pa_globals.h, src/include/pa_memory.h,
                   6263:          src/include/pa_request.h, src/include/pa_xml_exception.h,
                   6264:          src/lib/cord/Makefile.am, src/lib/cord/cord.vcproj,
                   6265:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   6266:          src/lib/cord/cordxtra.c, src/main/compile.tab.C,
                   6267:          src/main/pa_charset.C, src/main/pa_globals.C,
                   6268:          src/main/pa_memory.C, src/main/pa_request.C,
                   6269:          src/main/pa_stylesheet_connection.C, src/main/pa_xml_exception.C,
                   6270:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   6271:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6272:          www/htdocs/.htaccess, www/htdocs/_bug.html: . started killing
                   6273:          gdome
                   6274: 
                   6275: 2005-12-13  paf
                   6276: 
                   6277:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   6278:          @unhandled_exception thrown another exception, print correct
                   6279:          origin (earlier code in catch of exception inside of
                   6280:          @unhandled_exception grabbed parent_frame(original_exception)
                   6281:          origin and printed it, instead of true origin)
                   6282: 
                   6283:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   6284:          another exception, print correct origin (earlier code in catch of
                   6285:          exception inside of @unhandled_exception grabbed
                   6286:          parent_frame(original_exception) origin and printed it, instead
                   6287:          of true origin)
                   6288: 
                   6289: 2005-12-09  paf
                   6290: 
                   6291:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   6292:          detection problem, due to change in gc6.4 code
                   6293: 
                   6294:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   6295:          ignored in ^string.matched :(
                   6296: 
                   6297:        * src/main/pa_string.C: ! regex tainting were ignored in
                   6298:          ^string.matched :(
                   6299: 
                   6300:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   6301:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   6302:          src/main/compile.y, src/main/compile_tools.h,
                   6303:          src/main/pa_charset.C, src/main/pa_common.C,
                   6304:          src/main/pa_globals.C, src/main/pa_string.C,
                   6305:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   6306:          src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/_bug.txt,
                   6307:          www/htdocs/auto.p: . merged latest fixes from 3.2.0
                   6308: 
                   6309: 2005-12-08  paf
                   6310: 
                   6311:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   6312:          500 chars now handled OK [were wrapped on 500th char according to
                   6313:          rfc, but sendmail failed to unwrap it properly]
                   6314: 
                   6315:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   6316:          handled OK [were wrapped on 500th char according to rfc, but
                   6317:          sendmail failed to unwrap it properly]
                   6318: 
                   6319:        * src/targets/isapi/parser3isapi.C: . less warnings
                   6320: 
                   6321:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   6322:          since 3.1.5
                   6323: 
1.89      moko     6324:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   6325:          link fixes
1.86      moko     6326: 
                   6327:        * src/classes/date.C, src/include/pa_config_fixed.h,
                   6328:          src/main/compile.tab.C, src/main/compile.y,
                   6329:          src/main/compile_tools.h, src/main/pa_charset.C,
                   6330:          src/main/pa_common.C, src/main/pa_globals.C,
                   6331:          src/main/pa_string.C, src/targets/cgi/getopt.c,
                   6332:          www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/auto.p: .
                   6333:          less warnings
                   6334: 
                   6335:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   6336:          [in current storage scheme there's no place for them. someday we
                   6337:          can add third CORD to store origins and special version of parser
                   6338:          which stores origins there [separate binary]]
                   6339: 
                   6340: 2005-12-07  paf
                   6341: 
1.89      moko     6342:        * src/targets/isapi/parser3isapi.C: . now links in release mode
1.86      moko     6343: 
                   6344:        * src/include/pa_version.h: makefiles
                   6345: 
                   6346:        * src/include/pa_version.h: . not beta
                   6347: 
                   6348:        * configure, configure.in, src/include/pa_version.h: not beta
                   6349: 
                   6350: 2005-12-06  paf
                   6351: 
                   6352:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   6353:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   6354:          decided to undo the change ^call[$void] passes void. now it will
                   6355:          pass empty string again.
                   6356: 
                   6357:        * src/main/: compile.tab.C, compile.y: . version readded
                   6358: 
                   6359:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   6360:          = ^switch[void] problem
                   6361: 
                   6362: 2005-12-01  paf
                   6363: 
                   6364:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   6365:          caused ^case[string] to be coerced to double since searching
                   6366:          value were not string (it was vvoid)
                   6367: 
                   6368:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   6369:          ^case[string] to be coerced to double since searching value were
                   6370:          not string (it was vvoid)
                   6371: 
                   6372:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   6373:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   6374: 
                   6375: 2005-11-30  paf
                   6376: 
                   6377:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   6378:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   6379: 
                   6380:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   6381:          putenv("TZ="), on unix works only putenv("TZ")
                   6382: 
                   6383:        * INSTALL: . xml libs versions updated
                   6384: 
                   6385:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   6386:          claims that fixed a lot there // 20040920 for now both
                   6387:          workarounds needed. wait for new libxml/xsl versions
                   6388: 
                   6389: 2005-11-28  paf
                   6390: 
                   6391:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   6392:          columns==0
                   6393: 
                   6394:        * src/classes/table.C: ! nameless table has columns==0
                   6395: 
                   6396:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   6397:          earlier [was totally wrong]
                   6398: 
                   6399:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   6400:          wrong]
                   6401: 
                   6402: 2005-11-25  paf
                   6403: 
                   6404:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   6405:          undoing for now...
                   6406: 
                   6407:        * src/include/pa_version.h: -this reduces speed(table::load),
                   6408:          strange. undoing
                   6409: 
                   6410:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   6411: 
                   6412:        * src/classes/op.C, www/htdocs/_bug.html, www/htdocs/auto.p: +
                   6413:          ^while(){}[SEPARATOR]
                   6414: 
                   6415:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   6416:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   6417:          this speeds things up and saves memory a LOT! (not noticed
                   6418:          negative effect on syntetic tests, future will tell...)
                   6419: 
                   6420:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   6421:          changed gc_malloc implementation, which obscured profiling
                   6422: 
                   6423:        * src/classes/table.C: merged from HEAD: + optimized
                   6424:          table::load/sql, now row ArrayString-s allocated with
                   6425:          columns.count() elements and don't always grow from
                   6426:          count=3[realloc,realloc]
                   6427: 
                   6428:        * src/classes/table.C: + optimized table::load/sql, now row
                   6429:          ArrayString-s allocated with columns.count() elements and don't
                   6430:          always grow from count=3[realloc,realloc]
                   6431: 
                   6432:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   6433:          buffer after save
                   6434: 
                   6435:        * src/classes/table.C: . ^table.save unused buffer after save
                   6436: 
                   6437: 2005-11-24  paf
                   6438: 
                   6439:        * configure.in: . merged glib2-config patch
                   6440: 
                   6441:        * configure.in: + trying to find glib2-config
                   6442: 
                   6443:        * src/classes/file.C, src/include/pa_common.h, src/main/execute.C,
                   6444:          src/main/pa_common.C, src/main/pa_request.C,
                   6445:          www/htdocs/_bug.html: merged from HEAD: ! changed
                   6446:          file/dir_readable to simple file/dir_exist, this would help in
                   6447:          situations "class not found because .p file has bad rights" << in
                   6448:          that case error would be explicit "access denied to 'this' file"
                   6449: 
                   6450:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
                   6451: 
                   6452:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   6453:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   6454:          to simple file/dir_exist, this would help in situations "class
                   6455:          not found because .p file has bad rights" << in that case error
                   6456:          would be explicit "access denied to 'this' file"
                   6457: 
                   6458:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   6459:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   6460:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   6461:          ^file::exec/cgi[script;$.charset[changed]
                   6462:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   6463:          encoded in $.charset charset
                   6464: 
                   6465:        * src/classes/file.C, www/htdocs/_bug.html, www/htdocs/_bug.pl,
                   6466:          www/htdocs/_bug.txt: +! ^file::exec/cgi[script;$.charset[changed]
                   6467:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   6468:          encoded in $.charset charset
                   6469: 
                   6470:        * src/: include/Makefile.am, include/pa_common.h,
                   6471:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   6472:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   6473:          separate file [preparation for
                   6474:          ^file::cgi[script;$.form[$.field1[]
                   6475: 
                   6476: 2005-11-22  paf
                   6477: 
                   6478:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   6479: 
                   6480:        * acinclude.m4, configure.in: . merged underquting fixes
                   6481: 
                   6482:        * src/include/pa_config_auto.h.in: configure+makes
                   6483: 
                   6484:        * src/classes/op.C: . overmerged a little
                   6485: 
                   6486:        * src/main/compile.tab.C: Makefile
                   6487: 
                   6488:        * src/main/: pa_common.C: . less gcc warnings
                   6489: 
                   6490:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   6491:          now reports original exception if we have no old cache
                   6492: 
                   6493:        * src/classes/op.C, www/htdocs/_bug.html: +
                   6494:          $exception.handled[cache] now reports original exception if we
                   6495:          have no old cache
                   6496: 
                   6497:        * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
                   6498:          www/htdocs/_bug.html: merged from HEAD: + ^taint/untaint[regex]
                   6499:          << escapes these: \^$.[]|()?*+{}
                   6500: 
                   6501:        * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
                   6502:          www/htdocs/_bug.html: + ^taint/untaint[regex] << escapes these:
                   6503:          \^$.[]|()?*+{}
                   6504: 
                   6505:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   6506:          getenv-ed variable, which does not work both on win32&unix.
                   6507:          copied old TZ value now
                   6508: 
                   6509:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   6510:          stored pointer to getenv-ed variable, which does not work both on
                   6511:          win32&unix. copied old TZ value now
                   6512: 
                   6513:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   6514:          getenv-ed variable, which does not work both on win32&unix.
                   6515:          copied old TZ value now
                   6516: 
                   6517:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   6518:          access to internal hash
                   6519: 
                   6520:        * src/types/pa_vresponse.C, www/htdocs/_bug.html: +
                   6521:          $response:headers access to internal hash
                   6522: 
1.89      moko     6523:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
1.86      moko     6524:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   6525:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   6526:          very large block" messages to only important onces
                   6527: 
1.89      moko     6528:        * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html: +
1.86      moko     6529:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   6530:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   6531:          very large block" messages to only important onces
                   6532: 
                   6533:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   6534:          ^string/int/double:sql{}[$.default[({param style})] ]
                   6535: 
                   6536:        * src/classes/string.C: + removed limitation on
                   6537:          ^string/int/double:sql{}[$.default[({param style})] ]
                   6538: 
                   6539:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   6540:          with ?params or $.form option" limitation
                   6541: 
                   6542:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   6543:          $.form option" limitation
                   6544: 
                   6545:        * src/classes/file.C, src/classes/string.C,
                   6546:          src/include/pa_common.h, src/main/pa_common.C,
                   6547:          www/htdocs/_bug.html: merged from HEAD: + ^file.base64[] encode +
                   6548:          ^file::base64[encoded] decode
                   6549: 
                   6550:        * src/classes/file.C, src/classes/string.C,
                   6551:          src/include/pa_common.h, src/main/pa_common.C,
                   6552:          www/htdocs/_bug.html: + ^file.base64[] encode +
                   6553:          ^file::base64[encoded] decode
                   6554: 
                   6555:        * src/classes/file.C, src/classes/string.C, www/htdocs/_bug.html: +
                   6556:          ^string.base64[] encode + ^string:base64[encoded] decode
                   6557: 
                   6558:        * src/classes/string.C, src/include/pa_common.h,
                   6559:          src/main/pa_common.C, www/htdocs/_bug.html: + ^string:base64[in]
                   6560:          encode + ^string.base64[] decode
                   6561: 
                   6562: 2005-11-21  paf
                   6563: 
                   6564:        * src/classes/file.C, www/htdocs/_bug.html: + merged from HEAD:
                   6565:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   6566: 
                   6567:        * src/classes/file.C, www/htdocs/_bug.html: +
                   6568:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   6569: 
                   6570:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   6571:          differes from :download, it does not return content-disposition
                   6572:          at all now [previusely it returned valueless content-disposition]
                   6573: 
                   6574:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   6575:          :download, it does not return content-disposition at all now
                   6576:          [previusely it returned valueless content-disposition]
                   6577: 
                   6578:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   6579:          literals, reverted to just vvod, recreating empty array with each
                   6580:          void_value token. that's absolutely needed, since that array
                   6581:          grows
                   6582: 
                   6583:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   6584:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   6585:          types/pa_vmethod_frame.h: + merged: expression literals:
                   6586:          true/false. ^format[$.indent(true)]
                   6587: 
                   6588:        * src/main/compile.tab.C, src/main/compile.y, src/types/pa_value.h,
                   6589:          src/types/pa_vbool.h, src/types/pa_vdouble.h,
                   6590:          src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
                   6591:          www/htdocs/_bug.html: + expression literals: true/false.
                   6592:          ^format[$.indent(true)]
                   6593: 
                   6594:        * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
                   6595:          src/types/types.vcproj, www/htdocs/_bug.html,
                   6596:          www/htdocs/_bug.txt: + merged: $env:PARSER_VERSION reports
                   6597:          "3.1.5beta (compiled on i386-pc-win32)"
                   6598: 
                   6599:        * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
                   6600:          src/types/types.vcproj, www/htdocs/_bug.html: +
                   6601:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   6602:          i386-pc-win32)"
                   6603: 
                   6604: 2005-11-18  paf
                   6605: 
                   6606:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   6607:          null}[$.default(123)] will now return default value
                   6608: 
                   6609:        * www/htdocs/_bug.html: + ^cache[] << returns current cache
                   6610:          expiration time
                   6611: 
                   6612:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   6613:          expiration time
                   6614: 
                   6615:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   6616:          time
                   6617: 
                   6618:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   6619:          failed << Exception.problem_source pointed to local var!
                   6620: 
                   6621:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   6622:          Exception.problem_source pointed to local var!
                   6623: 
                   6624:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   6625:          now loads VFile.ptr!=0, so such files can be saved now
                   6626: 
                   6627:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   6628:          loads VFile.ptr!=0, so such files can be saved now
                   6629: 
                   6630:        * src/include/pa_dir.h, www/htdocs/_bug.html, www/htdocs/_bug.txt:
                   6631:          ! merged: file:list now sees .xxx files, only . and .. now
                   6632:          removed from list [were removed all .*]
                   6633: 
                   6634:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   6635:          .. now removed from list [were removed all .*]
                   6636: 
                   6637:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   6638:          open error now checked, were not :( [stole that piece from apache
                   6639:          1.3 sources]
                   6640: 
                   6641:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   6642:          checked, were not :( [stole that piece from apache 1.3 sources]
                   6643: 
                   6644:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   6645:          untainting of @main result if returned by $result or
                   6646:          $response:body
                   6647: 
                   6648:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   6649:          result if returned by $result or $response:body
                   6650: 
                   6651:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   6652:          issue: now tries to guess content-length and allocates one big
                   6653:          piece if possible [regretfully gc_realloc works as malloc+free,
                   6654:          leaving lots of holes behind]
                   6655: 
                   6656:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   6657:          fixed file load memory issue: now tries to guess content-length
                   6658:          and allocates one big piece if possible [regretfully gc_realloc
                   6659:          works as malloc+free, leaving lots of holes behind]
                   6660: 
                   6661: 2005-11-16  paf
                   6662: 
                   6663:        * src/include/pa_common.h, src/classes/file.C, src/classes/table.C,
                   6664:          src/main/compile.tab.C, src/main/pa_common.C,
                   6665:          www/htdocs/_bug.html: merged to HEAD: ! table::save with
                   6666:          enclosers now doubles them: "->"" ! table::save/load do not
                   6667:          remove elements from options hash
                   6668: 
                   6669:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   6670:          [were overoptimized ^if(double_literal), compiler confused
                   6671:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   6672: 
                   6673:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   6674:          [were overoptimized ^if(double_literal), compiler confused
                   6675:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   6676: 
                   6677:        * src/classes/file.C, src/classes/table.C, src/include/pa_common.h,
                   6678:          src/main/pa_common.C, www/htdocs/_bug.html: ! table::save with
                   6679:          enclosers now doubles them: "->"" ! table::save/load do not
                   6680:          remove elements from options hash
                   6681: 
                   6682: 2005-11-03  paf
                   6683: 
                   6684:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   6685:          compilation, not all makefiles liked that
                   6686: 
                   6687: 2005-08-30  paf
                   6688: 
                   6689:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   6690: 
                   6691:        * src/classes/op.C: . speedup check of [DEFAULT]
                   6692: 
                   6693: 2005-08-26  paf
                   6694: 
                   6695:        * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html:
                   6696:          merged + date.week
                   6697: 
                   6698:        * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html: +
                   6699:          date.week
                   6700: 
                   6701:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   6702:          complains about bad!=nameless
                   6703: 
                   6704:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   6705:          about bad!=nameless
                   6706: 
                   6707:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   6708:          optional options were allowed to be empty. were checked
                   6709:          if(is_string), changed to !defined||is_string to allow void
                   6710: 
                   6711:        * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html,
                   6712:          src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   6713:          src/classes/void.C: ! optional options were allowed to be empty.
                   6714:          were checked if(is_string), changed to !defined||is_string to
                   6715:          allow void
                   6716: 
                   6717:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   6718:          as_junction where they needed as_int/double, so failed with
                   6719:          recent "(const) now no junction" optimization
                   6720: 
                   6721:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   6722:          merged ! many classes/*  used as_junction where they needed
                   6723:          as_int/double, so failed with recent "(const) now no junction"
                   6724:          optimization
                   6725: 
                   6726:        * src/classes/double.C, src/classes/int.C, src/classes/math.C,
                   6727:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   6728:          src/main/compile.tab.C, src/types/pa_vmethod_frame.h,
                   6729:          www/htdocs/_bug.html: ! many classes/*  used as_junction where
                   6730:          they needed as_int/double, so failed with recent "(const) now no
                   6731:          junction" optimization
                   6732: 
                   6733: 2005-08-24  paf
                   6734: 
                   6735:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   6736:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   6737:          stripped it
                   6738: 
                   6739: 2005-08-09  paf
                   6740: 
                   6741:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   6742:          not cleared
                   6743: 
                   6744:        * www/htdocs/: _bug.html, _bug.pl, _bug.txt: . file::exec $charset
                   6745:          transcodes env fine
                   6746: 
                   6747:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   6748:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6749:          classes/hashfile.C, classes/image.C, classes/int.C,
                   6750:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   6751:          classes/response.C, classes/string.C, classes/table.C,
                   6752:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   6753:          include/pa_array.h, include/pa_cache_managers.h,
                   6754:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6755:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6756:          include/pa_dictionary.h, include/pa_dir.h,
                   6757:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6758:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   6759:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   6760:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6761:          include/pa_sapi.h, include/pa_socks.h,
                   6762:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6763:          include/pa_stack.h, include/pa_string.h,
                   6764:          include/pa_stylesheet_connection.h,
                   6765:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6766:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6767:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6768:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6769:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   6770:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   6771:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   6772:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   6773:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   6774:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   6775:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   6776:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   6777:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   6778:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   6779:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
1.89      moko     6780:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   6781:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6782:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   6783:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   6784:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   6785:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   6786:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   6787:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   6788:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   6789:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   6790:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   6791:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   6792:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   6793:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   6794:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   6795:          types/pa_vresponse.C, types/pa_vresponse.h,
                   6796:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6797:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6798:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   6799:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   6800:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   6801:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   6802:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
1.86      moko     6803: 
                   6804:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   6805:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   6806:          speedup consequent checks in vmethod_frame
                   6807: 
                   6808:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   6809:          not cleared
                   6810: 
                   6811:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   6812:          params: 50 max (were 10)
                   6813: 
                   6814:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   6815:          params: 50 max (were 10)
                   6816: 
                   6817:        * src/types/pa_value.h, src/types/pa_vdouble.h,
                   6818:          src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
                   6819:          src/types/pa_vvoid.C, src/types/pa_vvoid.h,
                   6820:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   6821:          www/htdocs/.htaccess, www/htdocs/_bug.html: + ^call[$void] param
                   6822:          inside now is void (were: empty string) ! simplified (double)
                   6823:          speedup consequent checks in vmethod_frame
                   6824: 
                   6825:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   6826:          optimized constants in expressions vstring->vdouble + optimized
                   6827:          ^call(vdouble), no junction creation, no calls later
                   6828: 
                   6829: 2005-08-08  paf
                   6830: 
                   6831:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   6832:          integrated
                   6833: 
                   6834:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   6835:          integrated
                   6836: 
                   6837:        * src/main/compile.tab.C, src/main/compile.y,
                   6838:          src/main/compile_tools.C, src/main/compile_tools.h,
                   6839:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.xml:
                   6840:          merged + optimized constants in expressions vstring->vdouble +
                   6841:          optimized ^call(vdouble), no junction creation, no calls later
                   6842: 
                   6843:        * src/types/pa_vdouble.h: merged . double values without fractional
                   6844:          part now default printed as %.0f instead of %g
                   6845: 
                   6846:        * src/types/pa_vdouble.h: . double values without fractional part
                   6847:          now default printed as %.0f instead of %g
                   6848: 
                   6849:        * www/htdocs/: _bug.html, _bug.xml: . merged ! second
                   6850:          hashfile::open would cause an exception
                   6851: 
                   6852:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   6853:          cause an exception
                   6854: 
                   6855:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   6856:          exception
                   6857: 
                   6858:        * src/classes/classes.h, src/main/execute.C,
                   6859:          src/types/pa_junction.h, src/types/pa_value.h,
                   6860:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   6861:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   6862:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   6863:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   6864:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   6865:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   6866:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6867:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   6868:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   6869:          src/types/pa_vstateless_class.C,
                   6870:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   6871:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6872:          src/types/pa_wwrapper.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   6873:          . merged VJunction(new Junction) optimization from 3.1.4
                   6874: 
                   6875:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   6876:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   6877:          Junction(params)) to new VJunction(params), thousands of mallocs
                   6878:          removed
                   6879: 
                   6880: 2005-08-05  paf
                   6881: 
                   6882:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   6883:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   6884:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   6885:          creation, no calls later
                   6886: 
                   6887:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   6888:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6889:          classes/hashfile.C, classes/image.C, classes/int.C,
                   6890:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   6891:          classes/response.C, classes/string.C, classes/table.C,
                   6892:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   6893:          include/pa_array.h, include/pa_cache_managers.h,
                   6894:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6895:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6896:          include/pa_dictionary.h, include/pa_dir.h,
                   6897:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6898:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   6899:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   6900:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6901:          include/pa_sapi.h, include/pa_socks.h,
                   6902:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6903:          include/pa_stack.h, include/pa_string.h,
                   6904:          include/pa_stylesheet_connection.h,
                   6905:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6906:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6907:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6908:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6909:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   6910:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   6911:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   6912:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   6913:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   6914:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   6915:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   6916:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   6917:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   6918:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   6919:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
1.89      moko     6920:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   6921:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6922:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   6923:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   6924:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   6925:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   6926:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   6927:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   6928:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   6929:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   6930:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   6931:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   6932:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   6933:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   6934:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   6935:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6936:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6937:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   6938:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   6939:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   6940:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   6941:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
1.86      moko     6942: 
                   6943:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   6944:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   6945:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   6946:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   6947:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   6948:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   6949:          optimized constants in expressions vstring->vdouble
                   6950: 
                   6951: 2005-07-29  paf
                   6952: 
                   6953:        * src/types/pa_vclass.C, www/htdocs/_bug.p: . shaped up error
                   6954:          messages a bit
                   6955: 
                   6956:        * src/types/pa_vclass.C, www/htdocs/_bug_derived.p: + property
                   6957:          getter can now be overridden
                   6958: 
                   6959:        * src/main/execute.C, src/types/pa_vclass.C,
                   6960:          src/types/pa_vobject.C, www/htdocs/_bug.p,
                   6961:          www/htdocs/_bug_derived.p: ! bug fix: static parent fields were
                   6962:          not replaced in case $derived:field[put] + property setter can
                   6963:          now be overridden
                   6964: 
                   6965:        * www/htdocs/: _bug.html, _bug.p, _bug_derived.p: + removed limit
                   6966:          "ctor must be declared in class being created"
                   6967: 
                   6968: 2005-07-28  paf
                   6969: 
                   6970:        * configure, configure.in, src/classes/classes.h,
                   6971:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   6972:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   6973:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   6974:          src/classes/xnode.h, src/include/pa_hash.h,
                   6975:          src/include/pa_version.h, src/main/execute.C,
                   6976:          src/types/Makefile.am, src/types/pa_method.h,
                   6977:          src/types/pa_value.h, src/types/pa_vclass.C,
                   6978:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   6979:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   6980:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   6981:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   6982:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   6983:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6984:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   6985:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   6986:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   6987:          src/types/pa_vstateless_class.h,
                   6988:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   6989:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6990:          src/types/pa_wwrapper.h, www/htdocs/.htaccess,
                   6991:          www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
                   6992:          www/htdocs/_bug.sh, www/htdocs/auto.p: + 3.2.0 beta: merged from
                   6993:          dynamic_fields_join
                   6994: 
                   6995:        * src/classes/hash.C, src/classes/hashfile.C, src/classes/op.C,
                   6996:          src/classes/xnode.C, src/include/pa_hash.h, src/main/execute.C,
                   6997:          src/types/pa_method.h, src/types/pa_value.h,
                   6998:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   6999:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   7000:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   7001:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   7002:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   7003:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   7004:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   7005:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   7006:          src/types/pa_vresponse.h, src/types/pa_vstateless_object.h,
                   7007:          src/types/pa_vvoid.h, src/types/pa_vxnode.C,
                   7008:          src/types/pa_vxnode.h, src/types/pa_wwrapper.h,
                   7009:          www/htdocs/.htaccess, www/htdocs/auto.p: ! restored
                   7010:          put_element('replace' param), and restored its checks in
                   7011:          vobject.put_element->static fields | dynamic properties
                   7012: 
                   7013: 2005-07-27  paf
                   7014: 
                   7015:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   7016:          is some old code containing @set_name $name
                   7017: 
                   7018:        * src/types/pa_vobject.h: . fixed warning
                   7019: 
                   7020:        * configure, configure.in, src/include/pa_version.h,
                   7021:          src/types/Makefile.am: 3.2.0beta started
                   7022: 
                   7023:        * src/classes/xnode.C, src/include/pa_hash.h,
                   7024:          src/types/pa_vstateless_class.C, www/htdocs/.htaccess,
                   7025:          www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
                   7026:          www/htdocs/_bug.sh, www/htdocs/auto.p: ! new asserts were all
                   7027:          false. regretfully reverted them all to checks
                   7028: 
                   7029:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   7030:          classes/op.C, main/execute.C, types/pa_method.h,
                   7031:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   7032:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   7033:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   7034:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   7035:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   7036:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   7037:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7038:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   7039:          joined_dynamic_fields: removed unused param from put_method
                   7040:          (returned to 3 params)
                   7041: 
                   7042:        * src/include/pa_hash.h, src/types/pa_vclass.C,
                   7043:          src/types/pa_vclass.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   7044:          joined_dynamic_fields: dynamic get/set works with overriding
                   7045:          props [alpha2]
                   7046: 
                   7047:        * src/types/pa_vclass.C, www/htdocs/_bug.html:
                   7048:          joined_dynamic_fields: dynamic get/set works [alfa]
                   7049: 
                   7050:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   7051:          classes/op.C, include/pa_hash.h, main/execute.C,
                   7052:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   7053:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   7054:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   7055:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   7056:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   7057:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7058:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   7059:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7060:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   7061:          joined_dynamic_fields: just compiled
                   7062: 
                   7063:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   7064:          classes/hashfile.C, classes/image.C, classes/table.C,
                   7065:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   7066:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   7067:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   7068: 
                   7069:        * src/types/pa_vobject.C: . object setters [only started, does not
                   7070:          work yet]
                   7071: 
                   7072:        * src/include/pa_hash.h, src/types/pa_vclass.C,
                   7073:          src/types/pa_vobject.C, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   7074:          . object setters [only started, does not work yet]
                   7075: 
                   7076: 2005-07-26  paf
                   7077: 
                   7078:        * src/include/pa_request.h, src/main/execute.C,
                   7079:          www/htdocs/_bug.html: . properties: set works [alpha2]. for
                   7080:          classes. todo: for objects
                   7081: 
                   7082:        * src/classes/classes.h, src/include/pa_hash.h, src/main/execute.C,
                   7083:          src/types/pa_value.h, src/types/pa_vclass.C,
                   7084:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   7085:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   7086:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   7087:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   7088:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   7089:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   7090:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   7091:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   7092:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   7093:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7094:          src/types/pa_wwrapper.h, www/htdocs/_bug.html: . properties: set
                   7095:          works [alpha1]
                   7096: 
                   7097: 2005-07-25  paf
                   7098: 
                   7099:        * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7100:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   7101:          www/htdocs/_bug.html: . properties: started, get works [alpha1,
                   7102:          other approach]
                   7103: 
                   7104:        * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7105:          www/htdocs/_bug.html, www/htdocs/_bug.p: . properties: started,
                   7106:          get works [alpha2]
                   7107: 
                   7108:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   7109:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   7110: 
                   7111: 2005-07-15  paf
                   7112: 
                   7113:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   7114:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   7115:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7116:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7117:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   7118:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   7119:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7120:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7121:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7122:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7123:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   7124:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   7125:          [getters work but think of changing them too to precaching]
                   7126: 
                   7127: 2005-07-08  paf
                   7128: 
                   7129:        * src/main/pa_request.C, www/htdocs/_bug.html: ! bugfix:
                   7130:          $response:body[nonfile] caused gpf
                   7131: 
                   7132: 2005-06-28  paf
                   7133: 
                   7134:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   7135:          in passing empty strings to file::exec/cgi environment
                   7136: 
                   7137: 2005-06-06  paf
                   7138: 
                   7139:        * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   7140:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.pl,
                   7141:          www/htdocs/_bug.xsl: ! bugfix ^string:sql ^table:sql ^hash:sql
                   7142:          now DO process $.bind option
                   7143: 
                   7144: 2005-05-24  paf
                   7145: 
                   7146:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   7147:          $.limit] now work again [support was broken in 3.1.4]
                   7148: 
                   7149:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   7150:          ALL_INTERIOR_POINTERS
                   7151: 
                   7152: 2005-05-12  paf
                   7153: 
                   7154:        * configure: 3.1.5beta
                   7155: 
                   7156:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   7157: 
                   7158:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   7159:          $.limit] now work again [support was broken in 3.1.4]
                   7160: 
                   7161:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   7162:          line-width  [was refusing to fill if line-width >1, thanks to
                   7163:          Seras <seras@pinxit.lt> for repro case
                   7164: 
                   7165: 2005-04-25  paf
                   7166: 
                   7167:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   7168:          correctly
                   7169: 
                   7170: 2005-04-19  paf
                   7171: 
                   7172:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   7173:          in VString violating invariant!!
                   7174: 
                   7175:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   7176:          getenv("TZ")==null
                   7177: 
                   7178: 2005-04-08  paf
                   7179: 
                   7180:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   7181:          bugfix: when there is no char in charset one byte produces 6
                   7182:          (&#255; <<max). increased buffer size!
                   7183: 
                   7184: 2005-03-23  paf
                   7185: 
                   7186:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   7187:          ^date.sql-string now takes TZ into account
                   7188: 
                   7189: 2005-03-16  paf
                   7190: 
                   7191:        * INSTALL, www/htdocs/.htaccess, www/htdocs/_bug.html,
                   7192:          src/include/pa_stack.h: . compiled on freebsd 5.3 with gcc 3.4
                   7193: 
                   7194:        * src/types/pa_vhash.C: . warning about eof eol
                   7195: 
                   7196: 2005-02-17  paf
                   7197: 
                   7198:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   7199:          seconds)
                   7200: 
                   7201: 2005-02-02  paf
                   7202: 
                   7203:        * src/classes/xnode.C, www/htdocs/_bug.html: beauty: removed
                   7204:          needless includes
                   7205: 
                   7206: 2005-01-31  paf
                   7207: 
                   7208:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   7209:          $.partNoNumber now alias to $.part1
                   7210: 
                   7211:        * src/types/pa_vmail.C: change: incoming letter part contains
                   7212:          "content-disposition" header with any value? now considering that
                   7213:          part to be "file#" [for text/plain text/html were $.text#
                   7214:          $.html#]
                   7215: 
                   7216:        * INSTALL: updatet to latest working versions available
                   7217: 
                   7218: 2005-01-20  paf
                   7219: 
                   7220:        * configure.in, src/include/pa_version.h, www/htdocs/_bug.html:
                   7221:          version
                   7222: 
                   7223: 2005-01-19  paf
                   7224: 
                   7225:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   7226:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   7227:          couple warnings in parser3.C
                   7228: 
                   7229: 2004-12-23  paf
                   7230: 
                   7231:        * src/main/pa_sql_driver_manager.C, www/htdocs/_bug.html: sql
                   7232:          connect string, rsplit @
                   7233: 
                   7234:        * src/main/pa_exec.C, www/htdocs/_bug.html: win32: bugfix:
                   7235:          file::cgi/exec now set current dir to directory of script (when
                   7236:          shbang used), not to directory of its interpreter
                   7237: 
                   7238:        * src/include/pa_version.h: compiled on win32...
                   7239: 
                   7240:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   7241:          we need more hspace
                   7242: 
                   7243:        * configure, configure.in, src/include/pa_version.h: configured
                   7244:          host to pa_version. will be displayed everywhere
                   7245: 
                   7246:        * src/main/pa_request.C, www/htdocs/_bug.html: new:
                   7247:          @unhandled_exception can prevent exception from being logged by
                   7248:          setting $exception.handled(1)
                   7249: 
                   7250:        * operators.txt, src/classes/file.C, www/htdocs/_bug.html: change:
                   7251:          ^file::sql{query}[[options]] options: $.name[file name]
                   7252:          $.content-type[application/what]
                   7253: 
                   7254:        * src/include/pa_common.h, src/main/pa_common.C,
                   7255:          src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty:
                   7256:          hashfile::open now creates dir for new file
                   7257: 
                   7258:        * src/classes/table.C, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   7259:          www/htdocs/_bug.html: bugfix: table->hash now regards _default
                   7260: 
                   7261:        * src/types/pa_vmethod_frame.h, www/htdocs/_bug.html: bugfix: when
                   7262:          method junction was created by accessing $name_of_method it
                   7263:          acquired bad self=closest methodframe; instead of proper self
                   7264:          (current class)
                   7265: 
                   7266:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: reading
                   7267:          empty string from hashfile produced bad cord
                   7268: 
                   7269: 2004-12-10  paf
                   7270: 
                   7271:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   7272:          subsequent failures though defined in .h
                   7273: 
                   7274:        * src/main/pa_common.C: comment on volatile
                   7275: 
                   7276:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   7277:          alarm function were not used since the beginning due to stupid
                   7278:          error [setsigjmp were not checked in configure.in]
                   7279: 
                   7280:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   7281:          unix too
                   7282: 
                   7283:        * src/main/pa_common.C: http: exception status of send/recv errors
                   7284:          change to most probable http.timeout
                   7285: 
                   7286:        * src/main/pa_common.C, www/htdocs/_bug.html: win32: http
                   7287:          connection $.timeout option now works [setsockopt on
                   7288:          send/receive]
                   7289: 
                   7290: 2004-12-08  paf
                   7291: 
                   7292:        * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/.htaccess,
                   7293:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: bugfix: mail body now
                   7294:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   7295:          proper charset
                   7296: 
                   7297: 2004-11-24  paf
                   7298: 
                   7299:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   7300: 
                   7301:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   7302:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   7303: 
                   7304: 2004-11-12  paf
                   7305: 
                   7306:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   7307:          [since 3.0.4]
                   7308: 
                   7309: 2004-11-09  paf
                   7310: 
                   7311:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   7312:          writes basics to c:\parser3.log
                   7313: 
                   7314: 2004-10-21  paf
                   7315: 
                   7316:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   7317:          tainted strings [were returning clean onces]
                   7318: 
                   7319: 2004-10-15  paf
                   7320: 
                   7321:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   7322:          cycles(i=1; i=2), which was wrong, now does ONE
                   7323: 
                   7324: 2004-10-12  paf
                   7325: 
                   7326:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   7327: 
                   7328: 2004-10-07  paf
                   7329: 
                   7330:        * src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   7331:          src/main/pa_globals.C, www/htdocs/.htaccess,
                   7332:          www/htdocs/_bug.html, www/htdocs/_bug.pl: debugger help:
                   7333:          PA_RELEASE_ASSERTS enables release asserts
                   7334: 
                   7335:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   7336:          String.dump() to stdout in detailed form  [were String.v() in
                   7337:          short form]
                   7338: 
                   7339:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   7340:          \t\r\n as @#| and truncates long char sequences less
                   7341: 
                   7342: 2004-10-06  paf
                   7343: 
                   7344:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   7345:          win32 beauty: socket errors properly decoded
                   7346: 
                   7347: 2004-10-05  paf
                   7348: 
                   7349:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   7350:          request::configure_user/admin done always, even if no
                   7351:          file-to-process useful in @unhandled_exception [say, if they
                   7352:          would want to mail by SMTP something]
                   7353: 
                   7354:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   7355:          now performed prior to file loading [and @auto executing] thus
                   7356:          making $cookie:value available in @auto and in
                   7357:          @unhandled_exception when IIS is configured to run interpreter
                   7358:          even if no file exist
                   7359: 
                   7360: 2004-09-20  paf
                   7361: 
                   7362:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   7363:          somewhere where it should have called xmlMalloc and it calls
                   7364:          xmlFree when it should have not called it.  inserted two
                   7365:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   7366:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   7367:          author would fix all that.  until that day: we have SLOW garbage
                   7368:          collecting when many xml objects are alive hint: do
                   7369:          ^memory:compact[] before xdoc::create
                   7370: 
                   7371: 2004-09-17  paf
                   7372: 
                   7373:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   7374:          error from 3.0.8 version]
                   7375: 
                   7376: 2004-09-14  paf
                   7377: 
                   7378:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   7379:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   7380:          modified inside
                   7381: 
                   7382: 2004-09-13  paf
                   7383: 
                   7384:        * src/main/pa_string.C, www/htdocs/_bug.html: bugfix: $s[+008]
                   7385:          ^eval($s) now parsed OK [were as octal]
                   7386: 
                   7387:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty: not
                   7388:          reproduced $hashfile.key[$novalue] bug [reported by motorin],
                   7389:          inserted safety-check
                   7390: 
                   7391:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   7392:          [not something obscure from sdbm lib]
                   7393: 
1.88      moko     7394:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: error
                   7395:          numbers now from errno.h = strerror now returnes something and we
                   7396:          can properly report that to client
1.86      moko     7397: 
                   7398:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   7399:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   7400: 
                   7401:        * www/htdocs/: _bug.html, _bug.xsl: change: ^xdoc.string now
                   7402:          outputted as-is  [tainted as-is] this helps //[space][newline] to
                   7403:          remain as-is and not be unnecessary optimized away [ruining
                   7404:          javascript]
                   7405: 
                   7406:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   7407:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   7408:          not be unnecessary optimized away [ruining javascript]
                   7409: 
                   7410:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   7411:          [tainted as-is]
                   7412: 
                   7413:        * src/classes/mail.C: bugfix: typo error
                   7414: 
                   7415: 2004-09-09  paf
                   7416: 
                   7417:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   7418:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   7419:          (bloody yandex.server)
                   7420: 
                   7421: 2004-09-06  paf
                   7422: 
                   7423:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   7424:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   7425:          encoded
                   7426: 
                   7427: 2004-09-01  paf
                   7428: 
                   7429:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   7430:          multipart/related outlook express have no problems showing
                   7431:          unrelated attachments.  todo: someday figure out a way of
                   7432:          multipart/mixed    multipart/related       text/html
                   7433:          image/xxx application/octet-stream << true attachments
                   7434: 
                   7435:        * src/types/pa_vmail.C, www/htdocs/_bug.html: new:
                   7436:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   7437:          empty mail header fields removed from letter
                   7438: 
                   7439:        * src/classes/mail.C, src/include/pa_config_fixed.h,
                   7440:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   7441:          www/htdocs/_bug.html: new: ^mail:send[    $.file[
                   7442:          $.any[header]
                   7443: 
                   7444: 2004-08-30  paf
                   7445: 
                   7446:        * src/include/pa_config_fixed.h, src/main/pa_common.C,
                   7447:          www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: less warnings
                   7448: 
                   7449:        * src/main/pa_common.C: beauty: do not bother with charset
                   7450:          detection when ^file::load[binary
                   7451: 
                   7452: 2004-08-27  paf
                   7453: 
                   7454:        * src/main/pa_common.C: hack: for yandex.server http server
                   7455: 
                   7456: 2004-08-18  paf
                   7457: 
                   7458:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   7459:          possibly-chunked response
                   7460: 
                   7461: 2004-08-17  paf
                   7462: 
                   7463:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   7464:          $f.content-type now = that of http response
                   7465: 
                   7466:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   7467:          $f.content-type now = that of http response
                   7468: 
                   7469: 2004-08-03  paf
                   7470: 
                   7471:        * www/htdocs/: .htaccess, _bug.html: bugfix: empty input variables
                   7472:          can be replaced by output [forgot to allocate proper buffer,
                   7473:          oracle _server_ died with kgepop: no error frame to pop to for
                   7474:          error 21500 message]
                   7475: 
                   7476: 2004-07-30  paf
                   7477: 
                   7478:        * src/include/pa_request.h, src/main/pa_request.C,
                   7479:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   7480:          www/htdocs/.htaccess: bugfix: win32: system&parser exceptions in
                   7481:          release mode reported properly parser exception in exception
                   7482:          handler WERE mistakenly reported as system exception, without
                   7483:          details [in apache & isapi] +some beauty in exception text
                   7484: 
                   7485:        * src/include/pa_exception.h, src/main/pa_request.C,
                   7486:          src/targets/cgi/parser3.C, www/htdocs/.htaccess,
                   7487:          www/htdocs/_bug.html: bugfix: win32: system&parser exceptions in
                   7488:          release mode reported properly parser exception in exception
                   7489:          handler WERE mistakenly reported as system exception, without
                   7490:          details
                   7491: 
                   7492:        * src/main/execute.C: beauty: simplified system exception handling
                   7493: 
                   7494: 2004-07-29  paf
                   7495: 
                   7496:        * src/classes/table.C, www/htdocs/_bug.html: bugfix:
                   7497:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   7498:          were ignored, and \t used unconditionally]
                   7499: 
                   7500:        * src/types/Makefile.am: added vhash.c
                   7501: 
                   7502: 2004-07-28  paf
                   7503: 
                   7504:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   7505:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   7506:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   7507:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   7508:          failed on russian letters
                   7509: 
                   7510:        * src/main/pa_string.C, src/types/pa_vmail.C, www/htdocs/_bug.html,
                   7511:          src/main/pa_common.C: bugfix: isspace((unsigned char)c)
                   7512:          everywhere. failed on russian letters
                   7513: 
                   7514:        * www/htdocs/_bug.html: bugfix: win32: chdir not needed, dir
                   7515:          passwed as 'currentDirectory' parameter to CreateProcess
                   7516: 
                   7517:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   7518:          as 'currentDirectory' parameter to CreateProcess
                   7519: 
                   7520: 2004-07-27  paf
                   7521: 
                   7522:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   7523:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   7524:          from release somewhere [to help searching for unhandled system
                   7525:          exceptions]
                   7526: 
                   7527:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   7528:          TZ shift
                   7529: 
                   7530:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   7531:          but also in ctor
                   7532: 
                   7533: 2004-07-26  paf
                   7534: 
                   7535:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   7536:          src/main/pa_request.C, src/types/pa_vfile.h,
                   7537:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   7538:          src/types/types.vcproj, www/htdocs/_bug.html: new:
                   7539:          $response:body/download[    $.file[name on disk]    $.name[of
                   7540:          file for user]        $.mdate[date of last-modified. default from
                   7541:          directory] ]
                   7542: 
                   7543:        * src/classes/file.C: moving file:send somewhere else..
                   7544: 
                   7545:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
1.89      moko     7546:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   7547:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   7548:          $response:download[ $.filename[filename] $.option[] ,, ]
1.86      moko     7549: 
                   7550:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   7551: 
                   7552: 2004-07-21  paf
                   7553: 
                   7554:        * src/types/pa_vmail.C, www/htdocs/_bug.html: bugfix: too long
                   7555:          header values now splitted to several lines
                   7556: 
                   7557:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   7558: 
                   7559:          note: ms outlook[!express] shows only first 255 characters of
                   7560:          subject
                   7561: 
                   7562: 2004-07-15  paf
                   7563: 
                   7564:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   7565:          off]
                   7566: 
                   7567: 2004-07-14  paf
                   7568: 
                   7569:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   7570:          according to lang  [were: as-is]
                   7571: 
                   7572: 2004-07-07  paf
                   7573: 
                   7574:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   7575:          checked that
                   7576: 
                   7577:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   7578:          now untainted according to their languages.  were: as-is.
                   7579:          EVERYWHERE
                   7580: 
                   7581:        * src/classes/file.C, src/main/pa_exec.C, www/htdocs/_bug.html,
                   7582:          www/htdocs/_bug.pl: bufix: on unix AND win32 environment string
                   7583:          now untainted according to their languages.  were: as-is.
                   7584:          EVERYWHERE
                   7585: 
                   7586:        * src/main/pa_exec.C: bufix: on unix environment string now
                   7587:          untainted according to their languages.  were: as-is. on win32:
                   7588:          ok
                   7589: 
                   7590:        * parser3.vssscc: ...would not go unnoticed
                   7591: 
                   7592:        * src/main/pa_charset.C, www/htdocs/.htaccess,
                   7593:          www/htdocs/_bug.html: convinience: transcodeFromUTF8 now never
                   7594:          fails. in case on input appears nonutf, those bytes will be
                   7595:          printed in %HH form. that can be easily decoded/recovered.
                   7596: 
                   7597:          this form is quite noticable, and hopefully would not go noticed
                   7598: 
                   7599: 2004-07-06  paf
                   7600: 
                   7601:        * src/main/pa_exec.C: bufix: on unix environment string now
                   7602:          untainted according to their languages.  were: as-is. on win32:
                   7603:          ok
                   7604: 
                   7605: 2004-07-01  paf
                   7606: 
                   7607:        * src/classes/classes.vcproj, src/lib/cord/cord.vcproj,
                   7608:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   7609:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   7610:          src/lib/pcre/pcre_dftables.vcproj,
                   7611:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/smtp/smtp.vcproj,
1.89      moko     7612:          src/main/main.vcproj, src/targets/cgi/parser3.vcproj,
1.86      moko     7613:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   7614:          www/htdocs/.htaccess: win32: option: global optimization ON
                   7615: 
                   7616:        * src/main/untaint.C, www/htdocs/_bug.html: workaround kinda bug in
                   7617:          libxml: life requires to do xdoc::create{invalid chars} standard
                   7618:          disables chars less then \x20, except tab, cr, lf.
                   7619: 
                   7620:          changed tainting so that those become '!'
                   7621: 
                   7622: 2004-06-25  paf
                   7623: 
                   7624:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   7625:          int on odd address [prev bugfix failed due to superwize
                   7626:          optimizer, which turned memcpy into same 'ld' asm command]
                   7627: 
                   7628:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   7629:          int on odd address
                   7630: 
                   7631: 2004-06-23  paf
                   7632: 
                   7633:        * www/htdocs/_bug.html: checked: oracle: various ways of returning
                   7634:          error from stored proc.  bad: no way of knowing which exactly
                   7635:          user-defined exception were thrown.  good:
                   7636:          raise_application_error can return error message number and
                   7637:          string FINE good: PRAGMA EXCEPTION_INIT works good too
                   7638: 
                   7639: 2004-06-22  paf
                   7640: 
                   7641:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   7642: 
                   7643:        * www/htdocs/_bug.html: checked: in out variables OK
                   7644: 
                   7645:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   7646:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   7647:          src/include/pa_config_includes.h, www/htdocs/_bug.html: new:
                   7648:          ^void:sql{call paf(:a)}[                $.bind[
                   7649:                $.a[2]          ]       ] output variables work.  todo:
                   7650:          check in out variables
                   7651: 
                   7652: 2004-06-18  paf
                   7653: 
                   7654:        * src/classes/file.C, src/classes/hash.C, src/classes/string.C,
                   7655:          src/classes/table.C, src/classes/void.C,
                   7656:          src/include/pa_globals.h, src/include/pa_sql_connection.h,
                   7657:          src/main/compile.tab.C, src/sql/pa_sql_driver.h,
                   7658:          www/htdocs/.htaccess, www/htdocs/_bug.html: started:
                   7659:          ^void:sql{call paf(:a)}[                $.bind[
                   7660:                $.a[2]          ]       ] input variables work.
                   7661:          todo:output
                   7662: 
                   7663:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   7664:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   7665:          /_bug.html?404;http://hpsv/test/
                   7666:          --------------------------------------------------------------------------------
                   7667:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   7668:          --------------------------------------------------------------------------------
                   7669:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   7670: 
                   7671: 2004-06-16  paf
                   7672: 
                   7673:        * src/targets/cgi/parser3.C: new: iis specific
                   7674:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   7675:          $request:query
                   7676:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   7677:          $form:fields IIS-STATUS="404"
                   7678:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   7679: 
                   7680:          todo: isapi too
                   7681: 
                   7682: 2004-05-26  paf
                   7683: 
                   7684:        * src/include/pa_version.h: 3.1.3
                   7685: 
                   7686:        * operators.txt: beauty: removed outdated level 'table'
                   7687: 
                   7688:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   7689: 
                   7690:        * src/main/pa_string.C: beauty: removed 3 warnings
                   7691: 
                   7692:        * src/include/pa_string.h, src/classes/table.C, src/main/untaint.C,
                   7693:          www/htdocs/_bug.html, src/classes/op.C: beauty: removed outdated
                   7694:          level 'table'
                   7695: 
                   7696: 2004-05-25  paf
                   7697: 
                   7698:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   7699:          implementation. mistery: how anything worked
                   7700: 
                   7701:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   7702:          changed, it is now safe to use url if pointers to it are stored
                   7703:          to gc mem
                   7704: 
                   7705:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   7706:          unknown errors reported and not cause SIGSEGV now
                   7707: 
                   7708: 2004-05-24  paf
                   7709: 
                   7710:        * src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   7711:          src/lib/cord/include/cord.h, www/htdocs/_bug.html,
                   7712:          src/lib/cord/cordxtra.c: cancel: more speed, less memory:
                   7713:          CORD_chars_block originally intended to ...  it was good that
                   7714:          CORD_chars_block were not used: it consumes more memory [and,
                   7715:          might be slow too] undoing that. [and removed that func so that
                   7716:          it would not confuse parser developer in future]
                   7717: 
                   7718:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   7719:          less memory: CORD_chars_block originally intended to
                   7720:          speedup/reduce mem usage were forgotten, and were used stupid
                   7721:          CORD_chars
                   7722: 
                   7723:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   7724: 
                   7725:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   7726:          BIGENDIAN processors space-conserving mech failed, causing
                   7727:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   7728:          (1|2|3));
                   7729: 
                   7730: 2004-05-14  paf
                   7731: 
                   7732:        * src/types/Makefile.am, src/types/pa_vvoid.C,
                   7733:          src/types/pa_vvoid.h, src/types/types.vcproj,
                   7734:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/auto.p:
                   7735:          bugfix: void now has vfile value, and $response:body[] works OK
                   7736: 
                   7737: 2004-05-12  paf
                   7738: 
                   7739:        * src/types/pa_vbool.h, src/types/pa_vhash.h,
                   7740:          src/types/pa_vhashfile.h, src/types/pa_vtable.h,
                   7741:          www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: ^if(def
                   7742:          $bool) now equals ^if($bool) and shaped up other sources to use
                   7743:          is_defined() {return as_bool();} along VBool
                   7744: 
                   7745: 2004-05-11  paf
                   7746: 
                   7747:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   7748:          referencing to local objects
                   7749: 
                   7750:        * src/classes/mail.C, src/include/pa_exec.h,
                   7751:          src/main/compile.tab.C, src/types/pa_vmail.C,
                   7752:          src/types/pa_vmail.h, www/htdocs/.htaccess, www/htdocs/_bug.gif,
                   7753:          www/htdocs/_bug.html: bugfix: bcc with sendmail now left intact
                   7754: 
                   7755: 2004-04-15  paf
                   7756: 
                   7757:        * src/classes/date.C: merged: beauty: unused var removed
                   7758: 
                   7759:        * src/classes/date.C: beauty: unused var removed
                   7760: 
                   7761:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   7762:          provoked bug
                   7763: 
                   7764: 2004-04-09  paf
                   7765: 
                   7766:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   7767: 
                   7768:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   7769: 
                   7770: 2004-04-08  paf
                   7771: 
                   7772:        * src/classes/date.C: new: ^date::create[y-m-d
                   7773:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   7774: 
                   7775:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   7776: 
                   7777:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   7778:          to consult default catalog [usually, that file belongs to other
                   7779:          user/group]
                   7780: 
                   7781: 2004-04-06  paf
                   7782: 
                   7783:        * src/main/pa_common.C: beauty: gcc warning removed
                   7784: 
                   7785:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   7786:          accept that trick, trying other
                   7787: 
                   7788:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7789:          bugfix: step3 to fix explicit result problem
                   7790: 
                   7791:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7792:          bugfix: step2 to fix explicit result problem
                   7793: 
                   7794:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7795:          bugfix: step1 to fix explicit result problem
                   7796: 
                   7797:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   7798: 
                   7799:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   7800:          src/main/compile.y, src/main/execute.C, www/htdocs/_bug.html:
                   7801:          attempt_check_call_in_explicit_result_mode: failed
                   7802: 
                   7803:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   7804:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   7805:          gethostbyname failed with such 'domains'] now checked properly,
                   7806:          were: needless reverse/forward dns lookup
                   7807: 
                   7808:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   7809:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   7810:          gethostbyname failed with such 'domains'] now checked properly,
                   7811:          were: needless reverse/forward dns lookup
                   7812: 
                   7813:        * src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   7814:          www/htdocs/_bug.html: reimplemented: @method[][result] means "no
                   7815:          string output here" moved to lexical level [on grammar level it
                   7816:          were too difficult]
                   7817: 
                   7818:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   7819:          src/main/compile.y, src/main/compile_tools.h,
                   7820:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   7821:          www/htdocs/.htaccess, www/htdocs/_bug.html: new:
                   7822:          @method[][result] means "no string output here", implemented part
                   7823:          of that idea: compiler throws away string literal generation
                   7824:          code. and barks nonwhitespace chars
                   7825: 
                   7826:        * operators.txt: truth: removed comment about $ORIGIN
                   7827: 
                   7828: 2004-04-05  paf
                   7829: 
                   7830:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   7831:          src/include/pa_version.h, src/main/pa_common.C,
                   7832:          src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   7833:          www/htdocs/_bug.html, www/htdocs/_bug.txt: merged with 3.1.3
                   7834: 
                   7835:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   7836:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   7837: 
                   7838:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   7839: 
                   7840:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   7841:          interfered with FAR console
                   7842: 
                   7843:        * configure, configure.in: 3.1.3
                   7844: 
                   7845:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   7846: 
                   7847:        * src/main/pa_common.C: removed warning
                   7848: 
                   7849:        * src/include/pa_version.h: 3.1.3
                   7850: 
                   7851: 2004-04-02  paf
                   7852: 
                   7853:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   7854: 
                   7855:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   7856:          allows to specify where to put parser log file
                   7857: 
                   7858: 2004-04-01  paf
                   7859: 
                   7860:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   7861:          without tab and enter were ignored
                   7862: 
                   7863:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   7864:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
1.89      moko     7865:          main/pa_socks.C, targets/cgi/parser3.C,
1.86      moko     7866:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   7867:          bugfix: sql connections now are disconnected
                   7868: 
                   7869: 2004-03-30  paf
                   7870: 
                   7871:        * src/classes/table.C: bugfix: table::load last line without tab
                   7872:          and enter were ignored
                   7873: 
                   7874:        * src/classes/table.C: bufix: if last table lines were commented,
                   7875:          gpfed
                   7876: 
                   7877:        * src/doc/ClassExample1.dox, src/doc/ClassExample2.dox,
                   7878:          src/doc/ClassExample3.dox, src/doc/chmhelper.pl,
                   7879:          src/doc/class.dox, src/doc/compiler.dox, src/doc/doxygen.cfg,
                   7880:          src/doc/exception.dox, src/doc/executor.dox, src/doc/footer.htm,
                   7881:          src/doc/index.dox, src/doc/memory.dox, src/doc/methoded.dox,
                   7882:          src/doc/object.dox, src/doc/string.dox, src/doc/targets.dox,
                   7883:          src/doc/value.dox, src/include/pa_version.h,
                   7884:          src/main/pa_cache_managers.C,
                   7885:          src/main/pa_stylesheet_connection.C,
                   7886:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_vform.C,
                   7887:          www/htdocs/_bug.html, www/htdocs/_bug.txt: merged bugfixes from
                   7888:          3.1.2, changed version to 3.1.3beta
                   7889: 
                   7890: 2004-03-29  paf
                   7891: 
                   7892:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   7893:          causes gpf
                   7894: 
                   7895:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   7896:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   7897:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   7898:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   7899:          value.dox: translated to english
                   7900: 
                   7901: 2004-03-25  paf
                   7902: 
                   7903:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   7904:          parser3project dependency removed
                   7905: 
                   7906:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   7907:          bugfix: refused to compile without xml
                   7908: 
                   7909:        * src/types/pa_vform.C: beauty: removed warning
                   7910: 
                   7911:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   7912:          any folder [removed last ;) folder dependency]
                   7913: 
                   7914:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   7915:          folder [removed last ;) folder dependency]
                   7916: 
                   7917:        * src/include/pa_version.h: release
                   7918: 
                   7919:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   7920: 
                   7921:        * src/classes/table.C: beauty: comment& more meaningful error
                   7922:          message
                   7923: 
                   7924:        * src/classes/hash.C, www/htdocs/_bug.html: bugfix: ^hash::sql{one
                   7925:          column} now produces $.hash[$.column_value1(true) ... ] [were
                   7926:          producing some strang thing]
                   7927: 
                   7928: 2004-03-23  paf
                   7929: 
                   7930:        * src/classes/image.C, src/main/pa_common.C, www/htdocs/_bug.html:
                   7931:          bugfix: ^image.polyline and http status line parsing checked
                   7932:          number of columns in table [user reported an assert]
                   7933: 
                   7934:        * operators.txt: example: on hashfile
                   7935: 
                   7936:        * src/classes/op.C, src/types/pa_value.C, src/types/pa_wcontext.C,
                   7937:          www/htdocs/_bug.html: bugfix: junction reattach now actually
                   7938:          reattaches a junction to new wcontext [were only assigning it to
                   7939:          junction, which caused junction tracking to loose junction, and
                   7940:          it's context were not killed, and it tried to process in invalid
                   7941:          context, gpf]
                   7942: 
                   7943:        * src/targets/cgi/parser3.C: debug helper added
                   7944: 
                   7945: 2004-03-19  paf
                   7946: 
                   7947:        * src/types/pa_wcontext.C, www/htdocs/_bug.html: beauty: error
                   7948:          messages removed duplicate "type(type)" in braces
                   7949: 
                   7950: 2004-03-10  paf
                   7951: 
                   7952:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   7953:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   7954:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7955:          www/htdocs/_bug.html: new: refined solution to
                   7956:          search-in-namespaces problem:
                   7957:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   7958:          $nodes[^xdoc.select[//x:second]]
                   7959: 
                   7960:        * operators.txt, src/classes/xnode.C, www/htdocs/_bug.html,
                   7961:          www/htdocs/_bug.xml: new: xnode.select*[xpath
                   7962:          expression][[NAMESPACES HASH]] allows to search for info in
                   7963:          namespaces
                   7964: 
                   7965:          $nodes[^xdoc.select[//x:second][
                   7966:          $.x[http://pif.design.ru/] ]]
                   7967: 
                   7968: 2004-03-09  paf
                   7969: 
                   7970:        * operators.txt, src/main/pa_common.C, www/htdocs/.htaccess,
                   7971:          www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/_bug.xsl:
                   7972:          new: ^file::load[...][options]         $.form[
                   7973:          !$.field1[string]
                   7974:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   7975:               ]         !$.body[string]
                   7976: 
                   7977:          GET ?here notGET(POST, HEAD, others) in content-type:
                   7978:          application/x-www-form-urlencoded
                   7979: 
                   7980:          todo: upload files ability
                   7981: 
                   7982:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   7983:          properly, done
                   7984: 
                   7985: 2004-03-05  paf
                   7986: 
                   7987:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   7988:          GET/POST $.form[$.fields started, not tested yet
                   7989:          todo:$.field[table] for multiple values
                   7990: 
                   7991:        * operators.txt: new: http:// options $.user $.password basic
                   7992:          authorization
                   7993: 
                   7994:        * src/main/pa_common.C: beauty: link to rtf added
                   7995: 
                   7996:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   7997:          www/htdocs/_bug.html: new: http:// options $.user $.password
                   7998:          basic authorization
                   7999: 
                   8000:        * src/main/pa_common.C: beauty: removed needless vars
                   8001: 
                   8002:        * operators.txt: new: pgsql option [like that recently added to
                   8003:          oracle driver]             ClientCharset=parser-charset <<
                   8004:          charset in which parser thinks client works
                   8005: 
                   8006:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   8007: 
                   8008:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   8009:          char!
                   8010: 
                   8011:        * etc/parser3.charsets/windows-1251.cfg: typo
                   8012: 
                   8013:        * www/htdocs/_bug.html, operators.txt: new: odbc option [like that
                   8014:          recently added to oracle driver]
                   8015:          ClientCharset=parser-charset << charset in which parser thinks
                   8016:          client works
                   8017: 
                   8018: 2004-03-04  paf
                   8019: 
                   8020:        * www/htdocs/: _bug.html, _bug.txt: new: mysql option [like that
                   8021:          recently added to oracle driver]
                   8022:          ClientCharset=parser-charset << charset in which parser thinks
                   8023:          client works
                   8024: 
                   8025:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   8026:          cached, sql transcoding now goes faster
                   8027: 
                   8028:        * operators.txt: new: mysql option [like that recently added to
                   8029:          oracle driver]             ClientCharset=parser-charset <<
                   8030:          charset in which parser thinks client works
                   8031: 
                   8032:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   8033:          typo error
                   8034: 
                   8035:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   8036:          chars commented
                   8037: 
                   8038: 2004-03-03  paf
                   8039: 
                   8040:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   8041:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   8042: 
                   8043: 2004-03-02  paf
                   8044: 
                   8045:        * operators.txt: new[update typo]:     !^void.left(n)
                   8046:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   8047:                nothing
                   8048: 
                   8049:        * operators.txt, src/classes/void.C, www/htdocs/_bug.html: new:
                   8050:          !^void.left(n)        nothing     !^void.right(n)        nothing
                   8051:          !^void.pos(p[;n])           nothing
                   8052: 
                   8053:        * operators.txt, src/classes/file.C, src/include/pa_string.h,
                   8054:          www/htdocs/_bug.html: new: ^file::sql[[name_to_become_$.name]]{}
                   8055:          query result must be one row with columns:   first: data
                   8056:          second: file name   third: content-type
                   8057: 
                   8058:        * operators.txt, src/classes/file.C, www/htdocs/_bug.gif,
                   8059:          www/htdocs/_bug.html: ^file.sql-string[] inside ^connect gets
                   8060:          properly escaped string, which can be passed to request now this
                   8061:          for mysql only. it's up to parser sql driver to fix zeros
                   8062:          properly
                   8063: 
                   8064:        * INSTALL: note: added on building apache with this option:
                   8065:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   8066: 
                   8067:        * www/htdocs/_bug.html: feature:
                   8068:          oracle?..&LowerCaseColumnNames=0&ClientCharset=something column
                   8069:          names got transcoded to $request:charset too [were only column
                   8070:          data]
                   8071: 
                   8072: 2004-03-01  paf
                   8073: 
1.89      moko     8074:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   8075:          extension memory:compact befor processingrequest
1.86      moko     8076: 
                   8077:        * operators.txt, src/classes/hash.C, www/htdocs/_bug.html: new:
                   8078:          ^hash._keys[>>name<<] to call sole column of result
                   8079: 
                   8080:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   8081:          src/lib/gd/gif.h, www/htdocs/_bug.html: new:
                   8082:          ^image.pixel(x;y)[(color)]         get/set pixel color
                   8083: 
                   8084:        * src/classes/image.C, src/types/pa_vimage.C,
                   8085:          src/types/pa_vimage.h, www/htdocs/_bug.html: beauty: image --
                   8086:          less checks [were ugly impl]
                   8087: 
                   8088:        * src/classes/string.C, www/htdocs/_bug.html: bugfix:
                   8089:          ^string.left/right/mid with negative values now considered bad
                   8090: 
                   8091:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   8092: 
                   8093:        * src/classes/xdoc.C, src/types/pa_vxdoc.h, www/htdocs/_bug.html,
                   8094:          www/htdocs/_bug.xsl: bugfix: boolean output options now have
                   8095:          unified defaults [after transform
                   8096:          indent/omit-xml-declaration/standalone 'default' erroreously
                   8097:          meant 'true']
                   8098: 
                   8099:        * www/htdocs/_bug.html: bugfix: http://i.p.a.ddress gethostbyaddr
                   8100:          added [on some platforms gethostbyname failed with such
                   8101:          'domains']
                   8102: 
                   8103:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   8104:          added [on some platforms gethostbyname failed with such
                   8105:          'domains']
                   8106: 
                   8107:        * src/include/pa_config_auto.h.in: no select check, no define
                   8108: 
                   8109:        * src/classes/string.C: feature: ^string.trim both parameters may
                   8110:          be empty-strings, meaning kind=both chars=whitespaces
                   8111: 
                   8112:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   8113:          exist
                   8114: 
                   8115:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   8116:          exception if it is
                   8117: 
                   8118:        * src/classes/string.C: changed: ^string.trim [] << both,
                   8119:          whitespaces [start|both|end] << kind, whitespaces
                   8120:          [start|both|end;chars]  full
                   8121: 
                   8122: 2004-02-27  paf
                   8123: 
                   8124:        * operators.txt, src/classes/string.C, src/main/pa_string.C,
                   8125:          www/htdocs/_bug.html: new method:
                   8126:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   8127:          whitespace chars finished
                   8128: 
                   8129:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   8130:          src/main/pa_string.C, www/htdocs/_bug.html: new method:
                   8131:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   8132:          whitespace chars   started, only start works
                   8133: 
                   8134:        * www/htdocs/: _bug.html, _bug.xml, _bug.xsl: bug discovered: todo!
                   8135:          xdoc::create+save != xdoc.transform&no<xsl:output>+save
                   8136: 
                   8137:        * src/main/compile.C: bugfix: line numbers after
                   8138:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   8139:          signed
                   8140: 
                   8141:        * src/main/untaint.C: speed: there's no \n chars in output
                   8142:          [normally], so no need to optimize them they could be retrived
                   8143:          from databases, though. but 1. should be replaced 2. if not
                   8144:          optimized, no harm done
                   8145: 
                   8146:        * www/htdocs/: _bug.html, _bug.txt: just test:
                   8147:          file::load[text;http:// $.text utf-8 signature, line ends OK
                   8148:          http://i2/tasks/edit/?id=4629476859594276758
                   8149: 
                   8150:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   8151:          ^file::exec/cgi could return invalid status & zombie child can
                   8152:          remain for short period until process exists [very bad in
                   8153:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   8154: 
                   8155:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   8156:          malicious SMTP server to attack as by returning too long status
                   8157:          responses http://i2/tasks/edit/?id=4629448401140924947
                   8158: 
                   8159: 2004-02-26  paf
                   8160: 
                   8161:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   8162:          are         $.main[to what to rename @main]         $.file[file,
                   8163:          from which (user says) goes that CODE]         $.lineno(line
                   8164:          number in that file, where CODE starts. may be negative)
                   8165: 
                   8166:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   8167:          src/main/compile.C, src/main/compile_tools.h,
                   8168:          src/main/pa_request.C, www/htdocs/_bug.html, www/htdocs/_bug.p,
                   8169:          www/htdocs/_bug.xsl: feature: ^process...{CODE}[now has options]
                   8170:          which are         $.main[to what to rename @main]
                   8171:          $.file[file, from which (user says) goes that CODE]
                   8172:          $.lineno(line number in that file, where CODE starts. may be
                   8173:          negative)
                   8174: 
                   8175: 2004-02-25  paf
                   8176: 
                   8177:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   8178:          old @charsetsdir@ recently erased from configure.in]
                   8179: 
                   8180:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   8181:          produces hash of column=>1
                   8182: 
                   8183:        * www/htdocs/: _bug.html, _bug.xsl: xhtml: &#9; as resutl of
                   8184:          <xsl:attribute>[tab]  is OK
                   8185: 
                   8186:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   8187:          with incomplete errno constants set
                   8188: 
                   8189: 2004-02-24  paf
                   8190: 
                   8191:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   8192:          "man select"
                   8193: 
                   8194:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   8195: 
                   8196:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   8197: 
                   8198:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   8199: 
                   8200:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
                   8201: 
                   8202:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   8203:          unix: steps to work on unix [extracted 'to']
                   8204: 
                   8205:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   8206: 
                   8207:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   8208: 
                   8209:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   8210:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   8211:          unix [testing on solaris]
                   8212: 
                   8213: 2004-02-20  paf
                   8214: 
                   8215:        * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: ugly code
                   8216:          removed, thanks to egr for pointing that out
                   8217: 
                   8218:        * www/htdocs/: _bug.html, _bug.xsl: bugfix: <tag
                   8219:          attr="&#digital_entity;" bug fixed again [same solution,
                   8220:          mistanenly removed one line]
                   8221: 
                   8222:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   8223:          fixed again [same solution, mistanenly removed one line]
                   8224: 
                   8225: 2004-02-19  paf
                   8226: 
                   8227:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   8228:          date::create from bad datetime in spring daylightsaving hole now
                   8229:          OK for all platforms [on some platforms it failed]
                   8230: 
                   8231:        * src/classes/date.C, src/classes/image.C, www/htdocs/_bug.html:
                   8232:          beauty: date::create[bad date time in daylightsaving hole] now
                   8233:          throws error
                   8234: 
                   8235:        * src/classes/date.C: comment: mistake fixed
                   8236: 
                   8237: 2004-02-18  paf
                   8238: 
                   8239:        * www/htdocs/_bug.html: beauty: coder can override save/file
                   8240:          encoding by specifying it in xsl:output or in save/file
                   8241:          hash-options
                   8242: 
                   8243:        * www/htdocs/: _bug.html, _bug.xsl: beauty: coder can override
                   8244:          save/file encoding by specifying it in xsl:output or in save/file
                   8245:          hash-options
                   8246: 
                   8247:        * www/htdocs/: _bug.html, _bug.xsl: beauty: xdoc.string now
                   8248:          renderes in $request:charset, but in header puts
                   8249:          $response:charset todo: make that default only so that coder
                   8250:          could override that
                   8251: 
                   8252:        * www/htdocs/: _bug.html: beauty: xdoc.string now renderes in
                   8253:          $request:charset, but in header puts $response:charset todo: make
                   8254:          that default only so that coder could override that
                   8255: 
                   8256:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   8257:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: beauty: xdoc.string
                   8258:          now renderes in $request:charset, but in header puts
                   8259:          $response:charset todo: make that default only so that coder
                   8260:          could override that
                   8261: 
                   8262:        * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: xhtml
                   8263:          doctype-public/system forcly turns off omit-xml-declaration
                   8264: 
                   8265:        * src/classes/xdoc.C, www/htdocs/_bug.html, www/htdocs/_bug.xsl:
                   8266:          feature: reimplemented xhtml output, see /.xsl for sample
                   8267: 
                   8268: 2004-02-17  paf
                   8269: 
                   8270:        * src/classes/xdoc.C: beauty: needless helper class removed
                   8271: 
                   8272:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   8273:          copied extra time
                   8274: 
                   8275:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   8276:          part of libxml
                   8277: 
                   8278:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   8279:          libxml to do the work] <xsl:output        method="html"
                   8280:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   8281:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   8282:          />
                   8283: 
                   8284:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   8285: 
                   8286:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   8287:          caused assertion
                   8288: 
                   8289:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   8290:          could hang. now such add does nothing, sub clears $hash
                   8291: 
                   8292:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   8293:          not made quoted-printable
                   8294: 
                   8295:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   8296:          string invariant
                   8297: 
                   8298: 2004-02-16  paf
                   8299: 
                   8300:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   8301:          cleared [were not cleared properly]
                   8302: 
                   8303: 2004-02-13  paf
                   8304: 
                   8305:        * src/include/pa_version.h: prerelease
                   8306: 
                   8307:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   8308:          used, introducing dependencies timestamp check
                   8309: 
                   8310:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   8311:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   8312:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   8313:          .xsl.stamp now not used, introducing dependencies timestamp check
                   8314: 
                   8315:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   8316: 
                   8317: 2004-02-12  paf
                   8318: 
                   8319:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   8320:          ruined empty <input type=file> submits. parser thought there were
                   8321:          nameless empty file and $form:field got value of type 'file'
                   8322: 
                   8323:        * INSTALL: --without-threads
                   8324: 
                   8325:        * src/include/pa_sapi.h: 2004
                   8326: 
                   8327: 2004-02-11  paf
                   8328: 
                   8329:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   8330:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   8331:          classes/hashfile.C, classes/image.C, classes/int.C,
                   8332:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   8333:          classes/response.C, classes/string.C, classes/table.C,
                   8334:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   8335:          include/pa_array.h, include/pa_cache_managers.h,
                   8336:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   8337:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   8338:          include/pa_dictionary.h, include/pa_dir.h,
                   8339:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   8340:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   8341:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   8342:          include/pa_request_charsets.h, include/pa_request_info.h,
                   8343:          include/pa_socks.h, include/pa_sql_connection.h,
                   8344:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   8345:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   8346:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   8347:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   8348:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   8349:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   8350:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   8351:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   8352:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   8353:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8354:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   8355:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   8356:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   8357:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   8358:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   8359:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
1.89      moko     8360:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
1.86      moko     8361:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   8362:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   8363:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   8364:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   8365:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   8366:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   8367:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   8368:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   8369:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   8370:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   8371:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   8372:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   8373:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   8374:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   8375:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   8376:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   8377:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   8378:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   8379:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   8380:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   8381: 
                   8382:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   8383:          debug version of gc.dll
                   8384: 
                   8385:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8386:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   8387:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   8388:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   8389:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   8390:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   8391:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   8392:          processes
                   8393: 
                   8394:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
1.89      moko     8395:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   8396:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   8397:          changes to reflect libxml xsl new folders
1.86      moko     8398: 
                   8399:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8400:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   8401:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   8402:          to reflect libxml xsl new folders
                   8403: 
                   8404:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8405:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   8406:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   8407:          types/types.vcproj: started changes to reflect libxml xsl new
                   8408:          folders
                   8409: 
                   8410:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   8411:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   8412:          src/main/compile.tab.C, src/main/main.vcproj,
1.89      moko     8413:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
1.86      moko     8414:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   8415:          www/htdocs/.htaccess: started changes to reflect libxml xsl new
                   8416:          folders
                   8417: 
                   8418: 2004-02-10  paf
                   8419: 
                   8420:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   8421:          compile. recommened latest libxml up to date
                   8422: 
                   8423:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   8424:          pattern compilation errors", on which spent 4 hours worktime. use
                   8425:          versions higher than that. recommended now latest up to date
                   8426: 
                   8427: 2004-02-06  paf
                   8428: 
                   8429:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   8430:          beauty: unified destructing style
                   8431: 
                   8432:        * src/main/untaint.C: beauty: removed old def/ifdef
                   8433: 
                   8434:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   8435:          now
                   8436: 
                   8437: 2004-02-03  paf
                   8438: 
                   8439:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   8440:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   8441:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   8442:          then %ld/%lu
                   8443: 
                   8444:        * src/main/pa_common.C: typo: %l -> %u
                   8445: 
                   8446:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   8447:          in attributes or documents-results of transform now not &#04xx;
                   8448: 
                   8449:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   8450: 
                   8451:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   8452: 
                   8453:        * src/main/pa_charset.C: beauty: uncomment
                   8454:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   8455:          libraries
                   8456: 
                   8457: 2004-02-02  paf
                   8458: 
                   8459:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   8460:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   8461: 
                   8462:          $cookie:example[        $.value[]       $.expires[session]
                   8463:          $.path[/there/]         $.domain[test.com] ]
                   8464: 
                   8465:        * src/types/pa_vform.C: bugfix: empty values with
                   8466:          enctype=multipart/form-data now produce entries in $form:tables
                   8467:          <form method=post enctype=multipart/form-data> <input type=hidden
                   8468:          name=a> <input type=hidden name=b>
                   8469: 
                   8470:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   8471:          <hr> <pre>$request:body
                   8472: 
                   8473: 2004-01-30  paf
                   8474: 
                   8475:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   8476:          or documents-results of transform now not &#04xx;
                   8477: 
                   8478:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   8479:          produce exception.
                   8480: 
                   8481:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   8482:          bugfix: ^date::create[invalid fields now produce exception.
                   8483: 
                   8484:        * ChangeLog, src/classes/date.C, www/htdocs/.htaccess: bugfix:
                   8485:          ^date::create[invalid year] now produces exception. todo: check
                   8486:          other fields
                   8487: 
                   8488: 2004-01-29  paf
                   8489: 
                   8490:        * src/include/pa_memory.h: typo error
                   8491: 
                   8492:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   8493:          more byte then specified, then zeroed it << useless and
                   8494:          potentially harmful(could gpf)
                   8495: 
                   8496: 2004-01-22  paf
                   8497: 
                   8498:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   8499: 
                   8500:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   8501:          optimization
                   8502: 
                   8503:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   8504:          [were bug: ^taint[1 & 2]="1 &2"
                   8505: 
                   8506:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   8507:          errors
                   8508: 
                   8509:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   8510:          overflow
                   8511: 
                   8512:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   8513:          error-reporting code * in parser-error reporting code [when no
                   8514:          @unhandled_exception defined]
                   8515: 
                   8516:          fixed in one place: my *snprintf override
                   8517: 
                   8518: 2004-01-13  paf
                   8519: 
                   8520:        * operators.txt: typo erro
                   8521: 
                   8522: 2003-12-25  paf
                   8523: 
                   8524:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   8525:          garbled  [pieces after zero bytes were removed]
                   8526: 
                   8527: 2003-12-22  paf
                   8528: 
                   8529:        * src/include/Makefile.am: bugfix: removed from dist:
                   8530:          src/include/pa_config_auto.h which were configured for
                   8531:          make-dist-platform and badly updated proper config file in target
                   8532:          [when .tar used for updating existing source tree]
                   8533: 
                   8534:        * ChangeLog, operators.txt, src/classes/op.C,
                   8535:          src/include/pa_sql_connection.h,
                   8536:          src/include/pa_sql_driver_manager.h,
                   8537:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h,
                   8538:          www/htdocs/.htaccess: feature: sql introducing ability to
                   8539:          transcode charsets
                   8540: 
                   8541: 2003-12-19  paf
                   8542: 
                   8543:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   8544:          error message
                   8545: 
                   8546:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   8547:          structure for libxml now allocated properly
                   8548: 
                   8549: 2003-12-17  paf
                   8550: 
                   8551:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   8552: 
                   8553:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   8554: 
                   8555:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   8556: 
                   8557:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   8558:          unreported xmlGenericErrors]
                   8559: 
                   8560: 2003-12-15  paf
                   8561: 
                   8562:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   8563:          works}
                   8564: 
                   8565: 2003-12-11  paf
                   8566: 
                   8567:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   8568:          id
                   8569:              !$status:tid thread id
                   8570: 
                   8571:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   8572:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   8573:          bugfix(solaris): removed dependency on object initialization
                   8574:          order [one more place]
                   8575: 
                   8576:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   8577:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   8578:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   8579:          understand that
                   8580: 
                   8581:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   8582:          classes/xdoc.C, include/pa_cache_managers.h,
                   8583:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   8584:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   8585:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   8586:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   8587:          ctor call [relying on implicit String::Body(cstr) call]
                   8588: 
                   8589:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   8590:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   8591:          object initialization order [two places]
                   8592: 
                   8593: 2003-12-10  paf
                   8594: 
                   8595:        * src/include/pa_sql_connection.h, www/htdocs/.htaccess: bugfix:
                   8596:          $status:sql.cache back  << time now ok
                   8597: 
                   8598:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   8599:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   8600:          operational
                   8601: 
                   8602:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   8603:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   8604:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   8605:          src/main/pa_string.C, src/types/pa_vxdoc.h, www/htdocs/.htaccess:
                   8606:          $status:sql.cache back operational
                   8607: 
                   8608: 2003-12-02  paf
                   8609: 
                   8610:        * src/types/pa_vmail.C: bugfix:
                   8611:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   8612:          as-is forced]
                   8613: 
                   8614:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   8615:          exceptions out of libxml callbacks: reimplemented error handling
                   8616:          of http://localhost, parser://method and safemode check callbacks
                   8617: 
                   8618:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   8619:          [merged from HEAD]
                   8620: 
                   8621:        * src/classes/image.C: nothing: comment removed
                   8622: 
                   8623:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   8624:          addresses to int
                   8625: 
                   8626: 2003-12-01  paf
                   8627: 
                   8628:        * src/main/pa_xml_io.C: bugfix: typo
                   8629: 
                   8630:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   8631: 
                   8632:        * src/classes/xdoc.C: bugfix: typo
                   8633: 
                   8634:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   8635:          exception
                   8636: 
                   8637:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   8638: 
                   8639: 2003-11-28  paf
                   8640: 
                   8641:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   8642:          all xml documents read
                   8643: 
                   8644:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   8645: 
                   8646:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   8647:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   8648:          replaced original open mech of xdoc::create & co to use libxml
                   8649:          open, so that this would work for root document todo: safe mode
                   8650:          checks to libxml: ideally to some 1 point
                   8651: 
                   8652:        * src/main/pa_xml_io.C: comment
                   8653: 
                   8654:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   8655:          http://parser[abscent params]
                   8656: 
                   8657:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   8658:          works.  todo: maybe replace original open mech of xdoc::create &
                   8659:          co to use libxml open, so that this would work for root document
                   8660: 
                   8661:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   8662:          "parser://method/params/here"> <test>   &test^; </test> }]
                   8663: 
                   8664:          ^taint[^xdoc.string[]]
                   8665: 
                   8666:          @method[param] <!ENTITY test
                   8667:          "test-entity-value+$form:user+$param!">
                   8668: 
                   8669: 2003-11-27  paf
                   8670: 
                   8671:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   8672: 
                   8673:        * src/classes/date.C: bugfix: typo error
                   8674: 
                   8675: 2003-11-26  paf
                   8676: 
                   8677:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   8678:          src/main/Makefile.am, src/main/main.vcproj,
                   8679:          src/main/pa_globals.C, src/main/pa_request.C,
                   8680:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   8681:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   8682:          to pa_xml_io.C/h
                   8683: 
                   8684:        * src/types/pa_value.h: warnings: --
                   8685: 
                   8686: 2003-11-25  paf
                   8687: 
                   8688:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   8689:          whatever)
                   8690: 
                   8691:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   8692:          a, (c?x:y, z)
                   8693: 
                   8694:        * src/main/untaint.C: bugfix: consequences of not reading this
                   8695:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   8696:          <= 0 ==> none    */
                   8697: 
                   8698:        * src/include/pa_array.h: removed needless checks
                   8699: 
                   8700: 2003-11-24  paf
                   8701: 
                   8702:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   8703:          removed limit: now $form:xxx can be accessed anytime, even in
                   8704:          @auto/conf [and request/response:charset still can be changed
                   8705:          anytime]
                   8706: 
                   8707:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   8708:          now not transcodes response body
                   8709: 
                   8710:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   8711:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   8712:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   8713:          $xdoc.firstChild.firstChild.nodeValue[different]
                   8714:          ^taint[^xdoc.string[]]
                   8715: 
                   8716:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   8717:          workaround: static Hash::allocates -> static Hash_allocates
                   8718: 
                   8719: 2003-11-21  paf
                   8720: 
                   8721:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
1.89      moko     8722:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   8723:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.86      moko     8724: 
                   8725:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   8726: 
                   8727:        * src/classes/mail.C: bugfix: typo
                   8728: 
1.88      moko     8729:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
                   8730:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   8731:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
1.86      moko     8732:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   8733:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   8734:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   8735: 
                   8736:        * src/main/pa_exec.C: bug in safe mode
                   8737: 
                   8738:        * src/include/Makefile.am: pa_xml_exception.h
                   8739: 
1.89      moko     8740:        * src/targets/isapi/parser3isapi.C: more warnings --
1.86      moko     8741: 
                   8742: 2003-11-20  paf
                   8743: 
                   8744:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   8745:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   8746:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   8747:          --
                   8748: 
                   8749:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   8750:          more warnings --
                   8751: 
                   8752:        * src/classes/xdoc.C: more warnings --
                   8753: 
                   8754:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   8755: 
                   8756:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   8757:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   8758: 
                   8759:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8760:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
1.88      moko     8761:          classes/table.C, include/pa_cache_managers.h,
                   8762:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   8763:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   8764:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   8765:          --
1.86      moko     8766: 
                   8767:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   8768:          can't report problem (undefined @unhandled_exception) problem
                   8769:          source string were not reported
                   8770: 
                   8771:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   8772:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   8773:          classes/hashfile.C, classes/image.C, classes/int.C,
                   8774:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   8775:          classes/response.C, classes/string.C, classes/table.C,
                   8776:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   8777:          include/pa_array.h, include/pa_cache_managers.h,
                   8778:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   8779:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   8780:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   8781:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   8782:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   8783:          include/pa_request.h, include/pa_request_charsets.h,
                   8784:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   8785:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   8786:          include/pa_stack.h, include/pa_string.h,
                   8787:          include/pa_stylesheet_connection.h,
                   8788:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   8789:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   8790:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   8791:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   8792:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   8793:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   8794:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   8795:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   8796:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   8797:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   8798:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   8799:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
1.89      moko     8800:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
1.86      moko     8801:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   8802:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   8803:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   8804:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   8805:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   8806:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   8807:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   8808:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   8809:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   8810:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   8811:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   8812:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   8813:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   8814:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   8815:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   8816:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   8817:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   8818:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   8819:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   8820:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   8821:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   8822:          const IDENT
                   8823: 
                   8824:        * src/: include/pa_array.h, include/pa_pool.h,
                   8825:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   8826:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   8827:          types/pa_wcontext.h: more warnings --
                   8828: 
                   8829:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   8830:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   8831:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   8832:          classes/memory.C, classes/op.C, classes/string.C,
                   8833:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   8834:          include/pa_config_includes.h, include/pa_operation.h,
                   8835:          include/pa_sql_connection.h, include/pa_table.h,
                   8836:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   8837:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   8838:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   8839:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   8840:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   8841:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   8842:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
1.89      moko     8843:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   8844:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   8845:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   8846:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   8847:          types/pa_vmail.C, types/pa_vobject.C,
1.86      moko     8848:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   8849:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   8850:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   8851:          on all projects (except libltdl=off & libsdbm=level3) found
                   8852:          several unitialized vars
                   8853: 
                   8854: 2003-11-19  paf
                   8855: 
                   8856:        * src/classes/op.C: more ansi C++ comp
                   8857: 
                   8858:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   8859:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   8860:          $exception.handled[cache] meaning "get expired cache, if any.
                   8861:          else error"}
                   8862: 
                   8863:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   8864:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   8865:          ^cache[...]{body}{catch code with $exception.cache field}
                   8866: 
                   8867: 2003-11-12  paf
                   8868: 
                   8869:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   8870:          [copy/paste bug]
                   8871: 
                   8872: 2003-11-11  paf
                   8873: 
                   8874:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   8875:          failed]
                   8876: 
                   8877:        * bin/auto.p.dist.in: colno
                   8878: 
                   8879: 2003-11-10  paf
                   8880: 
                   8881:        * src/types/pa_vconsole.h: flush
                   8882: 
                   8883:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   8884:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   8885:          read/write  [for nntp]
                   8886: 
                   8887:        * operators.txt: mysql: transaction support: ?autocommit=0
                   8888: 
                   8889:        * operators.txt: comment: updated
                   8890: 
                   8891:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   8892:          serialize version and exipire now removes entries
                   8893: 
                   8894:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   8895:          dir, if could]
                   8896: 
                   8897:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   8898:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   8899:          removes files altogether [and dir, if could]
                   8900: 
                   8901:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   8902:          nonexistent pair. .c coded that that was error. fixed
                   8903: 
                   8904:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   8905:          file.access [regretfull can't split it to different exceptions
                   8906:          without modifying sdbm source wich would prefer not to]
                   8907: 
                   8908: 2003-11-07  paf
                   8909: 
                   8910:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8911:          classes/hashfile.C, classes/image.C, classes/table.C,
                   8912:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   8913:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   8914:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   8915:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   8916:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   8917:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   8918:          destructing objects at request processing end
                   8919: 
                   8920: 2003-11-06  paf
                   8921: 
                   8922:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   8923:          updates
                   8924: 
1.89      moko     8925:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   8926:          to include sdbm
1.86      moko     8927: 
                   8928:        * src/include/: pa_config_includes.h, pa_version.h: our
                   8929:          replacements of max& co only for cpp
                   8930: 
1.88      moko     8931:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   8932:          upper dir, .am updated
1.86      moko     8933: 
                   8934:        * tests/todo.txt: hashfile: done
                   8935: 
                   8936:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   8937:          expiration [time in value. todo: move time to key]
                   8938: 
                   8939:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   8940: 
                   8941:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   8942:          to do that in foreach, no errors, but surely wrong]
                   8943: 
                   8944:        * operators.txt, src/types/pa_vhashfile.C,
                   8945:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   8946: 
                   8947:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   8948:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   8949:          foreach
                   8950: 
                   8951:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   8952:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   8953: 
1.88      moko     8954:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.86      moko     8955:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   8956: 
1.88      moko     8957:        * src/include/pa_memory.h, src/targets/cgi/parser3.C,
                   8958:          src/types/pa_value.C, src/types/pa_value.h,
                   8959:          src/types/pa_vcookie.C, src/types/pa_vhashfile.C,
                   8960:          src/types/pa_vhashfile.h, www/htdocs/.htaccess: hashfile
                   8961:          implemented get/put [raw]
1.86      moko     8962: 
                   8963:        * src/: classes/op.C, main/pa_os.C: just linked
                   8964: 
                   8965:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   8966:          XmlException changes
                   8967: 
                   8968:        * src/: include/pa_charset.h, include/pa_globals.h,
                   8969:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   8970:          XmlException changes
                   8971: 
1.88      moko     8972:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
1.86      moko     8973: 
                   8974:        * src/: include/pa_common.h, include/pa_exception.h,
1.88      moko     8975:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   8976:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   8977:          main/pa_xml_exception.C: locking move to pa_os [along with
                   8978:          pa_sleep] apr-impl locking done
1.86      moko     8979: 
                   8980:        * configure, configure.in, operators.txt, parser3.sln,
                   8981:          src/classes/classes.vcproj, src/classes/hashfile.C,
1.88      moko     8982:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
1.86      moko     8983:          src/include/pa_exception.h, src/include/pa_globals.h,
                   8984:          src/include/pa_memory.h, src/include/pa_version.h,
                   8985:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   8986:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
1.88      moko     8987:          src/main/compile.tab.C, src/main/main.vcproj,
1.89      moko     8988:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   8989:          src/types/Makefile.am, src/types/pa_vhash.C,
                   8990:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   8991:          src/types/pa_vxnode.h, src/types/types.vcproj,
                   8992:          www/htdocs/.htaccess: hashfile: started again with sdbm from
                   8993:          apache
1.86      moko     8994: 
                   8995: 2003-11-05  paf
                   8996: 
1.88      moko     8997:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
1.89      moko     8998:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   8999:          \parser3project dir anymore
1.86      moko     9000: 
                   9001:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   9002:          thoughtlessly from xalan]
                   9003: 
                   9004:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   9005:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   9006:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   9007: 
                   9008:        * src/main/helpers/CaseFolding.txt:
                   9009:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   9010: 
                   9011: 2003-11-04  paf
                   9012: 
                   9013:        * operators.txt: comment: ^mail:send[$.options[
                   9014: 
                   9015:        * src/classes/table.C: compiled on unix
                   9016: 
                   9017:        * src/classes/Makefile.am: classes.C to rebuild last
                   9018: 
                   9019:        * src/classes/mail.C: compiled on unix
                   9020: 
                   9021:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   9022:          src/types/pa_vmail.h:     !^mail:send[
                   9023:                  $.options[unix: string to append to sendmail command
                   9024:          line]
                   9025: 
                   9026:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   9027:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   9028:          $.encloser["] <nothing> by default
                   9029: 
                   9030:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   9031:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   9032:          default
                   9033: 
                   9034: 2003-11-03  paf
                   9035: 
                   9036:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   9037:          ^table::load[; options:         !$.column-separator[^#09]
                   9038:          !$.column-encloser["]
                   9039: 
                   9040:        * operators.txt, src/include/pa_config_fixed.h,
                   9041:          src/types/pa_vrequest.C: $request:document-root
                   9042: 
                   9043:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   9044:          [already included into uri=xxx]
                   9045: 
                   9046:        * operators.txt, src/classes/image.C, tests/todo.txt,
                   9047:          www/htdocs/auto.p: ^image.gif[filename] for $response:download
                   9048: 
                   9049:        * src/classes/date.C: minor precaution
                   9050: 
                   9051:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   9052:              !^date.unix-timestamp[]
                   9053: 
                   9054: 2003-10-30  paf
                   9055: 
                   9056:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   9057:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   9058: 
                   9059:        * src/classes/: date.C, image.C: improvement diagnostics:
                   9060:          $now[^date::create[$undefined]] now is error
                   9061: 
                   9062:        * src/main/pa_common.C: read errors would now be reported 'actually
                   9063:          read -1 bytes'
                   9064: 
                   9065: 2003-10-24  paf
                   9066: 
1.88      moko     9067:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
1.86      moko     9068:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
1.89      moko     9069:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   9070:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
1.86      moko     9071: 
                   9072: 2003-10-22  paf
                   9073: 
                   9074:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   9075: 
                   9076: 2003-10-21  paf
                   9077: 
                   9078:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   9079:          fixed: string.match[g] without <'> option produced columns with
                   9080:          NULL's, which gpf'ed at table.save time
                   9081: 
                   9082:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   9083:          recoursion' message with intensive throw-catches fixed: incorrect
                   9084:          name and line (one name upper then needed) in error message about
                   9085:          problems inside try block
                   9086: 
                   9087: 2003-10-10  paf
                   9088: 
                   9089:        * src/include/pa_string.h, src/main/compile.tab.C,
                   9090:          www/htdocs/.htaccess: CORD_chr does not check offset argument for
                   9091:          validity did that in String::Body::pos myself
                   9092:          http://i2/tasks/edit/?id=4577425257580789777
                   9093: 
                   9094: 2003-10-07  paf
                   9095: 
                   9096:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   9097:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   9098: 
                   9099: 2003-10-03  paf
                   9100: 
                   9101:        * parser3.sln, src/include/pa_dictionary.h,
                   9102:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   9103:          src/targets/cgi/parser3.vcproj, www/htdocs/.htaccess: dictionary
                   9104:          optimized by precalculating cstr&length
                   9105: 
                   9106: 2003-10-02  paf
                   9107: 
                   9108:        * src/classes/op.C, src/include/pa_request.h,
                   9109:          src/include/pa_stack.h, src/main/execute.C,
                   9110:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9111:          src/main/pa_stylesheet_manager.C, www/htdocs/.htaccess: bugfix:
                   9112:          ^throw context were saved/restored incompletely
                   9113:          http://www.parser.ru/forum/?id=21484
                   9114: 
                   9115: 2003-09-30  paf
                   9116: 
                   9117:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   9118:          occurrances after lang-mismatched
                   9119: 
                   9120: 2003-09-29  paf
                   9121: 
                   9122:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   9123:          helper
                   9124: 
                   9125:        * src/main/pa_string.C: string::serialize bug fix with
                   9126:          zero-terminator
                   9127: 
                   9128:        * src/classes/table.C: ^nameless_table.save column row now has no
                   9129:          \t at the end
                   9130: 
                   9131:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   9132:          @postprocess  now takes $response:body/download
                   9133: 
                   9134:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   9135:          error message
                   9136: 
                   9137:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   9138: 
                   9139:        * src/classes/table.C: bugfix: flip: must produce nameless
                   9140:          http://i2/tasks/edit/?id=4573405524674081244
                   9141: 
                   9142:        * www/htdocs/: base.p, derived.p, font.gif, global.xsl, index.html,
                   9143:          mailreceive.eml, mailreceive.html, operators.p,
                   9144:          parser-status.html, people.dtd, some.p: removing old tests
                   9145: 
                   9146:        * src/include/pa_charset.h, src/main/pa_charset.C,
                   9147:          src/main/pa_string.C, src/main/helpers/simple_folding.pl,
                   9148:          www/htdocs/auto.p: utf-8 upper/lower
                   9149: 
                   9150:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   9151:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   9152: 
                   9153: 2003-09-26  paf
                   9154: 
                   9155:        * src/main/untaint.C: removed needless field
                   9156: 
                   9157:        * src/main/untaint.C: removed needless const
                   9158: 
                   9159:        * src/include/pa_string.h, src/main/pa_common.C,
                   9160:          src/main/pa_string.C, www/htdocs/.htaccess: String.for_each bug
                   9161:          fixed [omited one-char cases]
                   9162: 
                   9163:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   9164:          runtime-executor stack were cleared... BADLY
                   9165: 
                   9166:        * src/main/pa_string.C, www/htdocs/.htaccess, www/htdocs/auto.p:
                   9167:          ^stirng.replace code used old param-convention on langs.append,
                   9168:          fixed that search fo the like, found none
                   9169: 
                   9170:        * src/classes/op.C, src/include/pa_string.h, src/main/pa_string.C,
                   9171:          www/htdocs/.htaccess: string::serialize/deserialize implemented
                   9172:          Language enum assigned meaningful letters [more convinient for
                   9173:          debugging. read warning before adding/changing anything]
                   9174: 
                   9175: 2003-09-25  paf
                   9176: 
                   9177:        * src/: include/pa_string.h, include/pa_version.h,
                   9178:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   9179:          differences on unix
                   9180: 
                   9181:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   9182:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   9183:          src/classes/xdoc.C, src/classes/xnode.C,
                   9184:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   9185:          src/include/pa_charsets.h, src/include/pa_common.h,
                   9186:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   9187:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   9188:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   9189:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   9190:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   9191:          src/main/compile_tools.h, src/main/pa_charset.C,
                   9192:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   9193:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9194:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   9195:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   9196:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   9197:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   9198:          src/types/pa_vxnode.C, www/htdocs/.htaccess:
                   9199:          string_fragments_to_cord merged to HEAD
                   9200: 
                   9201:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   9202:          functions aligned to that of eeparser3 look
                   9203: 
                   9204:        * src/lib/cord/cordprnt.c: removed warnings
                   9205: 
                   9206: 2003-09-24  paf
                   9207: 
                   9208:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   9209:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   9210:          include/pa_cache_managers.h, include/pa_charset.h,
                   9211:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   9212:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   9213:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9214:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   9215:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   9216:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   9217:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   9218:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   9219:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   9220:          types/pa_vxnode.C: v() functions of String::Body,
                   9221:          String::Languages and String itself StringBody->String::Body
                   9222: 
                   9223:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9224:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   9225:          never optimized anything.  todo: somehow speed up harder cases:
                   9226:          concatenationA+concatenationB when last block of A and first of B
                   9227:          contain same letters
                   9228: 
                   9229:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9230:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   9231:          blocks of same char [CORD_append_block]
                   9232: 
                   9233:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9234:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   9235:          save space by extending blocks when appending block with c ==
                   9236:          lastblock.c
                   9237: 
                   9238:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   9239:          working yet :( but more working &understood :)
                   9240: 
                   9241:        * src/: classes/table.C, include/pa_string.h,
                   9242:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   9243: 
                   9244: 2003-09-23  paf
                   9245: 
                   9246:        * src/main/untaint.C: $a[ok!] $a works!
                   9247: 
                   9248:        * src/main/untaint.C: something even more works :)
                   9249: 
                   9250:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   9251:          something more works :)
                   9252: 
                   9253:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9254:          lib/cord/cordxtra.c: something already works :)
                   9255: 
                   9256:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   9257:          serialize&deserialize
                   9258: 
                   9259:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   9260:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   9261:          main/untaint.C: main idea implemented, details left
                   9262: 
                   9263: 2003-09-22  paf
                   9264: 
                   9265:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   9266: 
                   9267:        * src/classes/xnode.C: copy/paste comment bugfix
                   9268: 
                   9269:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   9270:          allocator returns 0, just die.
                   9271:          http://i2/tasks/edit/?id=4570798492410259445
                   9272: 
                   9273:        * src/classes/xdoc.C: copy/paste comment bugfix
                   9274: 
                   9275:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   9276:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   9277:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   9278:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   9279: 
                   9280:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   9281:          chars due to bitwise operation signed-char error]
                   9282: 
                   9283: 2003-09-19  paf
                   9284: 
                   9285:        * src/types/pa_wcontext.C: output message: more practical
                   9286:          suggestion
                   9287: 
                   9288:        * src/main/pa_common.C, operators.txt: merged
                   9289:          $f[^file::load[binary;http://...]] $f.tables
                   9290: 
                   9291: 2003-09-02  paf
                   9292: 
                   9293:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   9294:          flush stdout without referencing 'stdout' symbol. to hell with
                   9295:          non-ansi libraries without 'stdout' symbol
                   9296: 
                   9297:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   9298:          unix (users reported problems with some old libc)
                   9299: 
                   9300:        * src/types/pa_vdate.h: forgot initializer
                   9301: 
                   9302: 2003-09-01  paf
                   9303: 
                   9304:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   9305:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   9306:          zone]
                   9307: 
                   9308:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   9309: 
                   9310: 2003-08-19  paf
                   9311: 
                   9312:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   9313:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   9314:          simplified a little
                   9315: 
                   9316:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   9317:          [lost fix from 3.0.8]
                   9318: 
                   9319:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   9320:          visible here }
                   9321: 
                   9322:          bug fix
                   9323: 
                   9324:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   9325: 
                   9326:        * src/main/compile.tab.C: initialized couple of variables about
                   9327:          which user reported runtime problems when parser were compiled
                   9328:          with VC7, warning level4.  study shows that later in bison
                   9329:          they've fixed that. would migrate to latest bison someday
                   9330: 
                   9331:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   9332:          recoding headers)
                   9333: 
                   9334:        * src/types/pa_vmail.C: works as before, same charset problems:
                   9335:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   9336:          anything for now
                   9337: 
                   9338:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   9339:          problems with body
                   9340: 
                   9341:        * src/types/pa_vmail.C: mail_receive just compiled
                   9342: 
                   9343: 2003-08-18  paf
                   9344: 
                   9345:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   9346:          main/main.vcproj, types/types.vcproj: win32: continued process
                   9347:          detaching from \parser3project directory
                   9348: 
                   9349:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   9350:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   9351:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   9352:          src/lib/pcre/pcre_dftables.dsp,
                   9353:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   9354:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   9355:          src/types/types.dsp: moved to MSVC 7
                   9356: 
                   9357:        * gnu.vcproj.vspscc, parser3.vssscc,
                   9358:          src/classes/classes.vcproj.vspscc,
                   9359:          src/lib/cord/cord.vcproj.vspscc,
                   9360:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   9361:          src/lib/md5/md5.vcproj.vspscc,
                   9362:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   9363:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   9364:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   9365:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   9366:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   9367:          moved to MSVC 7
                   9368: 
                   9369:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   9370:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   9371:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9372:          src/lib/pcre/pcre_dftables.vcproj,
                   9373:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   9374:          src/targets/cgi/parser3.vcproj,
                   9375:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   9376:          new VS project files
                   9377: 
                   9378:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   9379:          .NET to detect Jalindi Igloo capabilities.
                   9380: 
                   9381:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
                   9382:          src/classes/classes.awk, src/doc/footer.htm,
                   9383:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9384:          src/lib/Makefile.am, src/main/compile.tab.C,
                   9385:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   9386:          src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/auto.p:
                   9387:          merged 3.1.0 latest changes
                   9388: 
                   9389: 2003-08-15  paf
                   9390: 
                   9391:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   9392:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   9393: 
                   9394:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   9395:          non-ascii <yyy> now encoded correctly
                   9396: 
                   9397: 2003-07-29  paf
                   9398: 
                   9399:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   9400:          dist
                   9401: 
                   9402:        * src/types/pa_vmail.C: just started --with-mail-receive
                   9403: 
                   9404: 2003-07-28  paf
                   9405: 
                   9406:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   9407:          dependence in src/classes, src/lib/gc now in dist
                   9408: 
                   9409:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   9410: 
                   9411: 2003-07-25  paf
                   9412: 
                   9413:        * src/doc/footer.htm: year
                   9414: 
                   9415: 2003-07-24  paf
                   9416: 
                   9417:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   9418:          fix
                   9419: 
                   9420:        * src/include/pa_version.h: release
                   9421: 
                   9422:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
                   9423: 
1.88      moko     9424:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
1.89      moko     9425:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   9426:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   9427:          getting rid of win32xml pseudo project
1.86      moko     9428: 
1.89      moko     9429:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
1.86      moko     9430: 
                   9431:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   9432:          configure.in, operators.txt, parser3.dsw,
                   9433:          etc/parser3.charsets/koi8-r.cfg,
                   9434:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
                   9435:          src/classes/classes.C, src/classes/classes.awk,
                   9436:          src/classes/classes.dsp, src/classes/classes.h,
                   9437:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   9438:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   9439:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   9440:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   9441:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   9442:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1.88      moko     9443:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   9444:          src/doc/string.dox, src/include/Makefile.am,
                   9445:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   9446:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   9447:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   9448:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   9449:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   9450:          src/include/pa_exception.h, src/include/pa_exec.h,
                   9451:          src/include/pa_globals.h, src/include/pa_hash.h,
                   9452:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   9453:          src/include/pa_operation.h, src/include/pa_pool.h,
                   9454:          src/include/pa_pragma_pack_begin.h,
1.86      moko     9455:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   9456:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   9457:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   9458:          src/include/pa_sql_connection.h,
                   9459:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   9460:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   9461:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   9462:          src/include/pa_threads.h, src/include/pa_types.h,
                   9463:          src/include/pa_uue.h, src/lib/Makefile.am,
                   9464:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   9465:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   9466:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   9467:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
                   9468:          src/lib/cord/include/ec.h,
                   9469:          src/lib/cord/include/private/Makefile.am,
                   9470:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
                   9471:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
1.88      moko     9472:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
                   9473:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
                   9474:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   9475:          src/main/compile_tools.C, src/main/compile_tools.h,
                   9476:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   9477:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9478:          src/main/pa_charsets.C, src/main/pa_common.C,
                   9479:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   9480:          src/main/pa_exception.C, src/main/pa_exec.C,
1.86      moko     9481:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   9482:          src/main/pa_request.C, src/main/pa_socks.C,
                   9483:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   9484:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   9485:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
1.89      moko     9486:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   9487:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   9488:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   9489:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   9490:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   9491:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
                   9492:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
1.86      moko     9493:          src/targets/isapi/parser3isapi.dsp,
                   9494:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
                   9495:          src/types/pa_junction.h, src/types/pa_method.h,
                   9496:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   9497:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   9498:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   9499:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   9500:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   9501:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   9502:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   9503:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   9504:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   9505:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   9506:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   9507:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   9508:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   9509:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   9510:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   9511:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   9512:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   9513:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   9514:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   9515:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   9516:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   9517:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   9518:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   9519:          src/types/pa_wwrapper.h, src/types/types.dsp,
                   9520:          www/htdocs/.htaccess, www/htdocs/auto.p, www/htdocs/index.html:
                   9521:          moved tempate_gc to HEAD
                   9522: 
                   9523:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   9524:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   9525:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   9526:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   9527:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   9528:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   9529:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   9530:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   9531:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   9532:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   9533:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   9534:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   9535:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   9536:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   9537:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   9538:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   9539:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   9540:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   9541:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   9542:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   9543:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   9544:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   9545:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   9546:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   9547:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   9548:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   9549:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   9550:          outputs/create-dir, results/001.processed, results/002.processed,
                   9551:          results/003.processed, results/004.processed,
                   9552:          results/005.processed, results/006.processed,
                   9553:          results/007.processed, results/008.processed,
                   9554:          results/009.processed, results/010.processed,
                   9555:          results/011.processed, results/012.processed,
                   9556:          results/013.processed, results/014.processed,
                   9557:          results/015.processed, results/016.processed,
                   9558:          results/017.processed, results/018.processed,
                   9559:          results/019.processed, results/020.processed,
                   9560:          results/021.processed, results/022.processed,
                   9561:          results/023.processed, results/024.processed,
                   9562:          results/025.processed, results/026.processed,
                   9563:          results/027.processed, results/028.processed,
                   9564:          results/029.processed, results/030.processed,
                   9565:          results/031.processed, results/032.processed,
                   9566:          results/033.processed, results/034.processed,
                   9567:          results/035.processed, results/036.processed,
                   9568:          results/037.processed, results/038.processed,
                   9569:          results/039.processed, results/040.processed,
                   9570:          results/041.processed, results/042.processed,
                   9571:          results/043.processed, results/044.processed,
                   9572:          results/045.processed, results/046.processed,
                   9573:          results/047.processed, results/048.processed,
                   9574:          results/049.processed, results/050.processed,
                   9575:          results/051.processed, results/052.processed,
                   9576:          results/053.processed, results/054.processed,
                   9577:          results/055.processed, results/056.processed,
                   9578:          results/057.processed, results/058.processed,
                   9579:          results/059.processed, results/060.processed,
                   9580:          results/061.processed, results/062.processed,
                   9581:          results/063.processed, results/064.processed,
                   9582:          results/065.processed, results/066.processed,
                   9583:          results/067.processed, results/068.processed,
                   9584:          results/069.processed, results/070.processed,
                   9585:          results/071.processed, results/072.processed,
                   9586:          results/073.processed, results/074.processed,
                   9587:          results/075.processed, results/076.processed,
                   9588:          results/077.processed, results/078.processed,
                   9589:          results/079.processed, results/080.processed,
                   9590:          results/081.processed, results/082.processed,
                   9591:          results/083.processed, results/084.processed,
                   9592:          results/085.processed, results/086.processed,
                   9593:          results/087.processed, results/088.processed,
                   9594:          results/089.processed, results/090.processed,
                   9595:          results/091.processed, results/092.processed,
                   9596:          results/093.processed, results/094.processed,
                   9597:          results/095.processed, results/096.processed,
                   9598:          results/097.processed, results/098.processed,
                   9599:          results/099.processed, results/100.processed,
                   9600:          results/101.processed, results/102.processed,
                   9601:          results/103.processed, results/104.processed,
                   9602:          results/105.processed, results/106.processed,
                   9603:          results/107.processed, results/108.processed,
                   9604:          results/109.processed, results/110.processed,
                   9605:          results/111.processed, results/112.processed,
                   9606:          results/113.processed, results/114.processed,
                   9607:          results/115.processed, results/116.processed,
                   9608:          results/117.processed, results/118.processed,
                   9609:          results/119.processed, results/120.processed,
                   9610:          results/121.processed, results/122.processed,
                   9611:          results/123.processed, results/124.processed,
                   9612:          results/125.processed, results/126.processed,
                   9613:          results/127.processed, results/128.processed,
                   9614:          results/129.processed, results/130.processed,
                   9615:          results/131.processed, results/132.processed,
                   9616:          results/133.processed, results/134.processed,
                   9617:          results/135.processed, results/136.processed,
                   9618:          results/137.processed, results/138.processed,
                   9619:          results/139.processed, results/140.processed,
                   9620:          results/141.processed: merged(copied) to HEAD from template_gc
                   9621: 
1.89      moko     9622:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   9623:          towards \parser3project not having to be in root
                   9624: 
                   9625:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   9626:          module compiled [were minor unnecessary changes in lib/md5
                   9627:          interface]
1.86      moko     9628: 
                   9629:        * src/include/pa_version.h: release
                   9630: 
                   9631:        * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess:
                   9632:          relative paths to xml&gc libs
                   9633: 
                   9634:        * src/classes/math.C: merged uuid bugfix
                   9635: 
                   9636:        * tests/: 141.html, results/141.processed: fixed bug with
                   9637:          too-small-a-buffer
                   9638: 
                   9639:        * src/classes/math.C: uuid bugfix
                   9640: 
                   9641:        * tests/: 141.html, Makefile, results/005.processed,
                   9642:          results/030.processed, results/075.processed,
                   9643:          results/078.processed: to reflect date format change (were -
                   9644:          become ' ')
                   9645: 
                   9646:        * src/classes/math.C: uuid bugfix
                   9647: 
1.89      moko     9648:        * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess: few
                   9649:          paths for libxml debug/release changes
1.86      moko     9650: 
                   9651:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   9652: 
                   9653: 2003-07-23  paf
                   9654: 
                   9655:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   9656:          renamed a little [to move to comman naming conv]
                   9657: 
1.89      moko     9658:        * src/targets/Makefile.am: apache13 splitted to simplify apache
1.86      moko     9659:          build
                   9660: 
                   9661:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   9662:          main/pa_request.C, main/pa_sql_driver_manager.C,
1.89      moko     9663:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   9664:          stack top_index() fixed
1.86      moko     9665: 
                   9666:        * src/main/pa_globals.C: minor style changes
                   9667: 
                   9668:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   9669:          closing/caching fixed [connections were not closed/put to cache]
                   9670: 
                   9671: 2003-07-22  paf
                   9672: 
                   9673:        * INSTALL: gc part updated stightly
                   9674: 
                   9675:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   9676:          new sapi interface
                   9677: 
                   9678:        * src/classes/file.C: comment on OS
                   9679: 
                   9680:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   9681:          one deeper in cord lib]
                   9682: 
                   9683:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   9684: 
                   9685:        * src/main/pa_memory.C: out of memory is no longer coredump
                   9686: 
                   9687:        * INSTALL: disable-threads adviced
                   9688: 
                   9689: 2003-07-21  paf
                   9690: 
                   9691:        * src/classes/Makefile.am: removed circular dependency on classes.C
                   9692: 
                   9693:        * src/classes/file.C: file::exec/cgi environment variables now must
                   9694:          be UPPERCASE and A-Z 0-9 _-
                   9695: 
                   9696:        * src/classes/file.C: env passing fixed
                   9697: 
                   9698:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   9699: 
                   9700:        * src/main/pa_common.C: http:// CRLF now
                   9701: 
                   9702: 2003-07-02  paf
                   9703: 
                   9704:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   9705:          fields to reflect their real meaning
                   9706: 
                   9707: 2003-06-27  paf
                   9708: 
                   9709:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   9710:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   9711:          file::exec/cgi .charset
                   9712: 
                   9713: 2003-06-26  paf
                   9714: 
                   9715:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   9716:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   9717:          src/classes/table.C, www/htdocs/.htaccess: fixed several
                   9718:          uninitialized local structures.  notably ^hash.foreach now
                   9719:          inserts delimiters properly [were inserting it before first body]
                   9720: 
                   9721: 2003-06-24  paf
                   9722: 
                   9723:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   9724: 
                   9725: 2003-06-20  paf
                   9726: 
                   9727:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   9728:          src/main/pa_globals.C: introducing
                   9729:          $f[^file::load[binary;http://...]] $f.tables
                   9730: 
                   9731: 2003-06-06  paf
                   9732: 
                   9733:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   9734:          table. [were method lookup: inconsistent]
                   9735: 
                   9736: 2003-06-02  paf
                   9737: 
                   9738:        * src/include/pa_memory.h: empty string clone fixed to return
                   9739:          writable memory
                   9740: 
                   9741:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   9742:          were not appended] which violated string invariant
                   9743: 
                   9744: 2003-05-30  paf
                   9745: 
                   9746:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   9747:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   9748: 
                   9749:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   9750:          GMT  ; RFC 822, updated by RFC 1123
                   9751: 
1.89      moko     9752:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
1.86      moko     9753:          targets/isapi/parser3isapi.C: initialized request_info properly
                   9754: 
                   9755:        * src/classes/xnode.C: found minor bug, commended for future
                   9756: 
                   9757: 2003-05-28  paf
                   9758: 
                   9759:        * src/classes/form.C: request_info.content_length can't be <0,
                   9760:          size_t for some time
                   9761: 
                   9762: 2003-05-26  paf
                   9763: 
                   9764:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   9765:          forgotten <0 changed to !=STRING_NOT_FOUND
                   9766: 
                   9767:        * src/classes/math.C: merged ffffu from HEAD
                   9768: 
                   9769: 2003-05-11  paf
                   9770: 
                   9771:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   9772: 
                   9773:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   9774:          premature doc free.  transformed document had xmlDoc reference
                   9775:          stored to non-gc-memory (libgdome) added holding-reference
                   9776: 
                   9777: 2003-04-29  paf
                   9778: 
                   9779:        * src/main/pa_globals.C: started digging on double free.  on win32
                   9780:          found that that's perfectly normal.
                   9781: 
                   9782: 2003-04-25  paf
                   9783: 
                   9784:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   9785: 
                   9786:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   9787: 
                   9788:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   9789:          print anything.  changed to quicker and simplier code
                   9790: 
                   9791:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   9792:          strict a check]
                   9793: 
                   9794:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   9795: 
                   9796: 2003-04-24  paf
                   9797: 
                   9798:        * src/include/pa_table.h: too strict assert loosened
                   9799: 
                   9800:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   9801:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   9802:          report
                   9803: 
                   9804: 2003-04-21  paf
                   9805: 
                   9806:        * src/targets/cgi/Makefile.am: pp3 added to .am
                   9807: 
                   9808:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   9809:          memory
                   9810: 
                   9811:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   9812:          xmlMallocAtomic [author agreed to my suggestion], used that
                   9813: 
                   9814:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   9815: 
                   9816:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   9817:          types/pa_vmail.C: attributed_meaning_to_string added
                   9818:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   9819:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   9820:          made that param obligatory
                   9821: 
                   9822:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   9823:          fixed [assert helped]
                   9824: 
                   9825:        * src/include/pa_string.h: assert added [looking for bug]
                   9826: 
                   9827:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   9828:          names on Win32 considered disk-global
                   9829: 
                   9830:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   9831:          considered disk-global
                   9832: 
                   9833: 2003-04-18  paf
                   9834: 
                   9835:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   9836:          filenames
                   9837: 
                   9838:        * src/main/untaint.C: enabled '~' letter in filenames
                   9839: 
                   9840: 2003-04-16  paf
                   9841: 
                   9842:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   9843: 
                   9844:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   9845:          HEAD
                   9846: 
                   9847:        * src/classes/table.C: fix: gcc reported tiny error
                   9848: 
                   9849: 2003-04-15  paf
                   9850: 
                   9851:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   9852:          src/lib/md5/pa_md5c.c, tests/141.html,
                   9853:          tests/results/141.processed, www/htdocs/.htaccess: merged from
                   9854:          head ^math:uuid[] ^math:uid64[] ^math:md5[string]
                   9855: 
                   9856:          test added: 141.html
                   9857: 
                   9858:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   9859: 
                   9860:        * src/classes/math.C: ^math:uuid[]
                   9861: 
                   9862:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   9863: 
                   9864:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   9865:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   9866: 
                   9867:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   9868:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   9869:          ^file::load[mode;name;     $.offset     $.limit
                   9870: 
                   9871: 2003-04-14  paf
                   9872: 
                   9873:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   9874:          started ^math:md5
                   9875: 
                   9876:        * src/classes/table.C, src/include/pa_array.h,
                   9877:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   9878:          tests/results/140.processed: table $.reverse option works in
                   9879:          create&co table $.distinct[tables] bug fix merged
                   9880: 
                   9881:        * src/: classes/table.C, include/pa_table.h: table
                   9882:          $.distinct[tables] bug fixed
                   9883: 
                   9884:        * src/classes/table.C: more warnings
                   9885: 
                   9886:        * src/include/pa_array.h, src/include/pa_table.h,
                   9887:          src/main/pa_table.C, www/htdocs/.htaccess: removed checks in
                   9888:          table::set_current, moved them back to table::locate implemented
                   9889:          table::create/join ñ $.reverse
                   9890: 
                   9891:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   9892:          removed checks in table::set_current, moved them back to
                   9893:          table::locate
                   9894: 
                   9895: 2003-04-11  paf
                   9896: 
                   9897:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   9898:          src/include/pa_array.h, src/include/pa_common.h,
                   9899:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   9900:          src/include/pa_table.h, src/main/pa_request.C,
                   9901:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   9902:          src/main/pa_table.C, www/htdocs/.htaccess: merged from HEAD from
                   9903:          before_append_array_limit_sense_change to
                   9904:          after_append_array_limit_sense_change
                   9905: 
                   9906:        * src/classes/table.C: typo
                   9907: 
                   9908:        * www/htdocs/.htaccess, operators.txt, src/classes/date.C,
                   9909:          src/classes/table.C, src/include/pa_array.h,
                   9910:          src/include/pa_common.h, src/include/pa_config_includes.h,
                   9911:          src/include/pa_globals.h, src/include/pa_table.h,
                   9912:          src/main/pa_array.C, src/main/pa_globals.C,
                   9913:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9914:          src/main/pa_string.C, src/main/pa_table.C:
                   9915:          append_array_limit_sense_change locate accepts options same as
                   9916:          create new option: $.reverse(1)   [do not work in table::create]
                   9917: 
                   9918:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   9919:          (stat xxx,
                   9920: 
                   9921:        * src/classes/: table.C: typo
                   9922: 
                   9923:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   9924:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   9925:          results/130.processed, results/131.processed,
                   9926:          results/132.processed, results/133.processed,
                   9927:          results/134.processed, results/135.processed,
                   9928:          results/136.processed, results/137.processed,
                   9929:          results/138.processed, results/139.processed: added few mustfail
                   9930:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   9931:          date/time 132.html mustfail: access to junction outside of
                   9932:          context 133.html mustfail: access to junction outside of context,
                   9933:          case version 134.html mustfail: hash: adding a key inside of
                   9934:          foreach 135.html mustfail: modifying system class 136.html
                   9935:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   9936:          appendChild without import 138.html mustfail: invalid encoding
                   9937:          inside of xml 139.html mustfail: bad XPath
                   9938: 
                   9939:        * operators.txt, src/classes/table.C, tests/084.html,
                   9940:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   9941:          tests/129.html, tests/results/125.processed,
                   9942:          tests/results/126.processed, tests/results/127.processed,
                   9943:          tests/results/128.processed, tests/results/129.processed: merged
                   9944:          from HEAD ^table.hash[key][$.distinct[tables]]
                   9945: 
                   9946:          maked appropriate tests [changed one old nonconforming]
                   9947: 
                   9948:        * operators.txt, src/classes/table.C:
                   9949:          ^table.hash[key][$.distinct[tables]]
                   9950: 
                   9951:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   9952:          merged fix for found very old xml (dom) bug: were passing
                   9953:          domString objects and later ERROREOUSLY freed them
                   9954: 
                   9955:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   9956:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   9957:          libgdome bug can not be worked around
                   9958: 
                   9959: 2003-04-10  paf
                   9960: 
                   9961:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   9962:          found very old xml (dom) bug: were passing domString objects and
                   9963:          later ERROREOUSLY freed them
                   9964: 
                   9965:        * src/doc/string.dox, src/include/pa_memory.h,
                   9966:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   9967:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   9968:          tests/123.html, tests/124.html, tests/results/001.processed,
                   9969:          tests/results/002.processed, tests/results/003.processed,
                   9970:          tests/results/004.processed, tests/results/005.processed,
                   9971:          tests/results/006.processed, tests/results/008.processed,
                   9972:          tests/results/009.processed, tests/results/010.processed,
                   9973:          tests/results/011.processed, tests/results/012.processed,
                   9974:          tests/results/013.processed, tests/results/014.processed,
                   9975:          tests/results/015.processed, tests/results/016.processed,
                   9976:          tests/results/017.processed, tests/results/018.processed,
                   9977:          tests/results/020.processed, tests/results/021.processed,
                   9978:          tests/results/022.processed, tests/results/023.processed,
                   9979:          tests/results/024.processed, tests/results/025.processed,
                   9980:          tests/results/026.processed, tests/results/027.processed,
                   9981:          tests/results/028.processed, tests/results/029.processed,
                   9982:          tests/results/030.processed, tests/results/031.processed,
                   9983:          tests/results/032.processed, tests/results/033.processed,
                   9984:          tests/results/034.processed, tests/results/035.processed,
                   9985:          tests/results/036.processed, tests/results/037.processed,
                   9986:          tests/results/038.processed, tests/results/039.processed,
                   9987:          tests/results/040.processed, tests/results/041.processed,
                   9988:          tests/results/042.processed, tests/results/043.processed,
                   9989:          tests/results/044.processed, tests/results/045.processed,
                   9990:          tests/results/046.processed, tests/results/047.processed,
                   9991:          tests/results/048.processed, tests/results/049.processed,
                   9992:          tests/results/050.processed, tests/results/051.processed,
                   9993:          tests/results/052.processed, tests/results/053.processed,
                   9994:          tests/results/054.processed, tests/results/055.processed,
                   9995:          tests/results/056.processed, tests/results/057.processed,
                   9996:          tests/results/058.processed, tests/results/059.processed,
                   9997:          tests/results/060.processed, tests/results/061.processed,
                   9998:          tests/results/062.processed, tests/results/063.processed,
                   9999:          tests/results/064.processed, tests/results/065.processed,
                   10000:          tests/results/066.processed, tests/results/067.processed,
                   10001:          tests/results/068.processed, tests/results/069.processed,
                   10002:          tests/results/070.processed, tests/results/071.processed,
                   10003:          tests/results/072.processed, tests/results/073.processed,
                   10004:          tests/results/074.processed, tests/results/075.processed,
                   10005:          tests/results/076.processed, tests/results/077.processed,
                   10006:          tests/results/078.processed, tests/results/079.processed,
                   10007:          tests/results/080.processed, tests/results/081.processed,
                   10008:          tests/results/082.processed, tests/results/083.processed,
                   10009:          tests/results/084.processed, tests/results/085.processed,
                   10010:          tests/results/086.processed, tests/results/087.processed,
                   10011:          tests/results/088.processed, tests/results/089.processed,
                   10012:          tests/results/090.processed, tests/results/091.processed,
                   10013:          tests/results/092.processed, tests/results/093.processed,
                   10014:          tests/results/094.processed, tests/results/095.processed,
                   10015:          tests/results/096.processed, tests/results/097.processed,
                   10016:          tests/results/101.processed, tests/results/102.processed,
                   10017:          tests/results/104.processed, tests/results/105.processed,
                   10018:          tests/results/106.processed, tests/results/107.processed,
                   10019:          tests/results/108.processed, tests/results/109.processed,
                   10020:          tests/results/110.processed, tests/results/111.processed,
                   10021:          tests/results/112.processed, tests/results/113.processed,
                   10022:          tests/results/114.processed, tests/results/115.processed,
                   10023:          tests/results/116.processed, tests/results/117.processed,
                   10024:          tests/results/118.processed, tests/results/119.processed,
                   10025:          tests/results/120.processed, tests/results/121.processed,
                   10026:          tests/results/122.processed, tests/results/123.processed,
                   10027:          tests/results/124.processed: new convention: char* never 0.
                   10028:          assert in cord on that
                   10029: 
                   10030:        * src/main/pa_charset.C: couple more asserts
                   10031: 
                   10032:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   10033:          speedup
                   10034: 
                   10035:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   10036:          added [may be those is the case now?]
                   10037: 
                   10038:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   10039:          that's memory from gc_malloc, not from g_malloc :(, but would
                   10040:          hope]
                   10041: 
                   10042:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   10043:          that's memory from gc_malloc, not from g_malloc :(, but would
                   10044:          hope]
                   10045: 
                   10046:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   10047: 
                   10048: 2003-04-09  paf
                   10049: 
                   10050:        * src/classes/date.C: merged ^date.roll changes
                   10051: 
                   10052:        * src/classes/date.C: ^date.roll bug fix
                   10053: 
                   10054:        * src/classes/date.C: ^date.roll now throws less errors: month
                   10055:          shifts handles end of month situation by reducing day number
                   10056:          hour-hole shift reduces hour to recover
                   10057: 
                   10058:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   10059:          Sort by function time
                   10060: 
                   10061:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   10062:          http://   $.charset[] param done
                   10063: 
                   10064:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   10065:          added [after volatile fix. passes on win&intel-solaris]
                   10066: 
                   10067: 2003-04-08  paf
                   10068: 
                   10069:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   10070:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   10071:          include/pa_common.h, include/pa_request_charsets.h,
                   10072:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10073:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   10074:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   10075:          types/pa_vresponse.C: started http://   $.charset[] param and
                   10076:          http response charset detection just compiled.  todo:test
                   10077: 
                   10078:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   10079: 
                   10080:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   10081:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   10082:          types/pa_vmail.C: changed transcode param converntion  along with
                   10083:          string creating convention -- all strings are zero-terminated,
                   10084:          this allowed to fix one remaining String("123", 2) case
                   10085: 
                   10086:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10087:          classes/op.C, classes/string.C, classes/table.C,
                   10088:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   10089:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   10090:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10091:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   10092:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   10093:          violated String::invariant. started fixing [not compiled now]
                   10094: 
                   10095:        * src/classes/string.C, src/include/pa_string.h,
                   10096:          src/lib/cord/cordbscs.c, src/main/compile.tab.C,
                   10097:          src/main/compile.y, src/main/pa_string.C, src/main/untaint.C,
                   10098:          src/targets/cgi/parser3.C, www/htdocs/.htaccess: number of string
                   10099:          style improvements & optimizations
                   10100: 
                   10101:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   10102:          :(]
                   10103: 
                   10104:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   10105:          [for it's a pointer really]
                   10106: 
                   10107:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   10108:          'n' param. worked that around
                   10109: 
                   10110:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   10111:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   10112:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   10113:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   10114:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   10115: 
                   10116:          Thanks for the bug report and patch.
                   10117: 
                   10118:          I hadn't looked at this code in a while.  Reading it now, it
                   10119:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   10120:          comply with the invariant, though that may not matter a lot.  I
                   10121:          changed that, too.
                   10122: 
                   10123:          Hans
                   10124: 
                   10125: 2003-04-07  paf
                   10126: 
                   10127:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   10128:          merged from head:safe mode error message now includes numbers
                   10129: 
                   10130:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10131:          problem: as_double returns it's result in fp-register compiler
                   10132:          optimizes access to that register after b->as_double, and just
                   10133:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10134:          from memory.  _SAME_ double values do not match here.  when
                   10135:          forced to REload fp-register, values do match.
                   10136: 
                   10137:          tried to make them volatile.
                   10138: 
                   10139:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10140:          problem: as_double returns it's result in fp-register compiler
                   10141:          optimizes access to that register after b->as_double, and just
                   10142:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10143:          from memory.  _SAME_ double values do not match here.  when
                   10144:          forced to REload fp-register, values do match.
                   10145: 
                   10146:          tried to make them volatile.
                   10147: 
                   10148:        * src/types/pa_vobject.h: small style change
                   10149: 
                   10150:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   10151: 
                   10152:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   10153:          mode error message now includes numbers
                   10154: 
                   10155:        * src/main/untaint.C, src/targets/cgi/parser3.C,
                   10156:          www/htdocs/.htaccess: unknown untaint lang now causes death
                   10157: 
                   10158: 2003-04-04  paf
                   10159: 
                   10160:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   10161:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   10162:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   10163:          Sent: Thursday, January 23, 2003 9:14 AM
                   10164: 
                   10165:          huge speedup on ^file::cgi with big result
                   10166: 
                   10167:        * src/classes/table.C: sort table with 0 rows bug fixed
                   10168: 
                   10169:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   10170:          fix http://i2/tasks/edit/?id=4493701604654042676
                   10171: 
                   10172:          @main[] $with_default[  $.a[1]  $._default[default from
                   10173:          with_default] ] ^show[$with_default]
                   10174: 
                   10175:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   10176:          =$to_add_to.xxx=<br>
                   10177: 
                   10178:          ^show[$to_add_to]
                   10179: 
                   10180:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   10181:          ^show[$cloned]
                   10182: 
                   10183:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   10184: 
                   10185:          }  <hr>
                   10186: 
                   10187:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   10188:          http://i2/tasks/edit/?id=4493701604654042676
                   10189: 
                   10190:          @main[] $with_default[  $.a[1]  $._default[default from
                   10191:          with_default] ] ^show[$with_default]
                   10192: 
                   10193:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   10194:          =$to_add_to.xxx=<br>
                   10195: 
                   10196:          ^show[$to_add_to]
                   10197: 
                   10198:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   10199:          ^show[$cloned]
                   10200: 
                   10201:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   10202: 
                   10203:          }  <hr>
                   10204: 
                   10205:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   10206:          http://i2/tasks/edit/?id=4507350336410850921
                   10207: 
                   10208:        * src/classes/xdoc.C: memory allocation func bugfix
                   10209:          http://i2/tasks/edit/?id=4499303470368629745
                   10210: 
                   10211:        * src/classes/math.C: allowed random 1...
                   10212: 
                   10213:        * src/classes/math.C: allowed random 0..
                   10214: 
                   10215:        * src/main/pa_globals.C: exif mem leak
                   10216:          http://i2/tasks/edit/?id=4480590323629807263
                   10217: 
1.88      moko     10218:        * src/: classes/classes.dsp, main/main.dsp,
                   10219:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   10220:          fix http://i2/tasks/edit/?id=4493946731322521294
1.86      moko     10221:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   10222: 
1.88      moko     10223:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
1.86      moko     10224:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   10225:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   10226:          links to xml libs made relative, no need to unpack parser3project
                   10227:          to /parser3project.
                   10228: 
                   10229:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   10230:          column more precise - tab handling bug fixed
                   10231: 
                   10232:        * src/main/: compile.tab.C, compile.y: more understandable error
                   10233:          message in case @CLASS with more then one line inside
                   10234: 
                   10235:        * src/targets/cgi/parser3.C: more understandable error message in
                   10236:          case of errors in @unhandled_exception
                   10237: 
                   10238: 2003-04-03  paf
                   10239: 
                   10240:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   10241:          src/main/compile.tab.C, src/main/compile.y,
                   10242:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10243:          src/main/execute.C, src/main/pa_request.C: debug info format
                   10244:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   10245: 
                   10246:          higher limits:   file number (max: 255)   line number (max:
                   10247:          64535)   column number (max: 255)
                   10248: 
                   10249:        * src/classes/math.C: top limit
                   10250: 
                   10251:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   10252:          precise parse error position in case of
                   10253: 
                   10254:          ^bug ]
                   10255: 
                   10256:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   10257:          changed to realities, and passed [bug fixed]
                   10258: 
                   10259:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   10260:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   10261:          main/compile_tools.h, main/pa_request.C: introducing
                   10262:          ^process...[main-method-alias]
                   10263: 
                   10264:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   10265:          classes/string.C, classes/table.C, classes/xdoc.C,
                   10266:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   10267:          params receive zero reference, but they are expected not to look
                   10268:          there]
                   10269: 
                   10270:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   10271:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   10272:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   10273:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   10274:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10275:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   10276:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   10277:          [methods without params receive zero reference, but they are
                   10278:          expected not to look there]
                   10279: 
                   10280:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   10281:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   10282:          ^process...[filename] useful for better error reporting
                   10283:          [file/line/col]
                   10284: 
                   10285:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   10286:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   10287:          '%s', it 2. method undefined in case of ^void[]
                   10288: 
                   10289:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   10290:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   10291:          handling done. now we have error columns todo: test it
                   10292: 
                   10293:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   10294:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   10295: 
                   10296:          this makes life easier: were: bad stack order -- were in
                   10297:          exception catch unwind order, which didn't match execution order
                   10298: 
                   10299:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   10300: 
                   10301:          @first[] ^throw[a;1]
                   10302: 
                   10303:          showed throw a first throw b try
                   10304: 
                   10305:          which is no good
                   10306: 
                   10307:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   10308:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   10309:          trace reset after handled exception [old bug fixed]
                   10310: 
                   10311:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   10312:          fixed.  position reporting made precise [both, in parse erros and
                   10313:          runtime errors]
                   10314: 
                   10315: 2003-04-02  paf
                   10316: 
                   10317:        * src/: include/pa_operation.h, include/pa_request.h,
                   10318:          main/compile.C, main/compile.tab.C, main/compile.y,
                   10319:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10320:          main/pa_exception.C, main/pa_request.C: debug info: started
                   10321:          using.  todo:complete
                   10322: 
                   10323:        * src/classes/op.C, src/include/pa_operation.h,
                   10324:          src/include/pa_request.h, src/main/compile.C,
                   10325:          src/main/compile.tab.C, src/main/compile.y,
                   10326:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10327:          src/main/execute.C, src/main/pa_request.C, www/htdocs/.htaccess:
                   10328:          prepared debug info todo:use it
                   10329: 
                   10330:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   10331:          return Operation class->union after switching from autoptrs.
                   10332: 
                   10333:        * tests/: Makefile, results/108.processed, results/117.processed:
                   10334:          meta considered OK [it's up to coder now to remove it not needed]
                   10335: 
                   10336:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   10337:          Dictionary constructor when moved to gc]
                   10338: 
                   10339:        * src/main/pa_common.C: uncommented http:// file loading
                   10340: 
1.88      moko     10341:        * src/include/pa_array.h, src/main/execute.C,
1.86      moko     10342:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   10343:          fix [gdGrowingBuf]
                   10344: 
                   10345:        * configure.in, src/lib/Makefile.am, www/htdocs/.htaccess: removed
                   10346:          patches
                   10347: 
                   10348:        * configure, src/include/pa_config_auto.h.in,
                   10349:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   10350: 
                   10351:        * src/main/pa_common.C, www/htdocs/.htaccess: uncommented http://
                   10352:          file loading
                   10353: 
                   10354:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   10355:          xdoc::create/load
                   10356: 
                   10357:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   10358:          classes/string.C, classes/table.C, classes/void.C,
                   10359:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   10360:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   10361:          String::String(str,helper_length) are checked.  found/fixed one
                   10362:          place: $request:body now zero-terminated,
                   10363: 
                   10364:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   10365:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   10366:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   10367:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   10368:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   10369:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   10370:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   10371:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   10372:          easily optimizable)
                   10373: 
                   10374:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   10375:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   10376: 
                   10377:        * src/: include/pa_array.h, include/pa_stack.h,
                   10378:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   10379:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   10380:          become assertion iterator in methodframe filler
                   10381: 
                   10382:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   10383:          targets/cgi/parser3.C: array::get/put inlined
                   10384: 
                   10385:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   10386:          gc_substitute_memory_management_functions +installed CORD_oom
                   10387:          function
                   10388: 
                   10389:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   10390:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   10391:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   10392:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   10393:          assertions started configure.in --enable-assertions
                   10394: 
                   10395: 2003-04-01  paf
                   10396: 
                   10397:        * src/classes/xdoc.C, src/classes/xnode.h, src/include/pa_memory.h,
                   10398:          src/main/pa_memory.C, src/targets/cgi/parser3.C,
                   10399:          src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
                   10400:          src/types/pa_vxnode.h, www/htdocs/.htaccess: memory bug debugged
                   10401:          down: gdome uses glib memory, and stores last pointer to xmlDoc
                   10402:          there, gc misses that and collects valid memory fixed by
                   10403:          remembering xmlDoc from dom object in xdoc.  todo: do something
                   10404:          with premature free of xdoc with xnodes/node values referring
                   10405:          into it
                   10406: 
                   10407:        * src/classes/: mail.C: typo fix
                   10408: 
1.88      moko     10409:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   10410:          changes
1.86      moko     10411: 
                   10412:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   10413:          main/pa_memory.C: moved memory debugging to global level: to
                   10414:          pa_gc_malloc
                   10415: 
                   10416:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   10417:          debugging showed no errors. todo: debug parser memory
                   10418: 
                   10419:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   10420:          configurations
                   10421: 
1.88      moko     10422:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
1.86      moko     10423:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   10424:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   10425:          types/types.dsp: prepared xml-static configuration
                   10426: 
                   10427: 2003-03-31  paf
                   10428: 
                   10429:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   10430:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   10431:          www/htdocs/.htaccess: started xml lib memory debugging, simple
                   10432:          checks failed: it seems that library does realloc(bad ptr), and
                   10433:          recording those ptrs in heap [for debugging] was bad: heap
                   10434:          situation changes = everything works fine
                   10435: 
                   10436:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   10437:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   10438:          limit of 10 user-defined charsets]
                   10439: 
                   10440: 2003-03-28  paf
                   10441: 
                   10442:        * src/main/execute.C: execution stack copied to local register
                   10443:          variable, removed lots [~2e7) of memory accesses
                   10444: 
                   10445: 2003-03-27  paf
                   10446: 
                   10447:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   10448:          works in debug, but fails in release todo: fix that
                   10449: 
                   10450:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   10451:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   10452:          replacement from gc branch
                   10453: 
                   10454:        * src/main/pa_exec.C: introducing append_help_length [radical
                   10455:          improvement here]
                   10456: 
                   10457:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   10458:          'not recommened' in gc.h, on win32 noticed no difference]
                   10459: 
                   10460:        * src/include/pa_array.h: returned checked array get [were disabled
                   10461:          for debugging] result:not slower [don't understand that, it were
                   10462:          INLINED] todo: find out a way of inlining it!
                   10463: 
                   10464:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   10465:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   10466:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   10467:          convention changed: all resulting strings are zero-terminated
                   10468: 
                   10469:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10470:          classes/string.C, classes/table.C, classes/void.C,
                   10471:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   10472:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   10473:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   10474:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10475:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   10476:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   10477:          append_help_length [radical improvement here]
                   10478: 
                   10479:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   10480:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   10481:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   10482:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   10483:          even slower
                   10484: 
                   10485:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   10486:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   10487:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   10488:          clients of &get(): most to use non-ref version, some[in tight
                   10489:          places] to get_unchecked_ref
                   10490: 
                   10491:        * src/doc/memory.dox: forgot to add
                   10492: 
                   10493:        * src/classes/classes.dsp, src/classes/memory.C,
1.88      moko     10494:          src/classes/xdoc.C, src/include/pa_array.h,
1.86      moko     10495:          src/include/pa_request.h, src/include/pa_stack.h,
                   10496:          src/include/pa_string.h, src/lib/cord/cord.dsp,
                   10497:          src/lib/ltdl/libltdl.dsp, src/lib/md5/md5.dsp,
                   10498:          src/lib/pcre/pcre.dsp, src/main/compile.tab.C,
                   10499:          src/main/compile.y, src/main/compile_tools.C,
                   10500:          src/main/compile_tools.h, src/main/main.dsp,
                   10501:          src/main/pa_string.C, src/targets/cgi/parser3.C,
                   10502:          src/targets/cgi/parser3.dsp, src/types/pa_vmail.C,
                   10503:          src/types/pa_vmethod_frame.C, src/types/types.dsp,
                   10504:          www/htdocs/.htaccess: Array::put(index, T>>&<< removed after
                   10505:          Stack::pop wiping removed [moved to separate func] other Array &
                   10506:          removed
                   10507: 
                   10508: 2003-03-26  paf
                   10509: 
                   10510:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
1.88      moko     10511:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   10512:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   10513:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   10514:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   10515:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   10516:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   10517:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   10518:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.86      moko     10519:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10520:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   10521:          pre-evaluated .count() in some places
                   10522: 
1.88      moko     10523:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
1.86      moko     10524:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   10525:          types/types.dsp: .dsp profiling updated
                   10526: 
1.88      moko     10527:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   10528:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   10529:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   10530: 
                   10531:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   10532:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
1.86      moko     10533:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   10534:          use lib/gc,lib/cord
                   10535: 
                   10536:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
1.88      moko     10537:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
                   10538:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   10539:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   10540:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   10541:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
                   10542:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
                   10543:          src/lib/cord/include/Makefile.am,
1.86      moko     10544:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   10545:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   10546:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   10547:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   10548:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   10549:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   10550:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   10551:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   10552:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   10553:          funcs ported pa_exec
                   10554: 
                   10555:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   10556: 
                   10557:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   10558:          bundled gc includes
                   10559: 
                   10560:        * src/classes/op.C, src/include/pa_array.h,
                   10561:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   10562:          src/include/pa_version.h, src/main/compile.tab.C,
                   10563:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   10564:          src/main/pa_exception.C, src/main/pa_request.C,
                   10565:          src/main/pa_string.C, src/targets/cgi/parser3.C,
                   10566:          src/targets/cgi/parser3.dsp, www/htdocs/.htaccess: a number of
                   10567:          bugfixes [while testing first real site (aval)]
                   10568: 
                   10569: 2003-03-25  paf
                   10570: 
                   10571:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   10572:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   10573:          process
                   10574: 
                   10575:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   10576:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   10577: 
                   10578:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   10579: 
                   10580:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   10581:          src/types/pa_value.h, src/types/pa_vfile.h,
                   10582:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10583:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   10584:          tests/results/121.processed: untaint.C L_URI
                   10585: 
                   10586:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   10587:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   10588:          src/types/pa_venv.h, src/types/types.dsp, www/htdocs/.htaccess,
                   10589:          src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
                   10590: 
                   10591:        * tests/results/109.processed: it was a bug in parser. updated 109
                   10592:          test result
                   10593: 
                   10594:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   10595: 
                   10596:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   10597:          tests/results/107.processed: fixed dom language [values are now
                   10598:          considered tainted.  it was a bug in parser. updated 107 test
                   10599:          result
                   10600: 
                   10601:        * src/classes/xdoc.C: fixed transform params
                   10602: 
                   10603:        * src/: include/pa_stylesheet_manager.h,
                   10604:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   10605: 
                   10606:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   10607:          overloads for structure handling
                   10608: 
                   10609:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   10610:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   10611:          StringBody(0) ambiguilty, introducting static
                   10612:          StringBody::Format(int)
                   10613: 
                   10614:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   10615:          linked
                   10616: 
                   10617:        * src/types/pa_vxdoc.C: vxdoc compiled
                   10618: 
                   10619:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   10620:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   10621:          finalizers isntalled
                   10622: 
                   10623:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   10624:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   10625:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   10626:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   10627:          compiled todo: xnode.C / finalizers
                   10628: 
                   10629:        * src/doc/string.dox: updated: new string internals
                   10630: 
                   10631: 2003-03-24  paf
                   10632: 
                   10633:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10634:          include/pa_charset.h, include/pa_config_fixed.h,
                   10635:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   10636:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   10637:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   10638:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   10639:          types/pa_vxnode.h: started XML
                   10640: 
                   10641:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   10642: 
                   10643:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10644:          include/pa_string.h, main/pa_common.C,
                   10645:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   10646: 
                   10647:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10648:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   10649:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   10650:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   10651:          for eq STRING_NOT_FOUND
                   10652: 
                   10653:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   10654:          optimize bit implemented
                   10655: 
                   10656:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   10657:          String::ArrayFragment::append_positions fixed
                   10658: 
1.88      moko     10659:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   10660:          String::this_starts fixed
1.86      moko     10661: 
                   10662:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   10663: 
                   10664:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   10665:          hashcode implemented fully, including per-char callback [it can
                   10666:          be - substr CORD node]
                   10667: 
1.88      moko     10668:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   10669:          rewritten to rewalloc with 100byte buf ahead
1.86      moko     10670: 
                   10671:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   10672:          src/include/pa_string.h, src/main/compile.tab.C,
                   10673:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   10674:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   10675:          CORD_ec [bad] would rewrite as realloc now
                   10676: 
                   10677:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   10678:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
1.88      moko     10679:          include/pa_cache_managers.h, include/pa_charsets.h,
                   10680:          include/pa_common.h, include/pa_request.h,
1.86      moko     10681:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   10682:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   10683:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
1.89      moko     10684:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   10685:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   10686:          types/pa_vstateless_class.h: 2*2 worked :)
1.86      moko     10687: 
                   10688:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   10689:          src/include/pa_exec.h, src/include/pa_string.h,
                   10690:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   10691:          passed OK
                   10692: 
                   10693:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   10694:          types/pa_value.C: all linked todo: debug
                   10695: 
1.88      moko     10696:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   10697:          types/pa_vstateless_class.C: all compiled.  todo:link
1.86      moko     10698: 
                   10699:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   10700: 
                   10701:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   10702: 
                   10703:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   10704: 
                   10705:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   10706: 
                   10707:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   10708:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   10709:          pa_vstateless_class.C, pa_vstateless_class.h:
                   10710:          pa_vstateless_class.C compiled
                   10711: 
                   10712:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   10713:          types/pa_vmath.C: pa_vmail.C compiled
                   10714: 
                   10715:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   10716: 
                   10717:        * src/types/pa_vform.C: pa_vform.C compiled
                   10718: 
                   10719:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   10720: 
                   10721:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   10722:          pa_vstateless_class.C: pa_vcookie.C compiled
                   10723: 
                   10724:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   10725:          types/pa_vhash.h: pa_value.C compiled
                   10726: 
                   10727:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   10728:          classes.lib main.lib compiled
                   10729: 
                   10730:        * src/classes/void.C: void.C compiled
                   10731: 
                   10732:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   10733:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   10734:          compiled
                   10735: 
                   10736:        * src/: classes/string.C, include/pa_request.h,
                   10737:          include/pa_string.h, main/pa_string.C: string.C compiled
                   10738: 
                   10739:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   10740:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   10741:          main/pa_request.C, main/pa_string.C: op.C compiled
                   10742: 
                   10743:        * src/classes/: math.C, op.C: math.C compiled
                   10744: 
                   10745:        * src/: classes/mail.C, classes/string.C, classes/table.C,
1.88      moko     10746:          types/pa_vmail.h: mail.C compiled
1.86      moko     10747: 
                   10748:        * src/classes/: int.C, table.C: int.C compiled
                   10749: 
                   10750:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   10751:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   10752:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   10753:          compiled
                   10754: 
                   10755:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   10756:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   10757:          include/pa_sql_connection.h: hash.C compiled
                   10758: 
                   10759:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   10760:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   10761:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   10762:          classes/math.C, classes/op.C, classes/response.C,
                   10763:          classes/string.C, classes/table.C, classes/void.C,
1.88      moko     10764:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   10765:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   10766:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   10767:          file.C table.C compiled
1.86      moko     10768: 
                   10769:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   10770:          main/untaint.C: main.lib compiled
                   10771: 
                   10772: 2003-03-21  paf
                   10773: 
                   10774:        * src/: classes/op.C, include/pa_cache_managers.h,
                   10775:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10776:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   10777:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   10778:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   10779:          compiled
                   10780: 
                   10781:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   10782:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   10783:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   10784:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   10785:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   10786:          pa_request.C compiled
                   10787: 
                   10788:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   10789:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   10790:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   10791:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   10792:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10793:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   10794:          compiled
                   10795: 
                   10796:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   10797:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   10798:          on unix
                   10799: 
                   10800:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   10801:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   10802:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   10803:          pa_charsets.C compiled
                   10804: 
                   10805:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   10806:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   10807:          main/compile.y, main/execute.C, main/pa_common.C,
                   10808:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   10809:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   10810:          types/pa_vmethod_frame.h: execute.C compiled
                   10811: 
                   10812:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10813:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10814:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   10815:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   10816:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     10817:          include/pa_cache_managers.h, include/pa_charsets.h,
                   10818:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   10819:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
1.86      moko     10820:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   10821:          include/pa_stylesheet_connection.h,
                   10822:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10823:          main/compile.C, main/compile.tab.C, main/compile.y,
                   10824:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10825:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10826:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   10827:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
1.89      moko     10828:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   10829:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   10830:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   10831:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   10832:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   10833:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   10834:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   10835:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   10836:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   10837:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
1.86      moko     10838:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10839:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10840:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10841:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   10842:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   10843:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   10844:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10845:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10846:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   10847:          [C++ CORD wrapper]
                   10848: 
                   10849:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   10850: 
                   10851:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   10852:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   10853: 
                   10854:          command line, env values, input got transcoded before call
                   10855:          stdout, stderr got transcoded after call
                   10856: 
                   10857:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   10858:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   10859: 
                   10860:        * src/main/pa_common.C: } typo bug fix
                   10861: 
                   10862:        * src/main/pa_common.C: } typo bug fix
                   10863: 
                   10864: 2003-03-20  paf
                   10865: 
                   10866:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   10867:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   10868: 
                   10869:        * src/include/pa_string.h: more tests
                   10870: 
                   10871:        * src/main/pa_string.C: string.pos fixed
                   10872: 
                   10873:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   10874:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   10875:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   10876:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   10877:          replaces
                   10878: 
                   10879:        * src/: classes/image.C, include/pa_dictionary.h,
                   10880:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   10881:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   10882:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   10883:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   10884: 
                   10885:        * src/include/pa_string.h: warning
                   10886: 
                   10887:        * src/include/pa_string.h: this_starts fixed
                   10888: 
                   10889:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   10890:          new String ctor & append params convention
                   10891: 
                   10892:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   10893:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   10894:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   10895:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   10896:          main/pa_exception.C, main/pa_exec.C,
                   10897:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   10898:          main/pa_stylesheet_manager.C, main/untaint.C,
                   10899:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   10900:          types/pa_vmail.C: more tests OK
                   10901: 
                   10902:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   10903:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   10904:          gc/exit runned OK
                   10905: 
                   10906:        * src/types/pa_vmail.C: another naming problem: should not name
                   10907:          vars like that: unpredictable close caused problems with later
                   10908:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   10909:          descriptors missing on startup: stdin; Bad file number
                   10910: 
                   10911:          todo: find out why so many filters(stream) here. probably wrong?
                   10912: 
                   10913:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   10914:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   10915:          main/untaint.C: test compiled
                   10916: 
                   10917:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   10918:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   10919:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   10920:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   10921:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   10922:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   10923:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   10924:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   10925:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   10926:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   10927: 
                   10928:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   10929:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
1.88      moko     10930:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   10931:          src/include/pa_memory.h, src/include/pa_request.h,
                   10932:          src/include/pa_request_charsets.h,
1.86      moko     10933:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   10934:          src/main/compile.tab.C, src/main/execute.C,
                   10935:          src/main/pa_charset.C, src/main/pa_common.C,
                   10936:          src/main/pa_exception.C, src/main/pa_exec.C,
                   10937:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   10938:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
1.89      moko     10939:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   10940:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   10941:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   10942:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
1.86      moko     10943:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   10944:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   10945:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   10946:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10947:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   10948:          pa_common.C [done, without http for now]
                   10949: 
                   10950: 2003-03-19  paf
                   10951: 
                   10952:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   10953:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   10954:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   10955:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   10956:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   10957:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   10958:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   10959:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   10960:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   10961:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   10962:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   10963:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   10964:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   10965:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   10966:          types/pa_wwrapper.h: started test
                   10967: 
                   10968:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   10969:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
                   10970: 
                   10971:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   10972:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   10973:          it
                   10974: 
                   10975:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
1.88      moko     10976:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
1.86      moko     10977:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   10978:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   10979:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   10980:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   10981:          types/pa_vmethod_frame.h, types/types.dsp: string
                   10982:          reimplementation with cord+array<fragment>: 70%
                   10983: 
                   10984: 2003-03-18  paf
                   10985: 
                   10986:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   10987:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   10988:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   10989:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   10990:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   10991:          can ignore lang in cmp and pos really,             but would
                   10992:          split properly!
                   10993: 
                   10994:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   10995:          cord part made parser/src/lib: it's not compiled into libgc by
                   10996:          default
                   10997: 
                   10998:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   10999:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11000:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   11001:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11002:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   11003:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
1.88      moko     11004:          src/classes/xnode.C, src/classes/xnode.h,
1.86      moko     11005:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   11006:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   11007:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   11008:          src/include/pa_exception.h, src/include/pa_exec.h,
                   11009:          src/include/pa_globals.h, src/include/pa_hash.h,
                   11010:          src/include/pa_memory.h, src/include/pa_pool.h,
                   11011:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   11012:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   11013:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   11014:          src/include/pa_stylesheet_connection.h,
                   11015:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   11016:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   11017:          src/main/compile.C, src/main/compile.tab.C,
                   11018:          src/main/compile_tools.C, src/main/compile_tools.h,
                   11019:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   11020:          src/main/pa_charsets.C, src/main/pa_common.C,
                   11021:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   11022:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   11023:          src/main/pa_pool.C, src/main/pa_request.C,
                   11024:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   11025:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.89      moko     11026:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
1.86      moko     11027:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   11028:          src/types/pa_junction.h, src/types/pa_method.h,
                   11029:          src/types/pa_value.C, src/types/pa_value.h,
                   11030:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   11031:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   11032:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   11033:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   11034:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   11035:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   11036:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   11037:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   11038:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   11039:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11040:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11041:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   11042:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   11043:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   11044:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   11045:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   11046:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   11047:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   11048:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11049:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11050:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   11051:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   11052:          gc: PA_Object done lots of replacements also
                   11053: 
                   11054:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   11055:          gc logging
                   11056: 
                   11057: 2003-03-17  paf
                   11058: 
                   11059:        * src/classes/date.C, src/classes/file.C, src/classes/form.C,
                   11060:          src/classes/image.C, src/classes/mail.C, src/classes/op.C,
                   11061:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   11062:          src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
                   11063:          src/include/pa_pragma_pack_end.h, src/include/pa_string.h,
                   11064:          src/include/pa_types.h, src/main/compile.C,
                   11065:          src/main/compile.tab.C, src/main/execute.C,
                   11066:          src/main/pa_charset.C, src/main/pa_common.C,
                   11067:          src/main/pa_exception.C, src/main/pa_exec.C,
                   11068:          src/main/pa_globals.C, src/main/pa_pool.C, src/main/pa_request.C,
                   11069:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   11070:          src/main/pa_stylesheet_manager.C, src/main/pa_uue.C,
                   11071:          src/main/untaint.C, src/targets/cgi/pa_pool.C,
                   11072:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   11073:          src/targets/cgi/pool_storage.h, src/types/pa_vcookie.C,
                   11074:          src/types/pa_vdouble.h, src/types/pa_vfile.C,
                   11075:          src/types/pa_vform.C, src/types/pa_vint.h, src/types/pa_vmail.C,
                   11076:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11077:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11078:          www/htdocs/.htaccess, www/htdocs/auto.p: libgc attempt
                   11079: 
                   11080: 2003-03-13  paf
                   11081: 
                   11082:        * src/: include/pa_sql_driver_manager.h,
                   11083:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   11084:          called
                   11085: 
                   11086:        * src/include/pa_request.h, src/lib/ltdl/libltdl.dsp,
                   11087:          src/lib/md5/md5.dsp, src/main/compile.tab.C, src/main/execute.C,
                   11088:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   11089:          src/types/pa_value.C, src/types/pa_value.h,
                   11090:          src/types/pa_vobject.h, src/types/pa_vstateless_class.h,
                   11091:          src/types/pa_vstatus.C, src/types/types.dsp,
                   11092:          www/htdocs/.htaccess: set_base, set_derived simplified [counter
                   11093:          leaks fixed]
                   11094: 
                   11095:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   11096:          src/types/types.dsp: incorporated status class patch From:
                   11097:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   11098:          2003 8:14 AM
                   11099: 
                   11100:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   11101:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   11102:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   11103: 
                   11104: 2003-03-12  paf
                   11105: 
                   11106:        * configure, configure.in, src/lib/ltdl/configure,
                   11107:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
                   11108:          lib/ltdl/Makefile now created by /configure.in only [were by
                   11109:          lib/ltdl/configure.in OVERWRITE]
                   11110: 
1.89      moko     11111:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   11112:          linkage fixed for g++ 3.2.2
1.86      moko     11113: 
                   11114:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   11115:          on using privately declared class [fixed]
                   11116: 
                   11117:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   11118:          3.2 rightliy complained on using privately declared class [fixed]
                   11119: 
                   11120:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   11121:          sigpipe before request constructor now causes death
                   11122: 
                   11123:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   11124:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   11125:          not cause exception in exception handler
                   11126: 
1.89      moko     11127:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   11128:          now default links libstdc++ statically.  that can be overriden by
1.86      moko     11129:          --with-dynamic-stdcpp
                   11130: 
                   11131: 2003-03-11  paf
                   11132: 
                   11133:        * src/main/compile.tab.C, src/main/compile.y,
                   11134:          src/sql/pa_sql_driver.h, src/types/pa_vstateless_class.C,
                   11135:          src/types/pa_vstateless_class.h, www/htdocs/.htaccess: removed
                   11136:          necessity of libstdc++
                   11137: 
                   11138:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   11139: 
                   11140:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   11141: 
                   11142: 2003-03-08  paf
                   11143: 
                   11144:        * tests/Makefile: make install & co
                   11145: 
                   11146:        * src/: include/pa_request.h, classes/op.C: removing
                   11147:          vclass,object.h -> pa_request.h dependency
                   11148: 
                   11149:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   11150:          main/pa_request.C: removing vform,response,cookie.h ->
                   11151:          pa_request.h dependency
                   11152: 
                   11153:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   11154:          dependency [testing...]
                   11155: 
                   11156:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   11157:          return 0; fixed
                   11158: 
                   11159:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   11160:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   11161: 
                   11162:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   11163: 
                   11164:        * src/main/pa_request.C: forgotten: ifdef XML
                   11165: 
                   11166:        * src/main/pa_request.C, www/htdocs/.htaccess: forgotten: ifdef XML
                   11167: 
                   11168:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   11169:          win32 and run memleak tests again
                   11170: 
                   11171:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   11172:          old xml lib-- it's internal memory handling has faults
                   11173: 
                   11174:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   11175:          problems when transcode from charset A to A.
                   11176: 
                   11177:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   11178:          todo: still problems when transcode from charset A to A.
                   11179: 
                   11180:        * src/classes/hash.C, src/classes/mail.C, src/classes/string.C,
                   11181:          src/classes/table.C, src/include/pa_array.h,
                   11182:          src/main/pa_sql_driver_manager.C, src/types/pa_vmail.C,
                   11183:          src/types/pa_vmail.h, www/htdocs/.htaccess,
                   11184:          www/htdocs/index.html: started full-scale-site-test [~
                   11185:          http://parser.ru sources]
                   11186: 
                   11187:          some fixes
                   11188: 
                   11189:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   11190:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   11191:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   11192:          results/110.processed, results/111.processed,
                   11193:          results/112.processed, results/113.processed,
                   11194:          results/114.processed, results/115.processed,
                   11195:          results/116.processed, results/117.processed,
                   11196:          results/118.processed, results/119.processed,
                   11197:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   11198:          selectSingle 111 xdoc.create from tainted & 112
                   11199:          xdoc.create/output with russian attr value 113 xpath
                   11200:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   11201:          116 output media-type change 117 transform by dom stylesheet 118
                   11202:          empty transform result 119 dom setAttribute 120 nbsp letter
                   11203:          output
                   11204: 
                   11205:          =END OF PREPARED XML TESTS=
                   11206: 
                   11207: 2003-03-07  paf
                   11208: 
                   11209:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   11210:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   11211:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   11212:          transform with params [bugs fixed]
                   11213: 
                   11214:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   11215:          from copy/paste bug
                   11216: 
                   11217:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   11218:          src/include/pa_request.h, src/main/execute.C,
                   11219:          src/main/pa_charset.C, src/main/pa_exception.C,
                   11220:          src/main/pa_globals.C, src/main/pa_request.C,
                   11221:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11222:          src/types/pa_vxnode.C, tests/107.html,
                   11223:          tests/results/107.processed: xml: test: 107 bug fixes
                   11224: 
                   11225:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11226:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11227:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   11228: 
                   11229:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   11230:          string
                   11231: 
                   11232:        * src/include/pa_charset.h, src/main/pa_charset.C,
                   11233:          www/htdocs/.htaccess: xml: charset two mem alloc functions used
                   11234:          for different cases [libxml, libxsl]
                   11235: 
                   11236:        * src/classes/classes.C: fixed: prevent system classes from
                   11237:          modification to lock ALL the classes, not only directly used
                   11238: 
                   11239:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   11240:          linked
                   11241: 
                   11242:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   11243: 
                   11244: 2003-03-06  paf
                   11245: 
                   11246:        * src/classes/xdoc.C: xdoc.C 50%
                   11247: 
                   11248:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   11249:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   11250:          main/pa_globals.C, main/pa_request.C,
                   11251:          main/pa_stylesheet_manager.C: xnode.C compiled
                   11252: 
                   11253:        * src/: include/pa_stylesheet_connection.h,
                   11254:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   11255:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   11256: 
                   11257:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   11258:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   11259:          xml: stylesheet&manager STARTED
                   11260: 
                   11261:        * src/: include/pa_globals.h, main/pa_charset.C,
                   11262:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   11263: 
                   11264:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   11265:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   11266:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   11267:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   11268:          charsets
                   11269: 
                   11270:        * tests/023.html: in some cases it rounded up badly. postponing
                   11271:          solution of that problem, making more simple test
                   11272: 
                   11273:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   11274:          -kb now
                   11275: 
                   11276:        * src/include/pa_charset.h, src/include/pa_charsets.h,
                   11277:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   11278:          www/htdocs/.htaccess: charset_utf8 declaration moved to
                   11279:          charsets.C
                   11280: 
                   11281: 2003-03-05  paf
                   11282: 
                   11283:        * src/classes/string.C, src/include/pa_string.h,
                   11284:          src/main/pa_string.C, tests/105.html,
                   11285:          tests/results/105.processed: String::match bug fixed
                   11286: 
                   11287:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   11288:          tests/results/104.processed, www/htdocs/.htaccess: ^bpt operator
                   11289:          added [does int3 in debug build on win32]
                   11290: 
                   11291:        * tests/: 057.html, results/057.processed: test bug fixed
                   11292: 
                   11293:        * www/htdocs/: auto.p, autoptr.html, base.p, derived.p, font.gif,
                   11294:          global.xsl, index.html, mailreceive.eml, mailreceive.html,
                   11295:          operators.p, parser-status.html, people.dtd, some.p: removed old
                   11296:          tests
                   11297: 
1.89      moko     11298:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.86      moko     11299: 
                   11300:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   11301:          missing
                   11302: 
                   11303:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   11304:          forgotten files added to Makes
                   11305: 
                   11306:        * ltmain.sh: ltmain.sh added
                   11307: 
                   11308:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   11309:          change undone ;(
                   11310: 
                   11311:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   11312:          made static
                   11313: 
                   11314:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.89      moko     11315:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   11316:          todo:make linker happy
1.86      moko     11317: 
                   11318:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   11319:          env param made optional
                   11320: 
                   11321: 2003-03-04  paf
                   11322: 
                   11323:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   11324:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   11325: 
                   11326:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   11327:          results/103.processed: tests: 103 image.copy transparence test
                   11328: 
                   11329:        * src/main/execute.C, tests/101.html, tests/102.html,
                   11330:          tests/results/101.processed, tests/results/102.processed: tests:
                   11331:          101 method/variable name conflict test 102 form fields change
                   11332:          should not not change anything [bug fix]
                   11333: 
                   11334:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   11335:          results/099.processed, results/100.processed: tests: 57 date
                   11336:          create 2002: added 99,100 response:body/download
                   11337: 
                   11338:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   11339:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   11340: 
                   11341:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   11342:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   11343:          fixed]
                   11344: 
                   11345:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   11346:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   11347:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   11348:          image EXIF  [bug fixed]
                   11349: 
                   11350:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   11351:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   11352:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   11353:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   11354:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   11355:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   11356:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   11357:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   11358:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   11359:          tests/094.html, tests/095.html, tests/results/061.processed,
                   11360:          tests/results/062.processed, tests/results/063.processed,
                   11361:          tests/results/064.processed, tests/results/065.processed,
                   11362:          tests/results/066.processed, tests/results/067.processed,
                   11363:          tests/results/068.processed, tests/results/069.processed,
                   11364:          tests/results/070.processed, tests/results/071.processed,
                   11365:          tests/results/072.processed, tests/results/073.processed,
                   11366:          tests/results/074.processed, tests/results/075.processed,
                   11367:          tests/results/076.processed, tests/results/077.processed,
                   11368:          tests/results/078.processed, tests/results/080.processed,
                   11369:          tests/results/081.processed, tests/results/082.processed,
                   11370:          tests/results/083.processed, tests/results/084.processed,
                   11371:          tests/results/085.processed, tests/results/086.processed,
                   11372:          tests/results/087.processed, tests/results/088.processed,
                   11373:          tests/results/089.processed, tests/results/090.processed,
                   11374:          tests/results/091.processed, tests/results/092.processed,
                   11375:          tests/results/093.processed, tests/results/094.processed,
                   11376:          tests/results/095.processed, tests/079.html,
                   11377:          tests/results/079.processed: tests: 61 file::stat size 62
                   11378:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   11379:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   11380:          string.match simple on long 68 string.match normalized simple on
                   11381:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   11382:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   11383:          date arithmetics 75 response date values/attributes 76 string.pos
                   11384:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   11385:          with local 80 scientific numeric literal in string autoconvert 81
                   11386:          xor: logical and numerical 82 for delims 83 menu delims 84
                   11387:          table.hash distinct 85 long string  replace 86 throw+catch
                   11388:          current language preserve 87 bit shifts 88 junction tests +
                   11389:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   11390:          91 $caller test 92 junction is + def junction tests 93 $caller
                   11391:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   11392: 
                   11393:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   11394:          fixed] 60 string eq string [bug fixed]
                   11395: 
                   11396:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   11397:          058.html, 058_paf2000.png, 059.html, 060.html,
                   11398:          results/053.processed, results/054.processed,
                   11399:          results/055.processed, results/056.processed,
                   11400:          results/057.processed, results/058.processed,
                   11401:          results/059.processed, results/060.processed: test: 53
                   11402:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   11403:          date.create[string] 58 image.measure[png]
                   11404: 
                   11405:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   11406:          outputs/051.processed, results/052.processed: test: 52
                   11407:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   11408:          task: fix that
                   11409: 
                   11410: 2003-03-03  paf
                   11411: 
                   11412:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   11413:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   11414:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   11415:          outputs/049.processed, outputs/050.processed,
                   11416:          outputs/051.processed, results/001.processed,
                   11417:          results/002.processed, results/003.processed,
                   11418:          results/005.processed, results/006.processed,
                   11419:          results/008.processed, results/009.processed,
                   11420:          results/011.processed, results/012.processed,
                   11421:          results/013.processed, results/014.processed,
                   11422:          results/015.processed, results/016.processed,
                   11423:          results/017.processed, results/020.processed,
                   11424:          results/021.processed, results/022.processed,
                   11425:          results/024.processed, results/025.processed,
                   11426:          results/026.processed, results/027.processed,
                   11427:          results/028.processed, results/029.processed,
                   11428:          results/030.processed, results/031.processed,
                   11429:          results/049.processed, results/050.processed,
                   11430:          results/051.processed, results/043.processed,
                   11431:          results/044.processed, results/045.processed,
                   11432:          results/046.processed, results/047.processed,
                   11433:          results/048.processed: tests: 43,44,45 date rolls 46
                   11434:          autoevaluating junction 47 table.select 48 name with subvar 49
                   11435:          hash-creating switch 50 process 51 started parent/child, works as
                   11436:          it were but it were NOT GOOD, created separate task  to fix that
                   11437: 
                   11438:        * tests/: 042.html, results/042.processed: test: 42
                   11439:          exception.handled
                   11440: 
                   11441:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   11442:          expression
                   11443: 
                   11444:        * tests/: 040.html, results/040.processed: test: 39 method result
                   11445:          of type table 40 method param junction auto evaluate
                   11446: 
                   11447:        * tests/: 039.html, results/039.processed: test: 37 method result
                   11448:          of type table
                   11449: 
                   11450:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   11451:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   11452:          tests/038.html, tests/results/033.processed,
                   11453:          tests/results/034.processed, tests/results/035.processed,
                   11454:          tests/results/036.processed, tests/results/037.processed,
                   11455:          tests/results/038.processed: tests: 33 string.replace 34
                   11456:          string.upper 35 table created 36 local/global vars with juntions
                   11457:          37 table clone 38 math PI & number formatting
                   11458: 
                   11459:          math class registring typo fixed
                   11460: 
                   11461:        * src/classes/op.C, src/include/pa_request.h,
                   11462:          src/include/pa_string.h, src/main/execute.C,
                   11463:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   11464:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   11465:          tests/032.html, tests/results/032.processed: uchar changed to
                   11466:          String_UL in all places [was not everywhere] untaint test: 032
                   11467: 
                   11468:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   11469:          tests/results/004.processed, www/htdocs/.htaccess,
                   11470:          tests/parser-cygwin.sh, tests/parser-unix.sh: removed -H command
                   11471:          line key, now testing using .sh file with SERVER_SOFTWARE=xxx
                   11472: 
                   11473: 2003-02-26  paf
                   11474: 
                   11475:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   11476:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   11477:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   11478:          tests/results/024.processed, tests/results/025.processed,
                   11479:          tests/results/026.processed, tests/results/027.processed,
                   11480:          tests/results/028.processed, tests/results/029.processed,
                   11481:          tests/results/030.processed, tests/results/031.processed: fixed
                   11482:          bug with name_cstr mutable CharPtr more tests
                   11483: 
                   11484:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
1.89      moko     11485:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   11486:          << abort.  die now just exits
1.86      moko     11487: 
                   11488:        * src/classes/classes.awk, src/classes/classes.h,
                   11489:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11490:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   11491:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11492:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   11493:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11494:          src/classes/xnode.C, src/include/pa_memory.h,
1.89      moko     11495:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   11496:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   11497:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   11498:          tests/017.html, tests/018.html, tests/019.html,
1.86      moko     11499:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   11500:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   11501:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   11502:          tests/results/015.processed, tests/results/016.processed,
                   11503:          tests/results/017.processed, tests/results/018.processed,
                   11504:          tests/results/019.processed, tests/results/020.processed,
                   11505:          tests/results/021.processed, tests/results/022.processed,
                   11506:          tests/results/023.processed: methoded_array now contains all Mxxx
                   11507:          classes SAPI::get_env now returns info on pool more tests
                   11508: 
                   11509:        * src/include/pa_array.h, src/include/pa_hash.h,
                   11510:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   11511:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   11512:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   11513:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   11514:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   11515:          tests/results/001.processed, tests/results/002.processed,
                   11516:          tests/results/003.processed, tests/results/004.processed,
                   11517:          tests/results/005.processed, tests/results/006.processed,
                   11518:          tests/results/007.processed, tests/results/008.processed,
                   11519:          tests/results/009.processed, tests/results/010.processed,
                   11520:          tests/results/011.processed, tests/results/012.processed,
1.88      moko     11521:          tests/results/013.processed, tests/results/014.processed: hash
                   11522:          cloning fixed
1.86      moko     11523: 
                   11524: 2003-02-25  paf
                   11525: 
                   11526:        * src/main/pa_common.C: typo fixed
                   11527: 
                   11528: 2003-02-24  paf
                   11529: 
                   11530:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   11531:          [one remained]
                   11532: 
1.88      moko     11533:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
1.86      moko     11534:          [should have been get_string(&pool)] todo: check other such calls
                   11535: 
1.88      moko     11536:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   11537:          test10, bad lookups
1.86      moko     11538: 
                   11539:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   11540:          object got destructed, and xxx points to sky
                   11541: 
1.88      moko     11542:        * ChangeLog, src/classes/string.C: match bug fixed
1.86      moko     11543: 
                   11544:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   11545:          $.charset[specified] now
                   11546: 
                   11547:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   11548:          which failed to handle sigsetjmp+throw: crashed inside of
                   11549:          pre-throw code.  rewritten simplier [though duplicating
                   11550:          closesocket code]
                   11551: 
                   11552:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   11553:          which failed to handle sigsetjmp+throw: crashed inside of
                   11554:          pre-throw code.  rewritten simplier [though duplicating
                   11555:          closesocket code]
                   11556: 
                   11557: 2003-02-21  paf
                   11558: 
1.88      moko     11559:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   11560:          $cookie:name[$.expires[date << can be now]]
1.86      moko     11561: 
                   11562:          written makefile with regression tests [raw]
                   11563: 
                   11564:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   11565:          tests' only [it's not forcing CGI mode now] now use -H to output
                   11566:          CGI header when parser used in command line [useful for tests
                   11567:          also]
                   11568: 
1.88      moko     11569:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   11570:          switches on CGI mode, and is used in regression tests
1.86      moko     11571: 
1.88      moko     11572:        * src/: include/pa_request.h, main/pa_request.C,
                   11573:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   11574:          fixed
1.86      moko     11575: 
                   11576:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   11577:          handling pa_*
                   11578: 
                   11579:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   11580:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   11581:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   11582:          memory handling files
                   11583: 
                   11584:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   11585: 
                   11586:        * src/main/execute.C, src/targets/cgi/parser3.C,
                   11587:          www/htdocs/autoptr.html: release mode now compiles OK test to
                   11588:          show benefits of free
                   11589: 
                   11590:        * src/: classes/file.C, classes/image.C, classes/mail.C,
1.88      moko     11591:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   11592:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   11593:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   11594:          use pool [as the one in ^process]
1.86      moko     11595: 
                   11596:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   11597:          -- some must use pool [as the one in ^process]
                   11598: 
                   11599: 2003-02-20  paf
                   11600: 
                   11601:        * src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11602:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   11603:          src/classes/mail.C, src/classes/math.C, src/classes/op.C,
                   11604:          src/classes/response.C, src/classes/string.C,
                   11605:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11606:          src/classes/xnode.C, src/main/pa_string.C, src/types/pa_method.h,
                   11607:          src/types/pa_value.C, src/types/pa_vmethod_frame.h,
                   11608:          www/htdocs/autoptr.html: string cmp fixed
                   11609: 
                   11610:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   11611:          values passed OK now
                   11612: 
                   11613: 2003-02-19  paf
                   11614: 
1.88      moko     11615:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   11616:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
1.89      moko     11617:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
1.86      moko     11618:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   11619:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   11620:          all remaning leaks resulted from pooled::malloc calls [excluding
                   11621:          in gd -- planning complete rewrite extremely ugly code]
                   11622: 
1.89      moko     11623:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   11624:          files
1.86      moko     11625: 
                   11626: 2003-02-17  paf
                   11627: 
                   11628:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11629:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11630:          classes/response.C, classes/string.C, classes/table.C,
                   11631:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   11632:          include/pa_stylesheet_connection.h,
                   11633:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   11634:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   11635:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   11636:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   11637:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   11638:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   11639:          of unitialized simple-typed field
                   11640: 
                   11641:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   11642:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   11643:          simple-typed field fixed.  todo: find&kill all like that one
                   11644: 
                   11645:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   11646:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   11647:          debug output fixed
                   11648: 
                   11649:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   11650:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   11651:          object_ptr from delete[them]
                   11652: 
                   11653:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   11654:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   11655:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   11656:          main/pa_charset.C, main/pa_common.C,
                   11657:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
1.89      moko     11658:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   11659:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   11660:          calls
1.86      moko     11661: 
                   11662:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   11663:          couple mem leaks rusulted from old pooled::malloc usage.
                   11664:          todo:find more like those
                   11665: 
                   11666:        * src/main/: compile.C, compile_tools.C: 2*2!
                   11667: 
                   11668:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   11669:          stackItem fixed [there were no string on stack before]
                   11670: 
                   11671:        * src/: main/execute.C, main/pa_request.C,
                   11672:          types/pa_vmethod_frame.C: first letters out OK
                   11673: 
                   11674:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   11675:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   11676:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   11677:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   11678:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   11679:          type not initialized with zeros :( while class fields of class
                   11680:          types initialized with default constructors.  learn C++
                   11681: 
                   11682:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   11683:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   11684:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   11685:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   11686:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   11687: 
                   11688: 2003-02-14  paf
                   11689: 
                   11690:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   11691:          13 link errors
                   11692: 
                   11693:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   11694:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   11695:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   11696:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   11697:          errors :)
                   11698: 
                   11699:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   11700:          classes/hash.C, classes/mail.C, classes/op.C,
                   11701:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
1.89      moko     11702:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
1.86      moko     11703:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   11704:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   11705: 
                   11706:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   11707:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   11708:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   11709:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   11710:          types/pa_vint.h, types/types.dsp: op compiled
                   11711: 
                   11712:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   11713:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   11714:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   11715: 
                   11716: 2003-02-07  paf
                   11717: 
                   11718:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   11719: 
                   11720: 2003-02-06  paf
                   11721: 
1.88      moko     11722:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   11723:          mail compiled
1.86      moko     11724: 
                   11725:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   11726:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   11727:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   11728: 
                   11729:        * src/classes/: file.C, form.C: form compiled
                   11730: 
                   11731:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   11732:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   11733:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   11734: 
                   11735:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   11736:          types/pa_vmath.h: math compiled [win32]
                   11737: 
                   11738:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   11739:          types/pa_vstring.h: hash compiled
                   11740: 
                   11741: 2003-02-04  paf
                   11742: 
                   11743:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   11744:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   11745:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   11746:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   11747:          types/pa_vhash.h: hash 50% compiled
                   11748: 
                   11749:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11750:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   11751:          classes/string.C, classes/table.C, classes/xdoc.C,
                   11752:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   11753:          main/pa_string.C: date compiled
                   11754: 
                   11755:        * src/classes/: classes.dsp, double.C: double compiled
                   11756: 
                   11757:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11758:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   11759:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   11760:          classes/string.C, classes/table.C, classes/void.C,
                   11761:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   11762:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   11763:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   11764:          compiled
                   11765: 
                   11766:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11767:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   11768:          classes/math.C, classes/op.C, classes/response.C,
                   11769:          classes/string.C, classes/table.C, classes/void.C,
                   11770:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     11771:          types/pa_vvoid.h: void  compiled :)
1.86      moko     11772: 
1.88      moko     11773:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   11774:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11775:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   11776:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   11777:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   11778:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   11779:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   11780:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   11781:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   11782:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   11783:          value_includes.h
1.86      moko     11784: 
                   11785:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   11786:          trying to remove stupid value_includes.h
                   11787: 
                   11788:        * src/main/pa_exec.C: pa_exec compiled on win32
                   11789: 
                   11790:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   11791: 
                   11792:        * src/: include/pa_globals.h, include/pa_request.h,
                   11793:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   11794:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   11795:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   11796:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   11797:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   11798: 
                   11799:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   11800:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   11801:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   11802: 
                   11803:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   11804:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   11805:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   11806:          compiled
                   11807: 
                   11808:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   11809:          name conflicts)
                   11810: 
                   11811:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   11812:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   11813:          yelds "virtual memory exhausted" while trying to compile
                   11814:          execute.C [eating up to 127MB]
                   11815: 
                   11816: 2003-02-03  paf
                   11817: 
                   11818:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   11819:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   11820:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   11821:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   11822:          types/pa_vint.h, types/pa_vjunction.h,
                   11823:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   11824:          started gcc compiling pa_common compiled
                   11825: 
                   11826:        * src/: include/pa_exception.h, include/pa_pool.h,
                   11827:          main/pa_exception.C: exception gcc change #1
                   11828: 
                   11829:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   11830:          compile _P identifier. it replaced it to some strange 0x0000040
                   11831: 
                   11832:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   11833: 
                   11834:        * src/types/pa_vtable.C: vtable compiled
                   11835: 
                   11836:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   11837: 
                   11838:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   11839:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   11840: 
                   11841:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   11842: 
                   11843:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   11844: 
                   11845:        * src/types/pa_vrequest.C: vrequest compiled
                   11846: 
                   11847:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   11848:          pa_vobject.C, pa_vobject.h: vobject compiled
                   11849: 
                   11850:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   11851:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11852:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   11853:          compiled
                   11854: 
                   11855:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   11856: 
                   11857:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   11858:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   11859:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   11860:          compiled
                   11861: 
                   11862:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   11863:          main.lib - 0 error(s), 0 warning(s)
                   11864: 
                   11865:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   11866:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   11867: 
                   11868: 2003-01-31  paf
                   11869: 
                   11870:        * src/: include/pa_array.h, include/pa_operation.h,
                   11871:          include/pa_request.h, main/execute.C, main/main.dsp,
                   11872:          types/pa_vjunction.h: started last file from main library:
                   11873:          execute
                   11874: 
                   11875:        * src/: include/pa_request.h, include/pa_sapi.h,
                   11876:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
1.89      moko     11877:          main/pa_request.C, targets/cgi/parser3.C,
                   11878:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   11879:          types/pa_vhash.h: pa_request compiled
1.86      moko     11880: 
                   11881:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   11882:          include/pa_globals.h, include/pa_request.h,
                   11883:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   11884:          main/execute.C, main/main.dsp, main/pa_common.C,
                   11885:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11886:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   11887:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   11888:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   11889:          types/types.dsp: most pa_request compiled
                   11890: 
                   11891:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11892:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11893:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11894:          classes/op.C, classes/response.C, classes/string.C,
                   11895:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88      moko     11896:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   11897:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     11898:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11899:          include/pa_dictionary.h, include/pa_dir.h,
                   11900:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11901:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   11902:          include/pa_pool.h, include/pa_request.h,
                   11903:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11904:          include/pa_sapi.h, include/pa_socks.h,
                   11905:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11906:          include/pa_stack.h, include/pa_string.h,
                   11907:          include/pa_stylesheet_connection.h,
                   11908:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11909:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11910:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   11911:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   11912:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   11913:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   11914:          main/compile.C, main/compile.tab.C, main/compile.y,
                   11915:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11916:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   11917:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   11918:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   11919:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   11920:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11921:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1.89      moko     11922:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   11923:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   11924:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11925:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   11926:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11927:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   11928:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   11929:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   11930:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   11931:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   11932:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   11933:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   11934:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   11935:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
1.86      moko     11936:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11937:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11938:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11939:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11940:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11941:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11942:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11943:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11944:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   11945: 
                   11946:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   11947:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   11948:          src/include/pa_charsets.h, src/include/pa_common.h,
                   11949:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   11950:          src/include/pa_exec.h, src/include/pa_pool.h,
                   11951:          src/include/pa_request.h, src/include/pa_sapi.h,
                   11952:          src/include/pa_sql_connection.h,
                   11953:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   11954:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   11955:          src/main/compile.tab.C, src/main/compile_tools.C,
                   11956:          src/main/compile_tools.h, src/main/main.dsp,
                   11957:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   11958:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   11959:          src/main/pa_exception.C, src/main/pa_exec.C,
                   11960:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   11961:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   11962:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   11963:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   11964:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   11965:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   11966:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   11967:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   11968:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   11969:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   11970:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11971:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11972:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   11973:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   11974:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   11975:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   11976:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   11977:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   11978:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
                   11979:          www/htdocs/.htaccess: ConstStringPtr died, long live StringPtr
                   11980: 
                   11981: 2003-01-30  paf
                   11982: 
1.88      moko     11983:        * src/: include/pa_charset.h, include/pa_request.h,
                   11984:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   11985:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   11986:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
1.86      moko     11987: 
                   11988:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   11989:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   11990:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   11991:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11992:          types/types.dsp: vstateless_class compiled
                   11993: 
                   11994:        * src/main/compile.C: compile compiled
                   11995: 
                   11996:        * src/: include/pa_array.h, include/pa_operation.h,
                   11997:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   11998:          main/pa_table.C: compile_tools compiled
                   11999: 
                   12000:        * src/: include/pa_operation.h, main/compile.y,
                   12001:          main/compile_tools.C, main/compile_tools.h: started
                   12002:          compile_tools. vagues ideas of how to free compiled code
                   12003: 
                   12004:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   12005:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   12006:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   12007:          compiled
                   12008: 
                   12009: 2003-01-29  paf
                   12010: 
                   12011:        * src/: include/pa_globals.h, include/pa_request.h,
                   12012:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   12013:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   12014:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   12015:          compiled
                   12016: 
                   12017:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   12018:          now
                   12019: 
1.88      moko     12020:        * src/: include/pa_array.h, include/pa_exception.h,
                   12021:          include/pa_pool.h, main/pa_exception.C: gd compiled
1.86      moko     12022: 
1.88      moko     12023:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
1.86      moko     12024:          compiled
                   12025: 
                   12026:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   12027:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   12028:          types/pa_vfile.h: vfile compiled
                   12029: 
                   12030:        * src/: include/pa_common.h, include/pa_globals.h,
                   12031:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   12032:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12033:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   12034: 
                   12035:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   12036:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   12037:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   12038:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12039:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   12040: 
                   12041:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   12042:          main/main.dsp, main/untaint.C: more compiled
                   12043: 
                   12044:        * src/: include/pa_charsets.h, include/pa_request.h,
                   12045:          include/pa_request_info.h, include/pa_string.h,
                   12046:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   12047:          types/pa_vresponse.h: vrequest compiled
                   12048: 
                   12049:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   12050:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   12051:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   12052: 
                   12053:        * src/: classes/classes.h, include/pa_charset.h,
                   12054:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   12055:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   12056:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   12057:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   12058:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   12059:          types/pa_vrequest.C, types/pa_vrequest.h,
                   12060:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   12061:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   12062: 
                   12063:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   12064:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   12065:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   12066:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   12067:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12068:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   12069:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   12070:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   12071:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   12072: 
                   12073: 2003-01-28  paf
                   12074: 
                   12075:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   12076:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   12077:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   12078:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   12079:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   12080:          compile_tools
                   12081: 
                   12082:        * src/: include/pa_charset.h, include/pa_exception.h,
                   12083:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   12084:          untaint compiled
                   12085: 
                   12086:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   12087:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   12088:          more compiled.  struck with string::store_to needing to know
                   12089:          source/client charsets
                   12090: 
                   12091:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   12092:          types/pa_vfile.h: uue compiled
                   12093: 
                   12094:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   12095:          table compiled
                   12096: 
                   12097:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   12098:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   12099: 
                   12100:        * src/: include/pa_charset.h, main/pa_charset.C,
                   12101:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   12102:          introduced]
                   12103: 
                   12104:        * src/: classes/date.C, include/pa_charset.h,
                   12105:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   12106:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   12107:          pa_charsets compiled
                   12108: 
                   12109:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   12110:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   12111: 
                   12112:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   12113:          common compiled
                   12114: 
                   12115:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   12116:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   12117: 
                   12118:        * src/: include/pa_array.h, include/pa_charset.h,
                   12119:          include/pa_charsets.h, include/pa_pool.h,
                   12120:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12121:          include/pa_stack.h, include/pa_string.h,
                   12122:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   12123:          sql_driver_manager compiled
                   12124: 
                   12125:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   12126:          letter i with two dots added to koi, all ukranian letters added
                   12127:          to win1251.
                   12128: 
                   12129:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   12130:          abscent from koi]
                   12131: 
                   12132: 2003-01-27  paf
                   12133: 
                   12134:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   12135:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12136:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   12137:          sql/pa_sql_driver.h: paused on sql_manager
                   12138: 
                   12139:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   12140:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12141:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   12142:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   12143: 
                   12144:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   12145:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12146:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   12147:          main/pa_table.C: table compiled
                   12148: 
                   12149:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   12150:          cache_managers compiled
                   12151: 
                   12152:        * src/: include/pa_array.h, include/pa_charset.h,
                   12153:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   12154: 
                   12155:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   12156: 
                   12157:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   12158:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   12159:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   12160:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   12161:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   12162: 
                   12163: 2003-01-24  paf
                   12164: 
                   12165:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   12166:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   12167:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   12168:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   12169:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   12170:          types/pa_vint.h, types/pa_vjunction.h,
                   12171:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12172:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   12173: 
                   12174:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   12175:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   12176:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   12177:          main/pa_string.C, main/pa_table.C: string compiled
                   12178: 
                   12179:        * src/: include/pa_array.h, include/pa_common.h,
                   12180:          include/pa_dictionary.h, include/pa_exception.h,
                   12181:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   12182:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   12183:          main/pa_string.C: dictionary compiled
                   12184: 
                   12185: 2003-01-23  paf
                   12186: 
                   12187:        * src/: include/pa_array.h, include/pa_common.h,
                   12188:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   12189:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   12190:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   12191:          types/pa_value.h: resurrected pool in new sense: now it's
                   12192:          factory, producing&accounting memory chunks for read[autofree]
                   12193:          buffers
                   12194: 
                   12195:        * src/: include/pa_array.h, include/pa_exception.h,
                   12196:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   12197:          main/pa_exception.C, main/pa_table.C: table compiled
                   12198: 
                   12199:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   12200:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   12201:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   12202:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   12203:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   12204:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   12205:          main/pa_table.C: aint that easy
                   12206: 
                   12207:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   12208:          main/main.dsp: continued with Hash
                   12209: 
                   12210:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   12211:          stack] now. and exception can be reported OK now [can be reported
                   12212:          outside of pro c with that stack]
                   12213: 
                   12214: 2003-01-22  paf
                   12215: 
                   12216:        * src/: include/pa_array.h, include/pa_charset.h,
                   12217:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   12218:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   12219:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   12220:          base: contains references_count.  auto_ptr template calls
                   12221:          add_ref/release
                   12222: 
                   12223: 2003-01-21  paf
                   12224: 
                   12225:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12226:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12227:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12228:          classes/op.C, classes/response.C, classes/string.C,
                   12229:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88      moko     12230:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   12231:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     12232:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12233:          include/pa_dictionary.h, include/pa_dir.h,
                   12234:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12235:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   12236:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   12237:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   12238:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12239:          include/pa_stack.h, include/pa_string.h,
                   12240:          include/pa_stylesheet_connection.h,
                   12241:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12242:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12243:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   12244:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   12245:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12246:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   12247:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   12248:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   12249:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   12250:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12251:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12252:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   12253:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   12254:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   12255:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   12256:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   12257:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   12258:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12259:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12260:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12261:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12262:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   12263:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   12264:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   12265:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12266:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12267:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12268:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12269:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12270:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   12271:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   12272:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   12273:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   12274:          2002->2003
                   12275: 
                   12276: 2003-01-16  paf
                   12277: 
1.88      moko     12278:        * www/htdocs/index.html: image.copy fixed transparent resampling
1.86      moko     12279: 
                   12280:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   12281:          src/main/pa_globals.C, www/htdocs/index.html: http:// introducing
                   12282:          $.any-status(1)
                   12283: 
                   12284:        * operators.txt, src/include/pa_config_fixed.h,
                   12285:          src/main/pa_common.C, www/htdocs/index.html: http request now
                   12286:          return status. and not fail on status!=200
                   12287: 
                   12288: 2003-01-15  paf
                   12289: 
                   12290:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   12291: 
                   12292: 2003-01-14  paf
                   12293: 
                   12294:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   12295:          mkinstalldirs: removed some ancient files [they in / really]
                   12296: 
                   12297:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   12298:          regretfully needed patch in two places.  in config_fixed.h made
                   12299:          stubs for lib to compile in MSVC
                   12300: 
                   12301: 2003-01-13  paf
                   12302: 
                   12303:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   12304:          configure.in(libtool) hacks
                   12305: 
                   12306:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
                   12307:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   12308:          ltdl.h: moved to latest libtool (1.4.3)
                   12309: 
                   12310: 2003-01-10  paf
                   12311: 
                   12312:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   12313: 
1.88      moko     12314:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
1.86      moko     12315:          patches.        libxml2 >= 2.5.1
                   12316:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   12317:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   12318:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   12319: 
                   12320:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   12321:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   12322:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   12323:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   12324: 
                   12325: 2003-01-09  paf
                   12326: 
                   12327:        * INSTALL: xml,xslt,gdome lib urls updated
                   12328: 
                   12329:        * config.guess, config.sub, missing, mkinstalldirs,
                   12330:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
                   12331:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   12332:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   12333:          1.7.2
                   12334: 
                   12335:        * depcomp: moving to automake 1.7.2
                   12336: 
                   12337: 2002-12-27  paf
                   12338: 
                   12339:        * src/include/pa_version.h: 0007
                   12340: 
                   12341:        * src/doc/aliased.dox, src/doc/index.dox, src/doc/module.dox,
                   12342:          src/doc/pooled.dox, www/htdocs/index.html: removed outdated
                   12343:          parts, made links to language docs
                   12344: 
                   12345:        * src/include/pa_config_auto.h.in: comment
                   12346: 
                   12347: 2002-12-26  paf
                   12348: 
                   12349:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   12350:          not contain trailing / fixed.
                   12351: 
                   12352:        * INSTALL: changing SAFE_MODE politics
                   12353: 
                   12354:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   12355: 
                   12356:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   12357: 
                   12358: 2002-12-25  paf
                   12359: 
                   12360:        * src/main/pa_globals.C: optimized-xml
                   12361: 
                   12362:        * src/main/pa_globals.C: optimized-as-is
                   12363: 
                   12364: 2002-12-24  paf
                   12365: 
                   12366:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   12367:          fixed [were really called with zero size when .html?a=&b=]
                   12368: 
                   12369:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   12370:          with --with-sendmail
                   12371: 
                   12372:        * src/main/pa_exec.C, www/htdocs/index.html: fork/pipe error now
                   12373:          [old always-pipe-error fixed]
                   12374: 
                   12375: 2002-12-23  paf
                   12376: 
                   12377:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   12378:          ignoring parameters & were storing only string with default
                   12379:          expires
                   12380: 
                   12381:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   12382:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   12383:          December 23, 2002 4:22 AM Subject: bug â
                   12384:          Charset::transcode_buf2xchar
                   12385: 
                   12386: 2002-12-20  paf
                   12387: 
                   12388:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   12389:          non-cgi [script] runs
                   12390: 
                   12391: 2002-12-19  paf
                   12392: 
                   12393:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   12394:          [tested on elik]] moreover, it's not needed there [parser
                   12395:          registers charsets itself]
                   12396: 
                   12397:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   12398:          [tested on elik]]
                   12399: 
                   12400:        * operators.txt, src/include/pa_globals.h,
                   12401:          src/include/pa_request.h, src/main/pa_globals.C,
                   12402:          src/main/pa_request.C, www/htdocs/index.html: $response:download
                   12403: 
                   12404:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   12405:          compiler [win32]].
                   12406: 
                   12407: 2002-12-18  paf
                   12408: 
                   12409:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   12410: 
                   12411: 2002-12-17  paf
                   12412: 
                   12413:        * src/targets/cgi/parser3.C: merged die&iis changes
                   12414: 
                   12415:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   12416:          to exit(1) 2. more flexible iilegal call check
                   12417: 
                   12418: 2002-12-16  paf
                   12419: 
                   12420:        * ltmain.sh: some automakes silly insist on having this handy
                   12421: 
                   12422:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   12423:          'p' bug fix
                   12424: 
                   12425: 2002-12-15  paf
                   12426: 
                   12427:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   12428:          'p'
                   12429: 
1.88      moko     12430:        * configure.in, src/include/pa_config_auto.h.in,
                   12431:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   12432:          from branch 6 to HEAD
1.86      moko     12433: 
1.88      moko     12434:        * src/main/compile.C: removed warning
1.86      moko     12435: 
                   12436:        * src/main/pa_common.C: ftruncate having checked
                   12437: 
                   12438:        * configure.in, src/include/pa_version.h: new version
                   12439: 
                   12440: 2002-12-14  paf
                   12441: 
                   12442:        * www/htdocs/index.html: exception type fixed
                   12443: 
                   12444:        * src/classes/table.C: removed unnecessary code
                   12445: 
                   12446:        * src/sql/pa_sql_driver.h: exception type fixed
                   12447: 
                   12448: 2002-12-09  paf
                   12449: 
                   12450:        * src/types/pa_vvoid.h, www/htdocs/index.html: $void.store[now]
                   12451:          error
                   12452: 
                   12453:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   12454: 
                   12455:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   12456:          tries to write core dump
                   12457: 
1.89      moko     12458:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
1.86      moko     12459: 
                   12460:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   12461:          classes/void.C, main/pa_sql_driver_manager.C,
                   12462:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   12463:          handlers #2
                   12464: 
                   12465:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   12466:          exception handling mech in sql handlers
                   12467: 
                   12468:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   12469:          handlers
                   12470: 
                   12471:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   12472:          classes/void.C, main/pa_sql_driver_manager.C,
                   12473:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   12474:          handlers
                   12475: 
                   12476:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   12477:          to write makefile which used libtool to install things, which is
                   12478:          not needed
                   12479: 
                   12480: 2002-12-06  paf
                   12481: 
                   12482:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   12483:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   12484: 
                   12485: 2002-12-05  paf
                   12486: 
1.88      moko     12487:        * src/classes/mail.C, src/types/pa_vmail.C, src/types/pa_vmail.h,
1.86      moko     12488:          www/htdocs/index.html: smtp cc/bcc OK now
                   12489: 
1.88      moko     12490:        * src/main/untaint.C, www/htdocs/index.html: mail header closed
                   12491:          properly
1.86      moko     12492: 
1.88      moko     12493:        * src/main/pa_common.C, src/main/untaint.C, src/types/pa_vmail.C,
                   12494:          www/htdocs/index.html: mail header ',' allowed.  still bugs in
                   12495:          smtp [only one receiptient works, cc, bcc ignored now, and MAILED
                   12496:          ;)]
1.86      moko     12497: 
                   12498:          [strncpy killed, memnchr used]
                   12499: 
                   12500:        * src/main/pa_table.C: table-copy now current=0
                   12501: 
                   12502:        * src/main/pa_array.C, src/main/pa_table.C, www/htdocs/index.html:
                   12503:          wow! found/fixed bug in lowlevel proc
                   12504: 
                   12505:        * src/targets/cgi/parser3.C: more checks on
                   12506:          http://domain/parser.cgi start [maybe some getenv returns "",
                   12507:          checked that now
                   12508: 
                   12509:        * src/targets/cgi/parser3.C: more checks on
                   12510:          http://domain/parser.cgi start [maybe some getenv returns "",
                   12511:          checked that now
                   12512: 
                   12513:        * src/targets/cgi/parser3.C, www/htdocs/index.html: error logging
                   12514:          made unbuffered [so that out-of-mem errors reached log]
                   12515: 
                   12516:        * src/classes/mail.C, src/targets/cgi/parser3.C,
                   12517:          src/types/pa_vmail.C, www/htdocs/index.html: mail:send
                   12518:          MIME-Version default
                   12519: 
                   12520:        * src/main/main.dsp: pa_version included into main.dsp
                   12521: 
1.88      moko     12522:        * www/htdocs/index.html: smtp line ends fixed. now \r\n [not \r].
                   12523:          some smtp servers [win32] leave \n intact, and some clients [bat]
                   12524:          fail to show letter correctly
1.86      moko     12525: 
                   12526: 2002-12-04  paf
                   12527: 
                   12528:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   12529: 
                   12530:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp,
                   12531:          www/htdocs/.htaccess, www/htdocs/index.html: lib/libltdl ->
                   12532:          lib/ltdl Win32 changes. s
                   12533: 
                   12534:        * src/classes/classes.awk: more strict *.C$
                   12535: 
                   12536:        * gnu.dsp: restored
                   12537: 
                   12538:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   12539:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   12540:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   12541:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   12542:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   12543:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   12544:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   12545:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   12546:          now created with /configure, not ltdl/configure, so it does have
                   12547:          no problems with automake.  ltdl/configure
                   12548:          AC_OUTPUT(Makefile<<removed)
                   12549: 
                   12550: 2002-12-02  paf
                   12551: 
                   12552:        * operators.txt: removed outdated status:db
                   12553: 
                   12554:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   12555:          src/main/pa_common.C, src/main/pa_request.C,
                   12556:          src/types/pa_vcookie.C, src/types/pa_vmail.C,
                   12557:          www/htdocs/index.html: http header lang of tainted parts becomes
                   12558:          http-header
                   12559: 
                   12560: 2002-11-29  paf
                   12561: 
                   12562:        * src/classes/date.C, src/classes/image.C, www/htdocs/index.html,
                   12563:          operators.txt: exif dates now objects of type date
                   12564: 
                   12565:        * src/classes/image.C: file.seek removed [it were used in image.C
                   12566:          only, and for parser user this  means that jpeg image has bad
                   12567:          size in fragment's header] now used image.format
                   12568: 
                   12569:        * src/include/pa_common.h, src/main/pa_common.C,
                   12570:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12571:          www/htdocs/index.html: http:// param values now handled exactly
                   12572:          like $response:header values.  e.g. can be hash [can have
                   12573:          subattributes] & contain date values.
                   12574: 
                   12575:        * src/main/pa_common.C, www/htdocs/index.html: http:// param values
                   12576:          lang forced URI
                   12577: 
                   12578:        * src/main/pa_common.C, www/htdocs/index.html: http:// tainted
                   12579:          partes now %xx
                   12580: 
                   12581: 2002-11-28  paf
                   12582: 
                   12583:        * www/htdocs/index.html: doc samples
                   12584: 
                   12585:        * operators.txt: http.timeout
                   12586: 
                   12587:        * src/classes/image.C, www/htdocs/index.html: ^image.length now
                   12588:          counts interchar space. plus space after last char
                   12589: 
                   12590:        * www/htdocs/index.html: regexp syntax xxx$ speed-up  experiments
                   12591: 
                   12592:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   12593: 
                   12594:        * src/classes/image.C: ^image.font width measurer now scans full
                   12595:          height [were -1]
                   12596: 
1.88      moko     12597:        * configure.in: stopped double libltdl/Makefile generation
1.86      moko     12598: 
                   12599:        * src/classes/image.C, www/htdocs/index.html: ^image.text now
                   12600:          outputs one pixel HIGHER chars [one top horizontal line of 1pixel
                   12601:          height were missing]
                   12602: 
                   12603:        * src/classes/op.C, www/htdocs/index.html: ^cache bug fixed.
                   12604:          stupid compiler allowed 'false' to go into (Hash *) parameter
                   12605: 
                   12606: 2002-11-27  paf
                   12607: 
                   12608:        * src/include/pa_globals.h, src/main/pa_globals.C,
                   12609:          src/main/pa_request.C, src/types/pa_vmail.C,
                   12610:          www/htdocs/index.html: response:body[file]  if file nows it's
                   12611:          name now returns content-disposition: >>attachment<<
                   12612: 
                   12613:        * src/classes/image.C, www/htdocs/index.html: ^image.font << bad
                   12614:          font file-size now properly reported
                   12615: 
                   12616: 2002-11-26  paf
                   12617: 
                   12618:        * src/main/pa_request.C: fixed lang in reponse header
                   12619: 
                   12620:        * src/main/pa_common.C, www/htdocs/.htaccess: utf8 prefix ignored
                   12621:          @read text
                   12622: 
                   12623:        * operators.txt, src/main/pa_common.C, www/htdocs/index.html:
                   12624:          http:// response status!=200 made exception: http.status with
                   12625:          source=bad status#
                   12626: 
                   12627: 2002-11-25  paf
                   12628: 
                   12629:        * configure.in, src/classes/image.C,
                   12630:          src/include/pa_config_auto.h.in,
                   12631:          src/include/pa_config_includes.h, src/main/Makefile.am,
                   12632:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   12633:          const void related probs fixed
                   12634: 
                   12635:        * operators.txt, src/main/pa_common.C, www/htdocs/index.html: http
                   12636:          fields now UPPERCASE
                   12637: 
                   12638:          $file[^file::load[http://there]] $file.SERVER
                   12639: 
                   12640:        * src/classes/file.C, src/classes/image.C, src/classes/xdoc.C,
                   12641:          src/include/pa_common.h, src/main/pa_common.C,
                   12642:          src/main/pa_request.C, www/htdocs/index.html: checked http
                   12643:          options [invalid onces now reported] made default user-agent: paf
                   12644: 
                   12645:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   12646:          src/classes/xdoc.C, src/include/pa_common.h,
                   12647:          src/include/pa_globals.h, src/main/pa_common.C,
                   12648:          src/main/pa_globals.C, src/main/pa_request.C,
                   12649:          src/types/pa_vfile.C, src/types/pa_vfile.h,
                   12650:          www/htdocs/index.html: table/xdoc/file::load now understand
                   12651:          http:// prefix and additional params, sample:
                   12652:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   12653:          $.USER-AGENT[parser3] ]]
                   12654: 
                   12655: 2002-11-22  paf
                   12656: 
                   12657:        * src/classes/image.C, src/include/pa_globals.h,
                   12658:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   12659:          src/types/pa_vimage.h, www/htdocs/.htaccess,
                   12660:          www/htdocs/index.html, operators.txt: $image.exif support
                   12661:          $image.exif.DateTime & co
                   12662: 
                   12663: 2002-11-21  paf
                   12664: 
                   12665:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   12666:          _PASS_APPENDED)
                   12667: 
                   12668:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   12669:          EXIF information [were big block and it's size were considered
                   12670:          negative :(]
                   12671: 
                   12672:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   12673:          src/main/pa_common.C, src/types/pa_vmail.C,
                   12674:          www/htdocs/index.html: image.measure internals rewritten. no
                   12675:          there's reader.seek, and all's ready for EXIF extraction [now we
                   12676:          fail to measure files with EXIF info]
                   12677: 
                   12678:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   12679:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   12680:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   12681: 
                   12682: 2002-11-20  paf
                   12683: 
                   12684:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   12685: 
                   12686:        * configure.in, src/include/pa_config_auto.h.in,
                   12687:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   12688:          comment
                   12689: 
                   12690:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   12691: 
                   12692:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   12693:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   12694:          currently processed document SIGPIPE >> interrupts request
                   12695:          processing [exception = DB rollback]
                   12696: 
                   12697:        * src/main/pa_exec.C: comment
                   12698: 
                   12699:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   12700: 
                   12701:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   12702:          << disable HTTP-POST repassing
                   12703: 
                   12704:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   12705:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   12706:          pipe read errors now checked
                   12707: 
                   12708: 2002-11-19  paf
                   12709: 
                   12710:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   12711:          CGI: Illegal call
                   12712: 
                   12713: 2002-11-01  paf
                   12714: 
                   12715:        * src/main/execute.C: comment
                   12716: 
                   12717: 2002-10-31  paf
                   12718: 
                   12719:        * src/main/execute.C: found out why, checked that for now.  todo:
                   12720:          find out a way for that user could do that
                   12721: 
                   12722:        * www/htdocs/: base.p, derived.p, index.html: this example creates
                   12723:          base object, which is wrong, todo: find out why
                   12724: 
                   12725:        * src/types/pa_vstateless_object.h: object put replaces static
                   12726:          parent if any
                   12727: 
                   12728:        * src/types/pa_vobject.C: object put replaces static parent if any
                   12729: 
                   12730:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12731:          src/classes/xnode.h, src/main/compile.tab.C, src/main/execute.C,
                   12732:          src/main/pa_request.C, src/types/pa_value.h,
                   12733:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12734:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12735:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12736:          src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12737:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   12738:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   12739:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   12740:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   12741:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   12742:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12743:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12744:          src/types/pa_vstateless_class.h,
                   12745:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12746:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   12747:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   12748:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12749:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12750:          src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
                   12751:          www/htdocs/index.html: static fix merged
                   12752: 
                   12753:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   12754:          $virtual_fields in dynamic, but one can reach derived
                   12755:          static[class] variable from base
                   12756: 
                   12757:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   12758:          types/pa_vobject.C, types/pa_vobject.h,
                   12759:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   12760:          statics, left $virtual_fields in dynamic
                   12761: 
                   12762:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   12763:          one can't remember derivates in base class: there's so many of
                   12764:          them.  also there can be no virtual method calls in static
                   12765:          classes
                   12766: 
                   12767:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12768:          src/classes/xnode.h, src/main/execute.C, src/main/pa_request.C,
                   12769:          src/types/pa_value.h, src/types/pa_vclass.C,
                   12770:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   12771:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   12772:          src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
                   12773:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
                   12774:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   12775:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   12776:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   12777:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   12778:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12779:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12780:          src/types/pa_vstateless_class.h,
                   12781:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12782:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   12783:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   12784:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12785:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12786:          src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
                   12787:          www/htdocs/index.html: static call $self fixed
                   12788: 
                   12789:        * src/main/execute.C: comment
                   12790: 
                   12791:        * src/classes/op.C, src/types/pa_value.h, src/types/pa_vobject.h,
                   12792:          www/htdocs/base.p, www/htdocs/derived.p, www/htdocs/index.html,
                   12793:          www/htdocs/operators.p, www/htdocs/some.p:
                   12794:          ^process[$caller.self]{...} now compiles to last derived object
                   12795:          part of that 'self'
                   12796: 
                   12797: 2002-10-30  paf
                   12798: 
                   12799:        * www/htdocs/: derived.p, some.p: include method overriding tested
                   12800:          OK
                   12801: 
                   12802: 2002-10-29  paf
                   12803: 
                   12804:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   12805:          re-passing [iis to blame]
                   12806: 
                   12807:        * src/classes/string.C: changed string.save to pass current sql
                   12808:          connection to cstr thus one can ^connect[some server]{
                   12809:          $s[insert into table x (x) values (^taint[sql]{value})]
                   12810:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   12811:          properly escaped.  [tried in mssql->mysql export->import of
                   12812:          binary data]
                   12813: 
                   12814: 2002-10-28  paf
                   12815: 
                   12816:        * www/htdocs/: index.html: bad email handling test
                   12817: 
                   12818: 2002-10-25  paf
                   12819: 
                   12820:        * src/types/pa_vresponse.C: case insensitive response user fields
                   12821:          get/put
                   12822: 
                   12823:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   12824:          types/pa_vresponse.C: saving for maybe-future
                   12825: 
                   12826: 2002-10-23  paf
                   12827: 
                   12828:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   12829:          ^table.hash(expr)...
                   12830: 
                   12831:        * src/types/pa_vmail.C, www/htdocs/index.html: email whitespace
                   12832:          trimBoth-ed
                   12833: 
                   12834: 2002-10-22  paf
                   12835: 
                   12836:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   12837:          VForm::Append...(...Value)
                   12838: 
                   12839:        * src/main/execute.C: $.name outside of $name[...] checked
                   12840: 
                   12841:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   12842:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   12843: 
                   12844: 2002-10-21  paf
                   12845: 
                   12846:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   12847:          $form:qtail $form:imap.x/y
                   12848: 
                   12849:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   12850:          "?value&...", "...&value&...", "...&value"
                   12851: 
                   12852:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   12853: 
                   12854:        * operators.txt, src/classes/file.C, www/htdocs/index.html:
                   12855:          /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
                   12856: 
                   12857: 2002-10-17  paf
                   12858: 
                   12859:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   12860:          a little: logical not and bitwise negation precedence made
                   12861:          highest, << and >> bitshits precedence made equal [were << higher
                   12862:          than >>]
                   12863: 
                   12864:        * src/classes/op.C: exception handling fixed [were bad with
                   12865:          contexts]
                   12866: 
                   12867: 2002-10-16  paf
                   12868: 
                   12869:        * www/htdocs/index.html: bad compile to system class test
                   12870: 
                   12871:        * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
                   12872:          src/main/pa_request.C, www/htdocs/index.html,
                   12873:          www/htdocs/derived.p: Request::self considered equal to
                   12874:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   12875:          VMethodFrame.self()
                   12876: 
                   12877:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   12878:          $hash in open field now gives old good error meesage
                   12879: 
                   12880: 2002-10-15  paf
                   12881: 
                   12882:        * src/types/pa_vjunction.h, www/htdocs/index.html: ^if(def
                   12883:          $junction){was true}{now false} use ^if($junction is
                   12884:          junction){was and now true}
                   12885: 
                   12886:        * src/classes/xdoc.C, src/classes/xnode.C,
                   12887:          src/include/pa_charset.h, src/include/pa_pool.h,
                   12888:          src/main/pa_charset.C, src/main/pa_pool.C, src/types/pa_vxnode.C,
                   12889:          www/htdocs/index.html: xml->parser strings now have origin, which
                   12890:          points to place where value left xml library and came to parser:
                   12891:          place of dom field extraction/call
                   12892: 
                   12893:        * src/classes/op.C, src/include/pa_opcode.h,
                   12894:          src/include/pa_request.h, src/main/compile.tab.C,
                   12895:          src/main/compile.y, src/main/execute.C,
                   12896:          src/types/pa_vmethod_frame.h, www/htdocs/derived.p: removed last
                   12897:          pieces of old code allowing $junction.xxx at compile time
                   12898: 
                   12899:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   12900:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   12901:          objects also considered [were only classes]
                   12902: 
                   12903:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   12904:          src/types/pa_vmethod_frame.h, www/htdocs/derived.p,
                   12905:          www/htdocs/index.html: ^process[CLASS]{body} now executed with
                   12906:          CLASS self.  [   (request&method_frame).self temporarily changed
                   12907:          ]
                   12908: 
                   12909:        * src/classes/hash.C, src/classes/op.C, www/htdocs/index.html,
                   12910:          www/htdocs/operators.p: method_frame now always changed, with no
                   12911:          exception to native calls.  for&foreach changed to use
                   12912:          method_frame.caller for their var's name context
                   12913: 
                   12914:        * src/main/execute.C, src/targets/cgi/parser3.C,
                   12915:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12916:          www/htdocs/operators.p: compiling to system classes disabled
                   12917: 
                   12918:        * www/htdocs/: derived.p, index.html: test of ^process from
                   12919:          operator called from user class
                   12920: 
                   12921:        * operators.txt, src/classes/op.C, www/htdocs/operators.p:
                   12922:          ^process[$caller.CLASS]{code-string} added
                   12923: 
                   12924:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   12925:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   12926:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   12927:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   12928:          src/types/types.dsp, www/htdocs/operators.p: removed
                   12929:          $junction.get $junction.set[] introducing $caller
                   12930: 
                   12931:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   12932:          find them lower by inheritance tree
                   12933: 
                   12934:        * src/types/pa_vjunction.C: ident
                   12935: 
                   12936: 2002-10-14  paf
                   12937: 
                   12938:        * src/classes/op.C: process compiles to code's class class
                   12939: 
                   12940:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12941:          src/include/pa_request.h, src/main/compile.C,
                   12942:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   12943:          src/main/pa_request.C, src/types/pa_vstateless_class.h,
                   12944:          www/htdocs/index.html: operators now main-class-methods
                   12945: 
                   12946:        * src/classes/op.C, src/include/pa_request.h,
                   12947:          www/htdocs/index.html, www/htdocs/operators.p: ^try{^call{}} now
                   12948:          has better stack trace [has "call" & co there]
                   12949: 
                   12950:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12951:          operators @auto now executed in MAIN context
                   12952: 
                   12953:        * src/main/execute.C: operator execution context now = MAIN, not
                   12954:          closest stack frame
                   12955: 
                   12956:          @touchit[] $i[after]
                   12957: 
                   12958:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   12959:          were 'after'
                   12960: 
                   12961:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   12962:          'after'
                   12963: 
                   12964:        * src/main/execute.C: comment
                   12965: 
                   12966:        * src/types/pa_vclass.C, src/types/pa_vobject.h,
                   12967:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12968:          www/htdocs/index.html, www/htdocs/operators.p: $form:CLASS
                   12969:          resurrected [wes killed in action]
                   12970: 
                   12971:        * src/types/pa_vxnode.C: misreplace fixed
                   12972: 
                   12973:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   12974:          src/types/pa_vstatus.C, operators.txt, www/htdocs/index.html:
                   12975:          $status:rusage.tv_secs/usecs introduced
                   12976: 
                   12977: 2002-10-09  paf
                   12978: 
                   12979:        * src/classes/double.C, src/classes/int.C, src/classes/string.C,
                   12980:          www/htdocs/derived.p, www/htdocs/index.html: ^string.int[] now
                   12981:          failes on empty string [or uses (default)]
                   12982: 
                   12983: 2002-10-08  paf
                   12984: 
                   12985:        * src/main/untaint.C: mail header quoted printable changed after
                   12986:          RFC reread
                   12987: 
                   12988:        * operators.txt: plan on ^if(method
                   12989: 
                   12990:        * src/types/pa_vxnode.C: misreplace
                   12991: 
                   12992: 2002-09-24  paf
                   12993: 
                   12994:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
                   12995: 
                   12996:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   12997:          mailreceive would compile on freebsd now
                   12998: 
                   12999:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   13000:          configure, configure.in, src/include/pa_config_auto.h.in,
                   13001:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   13002:          mailreceive would compile on freebsd now
                   13003: 
                   13004:        * src/classes/file.C, src/main/untaint.C, www/htdocs/index.html: 1.
                   13005:           file spec language changed: now there are only few chars are
                   13006:          untainted: * ? ' " < > | and, on unix, : \ ~ [russian letters and
                   13007:          SPACES now enabled, one should use ^untaint[uri]{...} now]
                   13008: 
                   13009:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   13010:          $list.name, not tainted as filespec
                   13011: 
                   13012:          @russianindex[] #dir with files with russian-lang names
                   13013:          $where[dir]
                   13014: 
                   13015:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   13016:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   13017: 
                   13018: 2002-09-23  paf
                   13019: 
                   13020:        * src/types/pa_vdouble.h: double->int round added
                   13021: 
                   13022:        * src/classes/date.C: date bug fix, now
                   13023:          round(floatDays*secondsPerDay)
                   13024: 
                   13025:        * src/classes/date.C: date bug fix, now
                   13026:          round(floatDays*secondsPerDay)
                   13027: 
                   13028: 2002-09-20  paf
                   13029: 
                   13030:        * src/main/execute.C, www/htdocs/index.html: code junction calls
                   13031:          disabled [before: code was compiled in such a way, that there
                   13032:          were no code-junctions in OP_CALL]
                   13033: 
                   13034:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   13035: 
                   13036:          @badjunctioncallinside[code] ^code[]
                   13037: 
                   13038:        * src/main/compile.tab.C, src/main/compile.y,
                   13039:          www/htdocs/index.html: changed grammer on junction expanding to
                   13040:          include ^junction.method
                   13041: 
                   13042:        * src/main/pa_common.C: -d "DIR/" now true
                   13043: 
                   13044:        * src/classes/xdoc.C, www/htdocs/index.html: xdoc::create[name] now
                   13045:          sets $request:charset as internal xdoc encoding, and after
                   13046:          decoding attributes set by dom functions now encoded OK, not as
                   13047:          digital entities
                   13048: 
                   13049:        * src/classes/xdoc.C: empty transform result, being taken as file
                   13050:          now returns empty file, not raises stupid error about "stat-ed
                   13051:          file"
                   13052: 
                   13053:        * src/types/pa_vhash.h, www/htdocs/operators.p: hash.foreach
                   13054:          modification of existing keys allowed
                   13055: 
                   13056:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   13057:          write iterators now:
                   13058: 
                   13059:          ^user-foreach[key;value]{$key=$value<br>}
                   13060: 
                   13061:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13062:          $code.value($i*2)       $code }
                   13063: 
                   13064:        * src/main/compile_tools.h: mistype
                   13065: 
1.89      moko     13066:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   13067:          thus taking linking options configure changes into account [were:
                   13068:          ignoring]
1.86      moko     13069: 
                   13070:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   13071:          $junction.get/put(1) one can write iterators now:
                   13072: 
                   13073:          ^user-foreach[key;value]{$key=$value<br>}
                   13074: 
                   13075:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13076:          $code.value($i*2)       $code }
                   13077: 
                   13078:        * src/include/pa_opcode.h, src/include/pa_request.h,
                   13079:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   13080:          src/main/main.dsp, src/targets/cgi/parser3.dsp,
                   13081:          src/types/pa_vjunction.h, www/htdocs/.htaccess,
                   13082:          www/htdocs/index.html: introducing $junction.get/put(1) one can
                   13083:          write iterators now:
                   13084: 
                   13085:          ^user-foreach[key;value]{$key=$value<br>}
                   13086: 
                   13087:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13088:          $code.value($i*2)       $code }
                   13089: 
                   13090: 2002-09-19  paf
                   13091: 
                   13092:        * Makefile.am: new: make commit
                   13093: 
                   13094:        * aclocal.m4: forced to be older
                   13095: 
                   13096: 2002-09-18  paf
                   13097: 
                   13098:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   13099:          src/main/compile.y, src/main/execute.C, www/htdocs/index.html: <<
                   13100:          >> int shifts
                   13101: 
                   13102:        * src/: include/pa_common.h, include/pa_request.h,
                   13103:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   13104:          - now this - fatal error
                   13105: 
                   13106:        * src/classes/file.C, www/htdocs/index.html,
                   13107:          www/htdocs/mailreceive.eml: ^file::exec/cgi $.stdin[can be file
                   13108:          now] so that one can pass binary data there
                   13109: 
                   13110:        * src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13111:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   13112:          src/classes/mail.C, src/classes/op.C, src/classes/response.C,
                   13113:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13114:          src/classes/xdoc.C, src/classes/xnode.C,
                   13115:          src/include/pa_request.h, www/htdocs/index.html: pa_request
                   13116:          contexts made privated, plus get_{self/method_frame} to read.
                   13117:          Request_context_saver used in ^try to save flang too.  [were not
                   13118:          saved]
                   13119: 
                   13120:        * src/types/pa_vresponse.C: header value chains joined before
                   13121:          output, this should help $.subject[$var $var] from being
                   13122:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   13123: 
                   13124: 2002-09-17  paf
                   13125: 
                   13126:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   13127:          removed changes, operators executed with calling self.  lots of
                   13128:          code with ^include code relies on defined/defining self variables
                   13129: 
                   13130:          $a[1] ^include[print_a.p] print_a.p: $a
                   13131: 
                   13132:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   13133: 
                   13134:        * src/classes/op.C, src/main/execute.C, src/main/pa_request.C,
                   13135:          src/types/pa_value.C, src/types/pa_value.h,
                   13136:          src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
                   13137:          www/htdocs/operators.p: operators now executed with MAIN self.
                   13138:          it's for ^include sake, too strong a change
                   13139: 
                   13140:        * src/classes/op.C, www/htdocs/index.html, www/htdocs/operators.p:
                   13141:          made place for ^process to compile it's code to in case of no
                   13142:          self
                   13143: 
                   13144:        * src/main/execute.C, www/htdocs/index.html: found ancient param to
                   13145:          Junction, removed.  allowed passing self to native_code_operators
                   13146:          [for ^process to work, she needs self]
                   13147: 
                   13148:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13149:          types/pa_vstateless_class.h: found ancient param to Junction,
                   13150:          removed.  allowed passing self to native_code_operators [for
                   13151:          ^process to work, she needs self]
                   13152: 
                   13153:        * src/main/execute.C, src/main/pa_request.C, src/types/pa_value.C,
                   13154:          src/types/pa_value.h, src/types/pa_vmethod_frame.h,
                   13155:          src/types/pa_vstateless_class.h, www/htdocs/index.html,
                   13156:          www/htdocs/operators.p: allowed Request.self to be 0, checked
                   13157:          that in VMethodFrame get/put and $self.
                   13158: 
                   13159:        * src/classes/table.C, src/classes/xdoc.C, www/htdocs/index.html:
                   13160:          table::sql  options table::create  copy options options checked,
                   13161:          wrong option now fatal error
                   13162: 
                   13163:        * src/main/pa_string.C, www/htdocs/index.html: string.replace fixed
                   13164:          [were missing words on pieces boundaries]
                   13165: 
                   13166:        * bin/auto.p.dist.in: strange \n
                   13167: 
                   13168:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   13169:          .dll on cygwin, .so in other cases)
                   13170: 
                   13171:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   13172:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
                   13173: 
                   13174:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   13175:          src/include/pa_globals.h, src/main/pa_globals.C,
                   13176:          www/htdocs/index.html: table.sql hash::sql flag to allow
                   13177:          duplicate keys [$.distinct(1/0)] first record taken [were last]
                   13178: 
                   13179:        * src/classes/hash.C, src/classes/table.C,
                   13180:          src/include/pa_sql_connection.h, www/htdocs/index.html: table.sql
                   13181:          hash::sql duplicate keys now errors
                   13182: 
                   13183:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   13184: 
                   13185:        * src/classes/op.C, src/classes/table.C, www/htdocs/index.html:
                   13186:          menu/for delims bug fixed [were ,2,3]
                   13187: 
                   13188: 2002-09-16  paf
                   13189: 
                   13190:        * src/classes/file.C, www/htdocs/index.html: file::cgi line ends
                   13191:          can be both unix & dos. and they can be unix [\n\n] on win when
                   13192:          'use CGI' used, it causes stdout to be binary.  now detected
                   13193:          closest header break.
                   13194: 
                   13195:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   13196:          closed right
                   13197: 
                   13198: 2002-09-13  paf
                   13199: 
                   13200:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13201:          src/main/compile_tools.h, www/htdocs/index.html: (expression
                   13202:          #comment)
                   13203: 
                   13204:          (multiline expression #comment  line2  #comment )
                   13205: 
                   13206:          (expression #comment with (brackets) comment) << OK
                   13207: 
                   13208:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13209:          www/htdocs/index.html: !| bitwise !|| numerical xor now
                   13210:          [preparing for expression #comments]
                   13211: 
                   13212:        * src/main/compile.tab.C, src/main/compile.y,
                   13213:          www/htdocs/index.html: @method[$name] now parse error
                   13214: 
                   13215:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   13216:          cheched in pa_socks.C
                   13217: 
                   13218:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   13219:          HAVE_WINSOCK_H created in configure.in
                   13220: 
                   13221:        * src/main/compile.tab.C, src/main/compile.y,
                   13222:          src/types/pa_vresponse.C, www/htdocs/index.html: cookie date now
                   13223:          clean [were mistakenly tainted & that worked bad with opera --
                   13224:          'happily' that worked OK with msie]
                   13225: 
                   13226: 2002-09-12  paf
                   13227: 
                   13228:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   13229:          VClass get_element now first looks to fields, next to methods &
                   13230:          co todo: the rest reason: more speed
                   13231: 
                   13232:        * src/main/untaint.C: quoted printable encoding stops before
                   13233:          \s*<...>$
                   13234: 
                   13235:        * src/main/untaint.C, www/htdocs/index.html: quoted printable ' '
                   13236:          now =20 and encoding stops before <...>$
                   13237: 
                   13238: 2002-09-11  paf
                   13239: 
                   13240:        * src/main/pa_charset.C, src/targets/cgi/parser3.dsp,
                   13241:          www/htdocs/index.html: while fixing (
                   13242:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   13243:          forgot to check users of those funcs. not all were using that
                   13244:          return value convention
                   13245: 
                   13246:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   13247:          windows-1254 added
                   13248: 
                   13249: 2002-09-10  paf
                   13250: 
                   13251:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   13252:          VCodeFrame parent param were specified badly
                   13253: 
                   13254:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   13255:          WWrapper which used in constructing objects(second param to sql
                   13256:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   13257:          code in hash to survivi
                   13258: 
                   13259:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   13260:          param to execute [stack said 'thanks']
                   13261: 
                   13262:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   13263:          types/pa_value.h, types/pa_vcode_frame.h,
                   13264:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   13265:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   13266:          responsibility to wcontext
                   13267: 
                   13268:        * src/classes/file.C: decided not to log exec's with stderr, that
                   13269:          could be warnings, and it's up to scritper to log/show them
                   13270: 
                   13271:        * src/classes/double.C, src/main/execute.C, www/htdocs/index.html:
                   13272:          double:sql badly called write_assign_lang, not write_no_lang,
                   13273:          thus doing unnecessary double/string converstion, which were
                   13274:          loosing time&precesion
                   13275: 
                   13276:        * src/main/pa_charset.C, src/types/pa_vmail.C,
                   13277:          www/htdocs/index.html: xmlCharEncodingInput/OutputFunc callbacks
                   13278:          returned bad value in case of unfinished in buffer processing,
                   13279:          causing accidental transcode stop [in case that source enc !=
                   13280:          utf-8 & there is incomplete utf-8 sequence at the end of
                   13281:          16000block iside of libxml lib] tfm readed & code updated
                   13282: 
                   13283: 2002-09-04  paf
                   13284: 
                   13285:        * configure: makes with sjlj
                   13286: 
                   13287:        * INSTALL, src/include/pa_config_fixed.h,
                   13288:          src/include/pa_sql_connection.h,
                   13289:          src/main/pa_sql_driver_manager.C, www/htdocs/index.html:
                   13290:          -with-sjlj-exceptions define checked.  on win32 it made default
                   13291: 
                   13292:        * src/include/pa_config_auto.h.in: sjlj define
                   13293: 
                   13294:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   13295:          can not work with longjump/throw pair, and one must switch that
                   13296:          on there.  todo: detect that automatically]
                   13297: 
                   13298:        * src/types/pa_vxnode.C, www/htdocs/index.html: removed too strong
                   13299:          checks of xnode.elements.  now, for instance, if element does not
                   13300:          have any attributes, $xnode.attributes is void, not error
                   13301: 
                   13302: 2002-09-02  paf
                   13303: 
                   13304:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp,
                   13305:          www/htdocs/index.html: removed double_result, didn't help
                   13306: 
                   13307:        * src/main/execute.C: double_result made to move that var away from
                   13308:          hungry g++ optimizer (-O2), before: it were optimized and
                   13309:          comparison operators worked badly
                   13310: 
                   13311:        * src/types/pa_vdate.h: removed debug
                   13312: 
                   13313:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
                   13314: 
                   13315:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   13316:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   13317:          unknown reason.
                   13318: 
                   13319: 2002-08-29  paf
                   13320: 
                   13321:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   13322:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   13323:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   13324:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   13325:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   13326:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   13327:          src/types/types.dsp, www/htdocs/index.html: junction_cleaner
                   13328:          moved to auto VMethodFrame [called less frequent, allowed to
                   13329:          remove ugly Junction.change_context-s from many places, switch,
                   13330:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   13331:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   13332:          [speed up]
                   13333: 
                   13334: 2002-08-28  paf
                   13335: 
                   13336:        * src/types/pa_vcookie.C, www/htdocs/index.html: $cookie:name[&]
                   13337:          $cookie:name << now tainted
                   13338: 
                   13339:        * src/types/pa_vcookie.C, www/htdocs/index.html: fixed cookie
                   13340:          delete when $cookie:name[$.value[]]
                   13341: 
                   13342:        * operators.txt, src/classes/string.C, www/htdocs/derived.p,
                   13343:          www/htdocs/index.html: ^string.split[delim[;options]]
                   13344: 
                   13345: 2002-08-27  paf
                   13346: 
                   13347:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
                   13348: 
                   13349:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13350:          www/htdocs/index.html, www/htdocs/mailreceive.eml: # now
                   13351:          delimiter
                   13352: 
                   13353:        * INSTALL: recommended latest gmime 1.0.5
                   13354: 
                   13355: 2002-08-26  paf
                   13356: 
1.89      moko     13357:        * configure, configure.in: apache13/hook added to make dist.
1.86      moko     13358: 
                   13359: 2002-08-23  paf
                   13360: 
                   13361:        * src/include/pa_common.h, src/main/pa_common.C,
                   13362:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   13363:          www/htdocs/index.html: when auto.p beside binary [cgi, isapi] not
                   13364:          accessible [due to bad rights or whatever] it's error now
                   13365: 
                   13366: 2002-08-21  paf
                   13367: 
                   13368:        * www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
                   13369:          "base class".  compiled as if here they named base class
                   13370: 
                   13371:        * Makefile.am: can use: make happy equals to make update install
                   13372: 
                   13373:        * src/main/compile.tab.C, src/main/compile.y,
                   13374:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13375:          www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
                   13376:          "base class".  compiled as if here they named base class
                   13377: 
                   13378:        * src/main/pa_string.C, www/htdocs/index.html: fixed bad language
                   13379:          bug, [were wrong string cloning constructor]
                   13380: 
                   13381:        * src/main/execute.C, src/types/pa_vobject.h, www/htdocs/base.p,
                   13382:          www/htdocs/derived.p, www/htdocs/index.html: fixed virtual calls
                   13383: 
                   13384:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   13385:          src/types/pa_vfile.C, src/types/pa_vmail.C,
                   13386:          www/htdocs/mailreceive.eml, www/htdocs/mailreceive.html:
                   13387:          $mail.received.file.value.content-type fixed
                   13388: 
                   13389: 2002-08-20  paf
                   13390: 
                   13391:        * src/classes/file.C, www/htdocs/index.html: fixed language of
                   13392:          file:file result
                   13393: 
                   13394:        * operators.txt, src/classes/void.C, www/htdocs/index.html:
                   13395:          ^void.pos[...] = -1 merged from 3.0.0005
                   13396: 
                   13397:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   13398: 
                   13399:        * operators.txt, src/classes/void.C, www/htdocs/index.html:
                   13400:          ^void.length[] = 0 merged from 3.0.0005
                   13401: 
                   13402:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   13403: 
                   13404: 2002-08-19  paf
                   13405: 
                   13406:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   13407:          work now
                   13408: 
                   13409:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   13410:          error in xnode, which were not catched in xdoc]
                   13411: 
                   13412:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   13413:          prepared:        // validate each document after load/create (?)
                   13414:                 //xmlDoValidityCheckingDefaultValue = 1;
                   13415: 
                   13416: 2002-08-15  paf
                   13417: 
                   13418:        * src/classes/classes.h, www/htdocs/index.html: write to static var
                   13419:          caused useless Exception, introduced Methoded::put_element wich
                   13420:          consumes those
                   13421: 
                   13422:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   13423:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   13424:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13425:          www/htdocs/index.html: $response:field[date]
                   13426:          $response:field[$.xxx[date]]
                   13427: 
                   13428:        * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   13429:          src/classes/void.C, src/include/pa_sql_connection.h,
                   13430:          www/htdocs/index.html: fixed source of ^hash::sql{bad}
                   13431: 
                   13432:        * operators.txt: $request:body unprecessed POST request body
                   13433: 
                   13434:        * src/types/pa_vrequest.C, www/htdocs/index.html: $request:body
                   13435:          unprecessed POST request
                   13436: 
                   13437:        * src/types/pa_value.h, src/types/pa_vdate.h,
                   13438:          src/types/pa_vrequest.C, src/types/pa_vxdoc.C,
                   13439:          src/types/pa_vxnode.C, www/htdocs/index.html: few barks: bark("%s
                   13440:          field not found", 0, &aname)
                   13441: 
                   13442:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   13443:          src/include/pa_request.h, src/main/pa_pool.C,
                   13444:          src/types/pa_vform.C, src/types/pa_vform.h, www/htdocs/.htaccess:
                   13445:          planning/preparing_to $request:body r.post_data now const
                   13446: 
                   13447:        * src/classes/image.C, src/classes/op.C, src/classes/xdoc.C,
                   13448:          src/classes/xnode.C, src/main/execute.C, src/types/pa_value.h,
                   13449:          src/types/pa_vhash.h, src/types/pa_vobject.C,
                   13450:          src/types/pa_vobject.h, src/types/pa_vtable.h,
                   13451:          www/htdocs/index.html: instead of type() checking everywhere used
                   13452:          Value.as now user descendants can be used in params.
                   13453: 
                   13454:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   13455:          ^if($xtable) now OK
                   13456: 
                   13457:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   13458:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   13459:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   13460: 
                   13461: 2002-08-14  paf
                   13462: 
                   13463:        * src/classes/xnode.h, src/main/execute.C,
                   13464:          src/targets/cgi/parser3.dsp, src/types/pa_value.h,
                   13465:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13466:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13467:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13468:          src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13469:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13470:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   13471:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13472:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   13473:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   13474:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   13475:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13476:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13477:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13478:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13479:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13480:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13481:          src/types/pa_wwrapper.h, www/htdocs/index.html: is now works with
                   13482:          VObject & VClass
                   13483: 
                   13484:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   13485: 
                   13486:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   13487:          removed fixopt stupidity. on stupid linux use cd /document/root
                   13488:          ../cgi/parser3 script
                   13489: 
                   13490:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   13491:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   13492: 
                   13493:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   13494:          fixopt.h: fixopt now preprocesses command line params, splitting
                   13495:          them by space, excluding argv[0], argv[argc-1]
                   13496: 
                   13497:        * src/targets/cgi/parser3.C: -f config file
                   13498: 
                   13499:        * src/targets/cgi/parser3.C, www/htdocs/auto.p,
                   13500:          www/htdocs/derived.p, www/htdocs/index.html: fixed .log file dir
                   13501: 
                   13502: 2002-08-13  paf
                   13503: 
                   13504:        * src/types/pa_vobject.C, www/htdocs/derived.p,
                   13505:          www/htdocs/index.html: allow override parent variables, useful
                   13506:          for form descendants [in vobject too, were in vclass]
                   13507: 
                   13508:        * src/types/pa_vclass.C, www/htdocs/index.html: allow override
                   13509:          parent variables, useful for form descendants
                   13510: 
                   13511:        * src/types/pa_vclass.C, www/htdocs/derived.p: checked:
                   13512:          form[vclass]fields can be overwritten in derived(table)
                   13513: 
                   13514:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   13515:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   13516:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   13517:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   13518:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   13519:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13520:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   13521:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13522:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13523:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13524:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13525:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   13526:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   13527:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13528:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   13529:          Value::get_element(..., bool looking_down) [needed to exclude
                   13530:          endless recoursion]
                   13531: 
                   13532:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   13533:          fix bug with put endless recoursion todo: check 'as'
                   13534: 
                   13535:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   13536:          reorganized modules todo: fix bug with put endless recoursion
                   13537:          todo: check 'as'
                   13538: 
                   13539:        * src/types/pa_vobject.h, www/htdocs/derived.p: checked: table
                   13540:          fields can be overwritten in derived(table)
                   13541: 
                   13542:        * www/htdocs/derived.p: sample: dont convinient that table fields
                   13543:          can be overridden
                   13544: 
                   13545:        * src/types/pa_vobject.h, www/htdocs/derived.p,
                   13546:          www/htdocs/index.html: derived classes can have fields of their
                   13547:          own now
                   13548: 
                   13549:        * src/classes/table.C, src/types/pa_vtable.C,
                   13550:          src/types/pa_vtable.h, www/htdocs/derived.p: fixed error message
                   13551:          on using non-created table
                   13552: 
                   13553:        * src/classes/form.C, src/classes/hash.C, src/classes/mail.C,
                   13554:          src/classes/op.C, src/classes/xnode.h, src/include/pa_request.h,
                   13555:          src/main/compile.C, src/main/compile.tab.C, src/main/execute.C,
                   13556:          src/main/pa_request.C, src/types/pa_value.h,
                   13557:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   13558:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   13559:          src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
                   13560:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
                   13561:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13562:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13563:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
                   13564:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13565:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13566:          src/types/pa_vstateless_class.h,
                   13567:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13568:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13569:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13570:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13571:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13572:          src/types/pa_wwrapper.h, www/htdocs/derived.p: VObject.get/out
                   13573:          now looking down/up tree todo: fix error message on
                   13574:          non-constructed parents
                   13575: 
                   13576: 2002-08-12  paf
                   13577: 
                   13578:        * src/types/pa_vstateless_class.h,
                   13579:          src/types/pa_vstateless_object.h, www/htdocs/derived.p: table
                   13580:          derived OK
                   13581: 
                   13582:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   13583:          thorough testing
                   13584: 
                   13585:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   13586:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   13587:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   13588:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   13589:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   13590:          ^base:create[] dynamic call rewritten todo: thorough testing
                   13591: 
                   13592:        * www/htdocs/: base.p, derived.p: not good - along upward-virtual
                   13593:          call self eq child
                   13594: 
                   13595:        * src/types/pa_value.h, src/types/pa_vclass.h,
                   13596:          src/types/pa_vobject.h, www/htdocs/base.p, www/htdocs/derived.p:
                   13597:          VObject ctor now instantates base class, remembers it and saves
                   13598:          child in parent VObject.get_class now returns last child =
                   13599:          downward virtual calls OK
                   13600: 
                   13601:        * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
                   13602:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   13603:          src/types/pa_vfile.h, src/types/pa_vimage.h, src/types/pa_vint.h,
                   13604:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
                   13605:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13606:          src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
                   13607:          src/types/pa_vtable.h, src/types/pa_vxdoc.h,
                   13608:          src/types/pa_vxnode.h, src/types/pa_wcontext.h,
                   13609:          src/types/types.dsp, www/htdocs/index.html: killed VAliased
                   13610:          [redundant], moved $CLASS to VObject only [parser class instance]
                   13611: 
                   13612:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   13613: 
                   13614:        * bin/auto.p.dist.in: fixed sendmail default comment
                   13615: 
                   13616:        * src/main/pa_request.C: $response:body[file] content-type check
                   13617:          fixed [were bad when content-type is hash]
                   13618: 
                   13619: 2002-08-09  paf
                   13620: 
                   13621:        * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
                   13622:          src/types/pa_vobject.h, src/types/pa_vxdoc.h,
                   13623:          www/htdocs/index.html: started as()
                   13624: 
                   13625: 2002-08-08  paf
                   13626: 
                   13627:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   13628:          src/main/pa_globals.C, www/htdocs/index.html: year column in
                   13629:          month calendar [week year]
                   13630: 
                   13631:        * src/main/execute.C, www/htdocs/index.html: error reporting on
                   13632:          object writes to MAIN improved [were ruind with fixing
                   13633:          $obj[^if(1){$obj}] ]
                   13634: 
                   13635:        * operators.txt, src/types/pa_vdate.h, www/htdocs/index.html:
                   13636:          $date.yearday $date.daylightsaving
                   13637: 
                   13638:        * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/auto.p,
                   13639:          www/htdocs/index.html: in letter texts one can use tainted data
                   13640:          now. only she must specify the language.
                   13641: 
                   13642:          ^mail:send[     $.from[paf@mail.design.ru]
                   13643:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   13644:                $.text[^taint[uri][ìîñêâà]=] ]
                   13645: 
                   13646:        * www/htdocs/index.html: ^process now prints more precise origin
                   13647: 
                   13648:        * src/classes/file.C, src/classes/op.C, src/types/pa_vfile.C,
                   13649:          www/htdocs/index.html: ^process now prints more precise origin
                   13650: 
                   13651:        * src/include/pa_string.h, www/htdocs/index.html:
                   13652:          String::first_char now not fails on empty strings ^if(-f '') now
                   13653:          ok and in 3 other places.
                   13654: 
                   13655:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   13656:          String::first_char now not fails on empty strings ^if(-f '') now
                   13657:          ok and in 3 other places.
                   13658: 
                   13659: 2002-08-07  paf
                   13660: 
                   13661:        * src/classes/string.C, src/main/pa_string.C,
                   13662:          www/htdocs/index.html: ^string.mid(0;bad) fixed
                   13663: 
                   13664:        * src/main/pa_string.C, www/htdocs/index.html: ^string.mid(0;bad)
                   13665:          fixed
                   13666: 
                   13667:        * src/main/execute.C, src/types/pa_vcode_frame.h,
                   13668:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.C,
                   13669:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
                   13670:          www/htdocs/index.html: vcodeframe were mistakenly not completely
                   13671:          transparent to object writes.  $hash[^if(1){$hash}] now works
                   13672: 
                   13673:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   13674:          now erasing cache file [there were bad check on that]
                   13675: 
                   13676:        * src/classes/classes.dsp, src/classes/table.C,
                   13677:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/pa_array.C,
                   13678:          src/types/types.dsp, www/htdocs/index.html: all Debug dirs in
                   13679:          .dsp now named 'Debug'
                   13680: 
                   13681:        * etc/parser3.charsets/Makefile.am: all included into dist
                   13682: 
                   13683:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   13684: 
                   13685:        * operators.txt, src/types/pa_vmail.C, www/htdocs/index.html:
                   13686:          exception_type  email.format
                   13687: 
                   13688:        * src/types/pa_vmail.C, www/htdocs/global.xsl,
                   13689:          www/htdocs/index.html: mail:send empty  email checked
                   13690: 
                   13691: 2002-08-06  paf
                   13692: 
                   13693:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   13694:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
                   13695:          www/htdocs/index.html: ^table::create[$source;$.options]
                   13696:          ^table::join[$source;$.options]
                   13697: 
                   13698:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   13699:          src/classes/table.C, www/htdocs/index.html: sql options can be
                   13700:          string now ^xxx:sql{...}[ #  $.default() }
                   13701: 
                   13702:        * src/classes/file.C, www/htdocs/index.html: $f[file::cgi] $f.UPPER
                   13703:          case fields
                   13704: 
                   13705:        * src/classes/file.C, src/include/pa_globals.h,
                   13706:          src/main/pa_globals.C, src/main/pa_request.C,
                   13707:          src/types/pa_vfile.C, src/types/pa_vfile.h,
                   13708:          www/htdocs/index.html: $file.content-type [instead of .mime-type]
                   13709:          now works for file::stat also
                   13710: 
                   13711:        * src/main/pa_request.C, www/htdocs/index.html: case insensitive
                   13712:          mime_type_of
                   13713: 
                   13714:        * bin/auto.p.dist.in: jpeg
                   13715: 
                   13716: 2002-08-05  paf
                   13717: 
                   13718:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   13719: 
                   13720:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   13721: 
                   13722:        * operators.txt: comment on date:calendar week column
                   13723: 
                   13724:        * src/main/pa_common.C: write checked
                   13725: 
                   13726:        * src/main/: pa_common.C: write checked
                   13727: 
                   13728:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   13729: 
                   13730:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   13731:          month calendar week column [ISO 8601 Week Numbers]
                   13732: 
                   13733: 2002-08-02  paf
                   13734: 
                   13735:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   13736:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   13737:          DEBUG*
                   13738: 
                   13739:        * configure, configure.in, src/include/pa_version.h: release
                   13740:          3_0_0005
                   13741: 
                   13742:        * bin/auto.p.dist.in: unhandled_exception comments
                   13743: 
                   13744:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   13745:          multipart post fixed
                   13746: 
                   13747:        * operators.txt, src/main/pa_request.C, www/htdocs/index.html,
                   13748:          src/types/pa_vform.C: response transcoded source->client only
                   13749:          when text/* or simple onoverridden $response:body
                   13750: 
                   13751: 2002-08-01  paf
                   13752: 
                   13753:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13754:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13755:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13756:          classes/op.C, classes/response.C, classes/string.C,
                   13757:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88      moko     13758:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   13759:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     13760:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   13761:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   13762:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   13763:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   13764:          include/pa_socks.h, include/pa_sql_connection.h,
                   13765:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   13766:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   13767:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13768:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13769:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   13770:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   13771:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13772:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   13773:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   13774:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   13775:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   13776:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   13777:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   13778:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   13779:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   13780:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   13781:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   13782:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   13783:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   13784:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   13785:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   13786:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   13787:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   13788:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   13789:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13790:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   13791:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   13792:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13793:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13794:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13795:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13796:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13797:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13798:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13799:          types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
                   13800: 
                   13801:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   13802:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   13803:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13804:          classes/math.C, classes/op.C, classes/response.C,
                   13805:          classes/string.C, classes/table.C, classes/void.C,
                   13806:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     13807:          include/pa_array.h, include/pa_cache_managers.h,
                   13808:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     13809:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   13810:          include/pa_dictionary.h, include/pa_dir.h,
                   13811:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   13812:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   13813:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   13814:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   13815:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13816:          include/pa_stack.h, include/pa_string.h,
                   13817:          include/pa_stylesheet_connection.h,
                   13818:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13819:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13820:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   13821:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13822:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   13823:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13824:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   13825:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   13826:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   13827:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13828:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1.89      moko     13829:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   13830:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   13831:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   13832:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   13833:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   13834:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   13835:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   13836:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   13837:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   13838:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   13839:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13840:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   13841:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   13842:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13843:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   13844:          types/pa_vresponse.C, types/pa_vresponse.h,
                   13845:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13846:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   13847:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   13848:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   13849:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13850:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   13851:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   13852:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
1.88      moko     13853:          types/Makefile.am: ident.C* removed
1.86      moko     13854: 
1.88      moko     13855:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   13856:          file:find[/can/do/this/now.txt]
1.86      moko     13857: 
                   13858:        * src/targets/cgi/parser3.C: usage to stdout now
                   13859: 
                   13860: 2002-07-31  paf
                   13861: 
                   13862:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   13863: 
                   13864:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   13865:          default "postmaster"
                   13866: 
1.88      moko     13867:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   13868:          -f postmaster now default sendmail key word "postmaster"
                   13869:          replaced to $.from
1.86      moko     13870: 
                   13871: 2002-07-30  paf
                   13872: 
                   13873:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   13874:          src/targets/cgi/parser3.C: removed pa_config_paths.h
                   13875: 
                   13876:        * src/main/pa_charset.C: comment
                   13877: 
1.88      moko     13878:        * src/main/pa_charset.C, www/htdocs/auto.p: UTF-8 to 1byte charset
                   13879:          convert, no char in table, &#decimal;
1.86      moko     13880: 
                   13881:        * src/main/pa_request.C: comment
                   13882: 
                   13883:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   13884:          paragraf]
                   13885: 
                   13886: 2002-07-11  paf
                   13887: 
                   13888:        * src/main/pa_exec.C: build command line badly added params twice
                   13889:          [and first time without ' ']. double wrong. fixed.
                   13890: 
                   13891:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   13892:          wich parser did not provide = reported badly.  fixed that.
                   13893: 
                   13894:        * src/classes/mail.C: $MAIL[ # xxx ]
                   13895: 
                   13896:          now ok
                   13897: 
                   13898:        * operators.txt: plan: sql detailed exception
                   13899: 
                   13900: 2002-07-01  paf
                   13901: 
                   13902:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   13903:          [MForm.configure_admin were called when request.main_class ==0
                   13904: 
                   13905:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   13906: 
                   13907:        * src/classes/form.C: content_length type fix
                   13908: 
                   13909: 2002-06-30  paf
                   13910: 
                   13911:        * src/classes/mail.C: merged from 4
                   13912: 
                   13913:        * src/classes/mail.C: restored $MAIL
                   13914: 
                   13915: 2002-06-28  paf
                   13916: 
                   13917:        * configure, configure.in: removed paths.h
                   13918: 
                   13919:        * configure, src/include/pa_version.h,
                   13920:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   13921:          merged, makes updated
                   13922: 
                   13923:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   13924:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   13925:          src/include/pa_pool.h, src/include/pa_version.h,
                   13926:          src/main/pa_charset.C, src/main/pa_pool.C,
                   13927:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
1.88      moko     13928:          src/types/pa_vmail.C, www/htdocs/index.html: merged latest
                   13929:          updates to head
1.86      moko     13930: 
                   13931: 2002-06-27  paf
                   13932: 
1.89      moko     13933:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   13934:          not error now
1.86      moko     13935: 
                   13936:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   13937:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
1.88      moko     13938:          src/main/pa_charset.C, src/main/pa_pool.C, www/htdocs/index.html:
1.86      moko     13939:          ^xdoc::create[[uri]]... base uri for document being created,
                   13940:          imports and other relative file names would be relative to this
                   13941:          uri default uri=path_translated
                   13942: 
                   13943:        * src/classes/xdoc.C, www/htdocs/index.html: xsltParseStylesheetDoc
                   13944:          bug workaround
                   13945: 
                   13946: 2002-06-26  paf
                   13947: 
                   13948:        * configure, configure.in, src/include/pa_version.h:
                   13949:          release_3_0_0004
                   13950: 
                   13951:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   13952:          0 now
                   13953: 
1.88      moko     13954:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
1.86      moko     13955: 
                   13956: 2002-06-25  paf
                   13957: 
1.88      moko     13958:        * www/htdocs/index.html, src/main/pa_string.C: emtpy string, or
                   13959:          string of whitespaces considered bad number now
1.86      moko     13960: 
1.88      moko     13961:        * www/htdocs/index.html: ^xdoc.transform[xdoc <<can be now
                   13962: 
                   13963:        * operators.txt, src/classes/xdoc.C, www/htdocs/index.html:
1.86      moko     13964:          ^xdoc.transform[xdoc <<can be now
                   13965: 
                   13966:        * operators.txt, src/classes/string.C, www/htdocs/index.html:
                   13967:          ^string.normalize  [old name: optimize
                   13968: 
                   13969:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   13970:          library configured
                   13971: 
                   13972:        * src/main/pa_request.C: configure_admin forced if no @conf
                   13973: 
                   13974:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
1.88      moko     13975:          src/types/pa_vmail.C, www/htdocs/index.html: ^math:crypt updated
                   13976:          to generate random salt when needed and to call system crypt() if
                   13977:          not $apr1$ prefix
1.86      moko     13978: 
                   13979: 2002-06-24  paf
                   13980: 
                   13981:        * INSTALL: --with-static/shared-mailreceive described
                   13982: 
                   13983:        * src/include/pa_config_fixed.h: ssize_t fixed
                   13984: 
                   13985:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   13986:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   13987:          src/types/pa_vmail.C: $mail:received makes update
                   13988: 
                   13989:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   13990:          WITH_MAILRECEIVE
                   13991: 
                   13992:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   13993: 
                   13994:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   13995:          option, for $mail:receive
                   13996: 
                   13997:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   13998:          introducting $message:received ^mail:send rewritten with backward
                   13999:          comp
                   14000: 
1.88      moko     14001:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
1.86      moko     14002:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14003:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   14004:          now
                   14005: 
                   14006:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   14007:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   14008:          src/include/pa_request.h, src/include/pa_string.h,
                   14009:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   14010:          src/main/pa_globals.C, src/main/pa_request.C,
                   14011:          src/main/pa_string.C, src/main/pa_uue.C,
1.89      moko     14012:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   14013:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   14014:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp,
                   14015:          www/htdocs/index.html: uue to separate file introducting
                   14016:          $message:received ^mail:send rewritten with backward comp
1.86      moko     14017: 
                   14018: 2002-06-21  paf
                   14019: 
1.89      moko     14020:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   14021:          co changes
1.86      moko     14022: 
1.88      moko     14023:        * configure, configure.in, src/lib/md5/Makefile.am,
                   14024:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   14025:          restructure .in and .am files appropriate changes
1.86      moko     14026: 
                   14027:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   14028:          pcre to libs/ added libs/md5 which is linked to non-apache
                   14029:          targets ^math:crypt[password;$apr1$salt]
                   14030: 
                   14031:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   14032:          src/Makefile.am, src/classes/Makefile.am,
                   14033:          src/classes/classes.dsp, src/classes/math.C,
1.88      moko     14034:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
                   14035:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   14036:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   14037:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   14038:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   14039:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   14040:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   14041:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   14042:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.86      moko     14043:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   14044:          src/lib/pcre/pcre_parser_ctype.dsp,
                   14045:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   14046:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   14047:          src/main/compile.tab.C, src/main/main.dsp,
1.89      moko     14048:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   14049:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   14050:          src/types/types.dsp, www/htdocs/.htaccess, www/htdocs/index.html,
                   14051:          src/lib/Makefile.am: moved libltdl and pcre to libs/ added
                   14052:          libs/md5 which is linked to non-apache targets
                   14053:          ^math:crypt[password;$apr1$salt]
1.86      moko     14054: 
                   14055: 2002-06-20  paf
                   14056: 
                   14057:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
                   14058:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   14059:          src/doc/doxygen.cfg, src/include/pa_globals.h,
                   14060:          src/include/pa_request.h, src/main/execute.C,
1.89      moko     14061:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   14062:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h,
                   14063:          www/htdocs/auto.p, www/htdocs/index.html: marged latest HEAD
                   14064:          updates, mainly file:justname&co & @auto/conf[filespec
1.86      moko     14065: 
1.88      moko     14066:        * operators.txt, src/classes/file.C, www/htdocs/auto.p,
                   14067:          www/htdocs/index.html:     !^file:dirname[/a/some.tar.gz]=/a
1.86      moko     14068:              !^file:dirname[/a/b/]=/a
                   14069:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   14070:              !^file:justname[/a/some.tar.gz]=some.tar
                   14071:              !^file:justext[/a/some.tar.gz]=gz
                   14072: 
                   14073:        * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
                   14074:          src/main/pa_request.C, src/types/pa_vmethod_frame.h,
1.88      moko     14075:          www/htdocs/auto.p, www/htdocs/index.html: introducing
                   14076:          @conf/auto[filespec]
1.86      moko     14077: 
                   14078:        * bin/auto.p.dist.in: <noindex>
                   14079: 
                   14080:        * configure: parser3.conf renamed to auto.p autoconf changes
                   14081: 
                   14082:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   14083:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
1.89      moko     14084:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   14085:          src/targets/isapi/parser3isapi.C, www/htdocs/auto.p,
                   14086:          www/htdocs/index.html: parser3.conf renamed to auto.p
1.86      moko     14087: 
                   14088: 2002-06-18  paf
                   14089: 
                   14090:        * configure, configure.in, src/include/pa_version.h: version to
                   14091:          configure.in
                   14092: 
                   14093:        * INSTALL: reflected .conf.dist dir change
                   14094: 
                   14095:        * Makefile.am, configure, configure.in, bin/Makefile.am,
1.88      moko     14096:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
                   14097:          .in & *.am updated
1.86      moko     14098: 
                   14099:        * src/classes/file.C: strncasecmp
                   14100: 
                   14101:        * src/classes/file.C: strcasecmp
                   14102: 
                   14103:        * bin/Makefile.am, etc/Makefile.am, www/htdocs/index.html:
                   14104:          bin/parser3.conf.dist [moved from etc
                   14105: 
1.88      moko     14106:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   14107:          insensitive check now
1.86      moko     14108: 
1.88      moko     14109:        * src/classes/file.C, www/htdocs/index.html:
                   14110:          ^file::exec[script;$.bad now error, not skip
1.86      moko     14111: 
                   14112:        * configure, configure.in, src/include/pa_pool.h,
                   14113:          src/include/pa_types.h: pack configure.in detection simplified.
                   14114:          figured out that gcc on sparc not that stupid as thought
                   14115:          previously: on sparc: when it sees packed class it modifies it's
                   14116:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   14117:          operations [st, lduh] so packed must be all parts of packed
                   14118:          class, i.e. it's parents&fields(classes).  for now it's only
                   14119:          String that packed and what was wrong is that it's parent -
                   14120:          Pooled, were not packed. fixed that.
                   14121: 
                   14122: 2002-06-14  paf
                   14123: 
                   14124:        * operators.txt: more precise xml-to-text options
                   14125: 
                   14126:        * operators.txt, src/types/pa_vxnode.C: xnode
                   14127:          attribute_node.name/value xnode pi.node.data
                   14128: 
                   14129: 2002-06-12  paf
                   14130: 
                   14131:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   14132:          src/targets/cgi/parser3.C: removed root conf define creation
                   14133: 
                   14134:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   14135:          src/include/pa_globals.h, src/include/pa_request.h,
                   14136:          src/main/compile.tab.C, src/main/pa_globals.C,
1.89      moko     14137:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   14138:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
1.86      moko     14139: 
                   14140:        * src/classes/mail.C: sendmail -ti [default now]
                   14141: 
                   14142:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   14143:          to be strings. for convinient #ing
                   14144: 
1.88      moko     14145:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   14146:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
1.86      moko     14147: 
1.88      moko     14148:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   14149:          main/pa_globals.C, main/pa_request.C: @conf
1.86      moko     14150: 
                   14151: 2002-06-11  paf
                   14152: 
                   14153:        * src/classes/file.C: check simplified
                   14154: 
                   14155:        * src/classes/file.C, src/targets/cgi/parser3.dsp,
1.88      moko     14156:          src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   14157:          www/htdocs/index.html: suexec env keys filter plus CGI_ as valid
                   14158:          prefix
1.86      moko     14159: 
                   14160:        * src/classes/file.C, src/include/pa_request.h,
1.89      moko     14161:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   14162:          src/targets/isapi/parser3isapi.C, www/htdocs/index.html:
                   14163:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
1.86      moko     14164: 
                   14165: 2002-06-10  paf
                   14166: 
                   14167:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   14168:          src/main/pa_common.C: lock failures reported now
                   14169: 
1.88      moko     14170:        * src/main/compile_tools.C, www/htdocs/index.html: ^if(" 1 "){y}
                   14171:          bug fixed optimization string->double @ compile time were
                   14172:          not-enough-checking...
1.86      moko     14173: 
                   14174:        * src/main/compile.tab.C, src/main/pa_string.C,
1.88      moko     14175:          www/htdocs/index.html: whitespace after number in autoconvert now
                   14176:          ignored
1.86      moko     14177: 
                   14178:        * src/types/pa_vform.C, src/types/pa_vform.h,
                   14179:          www/htdocs/index.html: $form: not determined yet check
                   14180: 
                   14181:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   14182:          $response:body content-type:name
                   14183: 
                   14184:        * configure, configure.in: hpux check, nsl link, no socket
                   14185: 
                   14186:        * operators.txt: old merge conflict removed
                   14187: 
                   14188:        * configure, configure.in: pack even address access on sparc&co
                   14189:          arch checked in configure
                   14190: 
                   14191:        * configure, src/include/pa_version.h: makes
                   14192: 
                   14193:        * configure, configure.in, src/include/pa_version.h: makes
                   14194: 
                   14195:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   14196:          with charset even when all letters were 7bit one
                   14197: 
                   14198:        * src/main/pa_common.C: merged fixed -d (bug)
                   14199: 
                   14200:        * src/main/pa_common.C: fixed -d (bug)
                   14201: 
                   14202: 2002-06-03  paf
                   14203: 
                   14204:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
1.88      moko     14205:          src/classes/classes.dsp, src/main/compile.tab.C,
1.86      moko     14206:          src/main/main.dsp, src/main/pa_globals.C,
                   14207:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   14208:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp,
                   14209:          www/htdocs/index.html: fixed .dsp-s along with reorganized cvs
                   14210:          modules dirs structure
                   14211: 
1.88      moko     14212:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.89      moko     14213:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   14214:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   14215:          modules
1.86      moko     14216: 
                   14217: 2002-05-28  paf
                   14218: 
                   14219:        * src/targets/cgi/parser3.C: info.uri now ""
                   14220: 
                   14221: 2002-05-17  paf
                   14222: 
                   14223:        * src/classes/: table.C: ^table.save << checked empty
                   14224:          pre/match/post columns
                   14225: 
                   14226: 2002-05-16  paf
                   14227: 
1.88      moko     14228:        * src/classes/image.C, www/htdocs/index.html: image::measure can
                   14229:          png now
1.86      moko     14230: 
                   14231: 2002-05-15  paf
                   14232: 
1.88      moko     14233:        * operators.txt, src/classes/date.C, www/htdocs/index.html:
                   14234:          ^date::create[%H:%M[:%S]] added
1.86      moko     14235: 
                   14236:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   14237: 
1.88      moko     14238:        * operators.txt, src/classes/date.C, www/htdocs/.htaccess,
                   14239:          www/htdocs/auto.p, www/htdocs/index.html:
1.86      moko     14240:          ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
                   14241: 
                   14242: 2002-05-14  paf
                   14243: 
                   14244:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   14245: 
                   14246: 2002-05-07  paf
                   14247: 
                   14248:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   14249:          src/include/pa_globals.h, src/include/pa_request.h,
                   14250:          src/include/pa_table.h, src/main/compile.tab.C,
                   14251:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
1.88      moko     14252:          src/main/pa_request.C, src/main/pa_table.C,
1.86      moko     14253:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14254:          src/targets/isapi/parser3isapi.dsp,
                   14255:          src/targets/isapi/pool_storage.h, src/types/types.dsp,
                   14256:          www/htdocs/parser-status.html: Table name2number field now &.
                   14257:          main_method_name now on Request pool rather on global_pool
                   14258:          [Junction+VJunction created on same pool as name = were created
                   14259:          on global pool, causing mem leaks]
                   14260: 
1.88      moko     14261:        * src/classes/classes.dsp, src/classes/op.C,
                   14262:          src/include/pa_globals.h, src/include/pa_request.h,
                   14263:          src/include/pa_table.h, src/main/compile.tab.C,
                   14264:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   14265:          src/main/pa_request.C, src/main/pa_table.C,
1.86      moko     14266:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14267:          src/targets/isapi/parser3isapi.dsp,
                   14268:          src/targets/isapi/pool_storage.h, src/types/types.dsp,
                   14269:          www/htdocs/parser-status.html: Table name2number field now &.
                   14270:          main_method_name now on Request pool rather on global_pool
                   14271:          [Junction+VJunction created on same pool as name = were created
                   14272:          on global pool, causing mem leaks]
                   14273: 
                   14274: 2002-05-06  paf
                   14275: 
                   14276:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14277:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14278:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14279: 
                   14280:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14281:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14282:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14283: 
                   14284: 2002-04-30  paf
                   14285: 
                   14286:        * configure, src/include/pa_version.h: version now not b
                   14287: 
1.88      moko     14288:        * src/targets/cgi/parser3.C, www/htdocs/global.xsl,
                   14289:          www/htdocs/index.html: request.uri now never 0
1.86      moko     14290: 
                   14291: 2002-04-29  paf
                   14292: 
                   14293:        * configure.in: removed b
                   14294: 
                   14295:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   14296:          Exception::comment/type checked in (), no there's no empty
                   14297:          type/comment by default
                   14298: 
                   14299:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   14300:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   14301:          src/doc/value.dox, src/include/pa_exception.h,
                   14302:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   14303:          0001
                   14304: 
                   14305: 2002-04-26  paf
                   14306: 
                   14307:        * src/doc/doxygen.cfg, src/targets/cgi/parser3.dsp,
1.88      moko     14308:          www/htdocs/index.html: doxygen dot image size reduced
1.86      moko     14309: 
                   14310: 2002-04-25  paf
                   14311: 
                   14312:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   14313:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   14314:          now that took into account
                   14315: 
1.88      moko     14316:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   14317:          01:03:04]
1.86      moko     14318: 
                   14319:        * ChangeLog, operators.txt, src/classes/date.C,
                   14320:          www/htdocs/index.html: ^date::create[2002-12-33 01:03:04]
                   14321: 
                   14322:        * ChangeLog: updated changelog
                   14323: 
1.88      moko     14324:        * www/htdocs/index.html: sample of 'using junction out of context'
1.86      moko     14325: 
1.88      moko     14326:        * src/classes/table.C, www/htdocs/.htaccess, www/htdocs/index.html:
                   14327:          removed restriction on column count to ^table.hash to work, now
                   14328:          must be >0 [were >1]
1.86      moko     14329: 
                   14330: 2002-04-24  paf
                   14331: 
1.88      moko     14332:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.89      moko     14333:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14334:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   14335:          targets
1.86      moko     14336: 
                   14337: 2002-04-23  paf
                   14338: 
1.88      moko     14339:        * operators.txt, src/classes/string.C, www/htdocs/index.html:
                   14340:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   14341:          "junction used outside of context"]
1.86      moko     14342: 
                   14343: 2002-04-22  paf
                   14344: 
                   14345:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   14346:          src/main/pa_string.C, src/types/pa_vstring.C,
                   14347:          src/types/pa_vstring.h: ^string.optimize[]
                   14348: 
                   14349:        * src/: include/pa_globals.h, include/pa_table.h,
                   14350:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   14351:          table template
                   14352: 
                   14353:        * src/classes/: string.C: optimize removed from string
                   14354:          .left/right/pos
                   14355: 
1.88      moko     14356:        * src/main/execute.C: rolled back to
1.86      moko     14357:          before_killing_userjunction_contexts
                   14358: 
1.88      moko     14359:        * src/main/execute.C, www/htdocs/index.html: user junctions context
                   14360:          killed
1.86      moko     14361: 
1.88      moko     14362:        * src/main/execute.C, www/htdocs/index.html: junctions to local
                   14363:          contexts got cleanized&checked later
1.86      moko     14364: 
                   14365: 2002-04-19  paf
                   14366: 
                   14367:        * src/classes/string.C, src/include/pa_request.h,
                   14368:          src/include/pa_string.h, src/main/pa_request.C,
                   14369:          src/main/pa_string.C, src/types/pa_vstring.C,
1.88      moko     14370:          src/types/pa_vstring.h, www/htdocs/index.html: string now
                   14371:          optimized prior to .left .right .mid .pos .match when that is
                   14372:          profitable, and always before .replace when $ORIGINS(1)
                   14373:          optimization disabled economy from not wasting mem on lots of
                   14374:          strings which occur by lots of String:mid calls to get parts of
                   14375:          source string between found_occurances
1.86      moko     14376: 
                   14377:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   14378:          ^file:list
                   14379: 
                   14380:        * src/: include/pa_globals.h, include/pa_table.h,
                   14381:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   14382:          globalized, not created @ each ^match anymore economy:
                   14383:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   14384: 
                   14385:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   14386:          removed from each String::match replace iteration, and made
                   14387:          stacked sizeof(VTable)=12bytes economy on each replace code
                   14388: 
                   14389:        * src/doc/footer.htm: 2001,
                   14390: 
                   14391:        * src/classes/string.C, src/include/pa_string.h,
                   14392:          src/main/pa_string.C, www/htdocs/index.html: string.match[][']
                   14393:          option enables generation of $match.prematch .match .postmatch
                   14394:          columns
                   14395: 
                   14396:        * src/main/pa_string.C: String::match options analized without
                   14397:          cstr-ing them now
                   14398: 
                   14399:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   14400:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   14401:          config updated to doxygen 1.2.15, created helper which fixes
                   14402:          minor bugs in chm project files & htm tree.  changed extension to
                   14403:          .htm
                   14404: 
                   14405: 2002-04-18  paf
                   14406: 
                   14407:        * src/doc/doxygen.cfg: .chi generation disabled
                   14408: 
                   14409:        * src/classes/classes.h, src/classes/xdoc.C, src/classes/xnode.C,
1.88      moko     14410:          src/classes/xnode.h, src/types/pa_vxdoc.C, www/htdocs/index.html:
                   14411:          xdoc(xnode) now fully - fields&methods
1.86      moko     14412: 
                   14413:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   14414:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   14415:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   14416:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   14417:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   14418:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   14419:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   14420:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   14421:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   14422:          VStateless_class to VObject
                   14423: 
                   14424:        * src/main/pa_request.C, src/types/pa_valiased.h,
                   14425:          src/types/pa_vstateless_class.h,
                   14426:          src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
1.88      moko     14427:          www/htdocs/index.html: VStateless_string_object speicalized light
                   14428:          version of VStateless_object
1.86      moko     14429: 
                   14430:        * src/classes/op.C: ^throw comment param made optional
                   14431: 
                   14432:        * src/types/pa_valiased.C, src/types/pa_valiased.h,
                   14433:          src/types/pa_vclass.h, src/types/pa_vobject.h,
1.88      moko     14434:          src/types/pa_wcontext.C, www/htdocs/index.html: VAliased get/set
                   14435:          alias now virtual and implemented down in VClass, fclass_alias
                   14436:          removed,
1.86      moko     14437: 
                   14438:        * src/types/pa_value.C: forced to cut that from .h because of
                   14439:          VStateless_class usage [undefined in .h]
                   14440: 
                   14441:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   14442:          src/main/compile.y, src/main/compile_tools.C,
                   14443:          src/main/compile_tools.h, src/main/execute.C,
                   14444:          src/main/pa_request.C, src/types/pa_vmethod_frame.h,
1.88      moko     14445:          www/htdocs/index.html: OP_GET_METHOD_FRAME merged with OP_CALL,
                   14446:          VCodeFrame move to stack [no more heap waste on each CALL]
1.86      moko     14447: 
                   14448:        * src/classes/classes.h, src/classes/date.C, src/classes/double.C,
                   14449:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   14450:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   14451:          src/classes/math.C, src/classes/op.C, src/classes/response.C,
                   14452:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14453:          src/classes/xnode.C, src/include/pa_globals.h,
                   14454:          src/include/pa_request.h, src/main/execute.C,
                   14455:          src/main/pa_globals.C, src/main/pa_request.C,
                   14456:          src/types/Makefile.am, src/types/pa_value.h,
                   14457:          src/types/pa_vdouble.h, src/types/pa_vform.C,
                   14458:          src/types/pa_vhash.h, src/types/pa_vint.h, src/types/pa_vmath.h,
                   14459:          src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
                   14460:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14461:          src/types/pa_wwrapper.h, src/types/types.dsp,
1.88      moko     14462:          www/htdocs/index.html: removed Value::fname
1.86      moko     14463: 
                   14464: 2002-04-17  paf
                   14465: 
                   14466:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   14467:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   14468:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   14469:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   14470:          state, PTHROW freshen to throw & co
                   14471: 
                   14472:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   14473: 
                   14474:        * src/classes/op.C: taint local result var bug fixed
                   14475: 
                   14476: 2002-04-16  paf
                   14477: 
1.88      moko     14478:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   14479:          Attic asm.txt as most interesting
1.86      moko     14480: 
                   14481:        * src/main/pa_request.C, src/targets/isapi/parser3isapi.C,
                   14482:          www/htdocs/index.html: removed check, preventing content-length:
                   14483:          0 from appearing
                   14484: 
                   14485:        * src/main/execute.C, www/htdocs/index.html: $result in @main now
                   14486:          taken into account as in usual functions
                   14487: 
1.88      moko     14488:        * src/doc/postbuild.txt, src/main/execute.C, www/htdocs/index.html:
                   14489:          $result in @postprocess & @unhandled_exception now taken into
                   14490:          account as in usual functions
1.86      moko     14491: 
                   14492:        * src/doc/postbuild.txt: instructions on post .html build
                   14493: 
                   14494:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   14495: 
1.88      moko     14496:        * src/classes/file.C, src/main/pa_exec.C, www/htdocs/index.html:
                   14497:          stderr of execs mark as tainted
1.86      moko     14498: 
                   14499:        * src/main/pa_request.C: uri in error log
                   14500: 
1.88      moko     14501:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   14502:          cheched date:create(days) param for validity [later were assumed
                   14503:          valid and crashed on invalid onces]
1.86      moko     14504: 
1.88      moko     14505:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   14506:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   14507:          and used that for removing VString wrapper
1.86      moko     14508: 
                   14509:        * src/classes/op.C: exception2vhash file now tainted
                   14510: 
1.88      moko     14511:        * src/classes/op.C: _process pseudo origin copied from local var to
                   14512:          heap
1.86      moko     14513: 
1.88      moko     14514:        * src/classes/op.C, www/htdocs/auto.p: extra check on empty file in
                   14515:          origin in _execute
1.86      moko     14516: 
                   14517: 2002-04-15  paf
                   14518: 
1.88      moko     14519:        * src/: main/execute.C, types/pa_value.h: fixed name update
1.86      moko     14520: 
1.88      moko     14521:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   14522:          functions
1.86      moko     14523: 
                   14524:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   14525:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   14526:          started dual write_xxx_lang functions, if checked & works
                   14527: 
                   14528:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   14529:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   14530:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   14531:          unnecessary VString shells
                   14532: 
                   14533:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   14534:          prev changes]
                   14535: 
1.88      moko     14536:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   14537:          classes/table.C, include/pa_request.h, main/execute.C,
                   14538:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   14539:          StringOrValue wcontext result, now ready for dual writes
1.86      moko     14540: 
                   14541:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   14542:          checked that
                   14543: 
                   14544:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   14545:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   14546:          changed to OP_WRITE_VALUE in var get cases
                   14547: 
                   14548:        * src/classes/op.C, src/include/pa_globals.h,
                   14549:          src/include/pa_opcode.h, src/include/pa_request.h,
                   14550:          src/main/compile.tab.C, src/main/compile.y,
                   14551:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14552:          src/main/execute.C, src/main/pa_globals.C, src/main/pa_request.C,
1.88      moko     14553:          src/targets/cgi/parser3.C, www/htdocs/index.html: switch in hash
                   14554:          constructor fixed [were problems with using of stacked wwrapper
                   14555:          after it's death]
1.86      moko     14556: 
                   14557: 2002-04-12  paf
                   14558: 
1.88      moko     14559:        * operators.txt, src/classes/table.C, www/htdocs/index.html:
                   14560:          table.select(expression) 0
1.86      moko     14561: 
                   14562: 2002-04-11  paf
                   14563: 
                   14564:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   14565:          Request::process_internal codeFrame & wwrapper stacked [not
                   14566:          wasting  heap anymore]
                   14567: 
                   14568: 2002-04-10  paf
                   14569: 
                   14570:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   14571:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   14572:          classes/string.C, classes/table.C, classes/void.C,
                   14573:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   14574:          main/pa_string.C: killed Request::process() wrapping
                   14575:          VString(String) in case we need only String
                   14576: 
                   14577:        * src/include/pa_string.h, src/main/pa_string.C,
1.88      moko     14578:          src/main/untaint.C, www/htdocs/index.html: killed 8 bytes from
                   14579:          String.head
1.86      moko     14580: 
                   14581: 2002-04-09  paf
                   14582: 
1.88      moko     14583:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   14584:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   14585:          local*/char b[...];      a=b; situations
1.86      moko     14586: 
1.88      moko     14587:        * operators.txt, src/classes/xdoc.C: xslt params made literal
1.86      moko     14588: 
1.88      moko     14589:        * src/classes/xdoc.C, www/htdocs/global.xsl, www/htdocs/index.html:
                   14590:          xslt params fixed
1.86      moko     14591: 
                   14592:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   14593:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   14594:          not pool.malloc(MAX_NUMBER) but really neaded
                   14595: 
                   14596:        * operators.txt, src/classes/double.C, src/classes/int.C,
                   14597:          www/htdocs/global.xsl: int/double.int/double(default)
                   14598: 
                   14599: 2002-04-04  paf
                   14600: 
                   14601:        * src/include/pa_string.h, src/main/pa_string.C,
1.88      moko     14602:          www/htdocs/index.html: fixed string.replace [when reconstructing
                   14603:          pieces were split by max_integral(piece.size), thus some strings
                   14604:          to replace happen to be split into two = not replaced)
1.86      moko     14605: 
                   14606:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   14607:          standalone version = current dir
                   14608: 
                   14609:        * src/targets/cgi/parser3.C: document root in standalone version =
                   14610:          current dir
                   14611: 
                   14612: 2002-04-03  paf
                   14613: 
                   14614:        * configure, configure.in: more checks on nonexistent charset
                   14615: 
                   14616:        * INSTALL, configure, configure.in: root config configure options
                   14617: 
                   14618: 2002-04-02  paf
                   14619: 
                   14620:        * src/main/compile.C: parser.compile [exception name more like in
                   14621:          doc]
                   14622: 
                   14623: 2002-04-01  paf
                   14624: 
1.88      moko     14625:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   14626:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   14627:          .content-type.charset, not .charset
1.86      moko     14628: 
                   14629: 2002-03-29  paf
                   14630: 
                   14631:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   14632: 
1.88      moko     14633:        * operators.txt, src/classes/date.C, www/htdocs/index.html:
                   14634:          ^date::create now may not supply day, default 1.  checked 29.03
                   14635:          -> 29.02 roll on non 366 days' year.  | 31.05->31.04   roll
1.86      moko     14636: 
                   14637: 2002-03-28  paf
                   14638: 
                   14639:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   14640:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14641:          src/main/pa_globals.C, src/types/pa_vdate.h,
                   14642:          www/htdocs/index.html: ^cache[file][date]{    ^cache(seconds)
                   14643:          ^cache[date] }
                   14644: 
                   14645:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   14646:          param
                   14647: 
                   14648: 2002-03-27  paf
                   14649: 
                   14650:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   14651:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   14652:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   14653:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   14654:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
1.88      moko     14655:          src/classes/xnode.C, src/include/pa_exception.h,
                   14656:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   14657:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
1.86      moko     14658:          src/main/pa_array.C, src/main/pa_charset.C,
                   14659:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14660:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   14661:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   14662:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   14663:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
1.89      moko     14664:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   14665:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   14666:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
1.86      moko     14667:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   14668:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   14669:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
1.88      moko     14670:          src/types/pa_wwrapper.h, www/htdocs/index.html: assigned
                   14671:          exception types
1.86      moko     14672: 
                   14673:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   14674:          src/include/pa_request.h, src/main/execute.C,
1.88      moko     14675:          src/main/pa_request.C: decided agains resetting exception_trace,
                   14676:          just changed name
1.86      moko     14677: 
                   14678: 2002-03-26  paf
                   14679: 
                   14680:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   14681:          fixed
                   14682: 
                   14683:        * src/classes/op.C, www/htdocs/index.html: forced language of
                   14684:          $source field of exception to 'tainted', so that sql-langed-frags
                   14685:          could be outputed outside of connect
                   14686: 
                   14687:        * operators.txt: removed date.roll limit of +-1 offset
                   14688: 
                   14689:        * src/classes/date.C, www/htdocs/index.html: removed date.roll
                   14690:          limit of +-1 offset
                   14691: 
                   14692:        * operators.txt, src/classes/date.C, www/htdocs/index.html: fixed
                   14693:          date roll on daylightsaving days mktime took into account
                   14694:          tm_isdst flag, which remained from BEFORE roll, but should have
                   14695:          been reset
                   14696: 
                   14697: 2002-03-25  paf
                   14698: 
                   14699:        * operators.txt, src/targets/cgi/parser3.C:
                   14700:          http_site_config_filespec
                   14701: 
                   14702:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   14703:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   14704:          with any/both --disable-foreign-group-files --disable-execs
                   14705: 
                   14706:        * INSTALL: "--with=sendmail=COMMAND" comment
                   14707: 
                   14708:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   14709:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
                   14710:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   14711:          disables execs also.  introducing --sendmail
                   14712: 
                   14713:        * operators.txt: pgsql options comment
                   14714: 
                   14715:        * INSTALL: comment on --disable-link-stdcpp
                   14716: 
                   14717:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   14718:          libstdc++ link skipping configure option
                   14719: 
                   14720:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   14721:          with error were put to cache with 'marked_to_rollback' flag, all
                   14722:          consequent even OK requests rolled back
                   14723: 
                   14724: 2002-03-22  paf
                   14725: 
                   14726:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   14727:          false return
                   14728: 
                   14729:        * operators.txt: few comments on sets
                   14730: 
                   14731: 2002-03-18  paf
                   14732: 
                   14733:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   14734:          src/include/pa_globals.h, src/include/pa_request.h,
                   14735:          src/include/pa_stack.h, src/main/pa_globals.C,
1.88      moko     14736:          src/main/pa_request.C, www/htdocs/index.html: introducing ^try
1.86      moko     14737: 
                   14738:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   14739:          types/pa_vdouble.h: removed some tested @tests
                   14740: 
                   14741: 2002-03-15  paf
                   14742: 
                   14743:        * operators.txt, src/classes/table.C, www/htdocs/index.html:
                   14744:          ^table.locate(logical expr)
                   14745: 
                   14746: 2002-03-13  paf
                   14747: 
                   14748:        * src/main/pa_exception.C: checked not-pooled malloc
                   14749: 
                   14750: 2002-03-11  paf
                   14751: 
                   14752:        * INSTALL, configure, configure.in,
                   14753:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   14754: 
                   14755:        * src/main/pa_common.C: --disable-foreign-group-files
                   14756: 
                   14757:        * INSTALL, www/htdocs/index.html: --disable-execs
                   14758: 
                   14759:        * src/main/pa_exec.C, www/htdocs/index.html: --disable-execs
                   14760: 
                   14761:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   14762:          --disable-execs
                   14763: 
                   14764:        * src/include/pa_config_fixed.h, src/main/pa_exec.C,
                   14765:          www/htdocs/index.html: --disable-execs
                   14766: 
                   14767:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   14768:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   14769: 
                   14770: 2002-03-05  paf
                   14771: 
                   14772:        * operators.txt, src/classes/date.C: date week calendar columns
                   14773:          named
                   14774: 
                   14775:        * operators.txt, src/classes/date.C: date week calendar columns
                   14776:          named
                   14777: 
                   14778:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   14779:          requires headers to be terminated with \r\n manually [refuses to
                   14780:          separate header/body itself]
                   14781: 
                   14782:        * src/main/pa_globals.C, src/targets/cgi/parser3.C,
                   14783:          src/targets/isapi/parser3isapi.C, www/htdocs/index.html: isapi
                   14784:          site config beside .dll
                   14785: 
                   14786: 2002-03-04  paf
                   14787: 
1.88      moko     14788:        * src/classes/op.C, src/types/pa_vfile.C, www/htdocs/index.html:
                   14789:          process body now evaluated in PASS language
1.86      moko     14790: 
                   14791:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   14792:          deserialize checks on broken file
                   14793: 
                   14794:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   14795:          parser3isapi.dsp: isapi updated
                   14796: 
                   14797: 2002-03-01  paf
                   14798: 
                   14799:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   14800: 
                   14801: 2002-02-28  paf
                   14802: 
                   14803:        * src/main/untaint.C: removed some debug comments
                   14804: 
                   14805:        * src/main/pa_charsets.C: when placing charset to cache using
                   14806:          global name now [were request]
                   14807: 
1.89      moko     14808:        * configure, configure.in: apache module updated
1.86      moko     14809: 
1.89      moko     14810:        * www/htdocs/auto.p: apache module updated
1.86      moko     14811: 
                   14812:        * src/main/pa_string.C: origin by first piece preferred before last
                   14813:          piece
                   14814: 
                   14815: 2002-02-27  paf
                   14816: 
                   14817:        * src/main/pa_charset.C: size_t
                   14818: 
                   14819:        * INSTALL: shared/static-xml with-pathlink
                   14820: 
                   14821:        * operators.txt: SMTP comment
                   14822: 
                   14823: 2002-02-26  paf
                   14824: 
                   14825:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   14826: 
1.88      moko     14827:        * src/classes/xnode.C, www/htdocs/auto.p, www/htdocs/global.xsl,
                   14828:          www/htdocs/index.html: in some situation, xpath query returned
                   14829:          result with type NODESET, but empty nodeset member field, checked
                   14830:          that
1.86      moko     14831: 
                   14832: 2002-02-22  paf
                   14833: 
                   14834:        * INSTALL: without-zlib comment
                   14835: 
                   14836:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   14837: 
                   14838:        * configure, configure.in: glib###.a detection fixed
                   14839: 
                   14840:        * INSTALL: hashfile removed from INSTALL
                   14841: 
                   14842:        * Makefile.am: make update
                   14843: 
1.88      moko     14844:        * src/main/pa_string.C: string iterators fixed again, so were
                   14845:          String::join_chain
1.86      moko     14846: 
1.88      moko     14847:        * src/main/pa_string.C: string iterators fixed again, so were
                   14848:          String::join_chain
1.86      moko     14849: 
1.88      moko     14850:        * src/include/pa_string.h, src/main/pa_string.C, www/htdocs/auto.p,
1.86      moko     14851:          www/htdocs/index.html: string iterators fixed again, so were
                   14852:          String::join_chain
                   14853: 
1.88      moko     14854:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
1.86      moko     14855: 
                   14856:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   14857:          "session"
                   14858: 
                   14859:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   14860:          --with-shared-xml --with-static-xml
                   14861: 
1.88      moko     14862:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.86      moko     14863:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14864:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   14865:          xalan&xml
                   14866: 
                   14867:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   14868: 
                   14869:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   14870:          src/types/types.dsp: removed hashfile support from sources for
                   14871:          now
                   14872: 
                   14873:        * configure, configure.in, src/classes/Makefile.am,
                   14874:          src/classes/hashfile.C, src/include/Makefile.am,
                   14875:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   14876:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   14877:          src/main/Makefile.am, src/main/pa_db_connection.C,
                   14878:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.89      moko     14879:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   14880:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   14881:          src/types/pa_vhashfile.h: removed hashfile support for now
1.86      moko     14882: 
                   14883: 2002-02-21  paf
                   14884: 
1.88      moko     14885:        * src/main/untaint.C: removed debug code, activated commented-for
                   14886:          debug parts
1.86      moko     14887: 
                   14888:        * Makefile.am: make cvsupdate
                   14889: 
1.88      moko     14890:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   14891:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
1.86      moko     14892:          append_row, not at link zero now string to string appending works
                   14893: 
                   14894: 2002-02-20  paf
                   14895: 
                   14896:        * src/include/pa_string.h, src/main/execute.C, src/main/untaint.C,
                   14897:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
                   14898:          www/htdocs/index.html: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
                   14899: 
1.88      moko     14900:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14901:          economy: 22%
1.86      moko     14902: 
1.88      moko     14903:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14904:          space uptimized: string::link_row removed
1.86      moko     14905: 
                   14906:        * src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   14907:          src/main/pa_db_manager.C, src/main/pa_dictionary.C,
                   14908:          src/main/pa_string.C, src/main/untaint.C,
                   14909:          src/targets/cgi/parser3.C, src/types/pa_vcookie.C,
                   14910:          src/types/pa_vstring.h, www/htdocs/index.html: speed uptimized:
                   14911:          string::is_empty
                   14912: 
                   14913:        * operators.txt, src/include/pa_common.h,
                   14914:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   14915:          src/include/pa_types.h, src/main/compile.tab.C,
                   14916:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   14917:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
                   14918:          www/htdocs/auto.p, www/htdocs/global.xsl, www/htdocs/index.html:
                   14919:          strign to string append optimiziation idea and estimates
                   14920: 
                   14921: 2002-02-19  paf
                   14922: 
                   14923:        * src/classes/math.C: not used directly [but erroreously reported
                   14924:          that 'is', thus registering twice&other probs]
                   14925: 
                   14926:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   14927:          to node [element]
                   14928: 
                   14929:        * src/main/compile.C: without string_origins parse error
                   14930:          file+line+col possible
                   14931: 
                   14932:        * src/main/: compile.C: without string_origins not worked
                   14933: 
                   14934: 2002-02-18  paf
                   14935: 
                   14936:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   14937:          trick i've installed into double::as_string
                   14938: 
                   14939:        * src/main/pa_globals.C: extern "C" was removed too fast
                   14940: 
                   14941:        * src/include/pa_opcode.h, src/include/pa_request.h,
                   14942:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   14943:          src/types/pa_wcontext.h, www/htdocs/index.html: in_expression
                   14944:          aimed to solve old problem with string/nonstring values, now in
                   14945:          expressions double/int values are passed as-is, without stupid
                   14946:          tostring/fromstring conversions
                   14947: 
                   14948:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   14949:          __cplusplus } #endif
                   14950: 
                   14951:        * src/main/compile.tab.C: bison env set so one could compile
                   14952:          without cygwin installed
                   14953: 
1.88      moko     14954:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
1.86      moko     14955:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   14956:          gnome xml libs parser .dsp-s changed accordingly
                   14957: 
                   14958:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   14959: 
                   14960:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   14961:          with backward comp
                   14962: 
                   14963:        * src/classes/math.C, www/htdocs/index.html: math:random range
                   14964:          check fixed
                   14965: 
                   14966:        * src/main/compile.tab.C, src/main/compile.y,
                   14967:          www/htdocs/global.xsl, www/htdocs/index.html: integer  division
                   14968:          stops name
                   14969: 
                   14970:        * INSTALL: local install comment
                   14971: 
                   14972:        * ltconfig, ltmain.sh: removed libtool subpart files
                   14973: 
                   14974:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   14975:          src/include/pa_config_auto.h.in,
1.89      moko     14976:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   14977:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.86      moko     14978: 
                   14979:        * operators.txt: \ comment
                   14980: 
                   14981: 2002-02-13  paf
                   14982: 
                   14983:        * src/include/pa_config_includes.h: sys/time time both included
                   14984:          now.  vaguely remember confilicts on this on some system [not on
                   14985:          six|ablv] so when would see them again would think up proper
                   14986:          check
                   14987: 
                   14988:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   14989:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
                   14990: 
                   14991:        * src/main/pa_common.C: truncation never occured when writing files
                   14992:          on unix [since i've changed cache mech] fix
                   14993: 
                   14994:        * src/main/pa_common.C: strnchr: sanity check added
                   14995: 
                   14996:        * etc/parser3.charsets/windows-1257.cfg: id added
                   14997: 
1.88      moko     14998:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   14999:          baltic charset file generated, in generation script ispunct check
                   15000:          added
1.86      moko     15001: 
                   15002: 2002-02-08  paf
                   15003: 
1.88      moko     15004:        * src/: include/Makefile.am, sql/Makefile.am,
                   15005:          targets/isapi/Makefile.am: forgotten makes
1.86      moko     15006: 
                   15007:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   15008:          forgotten
                   15009: 
                   15010:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   15011: 
                   15012:        * INSTALL, README: install&others updated
                   15013: 
                   15014:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   15015: 
                   15016:        * Makefile.am, configure, configure.in,
                   15017:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
1.88      moko     15018:          src/classes/Makefile.am, src/main/Makefile.am,
                   15019:          src/main/pa_status_provider.C, src/targets/Makefile.am,
1.89      moko     15020:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   15021:          works
1.86      moko     15022: 
                   15023:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15024:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15025:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   15026:          classes/math.C, classes/op.C, classes/response.C,
                   15027:          classes/string.C, classes/table.C, classes/void.C,
                   15028:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15029:          include/pa_array.h, include/pa_cache_managers.h,
                   15030:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15031:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15032:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15033:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15034:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15035:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15036:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15037:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15038:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15039:          include/pa_stack.h, include/pa_string.h,
                   15040:          include/pa_stylesheet_connection.h,
                   15041:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15042:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15043:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15044:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   15045:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15046:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15047:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   15048:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   15049:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   15050:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
1.89      moko     15051:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   15052:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   15053:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15054:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15055:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   15056:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15057:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15058:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   15059:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   15060:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   15061:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15062:          types/pa_vrequest.h, types/pa_vresponse.h,
1.86      moko     15063:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15064:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15065:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   15066:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   15067:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   15068:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   15069:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   15070:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   15071:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   15072:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   15073:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   15074: 
                   15075:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15076:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15077:          classes/hashfile.C, classes/image.C, classes/int.C,
                   15078:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15079:          classes/string.C, classes/table.C, classes/void.C,
                   15080:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15081:          include/pa_array.h, include/pa_cache_managers.h,
                   15082:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15083:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15084:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15085:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15086:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15087:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15088:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15089:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15090:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15091:          include/pa_stack.h, include/pa_string.h,
                   15092:          include/pa_stylesheet_connection.h,
                   15093:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15094:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15095:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   15096:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   15097:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15098:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15099:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15100:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   15101:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   15102:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15103:          main/pa_status_provider.C, main/pa_string.C,
                   15104:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
1.89      moko     15105:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   15106:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15107:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15108:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15109:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   15110:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   15111:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15112:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15113:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15114:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15115:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   15116:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   15117:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15118:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15119:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15120:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15121:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15122:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15123:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15124:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15125:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
1.86      moko     15126: 
                   15127: 2002-02-07  paf
                   15128: 
                   15129:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   15130: 
                   15131:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   15132:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   15133:          added yet another locking function: fcntl
                   15134: 
                   15135:        * config.sub: on cygwin configure passes it with strange i1586
                   15136:          const, hacked it to mean i586
                   15137: 
                   15138:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   15139:          disabled $if reference due to conflicts with local variables
                   15140: 
                   15141:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   15142:          xdoc::set obsolete now, now xdoc::create, with both sences
                   15143: 
                   15144:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   15145:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
                   15146:          www/htdocs/auto.p, www/htdocs/index.html: table::create now //
                   15147:          'set' name obsolete now table clone.
                   15148: 
                   15149:        * operators.txt, src/classes/string.C,
                   15150:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   15151:          ^int/double/string.format now can be called with normal []
                   15152:          brackets, not stupid {} as it were implemented for some strange
                   15153:          reason.  retaining backward compatibility due to some
                   15154:          already-implemented servers
                   15155: 
                   15156:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   15157:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   15158:          operators now detected by check at name_without_curly_rdive_read
                   15159:          rule whether diving code constists only of
                   15160:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   15161:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   15162:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   15163: 
                   15164: 2002-02-06  paf
                   15165: 
                   15166:        * configure, configure.in: prefix expanded, grr
                   15167: 
                   15168:        * operators.txt, src/classes/mail.C: mail:send config changed
                   15169: 
                   15170: 2002-02-05  paf
                   15171: 
                   15172:        * operators.txt: regex options commented
                   15173: 
                   15174:        * src/main/: pa_exec.C: argv0 now correct
                   15175: 
                   15176:        * src/types/pa_vstatus.C: status:rusage 3
                   15177: 
                   15178:        * src/types/pa_vstatus.C: status:rusage 2
                   15179: 
                   15180:        * operators.txt: status:rusage described int operators
                   15181: 
                   15182:        * src/types/pa_vstatus.C: status:rusage 1
                   15183: 
                   15184:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   15185:          src/types/types.dsp: status:rusage
                   15186: 
                   15187:        * configure.in, operators.txt, src/classes/file.C,
                   15188:          src/classes/op.C, src/include/pa_common.h,
                   15189:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   15190:          src/main/pa_common.C, www/htdocs/index.html: rewritten ^cache to
                   15191:          use non-blocking-exclusive-caches
                   15192: 
                   15193:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   15194:          [speed impact. was off for debugging purpose, but forgotten
                   15195:          afterwards]
                   15196: 
                   15197: 2002-02-01  paf
                   15198: 
                   15199:        * src/classes/op.C: file_write does EX lock after create, while
                   15200:          file_read does SH after open, so there's a moment after create
                   15201:          but before EX lock when read can sneak into, and read
                   15202:          just-created-for-writing-and-not-yet-locked file, added a check
                   15203:          for that in ^cache...read
                   15204: 
                   15205: 2002-01-31  paf
                   15206: 
                   15207:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   15208:          ^xxx:
                   15209: 
                   15210:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   15211:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   15212: 
                   15213:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   15214:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   15215:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   15216:          operators check 6.1 rewritten. now check is done at compile time
                   15217: 
                   15218:        * src/main/execute.C: operators check 5 floated up old error of
                   15219:          staying in 'entered class/object' state after $a($a..) it
                   15220:          prevented operators from being called thereafter
                   15221: 
                   15222:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15223:          main/execute.C: operators check 4 floated up old error of staying
                   15224:          in 'entered object' state after ^a.a(a) it prevented operators
                   15225:          from being called thereafter
                   15226: 
                   15227:        * src/main/execute.C: operators check 3 floated up old error of
                   15228:          staying in 'entered class' state after $a:a(a) it prevented
                   15229:          operators from being called thereafter
                   15230: 
                   15231:        * src/main/execute.C, src/types/pa_wcontext.h, www/htdocs/auto.p,
                   15232:          www/htdocs/index.html: operators check 2 floated up old error of
                   15233:          staying in 'entered class' state after $a:a[a] it prevented
                   15234:          operators from being called thereafter
                   15235: 
                   15236:        * src/main/execute.C, www/htdocs/index.html: operators check, thay
                   15237:          mistakenly seen in   $class:operator   $object.operators contexts
                   15238: 
                   15239:        * src/classes/xdoc.C, src/targets/cgi/parser3.dsp,
                   15240:          www/htdocs/index.html: now compiles under win32
                   15241: 
                   15242:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
1.88      moko     15243:          src/classes/Makefile.am, src/main/Makefile.am,
1.89      moko     15244:          src/targets/cgi/Makefile.am,
1.86      moko     15245:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
                   15246:          src/types/Makefile.am: lowered indent.awk back to src/
                   15247: 
                   15248:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   15249:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   15250:          configure, configure.in, form.txt, ident.awk, install-sh,
                   15251:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   15252:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
                   15253:          etc/parser3.charsets/Makefile.am,
                   15254:          etc/parser3.charsets/koi8-r.cfg,
                   15255:          etc/parser3.charsets/windows-1250.cfg,
                   15256:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.88      moko     15257:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
1.89      moko     15258:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   15259:          src/targets/cgi/parser3.C, src/types/Makefile.am,
                   15260:          www/Makefile.am, www/htdocs/auto.p, www/htdocs/global.xsl,
                   15261:          www/htdocs/index.html, www/htdocs/parser-status.html,
                   15262:          www/htdocs/people.dtd: moved etc&www out of src, moved
                   15263:          configure&co out of src added windows-1250.cfg straightened
                   15264:          installation scripts procedure made targets/cgi/parser3.C be
                   15265:          dependant on ./configure --sysconfdir change
1.86      moko     15266: 
                   15267: 2002-01-30  paf
                   15268: 
                   15269:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   15270:          removed] those comments were a mistake, and prevented libltdl
                   15271:          from function properly
                   15272: 
                   15273: 2002-01-29  paf
                   15274: 
1.88      moko     15275:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   15276:          creation [modified acinclude.m4 which were creating int into just
                   15277:          assignment LIBTOOL=../libtool] added default system
                   15278:          config&charsetts prepared 'make install', now it installs
                   15279:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   15280:          etc/parser3.charsets/* into $sysconfdir and
1.86      moko     15281:          $sysconfdir/parser3.charsets respectively
                   15282: 
                   15283:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
1.88      moko     15284:          main/pa_globals.C: few forgotten ifdef XML added
1.86      moko     15285: 
                   15286: 2002-01-28  paf
                   15287: 
                   15288:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
                   15289:          removed
                   15290: 
                   15291:        * src/main/pa_exception.C: dom|generic error output fix
                   15292: 
                   15293:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   15294: 
                   15295:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   15296: 
                   15297:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   15298:          [fixed as_node helper func to accept docs]
                   15299: 
                   15300:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   15301:          xdoc.importNode 0
                   15302: 
1.88      moko     15303:        * src/classes/xdoc.C: xdoc::set now untaints OK
1.86      moko     15304: 
                   15305: 2002-01-25  paf
                   15306: 
1.88      moko     15307:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   15308:          @SPECIAL now works OK
1.86      moko     15309: 
1.88      moko     15310:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
1.86      moko     15311: 
                   15312:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   15313:          violation that added
                   15314: 
                   15315:        * src/classes/hash.C: unified  hash::sql, now
                   15316:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   15317: 
1.88      moko     15318:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   15319:          ^file:lock[filename]{code}
1.86      moko     15320: 
                   15321:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   15322:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   15323:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   15324:          to some pa_common funcs
                   15325: 
1.88      moko     15326:        * src/: include/pa_charset.h, main/pa_globals.C:
1.86      moko     15327:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   15328: 
                   15329:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15330:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   15331:          not stupid illegal define
                   15332: 
                   15333: 2002-01-24  paf
                   15334: 
                   15335:        * src/include/pa_version.h: changed version number
                   15336: 
                   15337:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15338:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15339:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15340:          main/pa_db_connection.C, main/pa_db_table.C,
1.88      moko     15341:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   15342:          hashfile without logfiles
1.86      moko     15343: 
                   15344:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15345:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   15346:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   15347:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   15348:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   15349:          cluttered disk without huge need]
                   15350: 
1.88      moko     15351:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   15352:          handy macro, which is strangly abscent in dome lib
1.86      moko     15353: 
                   15354:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   15355: 
                   15356:        * src/classes/xdoc.C: checked empty response
                   15357: 
                   15358:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   15359:          /, not self node]
                   15360: 
                   15361:        * src/classes/xnode.C: xnode.select returns array always now, in
                   15362:          case 'nothing found' returns empty array
                   15363: 
                   15364:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   15365:          be more tender with ctrl/c/v
                   15366: 
                   15367: 2002-01-23  paf
                   15368: 
1.88      moko     15369:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   15370:          substituted.         // 2. when dom tree with entites goes under
                   15371:          transform text nodes        // got [erroreosly] cut on first
                   15372:          entity occurance
1.86      moko     15373: 
                   15374:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   15375:          twice-converting
                   15376: 
                   15377:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   15378:          'e' in output this is for regretful twice-converting here:
                   15379:          $a(double value) when they write double falue  they convert it to
                   15380:          string first, thus %g were losing precesion.
                   15381: 
                   15382:          todo: think up some way to remove double->string string->double
                   15383:          twice-converting
                   15384: 
1.88      moko     15385:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   15386:          %.20E now default float format this is for regretful
                   15387:          twice-converting here: $a(double value) when they write double
                   15388:          falue  they convert it to string first, thus %g were losing
                   15389:          precesion.
1.86      moko     15390: 
                   15391:          todo: think up some way to remove double->string string->double
                   15392:          twice-converting
                   15393: 
                   15394:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
1.88      moko     15395:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   15396:          reasons in comment inside
1.86      moko     15397: 
                   15398:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   15399:          statically linked]
                   15400: 
                   15401:        * src/: include/pa_exception.h, main/compile.tab.C,
                   15402:          main/pa_exception.C: removed exception va_list constructor.  1.
                   15403:          not needed anymore 2. there were a conflict[causing errors]
                   15404:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   15405:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   15406:          ctor(, va_list) which, of course, caused gpf
                   15407: 
                   15408:        * src/main/pa_globals.C: removed debug xslt messages
                   15409: 
                   15410: 2002-01-22  paf
                   15411: 
                   15412:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   15413:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   15414:          helps compiling stylesheet properly.  example: this refused to
                   15415:          work,             <b>&laquo;<xsl:value-of select="@title"
                   15416:          />&raquo;</b> stranly worked only this way:
                   15417:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   15418: 
                   15419:          docs says "set it to 1", never going into details, so I decided
                   15420:          to try NOT to do that
                   15421: 
1.88      moko     15422:        * src/classes/table.C: join behaived badly in case named tables
                   15423:          structure mismatched: 0 strings sneaked into dest failing
                   15424:          afterwards.  replaced them with empty strings
1.86      moko     15425: 
                   15426: 2002-01-21  paf
                   15427: 
                   15428:        * src/main/pa_charset.C: checked empty transcoders in
                   15429:          transcode_cstr|buf
                   15430: 
1.88      moko     15431:        * src/classes/xdoc.C: xdoc::load error source = filespec
1.86      moko     15432: 
1.88      moko     15433:        * src/classes/xdoc.C: transform error source now
                   15434:          stylesheet_filespec
1.86      moko     15435: 
                   15436:        * src/: classes/xdoc.C, classes/xnode.C,
                   15437:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   15438:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   15439:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   15440:          gnome
                   15441: 
                   15442:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   15443:          include/pa_globals.h, include/pa_stylesheet_connection.h,
1.89      moko     15444:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   15445:          xslt generic error 1
1.86      moko     15446: 
1.88      moko     15447:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   15448:          xml generic message 1
1.86      moko     15449: 
                   15450:        * src/classes/table.C: ^table::load empty lines or #comments before
                   15451:          headline
                   15452: 
                   15453:        * src/: include/pa_array.h, include/pa_globals.h,
                   15454:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   15455:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
1.89      moko     15456:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   15457:          errors 0
1.86      moko     15458: 
                   15459: 2002-01-16  paf
                   15460: 
                   15461:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   15462:          classes/table.C, classes/void.C, classes/xdoc.C,
                   15463:          include/pa_db_connection.h, include/pa_request.h,
                   15464:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15465:          include/pa_stylesheet_connection.h,
                   15466:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   15467:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15468:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   15469:          stylesheet_connection auto destroyers to remaining gnome objects
                   15470: 
                   15471:        * src/classes/xdoc.C: few comments
                   15472: 
                   15473: 2002-01-15  paf
                   15474: 
1.88      moko     15475:        * src/classes/xdoc.C: xdoc   file   save   string
1.86      moko     15476: 
                   15477:          ready.  todo: error handling
                   15478: 
1.88      moko     15479:        * src/classes/xdoc.C: xdoc save rewritten using
                   15480:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   15481:          result
1.86      moko     15482: 
1.88      moko     15483:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   15484:          started output options parsing
1.86      moko     15485: 
                   15486: 2002-01-14  paf
                   15487: 
                   15488:        * src/classes/xdoc.C: method
                   15489: 
                   15490:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15491:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   15492:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
1.88      moko     15493:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   15494:          xslt transform0.  TODO:   use output options   handle errors
1.86      moko     15495: 
1.88      moko     15496:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
1.86      moko     15497: 
                   15498: 2002-01-11  paf
                   15499: 
                   15500:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
1.88      moko     15501:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   15502:          partial logical && || evaluation
1.86      moko     15503: 
1.88      moko     15504:        * src/classes/xnode.C: xpath selectNodes
1.86      moko     15505: 
1.88      moko     15506:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   15507:          string/number/bool
1.86      moko     15508: 
1.88      moko     15509:        * src/classes/xnode.C: xpath selectNode 2
1.86      moko     15510: 
1.88      moko     15511:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   15512:          xpath selectNode 1
1.86      moko     15513: 
                   15514: 2002-01-10  paf
                   15515: 
                   15516:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   15517: 
                   15518:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15519:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
1.88      moko     15520:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   15521:          refcounter]
1.86      moko     15522: 
                   15523: 2001-12-29  paf
                   15524: 
                   15525:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   15526:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   15527:          glib works 0
                   15528: 
                   15529: 2001-12-28  paf
                   15530: 
                   15531:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   15532:          main/pa_exception.C: started glib transcoders
                   15533: 
1.88      moko     15534:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
1.86      moko     15535: 
                   15536:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
1.88      moko     15537:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
1.86      moko     15538:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   15539:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   15540:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   15541:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   15542:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   15543:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   15544: 
                   15545: 2001-12-27  paf
                   15546: 
                   15547:        * src/: include/pa_charset.h, include/pa_common.h,
                   15548:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15549:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
1.88      moko     15550:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   15551:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15552:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   15553:          from xalan&xerces, started the process.  globals [initialization
                   15554:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   15555:          calls
                   15556: 
                   15557:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   15558:          anymore
1.86      moko     15559: 
                   15560: 2001-12-26  paf
                   15561: 
                   15562:        * src/: include/pa_charset.h, include/pa_charsets.h,
1.88      moko     15563:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   15564:          key globalized [bug]
1.86      moko     15565: 
                   15566: 2001-12-25  paf
                   15567: 
                   15568:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
1.88      moko     15569:          main/pa_string.C: table set & append changed splitting languages,
                   15570:          separators now can be clean AND as-is same to mail command line
                   15571:          $MAIN:MAIL.progX arguments
1.86      moko     15572: 
                   15573: 2001-12-24  paf
                   15574: 
1.88      moko     15575:        * src/classes/mail.C: one parted text messages - no multipart
                   15576:          mime-type anymore.  for convinient if $.attach-ments
1.86      moko     15577: 
                   15578:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   15579:          main/pa_string.C: read from cache size check updated
                   15580: 
                   15581:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   15582: 
                   15583: 2001-12-21  paf
                   15584: 
1.88      moko     15585:        * src/classes/date.C: date:sql-string now returns localtime
1.86      moko     15586: 
                   15587:        * src/main/pa_request.C: $result in @main actually not working, to
                   15588:          hell with it for now
                   15589: 
                   15590:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15591:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   15592:          @postprocess @exception
                   15593: 
1.88      moko     15594:        * src/main/execute.C: junction evaluation canceled - endless
                   15595:          recursion detected
1.86      moko     15596: 
                   15597: 2001-12-19  paf
                   15598: 
                   15599:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   15600:          intermediate
                   15601: 
1.88      moko     15602:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
1.86      moko     15603: 
1.88      moko     15604:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
1.86      moko     15605: 
1.88      moko     15606:        * src/classes/op.C: ^cache keypath now relative
1.86      moko     15607: 
                   15608:        * src/classes/mail.C: changed weighting prior to sort
                   15609: 
                   15610:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   15611:          were missing
                   15612: 
                   15613: 2001-12-17  paf
                   15614: 
                   15615:        * src/main/pa_charset.C: ifndef XML were bad type
                   15616: 
                   15617:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   15618:          outdated unset services_pool
                   15619: 
                   15620:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   15621:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   15622:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   15623: 
                   15624:        * src/main/untaint.C: allowed space in filespec
                   15625: 
1.88      moko     15626:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
1.86      moko     15627: 
                   15628:        * src/classes/image.C: no govno
                   15629: 
                   15630:        * src/classes/image.C: govno
                   15631: 
                   15632: 2001-12-16  paf
                   15633: 
                   15634:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   15635: 
1.88      moko     15636:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   15637:          charset_connection&manager replaced by charset&charsets
1.86      moko     15638: 
1.88      moko     15639:        * src/main/pa_charset.C: name_cstr 0
1.86      moko     15640: 
                   15641:        * src/main/untaint.C: uri lang now knows about client/source
                   15642:          charsets
                   15643: 
                   15644:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   15645:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15646:          include/pa_array.h, include/pa_cache_managers.h,
                   15647:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   15648:          include/pa_common.h, include/pa_db_connection.h,
                   15649:          include/pa_db_manager.h, include/pa_db_table.h,
                   15650:          include/pa_dictionary.h, include/pa_exception.h,
                   15651:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   15652:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   15653:          include/pa_sapi.h, include/pa_socks.h,
                   15654:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15655:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   15656:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15657:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   15658:          main/pa_charset.C, main/pa_charset_connection.C,
                   15659:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   15660:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   15661:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   15662:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   15663:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1.88      moko     15664:          types/types.dsp: introducing Charset
1.86      moko     15665: 
                   15666: 2001-12-14  paf
                   15667: 
                   15668:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   15669:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   15670:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   15671:          uri lang
                   15672: 
                   15673:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   15674: 
1.89      moko     15675:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
1.86      moko     15676: 
                   15677:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   15678:          defalts_name global
                   15679: 
                   15680:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   15681:          include/pa_request.h, main/main.dsp,
                   15682:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   15683:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   15684:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
1.88      moko     15685:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   15686:          changed charset model.  now important: $request:charset
                   15687:          $response:charset while $response:content-type.charset become
                   15688:          unimportant [informational]
1.86      moko     15689: 
                   15690: 2001-12-13  paf
                   15691: 
                   15692:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   15693: 
                   15694:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   15695:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   15696:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   15697:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   15698:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   15699:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   15700: 
                   15701:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   15702:          auto_ptr part other way, because of stupid gcc 2.96
                   15703:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   15704:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   15705:          FormatterListener] /usr/include/g++-3/memory:48:
                   15706:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   15707:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   15708: 
                   15709:        * src/classes/xdoc.C: removed extra inc
                   15710: 
                   15711:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   15712: 
                   15713:        * src/include/pa_types.h: msvc head debugging flag
                   15714: 
                   15715:        * src/classes/xdoc.C: freed up listener
                   15716: 
                   15717:        * src/classes/string.C: change msg '... code is not code'
                   15718: 
                   15719:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   15720:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15721:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   15722:          [past/future prob]
                   15723: 
                   15724:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   15725:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   15726:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   15727:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   15728: 
                   15729:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   15730:          main/pa_string.C: removed signed mismatch warnings
                   15731: 
1.89      moko     15732:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   15733:          'expires' from header outputs
1.86      moko     15734: 
                   15735:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   15736:          row ptr
                   15737: 
                   15738:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   15739:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   15740: 
1.88      moko     15741:        * src/classes/xdoc.C: lang list updated
1.86      moko     15742: 
                   15743: 2001-12-10  paf
                   15744: 
                   15745:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   15746: 
1.88      moko     15747:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   15748:          erase files like that, knowing their full name introducing   //
                   15749:          theoretical problem with, for instance, "_2B" and "." fragments,
                   15750:          // they would yield the same    // because
                   15751:          need_file_encode('_')=false  // but we need to delete such files
                   15752:          somehow, getting names from ^index
1.86      moko     15753: 
1.88      moko     15754:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   15755:          string::join_chank break]
1.86      moko     15756: 
                   15757: 2001-12-07  paf
                   15758: 
                   15759:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   15760:          include/pa_common.h, include/pa_config_auto.h.in,
                   15761:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15762:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   15763:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
1.88      moko     15764:          types/pa_vhashfile.C: merged from r14_simple_cache
1.86      moko     15765: 
                   15766:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   15767:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   15768:             lduh  [ %i2 + 1 ], %l0
                   15769: 
                   15770:          bus error, fixed that
                   15771: 
                   15772:        * src/main/pa_string.C: strange string deserialize bug on
                   15773:          client[pmts], a bit shortened,
                   15774: 
                   15775:        * src/include/pa_config_auto.h.in: makes
                   15776: 
                   15777:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   15778:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   15779:          file write shared lock file read
                   15780: 
                   15781:        * src/: classes/op.C, include/pa_common.h,
1.88      moko     15782:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
1.86      moko     15783: 
                   15784: 2001-12-06  paf
                   15785: 
                   15786:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15787:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   15788: 
1.88      moko     15789:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   15790:          info
1.86      moko     15791: 
                   15792:        * src/classes/hashfile.C: removed transaction from ^cache
                   15793: 
                   15794: 2001-12-05  paf
                   15795: 
1.88      moko     15796:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   15797:          IIS5 there were a prob with illegal call check
1.86      moko     15798: 
                   15799: 2001-12-04  paf
                   15800: 
                   15801:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15802:          main/pa_request.C: measures to log
                   15803: 
                   15804: 2001-11-23  paf
                   15805: 
                   15806:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   15807:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
1.88      moko     15808:          types/pa_vhashfile.C: merged from _0014, 1
1.86      moko     15809: 
                   15810:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
1.88      moko     15811:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   15812:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   15813:          ^cache(33) would change
1.86      moko     15814: 
                   15815:          0660 bits in file_write & hashfile create
                   15816: 
1.88      moko     15817:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   15818:          after pa_string optimization]
1.86      moko     15819: 
                   15820: 2001-11-22  paf
                   15821: 
                   15822:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   15823:          table.offset[whence]
                   15824: 
1.88      moko     15825:        * src/classes/op.C: process cstr(,connection)
1.86      moko     15826: 
1.88      moko     15827:        * src/classes/op.C: process now gets its body on current language,
                   15828:          not as-is
1.86      moko     15829: 
                   15830:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   15831: 
1.88      moko     15832:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   15833:          bit
1.86      moko     15834: 
                   15835:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
                   15836: 
                   15837: 2001-11-21  paf
                   15838: 
1.88      moko     15839:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   15840:          <xsl:output output options made identical to xsl:output
                   15841:          attributes exclusion:    cdata-section-elements what xalan can do
                   15842:          but that not used now:    it can escape and remove CDATA sections
1.86      moko     15843: 
1.88      moko     15844:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
1.86      moko     15845:          produced by xslt
                   15846: 
                   15847:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   15848: 
                   15849:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   15850: 
                   15851:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
1.88      moko     15852:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
1.86      moko     15853:          default language for {code}, it happen to change it's language
                   15854:          from CLEAN, so later refused to split by CLEAN \t
                   15855: 
                   15856: 2001-11-20  paf
                   15857: 
                   15858:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   15859:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
                   15860:          bottom of dependeces, so that errors would popup quicklier, fixed
                   15861:          line numbering in table::sql
                   15862: 
                   15863: 2001-11-19  paf
                   15864: 
                   15865:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   15866:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
1.89      moko     15867:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   15868:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   15869:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   15870:          at wcontext.write
1.86      moko     15871: 
1.89      moko     15872:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
                   15873:          _set_new_handler
1.86      moko     15874: 
1.89      moko     15875:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   15876:          set_new_handler in apache&isapi
1.86      moko     15877: 
                   15878: 2001-11-16  paf
                   15879: 
                   15880:        * src/targets/cgi/parser3.C: pool debug @ die
                   15881: 
1.88      moko     15882:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   15883:          removed 8 bytes from String, 2 bytes from
1.86      moko     15884:          string::chunk::row::item
                   15885: 
                   15886:        * src/main/pa_string.C: removed 1+4 bytes from String
                   15887: 
                   15888:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   15889:          types/pa_vstring.C: removed 1+4 bytes from String
                   15890: 
                   15891:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   15892:          0
                   15893: 
                   15894:        * src/: include/pa_globals.h, include/pa_string.h,
                   15895:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   15896:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
1.88      moko     15897:          targets/cgi/parser3.C: introducing estimating
                   15898:          String::cstr_bufsize, 0
1.86      moko     15899: 
                   15900:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   15901: 
                   15902:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   15903: 
                   15904:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   15905:          include/pa_pool.h: die in pool::fail
                   15906: 
                   15907: 2001-11-15  paf
                   15908: 
                   15909:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   15910:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   15911:          dynamic buffer re-back now with counter
                   15912: 
                   15913:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   15914:          static buffer back
                   15915: 
                   15916:        * src/targets/cgi/parser3.C: std::
                   15917: 
                   15918:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   15919:          include/pa_config_includes.h: setnewhandler check
                   15920: 
                   15921:        * src/include/pa_config_auto.h.in: makes
                   15922: 
1.88      moko     15923:        * src/targets/cgi/parser3.C: set_new_handler started
1.86      moko     15924: 
                   15925: 2001-11-14  paf
                   15926: 
                   15927:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   15928:          was wrong
                   15929: 
                   15930:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   15931:          was wrong
                   15932: 
                   15933:        * src/main/pa_request.C: z
                   15934: 
1.88      moko     15935:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   15936:          full returns win32 -1 solaris >buffer_size
1.86      moko     15937: 
                   15938:          checked all that
                   15939: 
1.88      moko     15940:        * src/classes/op.C: ^untaint{body} as-is default now
1.86      moko     15941: 
                   15942:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
1.88      moko     15943:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   15944:          with no_bad_constructors_try
1.86      moko     15945: 
                   15946:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
1.88      moko     15947:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   15948:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   15949:          $bred[^int::int[]]
1.86      moko     15950: 
                   15951:          now VObject creation moved into overriden
                   15952:          VClass::create_new_value, thus 0 from create_new_value means that
                   15953:          class has no ctors
                   15954: 
                   15955: 2001-11-13  paf
                   15956: 
                   15957:        * src/classes/classes.C: returned accedently removed if in foreach
                   15958:          callbacks [when hash no-0-restructure]
                   15959: 
                   15960: 2001-11-12  paf
                   15961: 
1.88      moko     15962:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   15963:          passed as-is to method, xalan makes & into &amp; itself
1.86      moko     15964: 
1.88      moko     15965:        * src/classes/date.C: date.roll parser2 alg used
1.86      moko     15966: 
                   15967:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   15968:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   15969:          main/pa_dictionary.C, main/pa_hash.C,
1.88      moko     15970:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   15971:          now does not containt 0 values. put 0 actullay removes.  no check
                   15972:          on 0 value in foreach now required
1.86      moko     15973: 
                   15974: 2001-11-11  paf
                   15975: 
                   15976:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   15977: 
                   15978:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   15979: 
                   15980:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   15981:          driver initialize not const
                   15982: 
                   15983: 2001-11-10  paf
                   15984: 
1.88      moko     15985:        * src/main/pa_exec.C: doc
1.86      moko     15986: 
                   15987: 2001-11-09  paf
                   15988: 
1.88      moko     15989:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   15990:          param properly
1.86      moko     15991: 
                   15992:        * src/classes/string.C: string.save now does untainting before
                   15993:          saving
                   15994: 
                   15995:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   15996:          still cstr oriented]
                   15997: 
                   15998:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   15999:          line endings fixing got rid of cstr, now must work ok with post
                   16000:          multipart
                   16001: 
                   16002:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   16003:          not file  also now
                   16004: 
                   16005: 2001-11-08  paf
                   16006: 
                   16007:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16008:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16009:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   16010:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   16011:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   16012:          simple parent, not second parent [gcc 2.96 strangly refused to
                   16013:          call virtual from second parent]
                   16014: 
                   16015:        * src/: include/pa_common.h, main/Makefile.am,
                   16016:          targets/cgi/pa_pool.C: makes
                   16017: 
                   16018:        * src/: include/pa_request.h, main/pa_request.C,
1.89      moko     16019:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   16020:          'status' class enabler
1.86      moko     16021: 
                   16022:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   16023: 
                   16024:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16025:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16026:          include/pa_stylesheet_manager.h, main/main.dsp,
                   16027:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   16028:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16029:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16030:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   16031:          todo: apache 'status' class enabler
                   16032: 
                   16033: 2001-11-05  paf
                   16034: 
                   16035:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   16036:          debug to normal
                   16037: 
                   16038:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   16039:          hence i removed skipping 0 values in hash::for_each-es we need to
                   16040:          check cleaned cache items manually. few more checks.
                   16041: 
                   16042:          expiring to 0 time was wrong, changed to 'now' time
                   16043: 
                   16044:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   16045:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   16046:          on apache already done :)
                   16047: 
                   16048:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   16049:          skipping 0 values in hash::for_each-es we need to check cleaned
                   16050:          cache items manually
                   16051: 
                   16052:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   16053:          parser_multithreaded check was wrong
                   16054: 
                   16055:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16056:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16057:          classes/hashfile.C, classes/image.C, classes/int.C,
                   16058:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   16059:          classes/string.C, classes/table.C, classes/void.C,
                   16060:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16061:          include/pa_array.h, include/pa_charset_connection.h,
                   16062:          include/pa_charset_manager.h, include/pa_common.h,
                   16063:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16064:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16065:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   16066:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16067:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16068:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16069:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16070:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16071:          include/pa_stack.h, include/pa_string.h,
                   16072:          include/pa_stylesheet_connection.h,
                   16073:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16074:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   16075:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   16076:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   16077:          main/pa_charset_manager.C, main/pa_common.C,
                   16078:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16079:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   16080:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   16081:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   16082:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16083:          main/pa_status_provider.C, main/pa_string.C,
                   16084:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
1.89      moko     16085:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16086:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16087:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   16088:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16089:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16090:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   16091:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16092:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16093:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16094:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16095:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   16096:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16097:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16098:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   16099:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16100:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16101:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   16102:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16103:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16104:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   16105:          $status:db fixed used not initialized in db_connection & db_table
1.86      moko     16106: 
1.88      moko     16107:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   16108:          $status:charset
1.86      moko     16109: 
                   16110:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   16111:          include/pa_stylesheet_connection.h,
                   16112:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
1.88      moko     16113:          types/pa_vstatus.h: $status:stylesheet
1.86      moko     16114: 
                   16115:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   16116:          include/pa_request.h, include/pa_sql_connection.h,
                   16117:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16118:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   16119:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16120:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   16121:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
1.88      moko     16122:          types/pa_vxnode.C, types/types.dsp: started status parser class
1.86      moko     16123: 
                   16124: 2001-11-01  paf
                   16125: 
                   16126:        * src/include/pa_config_auto.h.in: makes
                   16127: 
                   16128:        * src/main/pa_hash.C: removed old extra include
                   16129: 
1.88      moko     16130:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   16131:          checks [for hp, there are such in math.h]
1.86      moko     16132: 
                   16133:        * src/classes/op.C: ^for endless loop check strightened
                   16134: 
                   16135:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   16136:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   16137:          co can use r.root to write their i & key,value there
                   16138: 
                   16139:        * src/classes/op.C: detected for var storage bug, fixed.
                   16140:          todo:foreach
                   16141: 
                   16142:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   16143:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
1.88      moko     16144:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   16145:          changing of hash inside of foreach
1.86      moko     16146: 
1.88      moko     16147:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
1.86      moko     16148:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   16149:          were hash.foreach
                   16150: 
                   16151:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
1.88      moko     16152:          types/pa_vstring.C, types/pa_vstring.h:
1.86      moko     16153:          ^foreach[key|value]{body}[[separator]|{separator}]
                   16154: 
                   16155:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
1.88      moko     16156:          types/pa_vcookie.C: ^hash.delete[key]
1.86      moko     16157: 
                   16158: 2001-10-31  paf
                   16159: 
1.88      moko     16160:        * src/main/: compile.C, pa_common.C: completely empty file now
                   16161:          considered "read", not ignored [not perfect trick used]
1.86      moko     16162: 
                   16163:        * src/main/pa_common.C: simplier common ifdefs
                   16164: 
                   16165:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   16166: 
1.88      moko     16167:        * src/main/pa_db_connection.C: z
1.86      moko     16168: 
1.88      moko     16169:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   16170:          lockdetector flags
1.86      moko     16171:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   16172: 
1.88      moko     16173:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   16174:          from accidental show [imagine user forgot @exception]
1.86      moko     16175: 
1.88      moko     16176:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
1.86      moko     16177: 
                   16178:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16179:          classes/string.C, classes/xnode.C, include/pa_common.h,
1.88      moko     16180:          main/pa_common.C: ^string.save[[append;]path]
1.86      moko     16181: 
                   16182:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
1.88      moko     16183:          main/execute.C: \ in expression: int divide 10/3=3
1.86      moko     16184: 
                   16185:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   16186:          inside of ^cache
                   16187: 
                   16188:        * src/: include/pa_threads.h, main/pa_db_connection.C,
1.89      moko     16189:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   16190:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   16191:          needed
1.86      moko     16192: 
                   16193: 2001-10-30  paf
                   16194: 
1.88      moko     16195:        * src/: classes/classes.dsp, main/main.dsp,
1.86      moko     16196:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16197:          types/types.dsp: enabled debug incremental compile
                   16198: 
1.88      moko     16199:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   16200:          form post data line endings not reformatted now.
1.86      moko     16201: 
1.88      moko     16202:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   16203:          now required [had bug when file= has no value]
1.86      moko     16204: 
1.88      moko     16205:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   16206:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   16207:          cstr(asis) default param removed
1.86      moko     16208: 
                   16209:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   16210: 
                   16211:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   16212: 
1.88      moko     16213:        * src/include/pa_dir.h: LOAD_DIR fixed
1.86      moko     16214: 
1.88      moko     16215:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   16216:          was broken} fix_line_breaks
1.86      moko     16217: 
1.88      moko     16218:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   16219:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   16220:          packed with #pragma pack
1.86      moko     16221: 
                   16222:        * src/include/pa_config_auto.h.in: pragma detection
                   16223: 
                   16224: 2001-10-29  paf
                   16225: 
                   16226:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   16227: 
1.88      moko     16228:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   16229:          string hash.puts
1.86      moko     16230: 
                   16231:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   16232: 
                   16233:        * src/include/pa_sql_connection.h: there were one wrong
                   16234:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   16235: 
                   16236:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   16237:          param.someday either ifdef or remove it
                   16238: 
1.89      moko     16239:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
1.86      moko     16240: 
                   16241:        * src/main/untaint.C: optimizing returned after debugging
                   16242: 
                   16243:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   16244:          main/untaint.C: memory hunging #pragma pack(1)
                   16245: 
                   16246:          16 419 844 13 169 394
                   16247: 
                   16248:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   16249:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   16250:          places [todo:Array]
                   16251: 
                   16252:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   16253:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   16254:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   16255: 
                   16256:          total 5 652 652/158731 total 5 469 332/158731
                   16257: 
                   16258:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   16259:          Array:: without cache in get/put now
                   16260: 
                   16261:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   16262:          18:25:27 2001] total 5 652 652/158731
                   16263: 
                   16264:        * src/: include/pa_string.h, main/pa_string.C,
                   16265:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   16266:          now
                   16267: 
                   16268:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   16269:          18:11:53 2001] total 5796092/158731
                   16270: 
                   16271:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   16272:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   16273:          key ref now
                   16274: 
                   16275:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   16276:          17:11:17 2001] total 16867948/202658
                   16277: 
                   16278:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   16279:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   16280:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   16281:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16282:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
1.88      moko     16283:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   16284:          string::as_int/double now usually uses stack, not heap [200K out
                   16285:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
1.86      moko     16286: 
1.88      moko     16287:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   16288:          hiding bug]
1.86      moko     16289: 
                   16290:        * src/Makefile.am: .am order
                   16291: 
                   16292:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   16293:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16294:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   16295:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16296:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   16297:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   16298:          required "friend class"
                   16299: 
                   16300:          ../include/pa_request.h:51: friend declaration requires
                   16301:          class-key, i.e. `friend    class Temp_lang'
                   16302: 
                   16303:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16304:          main/pa_exception.C, main/pa_sql_driver_manager.C,
1.88      moko     16305:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
1.86      moko     16306: 
                   16307:          the idea is to #1 jump to C++ some function to main body, where
                   16308:          every function stack frame has exception unwind information and
                   16309:          from there... #2 propagate_exception()
                   16310: 
                   16311: 2001-10-28  paf
                   16312: 
                   16313:        * src/main/pa_db_connection.C: removed old consts
                   16314: 
                   16315:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   16316:          with wrong type/cast]
                   16317: 
                   16318:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   16319:          translation
                   16320: 
1.89      moko     16321:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
                   16322:          remember to build DB2 with -fexceptions!!!
1.86      moko     16323: 
                   16324:        * src/main/pa_db_table.C: DB_RMW defed
                   16325: 
                   16326:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   16327:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16328:          include/pa_db_table.h, main/pa_db_connection.C,
                   16329:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   16330: 
                   16331: 2001-10-27  paf
                   16332: 
                   16333:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16334:          include/pa_db_table.h, main/pa_db_connection.C,
                   16335:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   16336:          types/pa_vhashfile.C: DB2 ifdefs
                   16337: 
                   16338:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
1.89      moko     16339:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   16340:          makes with DB2
1.86      moko     16341: 
                   16342:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
1.89      moko     16343:          types/Makefile.am: makes db
1.86      moko     16344: 
1.89      moko     16345:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   16346:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   16347:          globals.C
1.86      moko     16348: 
                   16349:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16350:          include/pa_db_table.h, main/pa_db_connection.C,
1.88      moko     16351:          main/pa_db_table.C: ^hashfile.clear[]
1.86      moko     16352: 
                   16353:        * src/classes/classes.awk: no $ in var names
                   16354: 
1.88      moko     16355:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   16356:          connection&table [forgotten calls]
1.86      moko     16357: 
                   16358: 2001-10-26  paf
                   16359: 
                   16360:        * src/main/pa_db_connection.C: db checkpoints
                   16361: 
1.88      moko     16362:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   16363:          checkpoints
1.86      moko     16364: 
1.88      moko     16365:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   16366:          default. but entities still reparsed. todo: tothink
1.86      moko     16367: 
1.88      moko     16368:        * src/main/pa_db_connection.C: db recover mech 2
1.86      moko     16369: 
                   16370:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16371:          include/pa_db_manager.h, include/pa_db_table.h,
                   16372:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   16373:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   16374:          types/pa_vhashfile.h: db connections & tables now cached at
                   16375:          create time & multithreaded
                   16376: 
1.88      moko     16377:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   16378:          parsed_source
1.86      moko     16379: 
                   16380:        * src/main/pa_db_connection.C: about to remove connection from
                   16381:          vhashfile
                   16382: 
                   16383:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   16384:          transaction commit/rollback responsibility left to parent [as it
                   16385:          sould - else there were a bug with double free]
                   16386: 
                   16387:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   16388:          responsibility left to parent [as it sould - else there were a
                   16389:          bug with double free]
                   16390: 
                   16391: 2001-10-25  paf
                   16392: 
                   16393:        * src/: classes/hashfile.C, include/pa_common.h,
                   16394:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16395:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   16396:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   16397:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   16398:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   16399:          yet]
                   16400: 
                   16401:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   16402: 
1.88      moko     16403:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   16404:          transaction parent passed
1.86      moko     16405: 
                   16406: 2001-10-24  parser
                   16407: 
                   16408:        * src/classes/Makefile.am: makes
                   16409: 
                   16410:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   16411:          isapi/pool_storage.h: pool_storage fixed
                   16412: 
                   16413:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   16414:          types/pa_vform.h: form fix_line_breaks
                   16415: 
                   16416:        * src/targets/cgi/pool_storage.h: makes
                   16417: 
                   16418:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   16419:          targets/cgi/pool_storage.h: makes
                   16420: 
                   16421:        * src/sql/pa_sql_driver.h: version
                   16422: 
                   16423:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   16424:          types/pa_vform.C, types/pa_vform.h: .am
                   16425: 
1.88      moko     16426:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   16427:          this: DB_RMW Acquire write locks instead of read locks when doing
                   16428:          the retrieval. Setting this flag may decrease the likelihood of
                   16429:          deadlock during a read-modify-write cycle by immediately
                   16430:          acquiring the write lock during the read part of the cycle so
                   16431:          that another thread of control acquiring a read lock for the same
                   16432:          item, in its own read-modify-write cycle, will not result in
                   16433:          deadlock
1.86      moko     16434: 
1.89      moko     16435:        * src/targets/isapi/parser3isapi.dsp: doc
1.86      moko     16436: 
1.88      moko     16437:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
1.86      moko     16438: 
1.88      moko     16439:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
1.86      moko     16440: 
                   16441:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16442:          main/pa_db_connection.C: hashfile expired deleted from db when
                   16443:          get & iterate
                   16444: 
1.88      moko     16445:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   16446:          expiring 1
1.86      moko     16447: 
                   16448:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   16449: 
                   16450:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   16451:          db_connection not bothers with key when not returning expired
                   16452:          data
                   16453: 
                   16454:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16455:          types/pa_vhashfile.C: db_cursor constructor public now
                   16456: 
                   16457:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16458:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   16459:          stamped, todo: put_element analize
                   16460: 
                   16461:        * src/: include/pa_db_connection.h, include/pa_string.h,
1.88      moko     16462:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   16463:          serialize. todo stamp
1.86      moko     16464: 
                   16465: 2001-10-23  parser
                   16466: 
                   16467:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   16468:          classes/image.C, classes/mail.C, classes/response.C,
                   16469:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16470:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   16471:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   16472:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   16473:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
1.88      moko     16474:          types/pa_vtable.C: ^hashfile.hash[]
1.86      moko     16475: 
                   16476:        * src/: classes/hashfile.C, classes/xdoc.C,
                   16477:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   16478:          main/pa_globals.C: ifdefs so it compiled without db
                   16479: 
                   16480:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16481:          include/pa_db_manager.h, main/pa_db_connection.C,
1.88      moko     16482:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   16483:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   16484:          ^hashfile.delete[key]
1.86      moko     16485: 
                   16486: 2001-10-22  parser
                   16487: 
                   16488:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   16489:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   16490: 
                   16491:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   16492:          classes/xnode.C, include/pa_charset_connection.h,
                   16493:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16494:          include/pa_exception.h, include/pa_sapi.h,
                   16495:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16496:          include/pa_stylesheet_connection.h,
                   16497:          include/pa_stylesheet_manager.h,
                   16498:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   16499:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16500:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   16501:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
1.89      moko     16502:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
1.86      moko     16503:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   16504:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
1.88      moko     16505:          types/types.dsp: hashfile 0
1.86      moko     16506: 
1.88      moko     16507:        * src/types/pa_vhashfile.C: z
1.86      moko     16508: 
                   16509:        * src/: classes/classes.dsp, classes/hashfile.C,
                   16510:          include/pa_config_fixed.h, main/execute.C,
                   16511:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
1.88      moko     16512:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
1.86      moko     16513: 
1.89      moko     16514:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
1.86      moko     16515: 
                   16516:        * src/: include/pa_exception.h, include/pa_request.h,
                   16517:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   16518:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.88      moko     16519:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
1.86      moko     16520: 
                   16521: 2001-10-19  parser
                   16522: 
                   16523:        * src/include/pa_pool.h: header
                   16524: 
                   16525:        * src/main/pa_pool.C: auto compiled on gcc
                   16526: 
                   16527:        * src/classes/image.C: comment
                   16528: 
                   16529:        * src/: include/pa_pool.h, main/pa_common.C: makes
                   16530: 
                   16531:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16532:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16533:          types/pa_vxnode.h: xnode clone got freed
                   16534: 
                   16535:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   16536:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   16537:          can free up xalandomstring resulting from pool::transcode
                   16538: 
                   16539:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   16540:          include/pa_config_fixed.h, include/pa_exception.h,
                   16541:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   16542:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
1.88      moko     16543:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   16544:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   16545:          from non-xml compile
1.86      moko     16546: 
1.89      moko     16547:        * src/main/pa_request.C: pool:: context - get_context
1.86      moko     16548: 
                   16549:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   16550:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   16551:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   16552:          classes/string.C, classes/table.C, classes/void.C,
                   16553:          include/pa_config_fixed.h, include/pa_exception.h,
                   16554:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   16555:          main/compile.C, main/compile_tools.C, main/execute.C,
                   16556:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   16557:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   16558:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16559:          main/pa_string.C, main/pa_table.C, main/untaint.C,
1.89      moko     16560:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16561:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   16562:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   16563:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   16564:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   16565:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   16566:          exceptions 0
1.86      moko     16567: 
                   16568:        * src/classes/classes.awk: $ removed
                   16569: 
                   16570: 2001-10-18  parser
                   16571: 
1.88      moko     16572:        * src/types/pa_vcookie.C: cookie:CLASS
1.86      moko     16573: 
                   16574:        * src/main/main.dsp: project
                   16575: 
1.88      moko     16576:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   16577:          set_document & ctor question "who owns document" solved
1.86      moko     16578: 
                   16579:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   16580: 
                   16581:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
1.88      moko     16582:          main/pa_pool.C: encoding in dom creating funcs
1.86      moko     16583: 
1.88      moko     16584:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   16585:          be transformed now
1.86      moko     16586: 
1.88      moko     16587:        * src/classes/xdoc.C: dom created by create can be transformed now
1.86      moko     16588: 
1.88      moko     16589:        * src/classes/xdoc.C: z
1.86      moko     16590: 
1.88      moko     16591:        * src/classes/xdoc.C: comment
1.86      moko     16592: 
1.88      moko     16593:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   16594:          create now uses XercesDocumentBridge, appendChild&co now works
1.86      moko     16595: 
                   16596:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   16597:          @ recompile
                   16598: 
1.88      moko     16599:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
1.86      moko     16600:          $origin @exception[
                   16601: 
1.88      moko     16602:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   16603:          tag names forced to XML lang
1.86      moko     16604: 
                   16605:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   16606:          leechy-found bugs in code&doc fixed
                   16607: 
                   16608: 2001-10-17  parser
                   16609: 
                   16610:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
1.88      moko     16611:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   16612:          n functionality preserved
1.86      moko     16613: 
                   16614:        * src/types/pa_vimage.h: removed unused vimage::save
                   16615: 
                   16616: 2001-10-16  parser
                   16617: 
                   16618:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   16619: 
                   16620:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   16621: 
1.88      moko     16622:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
1.86      moko     16623: 
1.88      moko     16624:        * src/classes/image.C: image.copy tolerance
1.86      moko     16625: 
1.88      moko     16626:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   16627:          ineffective, but works for small paleted image
1.86      moko     16628: 
1.88      moko     16629:        * src/types/pa_vimage.C: comment
1.86      moko     16630: 
1.88      moko     16631:        * src/classes/image.C: gd size/resize bugfix
1.86      moko     16632: 
1.88      moko     16633:        * src/: classes/classes.dsp, main/main.dsp,
1.86      moko     16634:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
1.88      moko     16635:          types/types.dsp: ident >nul 2>&1
1.86      moko     16636: 
                   16637:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   16638:          systems
                   16639: 
1.88      moko     16640:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   16641:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
1.86      moko     16642: 
                   16643: 2001-10-15  parser
                   16644: 
                   16645:        * src/main/execute.C: z
                   16646: 
1.88      moko     16647:        * src/classes/: xdoc.C:     !::create{qualifiedName}
1.86      moko     16648: 
                   16649:        * src/types/pa_vxnode.C:     document_type_node.
                   16650:                  !readonly attribute DOMString name
                   16651:              !notation_node.
                   16652:                  !readonly attribute DOMString publicId
                   16653:                  !readonly attribute DOMString systemId
                   16654: 
1.88      moko     16655:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   16656:          ::write badly passed string too transparently [failed to
                   16657:          intercept it]
1.86      moko     16658: 
                   16659:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   16660:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   16661:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16662:          types/pa_vxnode.h: DOM1 major addtion, only few
                   16663:          attributes/methods left
                   16664: 
                   16665: 2001-10-13  parser
                   16666: 
                   16667:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   16668:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   16669:          in main handler
                   16670: 
                   16671:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   16672:          cleanups & frees order
                   16673: 
                   16674:        * src/types/pa_vcode_frame.h: couple comments
                   16675: 
1.88      moko     16676:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   16677:          transparent enough to handle hash if creation&passing
1.86      moko     16678: 
                   16679:        * src/: include/pa_config_fixed.h, main/execute.C,
1.88      moko     16680:          main/pa_exception.C: noticed that vcodeframe not transparent
                   16681:          enough, would change now
1.86      moko     16682: 
                   16683: 2001-10-12  parser
                   16684: 
                   16685:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   16686:          fixed. initialization&free on each thread!
                   16687: 
1.88      moko     16688:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   16689:          handling changed: now type of default param analized always, not
                   16690:          only at problem time, thus helping early problem spotting
1.86      moko     16691: 
1.88      moko     16692:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
1.89      moko     16693:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
1.86      moko     16694:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
1.88      moko     16695:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   16696:          multithread bug fixed. initialization&free on each thread!
1.86      moko     16697: 
                   16698: 2001-10-11  parser
                   16699: 
                   16700:        * src/classes/xnode.C: xnode.selectSingle now
                   16701: 
                   16702:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   16703:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   16704:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   16705:          convertors out of Pool into Exception
                   16706: 
                   16707:        * src/main/pa_string.C: const
                   16708: 
1.88      moko     16709:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   16710:          linked pieces of same language together prior to String::replace
1.86      moko     16711: 
1.88      moko     16712:        * src/classes/hash.C:     !^hash.add[addme]
1.86      moko     16713:              !^hash.sub[subme]
                   16714:              !^a.union[b] = new
                   16715:              !^a.intersection[b] = new
                   16716:              !^a.intersects[b] = bool
                   16717: 
                   16718:        * src/classes/hash.C:     !^hash::append[append_from]
                   16719: 
1.88      moko     16720:        * src/: classes/hash.C, types/pa_vhash.h:
1.86      moko     16721:          !^hash::create[[copy_from]]
                   16722: 
                   16723:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   16724:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
1.88      moko     16725:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   16726:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   16727:          exception but somebody[value.bark] tried to throw it on it's pool
1.86      moko     16728: 
1.89      moko     16729:        * src/include/pa_config_auto.h.in: makes
1.86      moko     16730: 
                   16731: 2001-10-10  parser
                   16732: 
1.88      moko     16733:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
1.86      moko     16734: 
1.88      moko     16735:        * src/main/: compile.tab.C, compile.y: ^a[
1.86      moko     16736: 
                   16737:          @next_method  << now unclosed ] would be reported here
                   16738: 
1.88      moko     16739:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   16740:          compile error
1.86      moko     16741: 
                   16742: 2001-10-09  parser
                   16743: 
1.88      moko     16744:        * src/: classes/Makefile.am, main/Makefile.am,
1.86      moko     16745:          targets/cgi/Makefile.am, types/Makefile.am: makes
                   16746: 
1.88      moko     16747:        * src/classes/Makefile.am: makes
1.86      moko     16748: 
1.88      moko     16749:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   16750:          win32 errors intercepted [xalan transformer patched and
                   16751:          incorporated]
1.86      moko     16752: 
1.88      moko     16753:        * src/: classes/classes.dsp, classes/xdoc.C,
1.86      moko     16754:          include/pa_stylesheet_connection.h, main/main.dsp,
                   16755:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16756:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   16757:          patches starting
                   16758: 
1.88      moko     16759:        * src/classes/: string.C, table.C: ^string.save[file]
1.86      moko     16760: 
1.88      moko     16761:        * src/classes/: date.C, table.C: calendar moved to date
1.86      moko     16762: 
1.88      moko     16763:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
1.86      moko     16764:          string/table]  now
                   16765: 
1.88      moko     16766:        * src/classes/: op.C, table.C: z
1.86      moko     16767: 
                   16768:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   16769:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
1.88      moko     16770:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   16771:          be code [be string..]
1.86      moko     16772: 
1.88      moko     16773:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   16774:          table.C: lots of
1.86      moko     16775:          params->as_int/double/as_string/as_junction/as_no_junction
                   16776:          messages added
                   16777: 
                   16778: 2001-10-08  parser
                   16779: 
                   16780:        * src/: classes/date.C, classes/image.C, classes/string.C,
1.88      moko     16781:          classes/table.C, classes/void.C, include/pa_request.h:
                   16782:          params->as_int/double message added
1.86      moko     16783: 
1.88      moko     16784:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
1.86      moko     16785: 
1.88      moko     16786:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   16787:          image:sector removed image:html internal "line-*" attribs
1.86      moko     16788: 
                   16789:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1.88      moko     16790:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
1.86      moko     16791: 
                   16792:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   16793:          way
                   16794: 
                   16795:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
1.88      moko     16796:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   16797:          UL_MAIL_HEADER made nonforced [only tainted pieces]
1.86      moko     16798: 
                   16799:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   16800:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   16801:          @ SAPI::log
                   16802: 
                   16803:        * src/main/untaint.C: \r to ' ' in origins mode
                   16804: 
1.88      moko     16805:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   16806:          set]
1.86      moko     16807: 
                   16808:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   16809:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   16810:          nonstandard liaison freed up
                   16811: 
                   16812: 2001-10-07  parser
                   16813: 
1.88      moko     16814:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   16815:          project
1.86      moko     16816: 
                   16817: 2001-10-05  parser
                   16818: 
                   16819:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
1.88      moko     16820:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   16821:          from outputing to cerr.  lots of "todos"
1.86      moko     16822: 
1.88      moko     16823:        * src/main/untaint.C: http_header tainting more gentle with
                   16824:          enquoting now
1.86      moko     16825: 
                   16826:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
1.88      moko     16827:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   16828:          xml errorhandler.  fixed string.replace a little, read @test
1.86      moko     16829: 
                   16830:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   16831:          *) does not have limit, and looks further eos, fixing....
                   16832: 
                   16833:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   16834: 
1.88      moko     16835:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
1.86      moko     16836: 
1.88      moko     16837:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   16838:          bugfix
1.86      moko     16839: 
1.88      moko     16840:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   16841:          $result[^[$p^]z] now works fine
1.86      moko     16842: 
1.88      moko     16843:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   16844:          wrong. fixed it
1.86      moko     16845: 
1.88      moko     16846:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   16847:          of totable appered to be vital
1.86      moko     16848: 
                   16849: 2001-10-04  parser
                   16850: 
1.88      moko     16851:        * src/classes/image.C: ^image.length[text]
1.86      moko     16852: 
                   16853: 2001-10-03  parser
                   16854: 
                   16855:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   16856: 
                   16857:        * src/main/pa_request.C: restored pcre defaulting in request
                   16858:          [mindlessly "optimized" yesterday] comment left
                   16859: 
                   16860: 2001-10-02  parser
                   16861: 
                   16862:        * src/: main/pa_charset_manager.C,
                   16863:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   16864:          needed
                   16865: 
                   16866:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   16867:          forgot non-xml pool.*charset needed
                   16868: 
1.88      moko     16869:        * src/classes/table.C: # config comments fixed
1.86      moko     16870: 
                   16871:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   16872:          charset_connection #comment now
                   16873: 
                   16874:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   16875:          options fixed to use release msvcrt lib
                   16876: 
                   16877:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   16878:          removed default - pcre handles that internally fixed bug on
                   16879:          not-cleaning tables [previously was calloced, now member]
                   16880: 
                   16881:        * src/: include/pa_request.h, main/pa_charset_connection.C,
1.88      moko     16882:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   16883:          inside removed default - pcre handles that internally fixed bug
                   16884:          on not-cleaning tables [previously was calloced, now member]
                   16885: 
                   16886:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   16887:          tested charset reload on file change @ apache version = OK tested
                   16888:          freeing up prev encoding on adding new = OK
1.86      moko     16889: 
                   16890: 2001-10-01  parser
                   16891: 
1.88      moko     16892:        * src/main/pa_charset_connection.C: removed entitify external hack
                   16893:          [internal installed]
1.86      moko     16894: 
1.88      moko     16895:        * src/main/Makefile.am: makes+removed dtd
1.86      moko     16896: 
                   16897:        * src/: include/pa_charset_connection.h,
                   16898:          include/pa_charset_manager.h,
                   16899:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   16900:          main/pa_charset_connection.C, main/pa_charset_manager.C,
1.88      moko     16901:          main/pa_request.C: charset loading & caching mech 0
1.86      moko     16902: 
                   16903:        * src/: include/pa_stylesheet_connection.h,
                   16904:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
1.88      moko     16905:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   16906:          & caching mech now
1.86      moko     16907: 
                   16908: 2001-09-30  parser
                   16909: 
                   16910:        * src/main/pa_request.C: forgot to fill toTable
                   16911: 
                   16912:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   16913:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   16914:          failed on win32 for now..
                   16915: 
1.88      moko     16916:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   16917:          now charsets table configuration variable is: CHARSETS
1.86      moko     16918: 
1.88      moko     16919:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   16920:          ctype with unicode 1. todo: no &#1055; entities on output somehow
1.86      moko     16921: 
                   16922:        * src/: classes/file.C, classes/op.C, classes/string.C,
1.88      moko     16923:          include/pa_request.h, main/pa_request.C: started ctype with
                   16924:          unicode values
1.86      moko     16925: 
                   16926: 2001-09-28  parser
                   16927: 
                   16928:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
1.88      moko     16929:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
1.86      moko     16930:          string passed AS-IS now
                   16931: 
1.88      moko     16932:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   16933:          way of user-configuring... todo: implement
1.86      moko     16934: 
                   16935: 2001-09-27  parser
                   16936: 
1.88      moko     16937:        * src/classes/table.C: table.sort changed to sort table itself
1.86      moko     16938: 
1.88      moko     16939:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
1.86      moko     16940:          X^.getElementsByTagName[tagname] = array of xnode
                   16941:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   16942:          nodes removed - regretfully not supported @ xalan. maybe someday
                   16943:          would reimplement, if needed.
                   16944: 
                   16945:          win32build system: solved long waiting anti-non-started-apache
                   16946:          problem
                   16947: 
1.88      moko     16948:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
1.86      moko     16949:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
1.88      moko     16950:          types/types.dsp: win32 ident make system so not to rebuild
                   16951:          library [ident.C.new]
1.86      moko     16952: 
                   16953: 2001-09-26  parser
                   16954: 
                   16955:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
1.88      moko     16956:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
1.86      moko     16957:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88      moko     16958:          types/pa_vxnode.C, types/types.dsp: z
1.86      moko     16959: 
1.88      moko     16960:        * src/classes/classes.C: forgot one non-xml check
1.86      moko     16961: 
1.88      moko     16962:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   16963:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.86      moko     16964: 
                   16965:        * src/targets/cgi/parser3.C: z
                   16966: 
1.88      moko     16967:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   16968:          targets/isapi/parser3isapi.C: #ifdef SMTP
1.86      moko     16969: 
                   16970:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   16971:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     16972:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   16973:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   16974:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16975:          types/types.dsp: xdoc&xnode now
1.86      moko     16976: 
                   16977:        * src/: classes/classes.C, classes/classes.awk,
                   16978:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   16979:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   16980:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16981:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16982:          classes/op.C, classes/response.C, classes/string.C,
1.88      moko     16983:          classes/table.C, classes/void.C, include/pa_array.h,
                   16984:          include/pa_common.h, include/pa_config_fixed.h,
                   16985:          include/pa_config_includes.h, include/pa_dictionary.h,
                   16986:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   16987:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   16988:          include/pa_socks.h, include/pa_sql_connection.h,
                   16989:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   16990:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16991:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1.86      moko     16992:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   16993:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   16994:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   16995:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   16996:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   16997:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   16998:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
1.88      moko     16999:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   17000:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17001:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17002:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   17003:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17004:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   17005:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   17006:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17007:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17008:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   17009:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   17010:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17011:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   17012:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   17013:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17014:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   17015:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17016:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   17017:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17018:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17019:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   17020:          main.dsp splitted to main+classes+types along to .am
1.86      moko     17021: 
                   17022:        * src/classes/Makefile.am: removed useless var
                   17023: 
                   17024:        * src/: classes/classes.cmd, main/main.dsp,
                   17025:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   17026:          main.dsp
                   17027: 
                   17028: 2001-09-25  parser
                   17029: 
1.88      moko     17030:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   17031:          1251 though, todo ICU
1.86      moko     17032: 
                   17033:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.88      moko     17034:          include/pa_stylesheet_connection.h, main/Makefile.am,
                   17035:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   17036:          types/pa_vdom.h: xml configure makes
1.86      moko     17037: 
                   17038: 2001-09-24  parser
                   17039: 
                   17040:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   17041:          types/Makefile.am: makes
                   17042: 
                   17043:        * src/targets/cgi/Makefile.am: makefiles
                   17044: 
1.89      moko     17045:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   17046:          started unix makes update
1.86      moko     17047: 
1.88      moko     17048:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   17049:          started unix makes update
1.86      moko     17050: 
                   17051:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   17052: 
                   17053:        * src/types/pa_value.h: z
                   17054: 
                   17055:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   17056:          bugs with usinge hash/table in expressions
                   17057: 
1.88      moko     17058:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   17059:          resolved conflicts fixed [const]
1.86      moko     17060: 
                   17061:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
1.88      moko     17062:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
1.86      moko     17063:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17064:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
1.88      moko     17065:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17066:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   17067:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   17068:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17069:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   17070:          with before_xml [merge2 actually didn't happen - i've created
                   17071:          tags on wrong branch. so this merge is in fact re-merge]
1.86      moko     17072: 
                   17073: 2001-09-21  parser
                   17074: 
1.88      moko     17075:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   17076:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   17077:          produced "" in make file and sadly wrong interpreted on load]
1.86      moko     17078: 
                   17079:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
1.88      moko     17080:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
1.86      moko     17081:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   17082:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17083:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
1.88      moko     17084:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   17085:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.86      moko     17086: 
                   17087:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   17088:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
1.88      moko     17089:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   17090:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17091:          main/pa_pool.C, main/pa_request.C,
                   17092:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   17093:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   17094:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17095:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   17096:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   17097:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   17098:          types/pa_vrequest.C, types/pa_vresponse.h,
1.86      moko     17099:          types/pa_vstateless_class.C, types/pa_vstring.C,
1.88      moko     17100:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   17101:          created new projects for sql drivers [planning to remove sql
                   17102:          drivers from main cvs project] first, will join latest changes
1.86      moko     17103: 
1.88      moko     17104:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   17105:          pool.get_charset
1.86      moko     17106: 
1.88      moko     17107:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   17108:          pool.get_charset
1.86      moko     17109: 
                   17110:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   17111:          pool.get_charset
                   17112: 
                   17113:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
1.88      moko     17114:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   17115:          methods encoding to pool.get_charset
1.86      moko     17116: 
1.88      moko     17117:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   17118:          transcoder were created right "unsupported encoding" message.
                   17119:          not @ set time, but @ use time, so until xml output functions
                   17120:          .string, .file, .save used - no encoding name check occur
1.86      moko     17121: 
                   17122:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   17123:          registration needed, pools are officially destructured
                   17124: 
                   17125: 2001-09-20  parser
                   17126: 
                   17127:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   17128: 
1.88      moko     17129:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
1.86      moko     17130:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   17131: 
1.88      moko     17132:        * src/: classes/dnode.C, classes/dom.C,
                   17133:          include/pa_config_includes.h, include/pa_globals.h,
                   17134:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17135:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   17136:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17137:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
1.86      moko     17138:          Pool::transcode 0
                   17139: 
1.88      moko     17140:        * src/classes/dom.C: dom. string save file moved output xml options
                   17141:          to last param and made it optional
1.86      moko     17142: 
                   17143:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   17144:          dnodes
                   17145:              !$attributenode.specified = boolean
                   17146:                      true if the attribute received its value explicitly
                   17147:          in the XML document,
                   17148:                      or if a value was assigned programatically with the
                   17149:          setValue function.
                   17150:                  false if the attribute value came from the default value
                   17151:          declared in the document's DTD.
                   17152:              !$pinode.target = target of this processing instruction
                   17153:                  XML defines this as being the first token following the
                   17154:          markup
                   17155:                  that begins the processing instruction.
                   17156:                  XPath:
                   17157:              !^node.select[xpath/query/expression] = hash of 0->node0
                   17158:          1->node1
                   17159:              !^node.select-single[xpath/query/expression] = first node if
                   17160:          any
                   17161: 
                   17162:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   17163:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   17164:          some 'const's added
                   17165: 
                   17166:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   17167:          expression context now, there value = size and boolean value
                   17168:          size!=0
                   17169: 
                   17170:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   17171:          can be used in expression context now, there value = size and
                   17172:          boolean value size!=0
                   17173: 
                   17174:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
1.88      moko     17175:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   17176:          due to strange xalan bug
1.86      moko     17177: 
                   17178: 2001-09-18  parser
                   17179: 
                   17180:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
1.88      moko     17181:          classes/image.C, classes/op.C, classes/table.C,
                   17182:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   17183:          include/pa_sql_driver_manager.h, main/compile.C,
                   17184:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   17185:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   17186:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
1.86      moko     17187:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17188:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   17189:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
1.88      moko     17190:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   17191:          before_xml branch ^if(def $hash) now true only when
                   17192:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
1.86      moko     17193: 
1.88      moko     17194:        * src/: classes/op.C, main/execute.C: operators self changed to
                   17195:          root ^for variable context changed to self
1.86      moko     17196: 
1.88      moko     17197:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   17198:          dnode 1
1.86      moko     17199: 
                   17200:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   17201:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   17202: 
1.88      moko     17203:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   17204:          poly* fixed
1.86      moko     17205: 
                   17206: 2001-09-17  parser
                   17207: 
                   17208:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
1.88      moko     17209:          types/pa_vdom.h: started dnode+dom
1.86      moko     17210: 
                   17211:          dnode     DOM methods:     $node.name     $node.value
                   17212:          ...others...
                   17213: 
                   17214:              ^node.xpath[/rates/USD] = hash
                   17215:                  $hash[
                   17216:                          $.0[node0]
                   17217:                          $.1[node1]
                   17218:                  ]
                   17219: 
1.88      moko     17220:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   17221:          applies to all linear primitives
1.86      moko     17222: 
                   17223:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   17224:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17225:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
1.88      moko     17226:          types/pa_vimage.h: started dnode     DOM:     $node.name
1.86      moko     17227:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   17228:          dom(dnode)
                   17229: 
                   17230:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   17231:          main/compile.y, main/compile_tools.h, main/execute.C,
1.88      moko     17232:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   17233:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   17234:          name after '.'
1.86      moko     17235: 
                   17236: 2001-09-15  parser
                   17237: 
1.88      moko     17238:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1.86      moko     17239:          image: $line-width ^line(...)[****   style]
                   17240: 
                   17241:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   17242:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   17243:          pool_storage - cleanups first, allocations second.  apache wisely
                   17244:          does just like that
                   17245: 
                   17246:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   17247:          rewritten using template, no bugs now
                   17248: 
1.88      moko     17249:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
1.86      moko     17250:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   17251:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   17252:          poorly started isapi pool_storage, would rewrite using template
                   17253:          now
                   17254: 
                   17255:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   17256:          include/pa_stylesheet_connection.h, main/main.dsp,
1.88      moko     17257:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   17258:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   17259:          xalan objects freed up [introducing Pool::register_cleanup]
1.86      moko     17260: 
1.88      moko     17261:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   17262:          comments
1.86      moko     17263: 
                   17264: 2001-09-14  parser
                   17265: 
                   17266:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   17267:          z
                   17268: 
                   17269:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   17270:          classes/mail.C, include/pa_common.h,
                   17271:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17272:          include/pa_stylesheet_connection.h,
                   17273:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17274:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   17275:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
1.88      moko     17276:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
1.86      moko     17277:          compiled&cached
                   17278: 
                   17279: 2001-09-13  parser
                   17280: 
                   17281:        * src/: classes/dom.C, classes/file.C, classes/image.C,
1.88      moko     17282:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
1.86      moko     17283: 
1.88      moko     17284:        * src/classes/dom.C: dom:file content-type(.method)
1.86      moko     17285: 
                   17286:        * src/: include/pa_common.h, include/pa_globals.h,
1.88      moko     17287:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   17288:          string now more informative error messages
1.86      moko     17289: 
                   17290:        * src/: include/pa_globals.h, include/pa_request.h,
1.88      moko     17291:          main/pa_request.C, targets/cgi/parser3.C,
                   17292:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   17293:          ParserSiteConfig .../parser3.conf
1.86      moko     17294: 
                   17295:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   17296: 
                   17297: 2001-09-12  parser
                   17298: 
                   17299:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
1.88      moko     17300:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   17301:          precise error reporting: "connection string must start with
                   17302:          protocol://" now
1.86      moko     17303: 
1.88      moko     17304:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   17305:          braced
1.86      moko     17306: 
                   17307:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   17308:          lexer on LS_USER level did [] matching without setting nestage,
                   17309:          introduced special LS_NAME_SQUARE_PART state
                   17310: 
                   17311: 2001-09-11  parser
                   17312: 
                   17313:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   17314:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   17315:          languages+=xml
                   17316: 
1.88      moko     17317:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   17318: 
                   17319:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17320:          options:     $.method[xml|html|text] detection fixed
1.86      moko     17321: 
1.88      moko     17322:        * src/types/pa_vdom.h: messages
                   17323: 
                   17324:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17325:          options:     $.method[xml|html|text] detection fixed
1.86      moko     17326: 
                   17327: 2001-09-10  parser
                   17328: 
1.88      moko     17329:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17330:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
1.86      moko     17331: 
                   17332:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   17333:          added]
                   17334: 
                   17335:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17336:          ^dom.xslt[stylesheet filename] 0
                   17337: 
1.88      moko     17338:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17339:          ^dom.xslt[stylesheet filename] -1 doc is lying
1.86      moko     17340: 
1.88      moko     17341:        * src/classes/dom.C: ^dom.file[encoding] = file
1.86      moko     17342: 
1.88      moko     17343:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   17344:          ^dom.save[encoding;filename]
1.86      moko     17345: 
1.88      moko     17346:        * src/classes/dom.C: ^dom.string[] 0
1.86      moko     17347: 
                   17348:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   17349: 
                   17350:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
1.88      moko     17351:          types/pa_vform.h: ^dom.save[b.xml] 0
1.86      moko     17352: 
                   17353: 2001-09-08  parser
                   17354: 
                   17355:        * src/types/pa_vform.C: $form:tables.name.field
                   17356: 
                   17357: 2001-09-07  parser
                   17358: 
                   17359:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   17360:          $table)...
                   17361: 
                   17362:        * src/targets/cgi/parser3.C: z
                   17363: 
1.88      moko     17364:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   17365:          from '' to int/double is 0]
1.86      moko     17366: 
1.88      moko     17367:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   17368:          $table) is false when table is empty
1.86      moko     17369: 
1.88      moko     17370:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   17371:          !$form:tables $atable[$form:tables.a]
1.86      moko     17372:          ^atable.menu{a=$atable.element}[,]
                   17373: 
                   17374:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
1.88      moko     17375:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
1.86      moko     17376: 
                   17377:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.88      moko     17378:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   17379:          of dom
1.86      moko     17380: 
                   17381:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
1.88      moko     17382:          types/pa_vform.C, types/pa_vform.h: z
1.86      moko     17383: 
                   17384:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   17385:          element [not last]
                   17386: 
                   17387:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.88      moko     17388:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
1.86      moko     17389: 
                   17390: 2001-09-06  parser
                   17391: 
1.88      moko     17392:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17393:          table with one column 'element' and two rows: 1 and 2
1.86      moko     17394: 
                   17395:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17396:          table with one column 'element' and two rows: 1 and 2
                   17397: 
                   17398:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   17399:          bad int/double conversions, and now $form:nonexistent.int(88)
                   17400:          would return 88
                   17401: 
                   17402:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
1.88      moko     17403:          types/pa_vhash.h: now there's special hash key '_default'
                   17404:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   17405:          $._default[xx] ] $hash.c
1.86      moko     17406: 
                   17407:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   17408:          fixed [thanks, fif], ^; were treated there non-literally
                   17409: 
                   17410:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   17411:          doxygen
                   17412: 
                   17413:        * src/: classes/image.C, classes/op.C, classes/string.C,
1.88      moko     17414:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
1.86      moko     17415:          types/pa_vtable.C: few #ifndef DOXYGEN
                   17416: 
                   17417: 2001-09-05  parser
                   17418: 
1.88      moko     17419:        * src/classes/: string.C, table.C: sql options can be void [same as
                   17420:          image:html the other day]
1.86      moko     17421: 
1.88      moko     17422:        * src/targets/cgi/Makefile.am: .am undo
1.86      moko     17423: 
                   17424:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17425:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   17426:          macro expantion on param, simply qoutes whatever passed, undone
                   17427: 
                   17428:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17429:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   17430:          STRINGIZE(name) #name invented
                   17431: 
                   17432:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   17433:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   17434:          MAIN_SQL_DRIVERS_NAME "drivers"
                   17435: 
                   17436:          moved to be availible to all users
                   17437: 
1.88      moko     17438:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   17439:          SQL_DRIVER_CREATE_FUNC_NAME
1.86      moko     17440: 
                   17441:        * src/classes/mail.C: MAIN:MAIL check fixed
                   17442: 
                   17443: 2001-09-04  parser
                   17444: 
                   17445:        * src/classes/image.C: image.html now can accept void params
                   17446: 
                   17447:        * src/targets/isapi/parser3isapi.C: z
                   17448: 
                   17449:        * src/targets/cgi/parser3.C: full_file_spec bug
                   17450: 
1.88      moko     17451:        * src/targets/cgi/parser3.C: getenvcheck
1.86      moko     17452: 
                   17453:        * src/targets/cgi/parser3.C: zz
                   17454: 
                   17455:        * src/targets/cgi/parser3.C: zzz
                   17456: 
                   17457:        * src/classes/date.C: date
                   17458: 
                   17459:        * src/classes/date.C: date:sql-string is now without ''
                   17460: 
                   17461:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
                   17462:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   17463:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   17464: 
                   17465:        * src/include/pa_config_auto.h.in: makes
                   17466: 
                   17467: 2001-09-03  parser
                   17468: 
1.88      moko     17469:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
1.86      moko     17470: 
                   17471: 2001-09-01  parser
                   17472: 
                   17473:        * src/classes/image.C: letter_spacing
                   17474: 
1.88      moko     17475:        * src/classes/image.C: image: font params changed
1.86      moko     17476: 
                   17477:        * src/classes/image.C: image: as_int as_string used
                   17478: 
1.88      moko     17479:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   17480:          analized
1.86      moko     17481: 
                   17482: 2001-08-31  parser
                   17483: 
1.88      moko     17484:        * src/targets/cgi/parser3.C: z
1.86      moko     17485: 
                   17486:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   17487:          cygwin
                   17488: 
1.88      moko     17489:        * src/classes/void.C: void:int/double += (default)
1.86      moko     17490: 
1.88      moko     17491:        * src/classes/image.C: image:font added space param image:font
                   17492:          changed charwidth alg, added kerning const[for now]
1.86      moko     17493: 
1.88      moko     17494:        * src/classes/: string.C, table.C: string:int/double (defaults)
1.86      moko     17495: 
                   17496: 2001-08-29  parser
                   17497: 
1.88      moko     17498:        * src/main/pa_exception.C: exception redundant debug info
1.86      moko     17499: 
                   17500: 2001-08-28  parser
                   17501: 
1.88      moko     17502:        * src/classes/image.C: image error msgs
1.86      moko     17503: 
1.88      moko     17504:        * src/classes/image.C: image: gifsize little endian
1.86      moko     17505: 
                   17506:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   17507:          doxygeneration
                   17508: 
1.88      moko     17509:        * src/: classes/Makefile.am, main/Makefile.am,
1.86      moko     17510:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   17511: 
                   17512:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   17513:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   17514: 
                   17515:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   17516: 
                   17517:        * src/classes/table.C: NO_STRING_ORIGIN check
                   17518: 
                   17519:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   17520:          storage class specifiers invalid in friend function declarations
                   17521: 
                   17522:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   17523:          main/untaint.C, targets/cgi/parser3.C,
                   17524:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   17525:          case of limit
                   17526: 
1.88      moko     17527:        * src/: classes/file.C, main/pa_common.C: file:move
                   17528:          autocreate/remove dest/src dir
1.86      moko     17529: 
                   17530:        * src/: classes/string.C, include/pa_dictionary.h,
                   17531:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
1.88      moko     17532:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   17533:          to directory constructor.  string:replace
1.86      moko     17534: 
                   17535: 2001-08-27  parser
                   17536: 
                   17537:        * src/classes/image.C: fixed jpgsize alg
                   17538: 
                   17539:        * src/classes/image.C: fixed jpgsize alg
                   17540: 
                   17541:        * src/main/pa_exception.C: z
                   17542: 
                   17543:        * src/main/pa_common.C: removed debug info from pa_common
                   17544: 
                   17545:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   17546:          [auto.p from current dir loading]
                   17547: 
                   17548:        * src/: main/pa_common.C, main/pa_exception.C,
1.88      moko     17549:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   17550:          for solaris -lsocket
1.86      moko     17551: 
                   17552: 2001-08-24  parser
                   17553: 
                   17554:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   17555: 
                   17556:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   17557: 
                   17558:        * src/targets/cgi/parser3.C: not cgi extra \n
                   17559: 
1.88      moko     17560:        * src/main/pa_sql_driver_manager.C: z
1.86      moko     17561: 
1.88      moko     17562:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   17563:          sql* removed services from disconnect - cross-request ideological
                   17564:          probs.
1.86      moko     17565: 
1.88      moko     17566:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
1.86      moko     17567:          cross-request ideological probs.  oracle - fixed bug: cs
                   17568:          allocated on request.pool and got freed before disconnect
                   17569: 
                   17570:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   17571:          mallocs fixed
                   17572: 
                   17573: 2001-08-23  parser
                   17574: 
1.88      moko     17575:        * src/classes/file.C: minor bug in file:save fixed
1.86      moko     17576: 
1.88      moko     17577:        * src/main/pa_sql_driver_manager.C: oracle: dlink
1.86      moko     17578: 
                   17579: 2001-08-22  parser
                   17580: 
                   17581:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
1.88      moko     17582:          types/pa_vfile.h: file:load|save[text|binary;
1.86      moko     17583: 
1.88      moko     17584:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
1.86      moko     17585: 
                   17586: 2001-08-21  parser
                   17587: 
1.88      moko     17588:        * src/classes/: file.C, table.C: ^file:list
1.86      moko     17589: 
                   17590: 2001-08-20  parser
                   17591: 
                   17592:        * src/: main/compile.tab.C, main/compile.y,
1.88      moko     17593:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   17594:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   17595:          recousively caused problems: inc incremeted 123 literal!! fixed
1.86      moko     17596: 
                   17597: 2001-08-10  parser
                   17598: 
                   17599:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   17600: 
1.88      moko     17601:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   17602:          added
1.86      moko     17603: 
1.88      moko     17604:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   17605:          added
1.86      moko     17606: 
1.88      moko     17607:        * src/classes/table.C: table:sort restored [it was bad test :(]
1.86      moko     17608: 
                   17609:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   17610:          ''
                   17611: 
1.88      moko     17612:        * src/main/: pa_request.C: wanted to make const int
                   17613:          MAX_EXECUTE_SECONDS=1;
1.86      moko     17614: 
                   17615:          but couldnt, set_callback_and_alarm appeared to be not exported
                   17616:          :(
                   17617: 
                   17618:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   17619:          check but it weren't wise enough
                   17620: 
                   17621:          @parse[dateString][tmp]
                   17622:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   17623:          #end
                   17624: 
                   17625:          @main[] ^parse[2001-02-03]
                   17626: 
1.88      moko     17627:        * src/classes/: table.C: table:sort now default desc
1.86      moko     17628: 
                   17629:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   17630:          table.sort now creates new sorted table
                   17631: 
                   17632: 2001-08-09  parser
                   17633: 
                   17634:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   17635: 
                   17636:        * src/classes/hash.C: hash:_default now [was hash:default]
                   17637: 
1.88      moko     17638:        * src/classes/op.C: case without switch check added
1.86      moko     17639: 
1.88      moko     17640:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   17641:          precise $ORIGINS(1)
1.86      moko     17642: 
                   17643:        * src/main/Makefile.am: .am
                   17644: 
                   17645:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   17646:          fixed
                   17647: 
                   17648:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   17649:          fixed
                   17650: 
                   17651: 2001-08-07  parser
                   17652: 
                   17653:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   17654:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   17655:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   17656:          string, table
                   17657: 
1.88      moko     17658:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   17659:          srand made working
1.86      moko     17660: 
                   17661: 2001-08-06  parser
                   17662: 
                   17663:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   17664:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   17665:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   17666:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
1.88      moko     17667:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
1.86      moko     17668: 
1.88      moko     17669:        * src/main/pa_exec.C: exec win32 real filename
1.86      moko     17670: 
1.88      moko     17671:        * src/classes/file.C: exec stderr out
1.86      moko     17672: 
1.88      moko     17673:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
1.86      moko     17674: 
                   17675: 2001-08-03  parser
                   17676: 
                   17677:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   17678: 
                   17679: 2001-08-02  parser
                   17680: 
                   17681:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   17682:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   17683: 
                   17684:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   17685:          get@execute, but needs array iterator, separate from array to
                   17686:          avoid it & use caching
                   17687: 
1.88      moko     17688:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   17689:          bug fixed
1.86      moko     17690: 
                   17691:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
1.88      moko     17692:          main/execute.C, main/pa_globals.C: found another multithread bug
                   17693:          in op.C (last, last global var killed) :)
1.86      moko     17694: 
                   17695: 2001-08-01  parser
                   17696: 
                   17697:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   17698:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   17699:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88      moko     17700:          main/untaint.C: speeded up typo-html replacements. introducing
                   17701:          Dictionary with first-char caching
1.86      moko     17702: 
                   17703: 2001-07-31  parser
                   17704: 
                   17705:        * src/types/Makefile.am: pa_vtable.C added to .am
                   17706: 
                   17707:        * src/main/compile.tab.C: added, so that could be compiled even on
                   17708:          non-bison-enabled platforms
                   17709: 
                   17710: 2001-07-28  parser
                   17711: 
                   17712:        * src/classes/table.C: table:hash always produces hash, when can't
                   17713:          - empty
                   17714: 
                   17715:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   17716:          skipped \n
                   17717: 
                   17718: 2001-07-27  parser
                   17719: 
1.88      moko     17720:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   17721:          on int/double/string :sql without result and default
1.86      moko     17722: 
                   17723: 2001-07-26  parser
                   17724: 
1.88      moko     17725:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   17726:          OP
1.86      moko     17727: 
1.88      moko     17728:        * src/main/compile.y: $man[$.age[zzz]]  0
1.86      moko     17729: 
                   17730:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   17731:          creation syntax problem persists. restored $: for a while.
                   17732:          thinking of $man[$.age[zzz]] syntax now
                   17733: 
                   17734:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   17735:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   17736:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   17737:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
1.88      moko     17738:          types/pa_wwrapper.h: fixing :: realization #1
1.86      moko     17739: 
                   17740:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   17741:          main/compile_tools.h, main/execute.C, main/pa_request.C,
1.88      moko     17742:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   17743:          prefix.  ordinary : remains for static accesses
1.86      moko     17744: 
                   17745: 2001-07-25  parser
                   17746: 
1.88      moko     17747:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   17748:          fields 2. methods 3. columns
1.86      moko     17749: 
1.88      moko     17750:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   17751:          quote.  optimized double&int tostring-s
1.86      moko     17752: 
1.88      moko     17753:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   17754:          whitespace before first method decl
1.86      moko     17755: 
1.88      moko     17756:        * src/classes/table.C: allowed nontable result in table:sql,
                   17757:          results in empty table
1.86      moko     17758: 
1.88      moko     17759:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   17760:          lines before first method decl
1.86      moko     17761: 
                   17762:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   17763:          types/pa_vtable.h: ^table.record[] now $table.fields
                   17764: 
                   17765:        * src/main/compile.y: $var[] is now empty string, not void
                   17766: 
1.88      moko     17767:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   17768:          void
1.86      moko     17769: 
                   17770:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
1.88      moko     17771:          main/pa_globals.C: match replace code context moved to implicit
                   17772:          $match context
1.86      moko     17773: 
                   17774:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   17775:          main/compile_tools.h, main/execute.C: with killed, code storage
                   17776:          introduced with former 'with' syntax
                   17777: 
                   17778: 2001-07-24  parser
                   17779: 
                   17780:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
1.88      moko     17781:          types/pa_value.h: first get_element, next get operator
1.86      moko     17782: 
                   17783:        * src/main/compile.y: removed @end handling
                   17784: 
1.88      moko     17785:        * src/main/: compile.C, compile.y: @end handling method2
1.86      moko     17786: 
1.88      moko     17787:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   17788:          file:move
1.86      moko     17789: 
                   17790:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   17791:          fixed
                   17792: 
                   17793: 2001-07-23  parser
                   17794: 
1.88      moko     17795:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   17796:          driver
1.86      moko     17797: 
1.88      moko     17798:        * src/classes/hash.C: changed sql driver query interface
1.86      moko     17799: 
                   17800:        * src/: classes/hash.C, classes/string.C, classes/table.C,
1.88      moko     17801:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   17802:          changed sql driver query interface
1.86      moko     17803: 
                   17804: 2001-07-20  parser
                   17805: 
                   17806:        * src/types/pa_vrequest.C: X!$browser:type
                   17807: 
                   17808:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   17809:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   17810:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   17811:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   17812:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   17813:          types/pa_vobject.h, types/pa_vrequest.C,
                   17814:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   17815:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   17816:          BASE element globally removed
                   17817: 
                   17818: 2001-07-18  parser
                   17819: 
                   17820:        * src/classes/file.C: file:exec/cgi msg
                   17821: 
                   17822:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   17823: 
                   17824:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   17825: 
1.88      moko     17826:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
1.89      moko     17827:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   17828:          removed $id from *.in *.am
1.86      moko     17829: 
1.88      moko     17830:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
1.86      moko     17831:          abbrevations
                   17832: 
                   17833:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   17834:          classes/string.C, classes/table.C, include/pa_globals.h,
                   17835:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   17836:          main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88      moko     17837:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17838:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   17839:          $ORIGINS(1) output tracing mode
1.86      moko     17840: 
                   17841: 2001-07-13  parser
                   17842: 
                   17843:        * src/: classes/double.C, classes/int.C, classes/string.C,
1.88      moko     17844:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   17845:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   17846:          second would not call first @auto
1.86      moko     17847: 
                   17848:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   17849:          wrong, fixed
                   17850: 
                   17851: 2001-07-12  parser
                   17852: 
1.88      moko     17853:        * src/types/pa_value.h: pa_value.putelement modification of system
                   17854:          classes prevented
1.86      moko     17855: 
                   17856: 2001-07-11  parser
                   17857: 
1.88      moko     17858:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   17859:          table $piece
1.86      moko     17860: 
                   17861:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1.88      moko     17862:          types/pa_vstateless_class.h: $file created by file:state +=
                   17863:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   17864:          get_junction-created objects [they were on wrong pool]
1.86      moko     17865: 
                   17866: 2001-07-09  parser
                   17867: 
                   17868:        * src/main/untaint.C: qp wrong name
                   17869: 
                   17870:        * src/: classes/date.C, classes/string.C, classes/table.C,
1.88      moko     17871:          main/compile.y: date format 0
1.86      moko     17872: 
                   17873: 2001-07-07  parser
                   17874: 
                   17875:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
1.88      moko     17876:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   17877:          roll table calendar
1.86      moko     17878: 
                   17879:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   17880:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   17881:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   17882:          include/pa_request.h, main/main.dsp, types/pa_value.h,
1.88      moko     17883:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   17884:          string.  todo: sql, calendar
1.86      moko     17885: 
                   17886: 2001-07-06  parser
                   17887: 
                   17888:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
1.88      moko     17889:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
1.86      moko     17890: 
                   17891: 2001-07-03  parser
                   17892: 
                   17893:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
1.88      moko     17894:          classes/random.C, main/main.dsp: class random renamed to math,
                   17895:          operators became methods
1.86      moko     17896: 
                   17897:        * src/classes/op.C:  pow sqrt
                   17898: 
                   17899:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   17900: 
                   17901: 2001-07-02  parser
                   17902: 
1.88      moko     17903:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   17904:          'column'
1.86      moko     17905: 
1.88      moko     17906:        * src/classes/hash.C: ^hash.keys[]
1.86      moko     17907: 
1.88      moko     17908:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
1.86      moko     17909: 
1.88      moko     17910:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   17911:          'strings'
1.86      moko     17912: 
                   17913: 2001-06-29  parser
                   17914: 
1.88      moko     17915:        * src/main/: execute.C: /0  %0 checkes ver 2
1.86      moko     17916: 
1.88      moko     17917:        * src/main/execute.C: /0  %0 checke
1.86      moko     17918: 
                   17919:        * src/classes/Makefile.am: nothing - void
                   17920: 
1.88      moko     17921:        * src/classes/table.C: empty strings @ sql
1.86      moko     17922: 
                   17923: 2001-06-28  parser
                   17924: 
                   17925:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   17926:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17927:          classes/op.C, classes/random.C, classes/response.C,
                   17928:          classes/string.C, classes/table.C, classes/void.C,
                   17929:          main/compile.C, main/compile_tools.C, main/execute.C,
                   17930:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   17931:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   17932:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   17933:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
1.88      moko     17934:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   17935:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   17936:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   17937:          $";
1.86      moko     17938: 
                   17939:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   17940:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17941:          classes/op.C, classes/random.C, classes/response.C,
                   17942:          classes/string.C, classes/table.C, classes/void.C,
                   17943:          main/compile.C, main/compile.y, main/compile_tools.C,
                   17944:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   17945:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   17946:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   17947:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
1.88      moko     17948:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   17949:          targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
                   17950: 
                   17951:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   17952:          $class:name: == ${class:name}:
1.86      moko     17953: 
                   17954:        * src/classes/string.C: exactly one
                   17955: 
                   17956: 2001-06-27  parser
                   17957: 
                   17958:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   17959:          types/pa_vvoid.h: nothing renamed to void
                   17960: 
1.88      moko     17961:        * src/classes/op.C: ^switch ^case
1.86      moko     17962: 
                   17963:        * src/main/compile.y: nothing renamed to void
                   17964: 
                   17965:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   17966:          main/execute.C, main/main.dsp, main/pa_request.C,
                   17967:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
1.88      moko     17968:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   17969:          void
1.86      moko     17970: 
1.88      moko     17971:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
1.86      moko     17972: 
                   17973: 2001-05-28  parser
                   17974: 
                   17975:        * src/doc/html2chm.cmd: removed >a
                   17976: 
                   17977:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   17978:          project options [some bugs]
                   17979: 
                   17980:        * src/doc/sources2html.cmd: z
                   17981: 
                   17982:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   17983:          main/execute.C: operators are not in root class again
                   17984: 
                   17985: 2001-05-24  parser
                   17986: 
                   17987:        * src/targets/cgi/parser3.dsp: project file
                   17988: 
1.88      moko     17989:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   17990:          ^log ^exp
1.86      moko     17991: 
1.88      moko     17992:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   17993:          conversions in @exception[params]
1.86      moko     17994: 
1.88      moko     17995:        * src/main/pa_request.C: // no _ conversions in @exception[params]
1.86      moko     17996: 
                   17997: 2001-05-23  parser
                   17998: 
1.88      moko     17999:        * src/main/pa_string.C: string cmp bug
1.86      moko     18000: 
                   18001:        * src/classes/: mail.C, op.C: rem max 1000
                   18002: 
1.88      moko     18003:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   18004:          LS_DEF_NAME
1.86      moko     18005: 
                   18006: 2001-05-22  parser
                   18007: 
1.88      moko     18008:        * src/classes/op.C: if params code-required
1.86      moko     18009: 
                   18010: 2001-05-21  parser
                   18011: 
                   18012:        * src/types/pa_vstring.C: eoleof
                   18013: 
                   18014:        * src/classes/Makefile.am: .AM
                   18015: 
1.88      moko     18016:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
1.86      moko     18017: 
                   18018:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   18019: 
                   18020:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   18021:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
1.88      moko     18022:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   18023:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   18024:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   18025:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   18026:          'nothing'
1.86      moko     18027: 
                   18028:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   18029:          vstring::set_string
                   18030: 
1.88      moko     18031:        * src/classes/: double.C, int.C, string.C: int,double;sql
1.86      moko     18032: 
                   18033:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   18034:          classes/table.C, include/pa_string.h, main/pa_string.C,
1.88      moko     18035:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
1.86      moko     18036: 
                   18037:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
1.88      moko     18038:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   18039:          hash:sql moved to main trunc. operators.txt updated
1.86      moko     18040: 
1.88      moko     18041:        * src/classes/: hash.C, op.C, table.C: hash:sql
1.86      moko     18042: 
1.88      moko     18043:        * src/classes/op.C: z
1.86      moko     18044: 
                   18045:        * src/: main/compile.C, classes/classes.C: 1
                   18046: 
                   18047:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   18048:          main/execute.C: 0
                   18049: 
                   18050:        * src/main/execute.C: z
                   18051: 
1.88      moko     18052:        * src/targets/cgi/parser3.C: z
1.86      moko     18053: 
                   18054:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   18055:          site_auto_path "." in that case
                   18056: 
                   18057:        * src/targets/cgi/: parser3.C: z
                   18058: 
1.88      moko     18059:        * src/main/pa_request.C: .am
1.86      moko     18060: 
1.88      moko     18061:        * src/: main/pa_request.C, targets/cgi/parser3.C:
1.86      moko     18062:          pcre_tables=pcre_default_tables;
                   18063: 
                   18064: 2001-05-19  parser
                   18065: 
                   18066:        * src/main/pa_string.C: z
                   18067: 
                   18068:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   18069:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   18070:          target.
                   18071: 
                   18072:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
1.88      moko     18073:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   18074:          used, 4* mem wasted
1.86      moko     18075: 
                   18076:        * src/classes/string.C: root context in match replace body now
                   18077:          unchanged
                   18078: 
                   18079:        * src/types/pa_value.h: parameter # 1 based
                   18080: 
                   18081:        * src/main/pa_common.C: common:  actual filename '%s'
                   18082: 
                   18083:        * src/classes/string.C: z
                   18084: 
                   18085:        * src/classes/Makefile.am: classes/.am
                   18086: 
                   18087:        * src/classes/: Makefile.am: classes/.am
                   18088: 
                   18089:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   18090:          targets/cgi/pa_pool.C: classes/.am
                   18091: 
                   18092: 2001-05-18  parser
                   18093: 
1.88      moko     18094:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   18095:          pa_threads.C ins
1.86      moko     18096: 
1.88      moko     18097:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
1.86      moko     18098: 
                   18099: 2001-05-17  parser
                   18100: 
                   18101:        * src/: classes/string.C, include/pa_config_fixed.h,
                   18102:          include/pa_config_includes.h, main/compile.y,
                   18103:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   18104:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   18105:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   18106:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   18107:          most .C
                   18108: 
                   18109:        * src/doc/html2chm.cmd: z
                   18110: 
1.88      moko     18111:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   18112:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
1.86      moko     18113: 
                   18114:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   18115:          get_connection_from_cache
                   18116: 
1.88      moko     18117:        * src/main/pa_sql_driver_manager.C: cache expiration bf
1.86      moko     18118: 
                   18119:        * src/: classes/classes.h, include/pa_sql_connection.h,
1.88      moko     18120:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   18121:          cache expiration[use SQL_Driver::disconnect]
1.86      moko     18122: 
1.88      moko     18123:        * src/main/pa_table.C: table.locate current restored on "not found"
1.86      moko     18124: 
                   18125:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   18126:          line no
                   18127: 
1.88      moko     18128:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   18129:          ANTI_ENDLESS_EXECUTE_RECOURSION
1.86      moko     18130: 
                   18131:        * src/: classes/op.C, include/pa_sql_connection.h,
                   18132:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
1.88      moko     18133:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   18134:          1driver and set_services fight for driver::fservices. before fix
1.86      moko     18135: 
                   18136:        * src/: classes/op.C, include/pa_config_fixed.h,
                   18137:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1.88      moko     18138:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   18139:          own 1driver and set_services fight for driver::fservices. before
                   18140:          fix
1.86      moko     18141: 
                   18142:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18143:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   18144:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   18145:          pa_threads.C
                   18146: 
1.88      moko     18147:        * src/include/pa_threads.h: removed targets/parser
1.86      moko     18148: 
                   18149:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   18150:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   18151:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   18152:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   18153:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   18154:          headers
                   18155: 
                   18156:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   18157:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   18158:          order prevented sqlmanager to see MULTYTHREAD define
                   18159: 
                   18160:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18161:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   18162:          put/gets
                   18163: 
                   18164:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   18165:          from hash.h
                   18166: 
                   18167:        * src/: classes/op.C, include/pa_sql_connection.h,
1.88      moko     18168:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   18169:          from cache ->set_services(&services);
1.86      moko     18170: 
                   18171: 2001-05-16  parser
                   18172: 
                   18173:        * src/targets/cgi/parser3.C: z
                   18174: 
                   18175:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   18176:          debug, #ifdefed some.  would debug later, on more precise sample
                   18177:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   18178:          $name.$tail[$tail!] $name.$tail } ok3
                   18179: 
                   18180:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   18181:          removed array debug. before vstring rebasing
                   18182: 
                   18183:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   18184:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   18185:          array debugged; adjusted
                   18186: 
                   18187:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   18188:          SQL_Driver_manager line no for connect/charset errors
                   18189: 
                   18190: 2001-05-15  parser
                   18191: 
                   18192:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   18193:          main/pa_string.C: string+array made linear grows
                   18194: 
                   18195:        * src/: include/pa_string.h, main/pa_string.C,
                   18196:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   18197:          grow lineary, not exponentialy
                   18198: 
                   18199:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   18200:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   18201:          with fullchunk cmps
                   18202: 
                   18203:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   18204:          70041=           81
                   18205: 
1.88      moko     18206:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   18207:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   18208:          malloc 27809390/368771, calloc 3232/83. would test now
1.86      moko     18209: 
                   18210:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   18211:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   18212:          numbered params had wrong name - for instance: bad error message
                   18213:          in ^for[] bad body type. fixed
                   18214: 
                   18215: 2001-05-14  parser
                   18216: 
                   18217:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
1.88      moko     18218:          main/untaint.C: ^string.upper|lower[]
1.86      moko     18219: 
                   18220: 2001-05-11  parser
                   18221: 
                   18222:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   18223:          classes/string.C, classes/table.C, classes/unknown.C,
                   18224:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   18225:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
1.88      moko     18226:          types/pa_vunknown.h: op: MAX_LOOPS as_int
1.86      moko     18227: 
1.88      moko     18228:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   18229:          .dsp for win32tools
1.86      moko     18230: 
                   18231: 2001-05-11  paf
                   18232: 
                   18233:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   18234:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   18235:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
1.88      moko     18236:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
1.86      moko     18237: 
                   18238: 2001-05-10  paf
                   18239: 
                   18240:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   18241:          for C++, that's all
                   18242: 
1.88      moko     18243:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   18244:          pa_config_includes.h: inline wonders
1.86      moko     18245: 
                   18246:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   18247:          doc/doxygen.cmd: hash.C added
                   18248: 
1.88      moko     18249:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
1.86      moko     18250: 
1.88      moko     18251:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   18252:          menthod
1.86      moko     18253: 
                   18254:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   18255:          pa_vstateless_object.h: changed priority: field before method
                   18256:          lookup in vclass & vobject
                   18257: 
1.88      moko     18258:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   18259:          grammar: priorities changes [lowerd && prior] vobject: now first
                   18260:          fields, next methods
1.86      moko     18261: 
                   18262: 2001-05-08  paf
                   18263: 
1.88      moko     18264:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   18265:          bark=false. fixed
1.86      moko     18266: 
                   18267:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
1.88      moko     18268:          types/pa_vmethod_frame.h: hash:default works at last!
1.86      moko     18269: 
                   18270:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
1.88      moko     18271:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   18272:          hash:default
1.86      moko     18273: 
1.88      moko     18274:        * src/classes/table.C: z
1.86      moko     18275: 
                   18276:        * src/classes/table.C: table:hash always hash of hash now
                   18277: 
                   18278:        * src/classes/table.C: table:empty return bool now
                   18279: 
                   18280:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   18281:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
1.88      moko     18282:          types/pa_vtable.h: table:hash
1.86      moko     18283: 
1.88      moko     18284:        * src/classes/table.C: table:record have name
1.86      moko     18285: 
1.88      moko     18286:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   18287:          returns vunknown
1.86      moko     18288: 
1.88      moko     18289:        * src/classes/: double.C, int.C, op.C, string.C:
                   18290:          int,double,string:int[] double[] string:length[] results now have
                   18291:          hames
1.86      moko     18292: 
                   18293:        * src/: classes/op.C, classes/table.C, main/main.dsp,
1.88      moko     18294:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   18295:          now return bool
1.86      moko     18296: 
1.88      moko     18297:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   18298:          in method checkparams again. fixed
1.86      moko     18299: 
                   18300: 2001-05-07  paf
                   18301: 
                   18302:        * src/doc/chm.cmd: cmd
                   18303: 
                   18304:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   18305:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
1.88      moko     18306:          types/pa_value.h: method reported errors on wrong pool
1.86      moko     18307: 
1.88      moko     18308:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   18309:          now
1.86      moko     18310: 
                   18311:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   18312:          include/code.h, include/pa_opcode.h, main/compile.C,
                   18313:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   18314:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18315:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   18316:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   18317:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18318:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18319:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18320:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   18321:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
1.88      moko     18322:          types/pa_wwrapper.h: pa_code.h
1.86      moko     18323: 
                   18324:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   18325: 
1.88      moko     18326:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   18327:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   18328:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   18329:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   18330:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   18331:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
1.86      moko     18332:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   18333:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
1.88      moko     18334:          types/pa_vtable.h: dox, split by not clean parts also
1.86      moko     18335: 
                   18336:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   18337:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   18338:          'dir' fields & co. more
                   18339: 
1.88      moko     18340:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   18341:          so to enable 'dir' fields & co.
1.86      moko     18342: 
1.88      moko     18343:        * src/main/compile.y: grammar: @end
1.86      moko     18344: 
                   18345: 2001-05-04  paf
                   18346: 
                   18347:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
1.88      moko     18348:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
1.86      moko     18349: 
                   18350:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   18351:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   18352:          classes/op.C, classes/random.C, classes/response.C,
                   18353:          classes/string.C, classes/table.C, classes/unknown.C,
1.88      moko     18354:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   18355:          method dox
1.86      moko     18356: 
                   18357: 2001-05-03  paf
                   18358: 
                   18359:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   18360:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   18361:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   18362:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   18363:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   18364:          main/pa_request.C: dox splitted .dox files and added some
                   18365: 
                   18366:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   18367: 
                   18368: 2001-05-02  paf
                   18369: 
                   18370:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   18371:          by file_name  language now
                   18372: 
                   18373: 2001-04-28  paf
                   18374: 
                   18375:        * src/classes/classes.inc: removed classes.inc
                   18376: 
                   18377:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   18378:          from .am
                   18379: 
                   18380:        * src/classes/classes.awk: skipped classes in .awk
                   18381: 
                   18382:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   18383:          classes/classes.inc, classes/double.C, classes/file.C,
                   18384:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   18385:          classes/string.C, classes/table.C, classes/unknown.C,
                   18386:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   18387:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   18388:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   18389:          pa_methoded back to classes/classes.h
                   18390: 
                   18391:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   18392: 
                   18393:        * src/: classes/Makefile.am, classes/classes.awk,
                   18394:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   18395:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   18396: 
                   18397:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   18398:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   18399:          classes/response.C, classes/string.C, classes/table.C,
                   18400:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
1.88      moko     18401:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   18402:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   18403:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   18404:          include|main/pa_methoded
1.86      moko     18405: 
                   18406:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   18407:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   18408: 
                   18409:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   18410:          moved some configured data to request::classes_conf moved some
                   18411:          string crations from globals to M...  [works]
                   18412: 
                   18413:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18414:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   18415:          main/pa_request.C: moved some configured data to
                   18416:          request::classes_conf moved some string crations from globals to
                   18417:          M...
                   18418: 
                   18419:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   18420:          about to move configured data to special request hash
                   18421: 
                   18422:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   18423:          classes/form.C, classes/mail.C, include/pa_request.h,
1.88      moko     18424:          main/pa_request.C: configure started
1.86      moko     18425: 
1.88      moko     18426:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   18427:          2. todo: methoded-configure
1.86      moko     18428: 
                   18429:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   18430:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18431:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18432:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   18433:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   18434:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18435:          classes/random.C, classes/response.C, classes/string.C,
                   18436:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   18437:          include/pa_request.h, main/compile.y, main/execute.C,
                   18438:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   18439:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   18440:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   18441:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   18442:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   18443:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18444:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   18445:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
1.88      moko     18446:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   18447:          methoded-configure
1.86      moko     18448: 
                   18449:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   18450:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
1.88      moko     18451:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
1.86      moko     18452:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   18453: 
                   18454:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   18455:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   18456:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18457:          classes/random.C, classes/response.C, classes/string.C,
                   18458:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   18459:          main/compile.y, main/execute.C, main/pa_globals.C,
                   18460:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   18461:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18462:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
1.88      moko     18463:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   18464:          beautifying just compiled. todo: debug, configure
1.86      moko     18465: 
                   18466: 2001-04-27  paf
                   18467: 
                   18468:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   18469:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   18470:          beautifying -99
                   18471: 
                   18472:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   18473:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   18474:          classes/classes.h, classes/double.C, classes/file.C,
                   18475:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   18476:          classes/op.C, classes/random.C, classes/response.C,
                   18477:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   18478:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   18479:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   18480:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
1.88      moko     18481:          types/pa_vunknown.h: beautifying -100
1.86      moko     18482: 
1.88      moko     18483:        * src/main/compile.y: serge@ found @CLASS bug. fixed
1.86      moko     18484: 
                   18485:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   18486:          classes/_op.h, classes/_random.h, classes/_table.h,
                   18487:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   18488:          classes/op.C, classes/random.C, classes/response.C,
                   18489:          classes/string.C, classes/table.C, classes/unknown.C,
                   18490:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
1.88      moko     18491:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   18492:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   18493:          beautifying
1.86      moko     18494: 
                   18495: 2001-04-26  paf
                   18496: 
                   18497:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   18498: 
1.88      moko     18499:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   18500:          documentation ++
1.86      moko     18501: 
                   18502:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   18503:          include/pa_config_fixed.h, include/pa_config_includes.h,
1.88      moko     18504:          targets/cgi/pa_pool.C: code documentation ++
1.86      moko     18505: 
                   18506:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   18507:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18508:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   18509:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   18510:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18511:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18512:          types/pa_vrequest.C, types/pa_vrequest.h,
                   18513:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   18514:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   18515:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   18516:          code documentation ++
                   18517: 
                   18518:        * src/: classes/image.C, classes/mail.C, classes/string.C,
1.88      moko     18519:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
1.86      moko     18520:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   18521:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   18522:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18523:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   18524:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   18525:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   18526: 
1.88      moko     18527:        * src/main/: pa_request.C, pa_string.C: z
1.86      moko     18528: 
                   18529:        * src/: include/pa_common.h, include/pa_types.h,
1.88      moko     18530:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   18531:          connection caching fixed.  request-pooled-url were stored into
                   18532:          global connectioncache
1.86      moko     18533: 
                   18534: 2001-04-25  paf
                   18535: 
                   18536:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   18537:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   18538: 
                   18539:        * src/: include/code.h, include/pa_common.h, main/compile.y,
1.88      moko     18540:          main/execute.C, main/pa_common.C: -d
1.86      moko     18541: 
1.88      moko     18542:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   18543:          illegal call check a bit improved, but still under iis no mapping
                   18544:          of dir with parser allowed!
1.86      moko     18545: 
                   18546: 2001-04-24  paf
                   18547: 
1.89      moko     18548:        * src/targets/Makefile.am: apache module lib .am
1.86      moko     18549: 
                   18550:        * src/main/pa_exec.C: windows32 buildCommand
                   18551: 
                   18552: 2001-04-23  paf
                   18553: 
                   18554:        * src/targets/cgi/Makefile.am: win32 conditional
                   18555: 
                   18556:        * src/targets/cgi/Makefile.am: win32 conditional
                   18557: 
                   18558:        * src/targets/cgi/Makefile.am: liblink
                   18559: 
                   18560:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   18561:          vfile fields return type
                   18562: 
                   18563:        * src/types/pa_vfile.h: vfile fields return type
                   18564: 
1.88      moko     18565:        * src/include/pa_config_auto.h.in: .h.in
1.86      moko     18566: 
1.88      moko     18567:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   18568:          types/Makefile: makefiles removed
1.86      moko     18569: 
                   18570:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
1.88      moko     18571:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
1.86      moko     18572: 
1.88      moko     18573:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   18574:          [tested: i & g ]
1.86      moko     18575: 
                   18576:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   18577:          @test noticed series in isapi, check how initialize_random_class
                   18578:          is called! [must be called only once]
                   18579: 
                   18580:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   18581:          would not be 'unknown column'
                   18582: 
1.88      moko     18583:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   18584:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
1.86      moko     18585: 
                   18586:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   18587:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   18588:          [now doesnt]
                   18589: 
                   18590:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   18591: 
                   18592:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   18593:          /cgi-bin/parser3/auto.p
                   18594: 
                   18595:        * src/main/untaint.C: untaint without charset
                   18596: 
                   18597:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
1.88      moko     18598:          main/pa_common.C: common: file_write /// @test mkdirs
                   18599:          file_delete rmdirs
1.86      moko     18600: 
                   18601:        * src/main/untaint.C: mail header only once to =?
                   18602: 
1.88      moko     18603:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   18604:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   18605:          main/untaint.C: untaint -        @test optimize whitespaces for
                   18606:          all but 'html'
1.86      moko     18607: 
                   18608:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   18609:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
1.88      moko     18610:          main/untaint.C: untaint -  @test mail-header
1.86      moko     18611: 
                   18612: 2001-04-20  paf
                   18613: 
                   18614:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   18615:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   18616:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88      moko     18617:          targets/cgi/parser3.C: $MAIN:LOCALE
1.86      moko     18618: 
                   18619:        * src/main/untaint.C: z
                   18620: 
                   18621:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   18622: 
                   18623: 2001-04-19  paf
                   18624: 
1.88      moko     18625:        * src/main/compile_tools.h: $a$b bugfix
1.86      moko     18626: 
                   18627:        * src/targets/cgi/parser3.C: z
                   18628: 
1.88      moko     18629:        * src/classes/file.C: z
1.86      moko     18630: 
                   18631:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   18632:          done: header to $fields. waits for header '\' tricks
                   18633: 
                   18634:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1.88      moko     18635:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   18636:          changed urlencode here and in untaint.C to HTTP standard's " and
                   18637:          \" mech
1.86      moko     18638: 
                   18639:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   18640:          http://alx/~paf/ doesnt load /auto.p
                   18641: 
                   18642: 2001-04-18  paf
                   18643: 
                   18644:        * src/main/pa_request.C: 1
                   18645: 
1.88      moko     18646:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   18647:          linux @alx
1.86      moko     18648: 
                   18649: 2001-04-17  paf
                   18650: 
                   18651:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   18652:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1.88      moko     18653:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   18654:          enabled
1.86      moko     18655: 
                   18656:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   18657:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   18658:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18659:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18660:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   18661:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   18662:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18663:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   18664:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   18665:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
1.88      moko     18666:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   18667:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
1.86      moko     18668:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
1.88      moko     18669:          types/pa_vform.C, types/pa_vimage.h: exec @jav
1.86      moko     18670: 
                   18671:        * src/: include/pa_sql_driver_manager.h,
                   18672:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
1.88      moko     18673:          types/pa_vimage.h: sql driver interface now has initialize(client
                   18674:          .so)
1.86      moko     18675: 
                   18676: 2001-04-16  paf
                   18677: 
                   18678:        * src/Makefile.am: compile2 cygwin
                   18679: 
                   18680:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   18681:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   18682: 
1.88      moko     18683:        * src/targets/cgi/Makefile.am: compile0 jav
1.86      moko     18684: 
                   18685:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   18686:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   18687:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18688:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18689:          classes/_table.h, classes/_unknown.h, classes/image.C,
1.88      moko     18690:          classes/mail.C, classes/op.C, classes/random.C,
                   18691:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18692:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   18693:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   18694:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   18695:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   18696:          compile-1
1.86      moko     18697: 
                   18698: 2001-04-15  paf
                   18699: 
                   18700:        * src/classes/op.C: z
                   18701: 
                   18702:        * src/classes/table.C: table:empty +=process
                   18703: 
                   18704:        * src/types/pa_value.h: MethodParams !junction
                   18705: 
                   18706:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   18707:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18708:          classes/random.C, classes/response.C, classes/string.C,
                   18709:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   18710:          MethodParams everywhere
                   18711: 
                   18712:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   18713:          types/pa_vmethod_frame.h: MethodParams in op.C
                   18714: 
                   18715: 2001-04-12  paf
                   18716: 
1.88      moko     18717:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
1.86      moko     18718: 
                   18719:        * src/: classes/_unknown.h, classes/unknown.C,
                   18720:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
1.88      moko     18721:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
1.86      moko     18722: 
1.88      moko     18723:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
1.86      moko     18724: 
                   18725:        * src/classes/image.C: image:gif now does not have params
                   18726: 
1.88      moko     18727:        * src/classes/image.C:
1.86      moko     18728:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   18729: 
1.88      moko     18730:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   18731:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   18732:          for var now written not to r.wcontext, but to r.root cleared
                   18733:          "entered_object" state
1.86      moko     18734: 
                   18735: 2001-04-11  paf
                   18736: 
1.88      moko     18737:        * src/classes/image.C: image:create image:load
                   18738: 
                   18739:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   18740:          just compiled
                   18741: 
                   18742:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   18743:          todo: gif without file
                   18744: 
                   18745:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   18746:          started porting to Pooled descendant
1.86      moko     18747: 
                   18748:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   18749:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   18750:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
1.88      moko     18751:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
1.86      moko     18752: 
1.88      moko     18753:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   18754:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   18755:          end. switching to python imaging lib
1.86      moko     18756: 
1.88      moko     18757:        * src/main/main.dsp: gd+smtp made separate libs
1.86      moko     18758: 
                   18759:        * src/: include/pa_globals.h, include/pa_string.h,
                   18760:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   18761:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   18762:          length
                   18763: 
                   18764:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   18765:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   18766:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   18767:          UL_FILE_NAME of posted file name
                   18768: 
1.88      moko     18769:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   18770:          post [broke when moved post read to core]
1.86      moko     18771: 
                   18772: 2001-04-10  paf
                   18773: 
1.88      moko     18774:        * src/classes/image.C: image:html done
1.86      moko     18775: 
1.88      moko     18776:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
1.86      moko     18777: 
                   18778:        * src/classes/image.C: z
                   18779: 
                   18780:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   18781:          forgotten!
                   18782: 
                   18783:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   18784:          main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88      moko     18785:          types/pa_vimage.h: image:measure -90
1.86      moko     18786: 
                   18787:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   18788:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   18789:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18790:          classes/_table.h, classes/file.C, classes/mail.C,
                   18791:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   18792:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   18793:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   18794:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
1.88      moko     18795:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
1.86      moko     18796:          compiled
                   18797: 
1.88      moko     18798:        * src/classes/mail.C: minor bug with unclear from/to
1.86      moko     18799: 
                   18800:        * src/classes/mail.C: sendmail unix skipping defaults
                   18801: 
1.88      moko     18802:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   18803:          sendmail unix added defaults
1.86      moko     18804: 
1.88      moko     18805:        * src/classes/mail.C: unix sendmail compiled. todo:testing
1.86      moko     18806: 
1.88      moko     18807:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
1.86      moko     18808: 
                   18809: 2001-04-09  paf
                   18810: 
                   18811:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
1.88      moko     18812:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   18813:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   18814:          targets/isapi/parser3isapi.dsp: all targets exec
1.86      moko     18815: 
                   18816:        * src/: include/pa_sapi.h, include/pa_string.h,
                   18817:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   18818:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   18819:          args in apache:util.script
                   18820: 
                   18821:        * src/include/pa_string.h: written but not tested exec with env for
                   18822:          unix
                   18823: 
                   18824:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   18825:          targets/cgi/parser3.C: exec win32 env
                   18826: 
1.88      moko     18827:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   18828:          0
1.86      moko     18829: 
                   18830:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   18831:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   18832:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
1.88      moko     18833:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
1.86      moko     18834: 
                   18835:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
1.88      moko     18836:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
1.86      moko     18837: 
                   18838:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
1.88      moko     18839:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
1.86      moko     18840: 
                   18841:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   18842:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   18843:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   18844:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   18845:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   18846:          exec class just compiled. moved post read to request core
                   18847: 
                   18848:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   18849:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   18850:          main/pa_globals.C, targets/cgi/parser3.C,
                   18851:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   18852:          are already read by vform
                   18853: 
                   18854: 2001-04-08  paf
                   18855: 
                   18856:        * src/: classes/file.C, classes/mail.C, classes/string.C,
1.88      moko     18857:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   18858:          uuencode. string<<
1.86      moko     18859: 
                   18860: 2001-04-07  paf
                   18861: 
                   18862:        * src/classes/mail.C: z
                   18863: 
                   18864:        * src/classes/mail.C: z
                   18865: 
1.88      moko     18866:        * src/classes/mail.C: ^mail[$attach
1.86      moko     18867: 
1.88      moko     18868:        * src/classes/mail.C: ^attach dead end
1.86      moko     18869: 
                   18870:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   18871:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.88      moko     18872:          targets/isapi/parser3isapi.C: mail:send 1
1.86      moko     18873: 
1.88      moko     18874:        * src/: classes/mail.C, main/pa_request.C: z
1.86      moko     18875: 
1.88      moko     18876:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   18877:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   18878:          compiled
1.86      moko     18879: 
                   18880:        * src/classes/mail.C: +=
                   18881: 
1.88      moko     18882:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   18883:          prepared
1.86      moko     18884: 
                   18885:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   18886:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   18887:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88      moko     18888:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
1.86      moko     18889: 
                   18890: 2001-04-06  paf
                   18891: 
                   18892:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
1.88      moko     18893:          main/pa_string.C: table:dir 1
1.86      moko     18894: 
                   18895:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
1.88      moko     18896:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
1.86      moko     18897: 
                   18898:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   18899:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   18900:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   18901:          main/pa_request.C: renamed 'root' to 'op'
                   18902: 
                   18903:        * src/classes/: _op.h, op.C: renamed from 'root'
                   18904: 
1.88      moko     18905:        * src/types/pa_valiased.C: another root inherititance skipped
1.86      moko     18906: 
1.88      moko     18907:        * src/main/: compile.C, compile.y, execute.C: operators are now not
1.86      moko     18908:          root methods of parent class. just 'ROOT' class
                   18909: 
1.88      moko     18910:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   18911:          @office
1.86      moko     18912: 
1.88      moko     18913:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
1.86      moko     18914: 
                   18915: 2001-04-05  paf
                   18916: 
                   18917:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
1.88      moko     18918:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   18919:          constructor flag dropped at get_method_frame and remembered into
                   18920:          method_frame
1.86      moko     18921: 
                   18922:        * src/: classes/file.C, classes/root.C, classes/string.C,
1.88      moko     18923:          classes/table.C, main/pa_request.C: junction to code&expression
                   18924:          in errors
1.86      moko     18925: 
                   18926:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
1.88      moko     18927:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   18928:          $LOCALE:ctype[Russian_Russia.1251]
1.86      moko     18929: 
                   18930:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   18931:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
1.88      moko     18932:          main/pa_table.C: hash now not thread-safe.
1.86      moko     18933: 
                   18934:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
1.88      moko     18935:          main/untaint.C: z
1.86      moko     18936: 
                   18937:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   18938:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   18939:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
1.88      moko     18940:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   18941:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
1.86      moko     18942: 
                   18943:        * src/: classes/table.C, include/pa_sql_connection.h,
1.88      moko     18944:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
1.86      moko     18945: 
1.88      moko     18946:        * src/classes/table.C: select * from hren error contains statement
1.86      moko     18947: 
                   18948:        * src/: classes/table.C, include/pa_sql_connection.h,
                   18949:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
1.88      moko     18950:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
1.86      moko     18951: 
                   18952:        * src/: classes/root.C, include/pa_sql_connection.h,
                   18953:          include/pa_sql_driver.h, main/main.dsp,
1.88      moko     18954:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
1.86      moko     18955:          services for conv memory & error reporting
                   18956: 
                   18957: 2001-04-04  paf
                   18958: 
1.88      moko     18959:        * src/doc/doxygen.cfg: z
1.86      moko     18960: 
1.88      moko     18961:        * src/include/pa_sql_driver.h: mysql connect
1.86      moko     18962: 
1.88      moko     18963:        * src/include/pa_sql_driver.h: mysql info
1.86      moko     18964: 
                   18965:        * src/: classes/root.C, include/pa_sql_driver.h,
                   18966:          include/pa_sql_driver_manager.h, main/main.dsp,
1.88      moko     18967:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   18968: 
                   18969:        * src/sql/Makefile.am: forgot to add mysql client
1.86      moko     18970: 
                   18971:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   18972:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   18973:          [forgot to add libltdl, added]
                   18974: 
                   18975:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   18976:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   18977:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   18978:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   18979:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
1.88      moko     18980:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   18981:          -1000 just compiled
1.86      moko     18982: 
                   18983:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   18984:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
1.88      moko     18985:          main/pa_request.C, types/pa_vclass.h: sql frame -10
1.86      moko     18986: 
                   18987: 2001-04-03  paf
                   18988: 
1.88      moko     18989:        * src/types/pa_vform.C: z
1.86      moko     18990: 
1.88      moko     18991:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   18992:          assigned lang
1.86      moko     18993: 
1.88      moko     18994:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   18995:          {}[]< empty []
1.86      moko     18996: 
                   18997:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   18998:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
1.88      moko     18999:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
1.86      moko     19000: 
1.88      moko     19001:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19002:          string:match replace strange matches
1.86      moko     19003: 
1.88      moko     19004:        * src/classes/string.C: string:match replace 0
1.86      moko     19005: 
                   19006:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   19007:          prepared 2
                   19008: 
1.88      moko     19009:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19010:          string:match replace prepared
1.86      moko     19011: 
                   19012:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19013:          string:match replace -11
                   19014: 
                   19015:        * src/: classes/string.C, include/pa_globals.h,
                   19016:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
1.88      moko     19017:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
1.86      moko     19018: 
                   19019:        * src/: classes/string.C, include/pa_globals.h,
                   19020:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
1.88      moko     19021:          main/pa_string.C: string:match [search] -1 just compiled
1.86      moko     19022: 
                   19023:        * src/types/pa_vstring.C: z
                   19024: 
                   19025:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   19026:          classes/int.C, classes/response.C, classes/root.C,
                   19027:          classes/string.C, classes/table.C, include/pa_string.h,
1.88      moko     19028:          main/pa_string.C: string:match -10 [frame]
1.86      moko     19029: 
                   19030:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   19031:          main/pa_request.C: z
                   19032: 
1.88      moko     19033:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   19034:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   19035:          todo/tests
1.86      moko     19036: 
1.88      moko     19037:        * src/include/pa_common.h: z
1.86      moko     19038: 
                   19039:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   19040:          main/pa_request.C, targets/cgi/parser3.C,
                   19041:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   19042:          content-disposition
                   19043: 
                   19044:        * src/: include/pa_common.h, include/pa_globals.h,
                   19045:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
1.88      moko     19046:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
1.86      moko     19047: 
                   19048:        * src/: include/pa_common.h, include/pa_request.h,
                   19049:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   19050:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
1.88      moko     19051:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   19052:          response:body
1.86      moko     19053: 
1.88      moko     19054:        * src/classes/table.C: table:append now uses string::split
1.86      moko     19055: 
1.88      moko     19056:        * src/classes/table.C: z
1.86      moko     19057: 
                   19058:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   19059:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   19060:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   19061:          include/pa_string.h, main/execute.C, main/pa_string.C,
1.88      moko     19062:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   19063:          string::pos & cmp & piece bugs fixed.  string::split new
                   19064:          table:load separated from set table:set implemented with clean \n
                   19065:          \t searches
1.86      moko     19066: 
                   19067: 2001-04-02  paf
                   19068: 
                   19069:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   19070:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   19071:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   19072:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   19073:          it in table:set/load
                   19074: 
                   19075:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
1.88      moko     19076:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
1.86      moko     19077: 
                   19078:        * src/classes/random.C: random:generate 1
                   19079: 
                   19080:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   19081:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
1.88      moko     19082:          types/pa_value.h: random:generate
1.86      moko     19083: 
                   19084: 2001-03-30  paf
                   19085: 
1.88      moko     19086:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   19087:          todo: table flip and append. string::pos
1.86      moko     19088: 
                   19089:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   19090:          classes/response.C, classes/root.C, classes/string.C,
                   19091:          classes/table.C, main/compile.y, main/execute.C,
                   19092:          types/pa_value.h, types/pa_vstateless_class.C,
                   19093:          types/pa_vstateless_class.h: static|dynamic|any method
                   19094:          registration
                   19095: 
                   19096:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
1.88      moko     19097:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   19098:          table:flip
1.86      moko     19099: 
                   19100: 2001-03-29  paf
                   19101: 
1.88      moko     19102:        * src/classes/string.C: string:xsplit forgot that they must result
                   19103:          in 1 row N column [not vice versa]
1.86      moko     19104: 
                   19105:        * src/classes/string.C: z
                   19106: 
1.88      moko     19107:        * src/classes/string.C: string: rsplit
1.86      moko     19108: 
1.88      moko     19109:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19110:          string: lsplit
1.86      moko     19111: 
                   19112:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
1.88      moko     19113:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   19114:          lsplit -1
1.86      moko     19115: 
1.88      moko     19116:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19117:          string: pos
1.86      moko     19118: 
1.88      moko     19119:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19120:          string: pos -1
1.86      moko     19121: 
                   19122:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   19123:          main/compile.y, main/pa_request.C, main/pa_string.C,
1.88      moko     19124:          main/untaint.C: string: left right mid
1.86      moko     19125: 
                   19126:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   19127:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
1.88      moko     19128:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   19129:          and [;] are different now.
1.86      moko     19130: 
                   19131:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   19132:          main/untaint.C: pool.request undone
                   19133: 
                   19134:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   19135:          main/untaint.C: pool.request
                   19136: 
                   19137: 2001-03-28  paf
                   19138: 
                   19139:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   19140:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88      moko     19141:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   19142:          $request:browser [.type .version]; unknown.get_double now = 0.
1.86      moko     19143: 
                   19144:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   19145:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   19146:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
1.88      moko     19147:          types/pa_vform.C: file:load autodetection of mime-type by
                   19148:          user-file-name
1.86      moko     19149: 
                   19150:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   19151:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
1.88      moko     19152:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
1.86      moko     19153: 
                   19154:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1.88      moko     19155:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   19156:          write. must be self.set
1.86      moko     19157: 
                   19158:        * src/: classes/file.C, classes/root.C, classes/table.C,
1.88      moko     19159:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
1.86      moko     19160: 
                   19161:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   19162:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   19163:          types/pa_vtable.h: table:locate just compiled
                   19164: 
                   19165: 2001-03-27  paf
                   19166: 
1.88      moko     19167:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   19168:          code-params2, fixed ntfs hardlink slow dir update
1.86      moko     19169: 
                   19170:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
1.88      moko     19171:          types/pa_wcontext.h: fixed r/w context of code-params
1.86      moko     19172: 
1.88      moko     19173:        * src/: classes/table.C, main/execute.C: about to change junction
                   19174:          rcontext!!
1.86      moko     19175: 
                   19176:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19177:          classes/string.C, classes/table.C, main/compile_tools.C,
                   19178:          main/execute.C, main/pa_request.C, main/untaint.C,
                   19179:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   19180:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   19181:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
1.88      moko     19182:          types/pa_vunknown.h: sort 0
1.86      moko     19183: 
                   19184:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   19185:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   19186:          renamed to are_static_calls_disabled
                   19187: 
                   19188:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   19189:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   19190:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
1.88      moko     19191:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
1.86      moko     19192: 
                   19193:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   19194: 
1.88      moko     19195:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   19196:          started table:sort fixed minor bug in #...^{
1.86      moko     19197: 
                   19198:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
1.88      moko     19199:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   19200:          decided to have as it were. stepped back.  grammar: added 'in'
                   19201:          'is' 'lt'&co follow-space check
1.86      moko     19202: 
                   19203: 2001-03-26  paf
                   19204: 
                   19205:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19206:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   19207:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88      moko     19208:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   19209:          invocation in ^process
1.86      moko     19210: 
                   19211:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   19212: 
                   19213:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
1.88      moko     19214:          main/pa_array.C: table:record
1.86      moko     19215: 
1.88      moko     19216:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   19217:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19218:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   19219:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   19220:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   19221:          types/pa_vtable.h: z
1.86      moko     19222: 
                   19223:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   19224:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   19225:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
1.88      moko     19226:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   19227:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   19228:          method realisations on 'self' validity - they now can simply
                   19229:          assume that 'self' is V{Proper} .
1.86      moko     19230: 
                   19231: 2001-03-25  paf
                   19232: 
                   19233:        * src/main/untaint.C: z
                   19234: 
                   19235:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   19236:          lowlevel - it initialization could be skipped if failed in @auto.
                   19237:          so that exception report would use some table
                   19238: 
1.88      moko     19239:        * src/main/pa_request.C: table empty lines ignored. system-default
                   19240:          content type assigned in output:result [can fail in main:auto and
                   19241:          skipped normal defaults extraction]
                   19242: 
                   19243:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   19244:          bug
                   19245: 
                   19246:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   19247:          processing to table [except preliminary \r\n \r \n replacements
                   19248:          to "\n"]
1.86      moko     19249: 
1.88      moko     19250:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   19251:          move all the processing to table
1.86      moko     19252: 
                   19253:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   19254:          main/pa_table.C, main/untaint.C: returned table originating.
                   19255:          useful for reporting typo table problems origin. think would be
                   19256:          useful somewhere else
                   19257: 
                   19258:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   19259: 
                   19260:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   19261:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   19262:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   19263:          main/pa_string.C, main/pa_table.C, main/untaint.C,
1.88      moko     19264:          types/pa_vcookie.h: typo & typo-default
1.86      moko     19265: 
                   19266: 2001-03-24  paf
                   19267: 
                   19268:        * src/main/pa_common.C: z
                   19269: 
                   19270:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
1.88      moko     19271:          targets/cgi/parser3.C: html-typo 2
1.86      moko     19272: 
                   19273:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   19274:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   19275:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   19276:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   19277:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   19278:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88      moko     19279:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   19280:          noticed double default content-type prob. run cgi.cmd tomorrow
                   19281:          first html-typo sample. detected << problem: they become ltlt too
                   19282:          fast
1.86      moko     19283: 
                   19284:        * src/main/compile.y: z
                   19285: 
1.88      moko     19286:        * src/main/: compile.y, compile_tools.h: #comment
1.86      moko     19287: 
                   19288:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19289:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   19290:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   19291:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   19292:          stringified
                   19293: 
1.88      moko     19294:        * src/types/pa_valiased.C: decided to String-ify file_read
1.86      moko     19295: 
                   19296:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   19297:          isapi/parser3isapi.dsp: cgi: sapi::log
                   19298: 
                   19299:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   19300:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
1.88      moko     19301:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   19302:          error log experiments failed - cgi under iis got no access to
                   19303:          log. registereventsource simply failed with 5(illegal call) code,
                   19304:          while worked OK as standalone executable.  isapi: used
                   19305:          HSE_APPEND_LOG_PARAMETER feature
1.86      moko     19306: 
                   19307:        * src/: include/pa_common.h, include/pa_globals.h,
                   19308:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88      moko     19309:          targets/isapi/parser3isapi.C: fixed default content-type
                   19310:          allocation storage
1.86      moko     19311: 
                   19312:        * src/: include/pa_globals.h, include/pa_request.h,
                   19313:          main/pa_globals.C, main/pa_request.C: z
                   19314: 
                   19315:        * src/: include/pa_array.h, include/pa_hash.h,
                   19316:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   19317:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   19318:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   19319:          content-type
                   19320: 
1.88      moko     19321:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
1.86      moko     19322:          sanity
                   19323: 
                   19324:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
1.88      moko     19325:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   19326:          away freeze mech.  no danger now for you can't do
                   19327:          ^request:process[@new-method[] body] trick anymore.  still
                   19328:          remains $some_instance.process[@new-method[] possibility] but
                   19329:          would leave it as a feature.  see index for sample
1.86      moko     19330: 
                   19331:        * src/: include/pa_common.h, main/pa_common.C,
1.88      moko     19332:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   19333:          monkey every target
1.86      moko     19334: 
                   19335:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   19336:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
1.88      moko     19337:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
1.86      moko     19338: 
                   19339: 2001-03-23  paf
                   19340: 
                   19341:        * src/: include/pa_pool.h, main/pa_request.C,
1.88      moko     19342:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   19343:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19344:          targets/isapi/pool_storage.h: isapi: dumb pool storage
1.86      moko     19345: 
                   19346:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   19347: 
                   19348:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   19349:          it would be better to rewrite as filter then to deal with pool
                   19350: 
1.88      moko     19351:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   19352:          now like in cgi, not from APPL_PHYSICAL_PATH
1.86      moko     19353: 
                   19354:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   19355:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19356:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   19357:          include/pa_version.h, main/compile.y, main/execute.C,
                   19358:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   19359:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19360:          main/untaint.C, targets/cgi/parser3.C,
1.88      moko     19361:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   19362:          cgi: reinvent document_root and request_uri under iis. autoconf
                   19363:          updated. introducing ap_config_includes
1.86      moko     19364: 
                   19365:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   19366: 
                   19367:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   19368: 
                   19369:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
1.88      moko     19370:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19371:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   19372:          types/pa_venv.h, types/pa_vform.C: sapi made object
1.86      moko     19373: 
                   19374:        * src/: include/pa_globals.h, main/pa_request.C,
                   19375:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19376:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
1.88      moko     19377:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
1.86      moko     19378: 
1.88      moko     19379:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   19380:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   19381:          isapi minor env beauty
1.86      moko     19382: 
1.88      moko     19383:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   19384:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   19385:          isapi document_root 0
1.86      moko     19386: 
                   19387: 2001-03-22  paf
                   19388: 
1.88      moko     19389:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
1.86      moko     19390: 
                   19391:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   19392:          isapi/parser3isapi.C: z
                   19393: 
                   19394:        * src/: include/pa_pool.h, main/pa_request.C,
1.88      moko     19395:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
1.86      moko     19396: 
                   19397:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   19398:          kill.pl: isapi added utils
                   19399: 
                   19400:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   19401:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
1.88      moko     19402:          types/pa_vform.C: isapi 0
1.86      moko     19403: 
1.88      moko     19404:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
1.86      moko     19405:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19406:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   19407:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   19408:          started isapi
                   19409: 
1.88      moko     19410:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   19411:          some comments
1.86      moko     19412: 
                   19413:        * src/: include/pa_globals.h, include/pa_request.h,
                   19414:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
1.88      moko     19415:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   19416:          parser_root_auto_path parser_site_auto_path
1.86      moko     19417: 
1.88      moko     19418:        * src/types/pa_vcookie.C: cookie attr decoded
1.86      moko     19419: 
                   19420: 2001-03-21  paf
                   19421: 
1.88      moko     19422:        * src/targets/cgi/parser3.C: z
1.86      moko     19423: 
1.88      moko     19424:        * src/include/pa_globals.h: post. todo: config of auto.p path
1.86      moko     19425: 
1.88      moko     19426:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   19427:          types/pa_venv.h: in cookie & env. todo:post
1.86      moko     19428: 
                   19429:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   19430:          classes/root.C, classes/table.C, include/pa_array.h,
                   19431:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   19432:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   19433:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   19434:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19435:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   19436:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19437:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
1.88      moko     19438:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   19439:          shifted apache branch on main trunc
1.86      moko     19440: 
                   19441:        * src/: include/pa_common.h, include/pa_globals.h,
                   19442:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
1.88      moko     19443:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   19444:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   19445:          starting mod_parser3
                   19446: 
                   19447:        * src/targets/cgi/parser3.C: starting mod_parser3
1.86      moko     19448: 
                   19449: 2001-03-20  paf
                   19450: 
                   19451:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   19452:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   19453:          win32 ifdefs work and add ifdef unistd
                   19454: 
                   19455:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   19456:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   19457:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   19458:          z
                   19459: 
                   19460:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   19461:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   19462:          locking
                   19463: 
                   19464:        * src/: classes/Makefile.am, types/Makefile.am: z
                   19465: 
                   19466:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   19467:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   19468:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   19469:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19470:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   19471:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19472:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   19473: 
                   19474:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
1.88      moko     19475:          main/pa_request.C, types/pa_vfile.h: ^table:save
1.86      moko     19476: 
                   19477:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   19478:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   19479:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   19480:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
1.88      moko     19481:          types/pa_vform.h: z
1.86      moko     19482: 
1.88      moko     19483:        * src/include/pa_string.h: z
1.86      moko     19484: 
                   19485:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   19486:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
1.88      moko     19487:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   19488:          :Value
1.86      moko     19489: 
                   19490:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
1.88      moko     19491:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   19492:          :VStateless_object
1.86      moko     19493: 
                   19494:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   19495:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   19496:          :VStateless_object
                   19497: 
                   19498:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   19499:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   19500: 
                   19501:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   19502:          types/pa_valiased.h, types/pa_value.h,
                   19503:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19504:          types/pa_vstateless_object.h: moved common get_element part from
                   19505:          stateless object&class into VAliased
                   19506: 
                   19507:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   19508:          classes/table.C, main/execute.C, main/main.dsp,
                   19509:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   19510:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   19511:          now :Value
                   19512: 
                   19513:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   19514:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   19515:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   19516: 
                   19517:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   19518:          doxx
                   19519: 
                   19520:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   19521:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19522:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
1.88      moko     19523:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   19524:          and ^file:save
1.86      moko     19525: 
                   19526: 2001-03-19  paf
                   19527: 
                   19528:        * src/types/pa_vfile.C: z
                   19529: 
                   19530:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   19531:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   19532:          main/pa_request.C, main/untaint.C, types/pa_value.h,
1.88      moko     19533:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
1.86      moko     19534: 
                   19535:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   19536:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   19537:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   19538:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   19539:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   19540:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   19541:          types/pa_vfile.h: file class just compiled
                   19542: 
                   19543:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   19544:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   19545:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   19546:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
1.88      moko     19547:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
1.86      moko     19548: 
                   19549:        * src/include/pa_pool.h: z
                   19550: 
                   19551:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   19552:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   19553:          Hash::Value to Val so to doxygen would finlly stop confusing
                   19554:          those Value-s
                   19555: 
                   19556:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   19557:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   19558:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   19559:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   19560:          include/pa_types.h, main/compile.C, main/compile.y,
                   19561:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19562:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   19563:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   19564:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   19565:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   19566: 
                   19567:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   19568:          derivates somehow unlinked. don't know why yet
                   19569: 
                   19570:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   19571:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   19572:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   19573:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19574:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   19575:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19576:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   19577: 
                   19578:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   19579:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   19580:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   19581:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   19582:          types/pa_vrequest.h: doc: detected Value derivates prob
                   19583: 
                   19584:        * src/include/pa_globals.h: z
                   19585: 
                   19586:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   19587:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   19588:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   19589:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   19590:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   19591:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   19592:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19593:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   19594: 
                   19595: 2001-03-18  paf
                   19596: 
1.88      moko     19597:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   19598:          cookie: allowed access to hash-assigned
1.86      moko     19599: 
                   19600:        * src/targets/cgi/parser3.C: z
                   19601: 
                   19602:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   19603:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   19604:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   19605:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19606:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19607:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19608:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
1.88      moko     19609:          types/pa_vunknown.h: cookie class
1.86      moko     19610: 
1.88      moko     19611:        * src/main/pa_request.C: zero length output allowed
1.86      moko     19612: 
                   19613:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
1.88      moko     19614:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
1.86      moko     19615: 
1.88      moko     19616:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   19617:          lang switch
1.86      moko     19618: 
                   19619:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   19620:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88      moko     19621:          types/pa_value.h, types/pa_vhash.h:
1.86      moko     19622:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   19623: 
1.88      moko     19624:        * src/main/execute.C: z
1.86      moko     19625: 
                   19626:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
1.88      moko     19627:          targets/cgi/parser3.C: taint[uri
1.86      moko     19628: 
                   19629:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   19630:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   19631:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
1.88      moko     19632:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
1.86      moko     19633: 
                   19634:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   19635:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19636:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   19637:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   19638:          bool tainted) ctor
                   19639: 
                   19640:        * src/: include/pa_hash.h, include/pa_request.h,
                   19641:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   19642:          main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88      moko     19643:          targets/cgi/parser3.C: proper @exceptions params tainting
1.86      moko     19644: 
1.88      moko     19645:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   19646:          response fields to header
1.86      moko     19647: 
1.88      moko     19648:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   19649:          z
1.86      moko     19650: 
                   19651:        * src/: classes/_response.h, classes/response.C,
                   19652:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   19653:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   19654:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19655:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
1.88      moko     19656:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   19657:          $response: 0  request::core exception rethrow
1.86      moko     19658: 
                   19659: 2001-03-16  paf
                   19660: 
                   19661:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
1.88      moko     19662:          types/pa_vrequest.h: native method' class call with less params
                   19663:          then needed error reporting
1.86      moko     19664: 
                   19665:        * src/: classes/_request.h, classes/request.C,
                   19666:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   19667:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19668:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
1.88      moko     19669:          types/pa_vrequest.h: $request : query :uri
1.86      moko     19670: 
                   19671:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   19672:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
1.88      moko     19673:          types/pa_wcontext.h: $result
1.86      moko     19674: 
1.88      moko     19675:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
1.86      moko     19676: 
                   19677:        * src/: classes/double.C, include/code.h, main/compile.y,
1.88      moko     19678:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   19679:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
1.86      moko     19680: 
                   19681:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   19682:          main/compile.y, main/execute.C, types/pa_value.h,
                   19683:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
1.88      moko     19684:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   19685:          wcontext conflict
1.86      moko     19686: 
                   19687:        * src/: main/execute.C, types/pa_value.h,
1.88      moko     19688:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   19689:          $string.field
1.86      moko     19690: 
                   19691: 2001-03-15  paf
                   19692: 
1.88      moko     19693:        * src/main/pa_request.C: news sample
1.86      moko     19694: 
                   19695:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   19696:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   19697: 
                   19698:        * src/main/: compile.y, execute.C: z
                   19699: 
                   19700:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   19701:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   19702:          pre pre works
                   19703: 
                   19704:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   19705:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   19706:          fillfields just compiled
                   19707: 
                   19708: 2001-03-14  paf
                   19709: 
                   19710:        * src/: include/pa_request.h, main/pa_request.C,
                   19711:          targets/cgi/parser3.C: z
                   19712: 
                   19713:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   19714:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   19715:          types/pa_vstring.h: limits -1
                   19716: 
                   19717:        * src/: include/pa_globals.h, include/pa_request.h,
                   19718:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   19719:          main/pa_request.C, targets/cgi/parser3.C,
                   19720:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   19721:          request_info -1
                   19722: 
                   19723:        * src/: include/pa_globals.h, main/pa_globals.C,
                   19724:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19725:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   19726:          vform_fields_fill
                   19727: 
                   19728:        * src/targets/cgi/parser3.C: #  if MSVC
                   19729: 
                   19730:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   19731:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   19732: 
                   19733:        * src/targets/cgi/parser3.C: z
                   19734: 
                   19735:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   19736:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   19737:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19738:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   19739:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   19740:          types/pa_vunknown.h: global handler, exceptions in parser3
                   19741: 
                   19742: 2001-03-13  paf
                   19743: 
                   19744:        * src/: classes/form.C, main/compile.y, main/core.C,
                   19745:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   19746:          types/pa_vform.h, types/pa_vstateless_class.C,
                   19747:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   19748:          instead
                   19749: 
                   19750:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   19751:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   19752:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   19753:          started cgi target
                   19754: 
                   19755:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   19756:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   19757:          before error show with parser
                   19758: 
                   19759:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   19760:          include/pa_request.h, main/core.C, main/pa_request.C,
                   19761:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   19762: 
                   19763:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   19764: 
                   19765:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   19766:          parser3.C: renamed targets/ parser to cgi
                   19767: 
                   19768:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   19769:          classes/root.C, classes/string.C, classes/table.C,
1.88      moko     19770:          include/pa_request.h, types/pa_vhash.h: z
1.86      moko     19771: 
                   19772:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   19773:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   19774:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
1.88      moko     19775:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   19776:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   19777:          [historical moment :)]
1.86      moko     19778: 
                   19779:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   19780:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   19781: 
                   19782:        * src/types/pa_venv.h: $ENV 1
                   19783: 
                   19784:        * src/main/execute.C: z
                   19785: 
                   19786:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   19787:          future methods of ENV constructor if
                   19788: 
                   19789:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   19790:          class
                   19791: 
                   19792:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19793:          classes/_root.h, classes/_string.h, classes/_table.h,
                   19794:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   19795:          classes/string.C, classes/table.C, include/pa_request.h,
                   19796:          main/compile.C, main/compile_tools.h, main/core.C,
                   19797:          main/execute.C, main/main.dsp, main/pa_request.C,
                   19798:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   19799:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   19800:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   19801:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19802:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   19803: 
                   19804:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19805:          classes/_root.h, classes/_string.h, classes/_table.h,
                   19806:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   19807:          classes/string.C, classes/table.C, include/pa_request.h,
                   19808:          main/compile.C, main/compile_tools.h, main/core.C,
                   19809:          main/execute.C, main/main.dsp, main/pa_request.C,
                   19810:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   19811:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   19812:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   19813:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19814:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   19815: 
                   19816:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   19817:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   19818:          yesterdays bad decision on execute_static_method
                   19819: 
                   19820:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   19821: 
                   19822:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19823:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   19824: 
                   19825:        * src/main/pa_request.C: z
                   19826: 
                   19827:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   19828:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   19829: 
                   19830:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   19831:          include/pa_pool.h, main/pa_request.C:
                   19832:          restructure_exceptions_dead_end
                   19833: 
                   19834:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   19835:          allowed ; inside {} to break params
                   19836: 
                   19837:        * src/classes/root.C: ^eval
                   19838: 
                   19839:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   19840:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   19841:          string ^format
                   19842: 
                   19843:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   19844:          'bad' but not 'enough'
                   19845: 
                   19846:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   19847:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   19848:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   19849:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   19850:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   19851: 
                   19852:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19853:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   19854:          types/pa_vint.h: ^for
                   19855: 
                   19856: 2001-03-12  paf
                   19857: 
                   19858:        * src/classes/table.C: table ^empty
                   19859: 
                   19860:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   19861: 
                   19862:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   19863:          ^offset ^line ^count
                   19864: 
                   19865:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   19866:          ^abs()  ^sign()
                   19867: 
                   19868:        * src/classes/: root.C, table.C: ^use
                   19869: 
                   19870:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   19871:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   19872:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   19873:          ^while. switched off wcontext.constructing after write(value) or
                   19874:          auto-vhash-constructing
                   19875: 
                   19876:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   19877:          main/pa_request.C: fail_if_junction_ helper func
                   19878: 
                   19879:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   19880:          include/pa_request.h, main/execute.C, main/main.dsp,
                   19881:          main/pa_common.C, main/pa_request.C: ^process error point by
                   19882:          actual method_name, not source.  ^load
                   19883: 
                   19884:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   19885: 
                   19886:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   19887:          classes/_table.h, classes/table.C, main/untaint.C: z
                   19888: 
                   19889:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   19890:          include/pa_table.h, main/core.C, main/execute.C,
                   19891:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   19892:          types/pa_value.h: table:set 0
                   19893: 
                   19894:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   19895:          include/pa_request.h, include/pa_table.h, main/core.C,
                   19896:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   19897:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   19898:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   19899:          types/pa_vstring.h: freeze, ^table:create[] -1
                   19900: 
                   19901:        * src/: classes/root.C, types/pa_value.h: z
                   19902: 
                   19903:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   19904:          get_method in couple places optimizing them
                   19905: 
                   19906:        * src/classes/root.C: z
                   19907: 
                   19908:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   19909:          zeroing
                   19910: 
                   19911:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19912:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   19913:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   19914:          main/compile.y, main/compile_tools.h, main/execute.C,
                   19915:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   19916:          types/pa_vmframe.h: ^process. actual names to store param and
                   19917:          check_actual_numbered_params for better place diagnostics
                   19918: 
                   19919:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   19920:          method-junctions bug fixed
                   19921: 
                   19922:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   19923:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   19924: 
                   19925: 2001-03-11  paf
                   19926: 
                   19927:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   19928:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   19929:          VDouble VInt base now VObject_base - without fields
                   19930: 
                   19931:        * src/: classes/root.C, include/core.h, main/core.C: z
                   19932: 
                   19933:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19934:          classes/string.C, include/core.h, include/pa_hash.h,
                   19935:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   19936:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   19937: 
                   19938:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19939:          include/pa_request.h, main/execute.C: intercept_string
                   19940: 
                   19941:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19942:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   19943: 
                   19944:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   19945:          ^inc-s(expr)
                   19946: 
                   19947:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19948:          classes/_root.h, classes/_string.h, classes/double.C,
                   19949:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   19950:          include/code.h, include/core.h, include/pa_array.h,
                   19951:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   19952:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   19953:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   19954:          include/pa_types.h, main/compile.C, main/compile.y,
                   19955:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   19956:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19957:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   19958:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   19959:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19960:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   19961:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   19962:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   19963:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   19964:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   19965: 
                   19966:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   19967: 
                   19968:        * src/: include/core.h, include/pa_request.h, main/core.C,
1.88      moko     19969:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
1.86      moko     19970: 
                   19971:        * src/: include/pa_valiased.h, include/pa_value.h,
                   19972:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   19973:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   19974:          include/pa_vjunction.h, include/pa_vmframe.h,
                   19975:          include/pa_vobject.h, include/pa_vstring.h,
                   19976:          include/pa_vunknown.h, include/pa_wcontext.h,
                   19977:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   19978:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   19979:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   19980:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19981:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   19982:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   19983:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   19984:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   19985:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   19986:          include/
                   19987: 
                   19988: 2001-03-10  paf
                   19989: 
                   19990:        * src/: include/core.h, include/pa_request.h, main/core.C,
1.88      moko     19991:          main/pa_request.C: run+auto=run
1.86      moko     19992: 
                   19993:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   19994: 
                   19995:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19996:          classes/_root.h, classes/_string.h, classes/double.C,
                   19997:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   19998:          include/code.h, include/core.h, include/pa_array.h,
                   19999:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   20000:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   20001:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   20002:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   20003:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   20004:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   20005:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20006:          include/pa_vobject.h, include/pa_vstring.h,
                   20007:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20008:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   20009:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20010:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   20011:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   20012:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   20013:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
1.88      moko     20014:          main/pa_wcontext.C: sources header
1.86      moko     20015: 
                   20016:        * src/main/pa_request.C: auto..
                   20017: 
                   20018:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   20019:          main/pa_request.C: auto tree0
                   20020: 
                   20021:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   20022:          main/core.C, main/pa_request.C: names to core.C
                   20023: 
                   20024:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   20025:          include/pa_request.h, main/core.C, main/execute.C,
                   20026:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   20027: 
                   20028:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   20029:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   20030:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20031:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   20032: 
                   20033:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   20034:          @auto[] realised. auto.p scan togo
                   20035: 
                   20036:        * src/: include/pa_request.h, main/execute.C: autocalc
                   20037:          code-junctions result now have names
                   20038: 
                   20039:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20040:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   20041:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   20042:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   20043: 
                   20044:        * src/classes/env.C: env:file/line
                   20045: 
                   20046:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   20047:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   20048:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   20049:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   20050:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20051:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   20052:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   20053: 
                   20054:        * src/include/pa_vclass.h: const fight to go
                   20055: 
                   20056:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   20057:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   20058:          main/main.dsp: env0
                   20059: 
                   20060:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   20061:          classes/_string.h, classes/double.C, classes/int.C,
                   20062:          classes/root.C, classes/string.C, include/pa_request.h,
                   20063:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   20064:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   20065:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   20066:          main/pa_wcontext.C: ^lang prepare0
                   20067: 
                   20068: 2001-03-09  paf
                   20069: 
                   20070:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   20071:          construct proper naming
                   20072: 
                   20073:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   20074:          classes/double.C, classes/int.C, classes/root.C,
                   20075:          classes/string.C, include/code.h, include/pa_value.h,
                   20076:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   20077:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20078:          main/compile.y, main/compile_tools.C, main/core.C,
                   20079:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   20080:          and ^double[]. fixed expr type
                   20081: 
                   20082:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20083:          ^string.length[]
                   20084: 
                   20085: 2001-03-08  paf
                   20086: 
                   20087:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   20088: 
                   20089:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   20090:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20091:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   20092:          derivated from vobject
                   20093: 
                   20094:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   20095:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   20096: 
                   20097:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   20098:          remained clone conseqs
                   20099: 
                   20100:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   20101: 
                   20102:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   20103: 
                   20104:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   20105:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   20106:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   20107:          include/pa_vobject.h, include/pa_vstring.h,
                   20108:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   20109:          main/execute.C: withoud cloning. didn't need it actually, params
                   20110:          got passed from out unnamed ewpool
                   20111: 
                   20112:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   20113:          include/pa_vjunction.h, include/pa_vobject.h,
                   20114:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   20115: 
                   20116:        * src/: include/pa_bool.h, include/pa_double.h,
                   20117:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   20118:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   20119:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20120:          include/pa_vobject.h, include/pa_vstring.h,
                   20121:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   20122:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   20123:          to give params proper names
                   20124: 
                   20125:        * src/main/pa_wcontext.C: z
                   20126: 
                   20127:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   20128:          unknown values in get_element and unfilled params. removed wrong
                   20129:          name change in get_element
                   20130: 
                   20131:        * src/main/execute.C: z
                   20132: 
                   20133:        * src/main/execute.C: fixed problems calling operators in
                   20134:          constructors
                   20135: 
                   20136:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   20137:          detected problems calling operators in constructors
                   20138: 
                   20139:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20140:          autocalc def to string
                   20141: 
                   20142:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   20143:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   20144: 
                   20145:        * src/classes/root.C: added root.c
                   20146: 
                   20147:        * src/: include/pa_request.h, include/pa_value.h,
                   20148:          include/pa_vcframe.h, include/pa_vmframe.h,
                   20149:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   20150:          main/core.C, main/execute.C, main/pa_cframe.C,
                   20151:          main/pa_wcontext.C: 'if' just compiled
                   20152: 
                   20153:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   20154:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20155:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   20156:          main/pa_wcontext.C: z
                   20157: 
                   20158:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   20159:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   20160:          with parameter names  in operator methods
                   20161: 
                   20162:        * src/main/compile.y: minor renamings in .y
                   20163: 
                   20164:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   20165:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   20166:          @BASE.  changed 'RUN' assignment mech
                   20167: 
                   20168:        * src/main/execute.C: z
                   20169: 
                   20170:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   20171:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   20172:          static. so to enable runtime ^use
                   20173: 
                   20174:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   20175: 
                   20176:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   20177:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   20178: 
                   20179:        * src/main/execute.C: root root in code-junction
                   20180: 
                   20181: 2001-03-07  paf
                   20182: 
                   20183:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   20184:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   20185: 
                   20186:        * src/: include/pa_stack.h, include/pa_value.h,
                   20187:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   20188:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   20189:          fixed rwcontext of {} params up
                   20190: 
                   20191:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   20192: 
                   20193:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   20194: 
                   20195:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   20196:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   20197:          main/pa_hash.C: expr def in -f
                   20198: 
                   20199:        * src/main/: compile.y, execute.C: expr calls
                   20200: 
                   20201:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   20202:          fixed
                   20203: 
                   20204:        * src/main/compile.y: expr quoted code
                   20205: 
                   20206:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   20207:          support0
                   20208: 
                   20209:        * src/main/compile.y: expr string comparisons 0
                   20210: 
                   20211:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   20212:          main/pa_string.C: just compiled lt&co
                   20213: 
                   20214:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   20215:          $field not a $var.field
                   20216: 
                   20217: 2001-03-06  paf
                   20218: 
                   20219:        * src/main/compile.y: .y expr visible-shorter
                   20220: 
                   20221:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   20222:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   20223:          logical
                   20224: 
                   20225:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   20226:          skipping whitespace in yylex
                   20227: 
                   20228:        * src/include/pa_vbool.h: forgot this
                   20229: 
                   20230:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   20231:          string ops in expressions 0
                   20232: 
                   20233:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   20234:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   20235:          main/execute.C, main/main.dsp: !~
                   20236: 
                   20237:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   20238:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   20239:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20240:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20241:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   20242:          main/compile_tools.h, main/execute.C: +-*/
                   20243: 
                   20244:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   20245:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   20246: 
                   20247:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   20248:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   20249: 
                   20250:        * src/main/compile.y: expr grammar-1
                   20251: 
                   20252:        * src/main/compile.y: expr lexx1
                   20253: 
                   20254:        * src/main/: compile.y, execute.C, main.dsp: z
                   20255: 
                   20256:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   20257:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   20258:          main/execute.C: expr lex0 exec-1
                   20259: 
                   20260:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   20261: 
                   20262: 2001-02-26  paf
                   20263: 
                   20264:        * src/main/compile.y: max_string in yyerror bug fix
                   20265: 
                   20266: 2001-02-25  paf
                   20267: 
                   20268:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   20269:          include/pa_wcontext.h, main/execute.C: VAliased3
                   20270: 
                   20271:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   20272: 
                   20273:        * src/main/execute.C: VAliased1
                   20274: 
                   20275:        * src/: include/pa_request.h, include/pa_value.h,
                   20276:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   20277:          VAliased0
                   20278: 
                   20279:        * src/: include/pa_pool.h, include/pa_request.h,
                   20280:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   20281:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   20282:          VAliased just compiled
                   20283: 
                   20284:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   20285:          include/pa_vobject.h, main/execute.C: alias dead end
                   20286: 
                   20287:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20288:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   20289:          main/main.dsp: no not get fields into interm VFielded class.
                   20290:          fields & staticfields 1
                   20291: 
                   20292:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   20293:          include/pa_vobject.h, include/pa_wcontext.h,
                   20294:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   20295:          main/main.dsp: would now get fields into interm VFielded class
                   20296: 
                   20297:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   20298:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20299:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20300:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   20301:          main/pa_wcontext.C: virtuals2
                   20302: 
                   20303:        * src/main/compile.y: : 1
                   20304: 
                   20305:        * src/main/compile.y: rethought to $class:static.field.subfield
                   20306: 
                   20307:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   20308:          $class:element
                   20309: 
                   20310:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   20311:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   20312:          main/pa_wcontext.C: before execute class calls rewrite
                   20313: 
                   20314:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   20315:          name RUN, also alias
                   20316: 
                   20317:        * src/main/compile.y: escaping bug
                   20318: 
                   20319:        * src/: include/pa_request.h, include/pa_value.h,
                   20320:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   20321:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   20322: 
                   20323:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   20324:          include/pa_vmframe.h, include/pa_vobject.h,
                   20325:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   20326:          main/compile_tools.h, main/execute.C: ^class:method() just
                   20327:          compiled
                   20328: 
                   20329: 2001-02-24  paf
                   20330: 
                   20331:        * src/main/main.dsp: no bison -d
                   20332: 
                   20333:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   20334:          class' err msg wrong
                   20335: 
                   20336:        * src/main/compile.y: z
                   20337: 
                   20338:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   20339: 
                   20340:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   20341:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   20342: 
                   20343:        * src/: include/pa_vclass.h, main/core.C: z
                   20344: 
                   20345:        * src/: include/pa_value.h, include/pa_vclass.h,
1.88      moko     20346:          include/pa_vobject.h, main/main.dsp: vobject00
1.86      moko     20347: 
                   20348:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   20349:          60% from 1 were 0
                   20350: 
                   20351:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   20352:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   20353:          as bad as you've named it: wcontext.value() was not a perfect
                   20354:          idea
                   20355: 
                   20356:        * src/main/execute.C: codeframe1
                   20357: 
                   20358:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   20359:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   20360:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20361:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   20362:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   20363:          just compiled
                   20364: 
                   20365:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   20366:          ideology @: ^x{$a()) must construct current wcontext element, so
                   20367:          smart wcontext handling needed
                   20368: 
                   20369:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   20370:          klinch
                   20371: 
                   20372:        * src/main/: compile.y, execute.C: fixed empty constructor
                   20373:          optimized empty case. failed on calls - produced empty string
                   20374:          param
                   20375: 
                   20376:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   20377: 
                   20378:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   20379:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   20380:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20381:          main/execute.C: code junctions0. something wrong with last \n
                   20382:          macrotemplate strip
                   20383: 
                   20384:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   20385:          main/pa_value.C: minor error reporting format beautifyings
                   20386: 
                   20387:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20388:          include/pa_vframe.h, main/core.C, main/execute.C,
                   20389:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   20390:          junctions0
                   20391: 
                   20392: 2001-02-23  paf
                   20393: 
                   20394:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   20395:          pa_wwrapper.h: lara came, can't work, sorry :(
                   20396: 
                   20397:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   20398:          junction
                   20399: 
                   20400:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   20401:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   20402:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   20403: 
                   20404:        * src/: include/pa_hash.h, include/pa_value.h,
                   20405:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   20406:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   20407:          done
                   20408: 
                   20409:        * src/include/pa_wcontext.h: z
                   20410: 
                   20411:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   20412:          wrong grammar in complex constructor case
                   20413: 
                   20414:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   20415: 
                   20416:        * src/main/execute.C: with result rwpool
                   20417: 
                   20418:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   20419:          main/main.dsp: value named
                   20420: 
                   20421:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   20422:          strign 2 value in 2 places in execute
                   20423: 
                   20424:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   20425:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   20426:          wcontext.put_element when wcontext fvalue==0
                   20427: 
                   20428: 2001-02-22  paf
                   20429: 
                   20430:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   20431:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   20432:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   20433: 
                   20434:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   20435:          erroreos checkout
                   20436: 
                   20437:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   20438: 
                   20439:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   20440:          main/compile_tools.h, main/pa_array.C: $self.get
                   20441: 
                   20442:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   20443: 
                   20444:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   20445:          bit. finished now.
                   20446: 
                   20447:        * src/main/compile.y: $: finished
                   20448: 
1.88      moko     20449:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
1.86      moko     20450: 
                   20451:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   20452:          main/execute.C: OP_STRING better then some xxx _VALUE
                   20453: 
                   20454:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   20455:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20456:          string to vstring it .y all
                   20457: 
                   20458:        * src/: include/pa_request.h, include/pa_stack.h,
                   20459:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   20460:          all
                   20461: 
                   20462:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   20463:          precise parse error line:col
                   20464: 
                   20465:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
1.88      moko     20466:          main/pa_hash.C, main/pa_pool.C: TRY...
1.86      moko     20467: 
                   20468:        * src/: include/pa_exception.h, include/pa_pool.h,
                   20469:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   20470:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20471:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   20472:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
1.88      moko     20473:          main/pa_table.C: removed exception from request
1.86      moko     20474: 
                   20475:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   20476:          some forgotten
                   20477: 
                   20478:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   20479:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   20480:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   20481:          get/put simple vars to VClass works0
                   20482: 
                   20483:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   20484:          main/pa_string.C: in process, but found that exceptions are too
                   20485:          global
                   20486: 
                   20487:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   20488:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   20489:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   20490:          seems wcontext must write strings regardles of fvalue!=0
                   20491: 
                   20492: 2001-02-21  paf
                   20493: 
                   20494:        * src/main/execute.C: tired :)
                   20495: 
                   20496:        * src/main/: compile.C, compile.y, execute.C: store0
                   20497: 
                   20498:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   20499:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   20500:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   20501:          main/execute.C, main/main.dsp, main/pa_array.C,
1.88      moko     20502:          main/pa_request.C: get put -1 [just compiled]
1.86      moko     20503: 
                   20504:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   20505:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
1.88      moko     20506:          main/main.dsp, main/pa_request.C: request core methods0
1.86      moko     20507: 
                   20508:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
1.88      moko     20509:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   20510:          execute
1.86      moko     20511: 
                   20512:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
1.88      moko     20513:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   20514:          methods and one_big_piece. now compile returns array<method*>
1.86      moko     20515: 
                   20516:        * src/main/compile.y: more straightforward yylex[end]
                   20517: 
                   20518:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   20519:          string.operator==(char*)
                   20520: 
                   20521:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
1.88      moko     20522:          main/execute.C, main/pa_array.C: after array.const get wonders
1.86      moko     20523: 
                   20524:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   20525:          pa_string.h, pa_value.h: struck with const array.gets
                   20526: 
                   20527:        * src/main/: execute.C: z
                   20528: 
                   20529:        * src/main/: compile.y, execute.C: z
                   20530: 
                   20531:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   20532:          processing in eval & yyerror so it wouldn't cause memleaks.
                   20533: 
                   20534:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   20535:          parse error positions. leaving RIGHTMOST position as
                   20536:          @file[line:col]
                   20537: 
                   20538:        * src/: include/compile.h, main/compile.C, main/compile.y,
1.88      moko     20539:          main/compile_tools.h: line numbers needed. would add them to .y
                   20540:          now internally. externally it's not as precise as needed
1.86      moko     20541: 
                   20542:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   20543:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20544:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   20545:          compiler works ok
                   20546: 
                   20547: 2001-02-20  paf
                   20548: 
1.88      moko     20549:        * src/main/: compile.C, compile.y, compile_tools.C,
                   20550:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   20551:          not perfect
1.86      moko     20552: 
                   20553:        * src/: include/code.h, include/compile.h, include/execute.h,
                   20554:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   20555:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20556:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20557:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   20558:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
1.88      moko     20559:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   20560:          compiled.  execute=dump for now
1.86      moko     20561: 
                   20562:        * src/main/core.C: core rewrite using yacc investigations now will
                   20563:          be compile[yacc]/execute[opcodes]
                   20564: 
                   20565: 2001-02-15  paf
                   20566: 
                   20567:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   20568:          rewrite as turing machine? for it seems it would be it's too many
                   20569:          ifs with this syntax now
                   20570: 
                   20571: 2001-02-14  paf
                   20572: 
                   20573:        * src/main/core.C: get_params 1
                   20574: 
                   20575:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   20576:          :( ]
                   20577: 
                   20578:        * src/main/core.C: varios breaks
                   20579: 
                   20580:        * src/main/core.C: get names 3
                   20581: 
                   20582:        * src/main/core.C: get names 2
                   20583: 
                   20584:        * src/main/core.C: get names 1
                   20585: 
                   20586:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   20587:          names 0
                   20588: 
                   20589:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   20590:          text repassing2 operator static vars
                   20591: 
                   20592:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   20593:          main/pa_string.C: process text repassing
                   20594: 
                   20595:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   20596:          module:calls changes
                   20597: 
                   20598: 2001-02-13  paf
                   20599: 
                   20600:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   20601:          ^class:calls[] started
                   20602: 
                   20603:        * src/: include/pa_value.h, main/core.C: z
                   20604: 
                   20605:        * src/main/core.C: operators : and self. prefixes
                   20606: 
                   20607:        * src/main/core.C: z
                   20608: 
1.88      moko     20609:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   20610:          tested
1.86      moko     20611: 
                   20612:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   20613:          optimized
                   20614: 
                   20615:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   20616:          would change privates to better support optimization
                   20617: 
                   20618:        * src/: include/pa_string.h, main/pa_string.C:
                   20619:          String_iterator::skip_to todo:optimize
                   20620: 
                   20621: 2001-02-12  paf
                   20622: 
                   20623:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   20624:          String_iterator
                   20625: 
                   20626:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   20627:          comments
                   20628: 
                   20629:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   20630:          self/methodref joined
                   20631: 
                   20632: 2001-02-11  paf
                   20633: 
                   20634:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   20635:          main/main.dsp: core started.  core.C, context&value .h
                   20636: 
                   20637:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20638:          include/pa_string.h, main/main.dsp, main/pa_array.C,
1.88      moko     20639:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
1.86      moko     20640: 
                   20641: 2001-01-30  paf
                   20642: 
1.88      moko     20643:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   20644:          comments
1.86      moko     20645: 
                   20646:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
1.88      moko     20647:          main/pa_pool.C: moved pa_pool.C to be target specific
1.86      moko     20648: 
                   20649:        * src/: include/pa_exception.h, include/pa_pool.h,
1.88      moko     20650:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   20651:          to & changes
1.86      moko     20652: 
                   20653:        * src/: include/pa_exception.h, include/pa_pool.h,
                   20654:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
1.88      moko     20655:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   20656:          re-associated. that's much better even removed 'die' necessety
1.86      moko     20657: 
                   20658:        * src/: include/pa_error.h, include/pa_exception.h,
                   20659:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   20660:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   20661:          targets/Makefile.am: lowered targets/parser into subdir, added
                   20662:          parser_Pool(Pool) failed to add. would think..
                   20663: 
                   20664:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   20665:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   20666:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   20667:          hence lots of 'const'
                   20668: 
                   20669:        * src/: include/pa_error.h, include/pa_request.h,
                   20670:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   20671:          main/pa_table.C: Error fixed
                   20672: 
                   20673: 2001-01-29  paf
                   20674: 
                   20675:        * src/: include/pa_array.h, include/pa_common.h,
                   20676:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   20677:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   20678:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   20679:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   20680: 
                   20681:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20682:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20683:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   20684:          main/pa_string.C, main/pa_table.C: Request Error Table
                   20685: 
                   20686:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   20687:          templates"
                   20688: 
                   20689:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   20690:          main/main.dsp, main/pa_array.C: templates failed no template
                   20691:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   20692:          2.95.2-6 from latest cygwin]
                   20693: 
                   20694:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20695:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20696:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   20697:          main/pa_table.C: Table started would test template Array now
                   20698: 
                   20699:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   20700:          String originating
                   20701: 
                   20702:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   20703:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   20704:          SYNCHRONIZED(thread_safe)
                   20705: 
                   20706:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   20707:          parts to top
                   20708: 
                   20709:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   20710:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   20711:          see: needed only in global Hash now, made Hash:: put/get
                   20712:          SYNCHRONIZED
                   20713: 
                   20714:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   20715:          main/pa_threads.C: added pa_threads
                   20716: 
                   20717:          Mutex
                   20718: 
                   20719:        * src/include/pa_hash.h: some comments
                   20720: 
                   20721:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   20722:          Array& operator += (Array& src)
                   20723: 
                   20724:        * src/main/pa_array.C: expand not convinient, would rewrite
                   20725: 
                   20726:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   20727:          (Array& src)
                   20728: 
                   20729:          rethought, would change now
                   20730: 
                   20731: 2001-01-27  paf
                   20732: 
                   20733:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   20734:          caching
                   20735: 
                   20736:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20737:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   20738:          cache rethought to chunk caching
                   20739: 
                   20740:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20741:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   20742:          main/pa_hash.C, main/pa_string.C: Array 0
                   20743: 
                   20744:        * src/main/pa_string.C: String::operator ==
                   20745: 
                   20746:        * src/main/pa_hash.C: String(&String)
                   20747: 
                   20748:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   20749: 
                   20750:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   20751:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   20752:          pa_hash[forgotten]
                   20753: 
                   20754: 2001-01-26  paf
                   20755: 
                   20756:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   20757:          removed templates [vc++ suxx]
                   20758: 
                   20759:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   20760:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   20761: 
                   20762:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   20763: 
                   20764:        * src/main/: main.dsp, pa_string.C: $Id$ check
                   20765: 
                   20766:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
                   20767:          check
                   20768: 
                   20769:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   20770:          dynamic row_count
                   20771: 
                   20772:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   20773:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   20774:          targets/Makefile.am: Initial revision
                   20775: 
                   20776:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   20777:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   20778:          targets/Makefile.am: creating parser3 module
                   20779: 

E-mail: