Annotation of parser3/ChangeLog, revision 1.90

1.90    ! moko        1: 2013-10-21  moko
        !             2: 
        !             3:        * tests/: 182.html, results/182.processed: local path removed for
        !             4:          compatibility
        !             5: 
        !             6:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
        !             7:          results/244.processed, results/253.processed,
        !             8:          results/254.processed, results/275.processed,
        !             9:          results/281.processed: try_catch -> try-catch
        !            10: 
        !            11:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
        !            12:          results/294.processed, results/296.processed: try_catch ->
        !            13:          try-catch
        !            14: 
        !            15: 2013-10-20  moko
        !            16: 
        !            17:        * tests/: 296.html, results/296.processed: test for xsl exception
        !            18:          for issue #938 added.
        !            19: 
        !            20:        * src/: include/pa_xml_exception.h,
        !            21:          main/pa_stylesheet_connection.C: forgotten to be replaced
        !            22:          XmlException is now replaced (once again closes issue #938)
        !            23: 
        !            24: 2013-10-19  misha
        !            25: 
        !            26:        * bin/auto.p.dist.in: - more mime-types are added
        !            27: 
        !            28: 2013-10-18  moko
        !            29: 
        !            30:        * buildall: disable clock_gettime detection to avoid librt linking
        !            31:          (which in turn depends on libpthread), related to issue #943
        !            32: 
        !            33: 2013-10-18  misha
        !            34: 
        !            35:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
        !            36:          lib/smtp/smtp.vcproj, main/main.vcproj,
        !            37:          targets/apache/ApacheModuleParser3Core.vcproj,
        !            38:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
        !            39:          types/types.vcproj: - new locations for libxml2 includes where
        !            40:          added to vcproj files
        !            41: 
        !            42: 2013-10-18  moko
        !            43: 
        !            44:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
        !            45:          fix
        !            46: 
        !            47:        * tests/: 295.html, results/295.processed: test for issue #948
        !            48:          updated
        !            49: 
        !            50:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
        !            51:          :)
        !            52: 
        !            53:        * tests/: 295.html, results/295.processed: test for issue #948
        !            54:          added
        !            55: 
        !            56:        * src/: classes/hash.C, classes/string.C, classes/table.C,
        !            57:          include/pa_request.h, types/pa_method.h: for getters and setters
        !            58:          to be executed request.put_element should be called, not
        !            59:          context.put_element (fixes issue #948)
        !            60: 
1.89      moko       61: 2013-10-17  moko
                     62: 
                     63:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                     64:          LIBXML2_NEW_BUFFER check (closes issue #943)
                     65: 
                     66:        * buildall: libxml 2.9.1 build is broken --without-reader.
                     67: 
                     68: 2013-10-16  moko
                     69: 
                     70:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                     71: 
                     72:        * tests/: 294.html, results/294.processed: test for issue #938
                     73: 
                     74:        * src/: classes/xdoc.C, classes/xnode.C,
                     75:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                     76:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                     77: 
                     78:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                     79:          libxslt-1.1.26 -> libxslt-1.1.28
                     80: 
                     81:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                     82:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                     83:          to '?', related to issue #938
                     84: 
                     85: 2013-10-15  moko
                     86: 
                     87:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                     88:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                     89:          minor optimizations (closes issue #896)
                     90: 
                     91:        * tests/results/: 292.processed, 293.processed: results updated to
                     92:          comply with issue #896
                     93: 
                     94:        * tests/: 292.html, 293.html, results/292.processed,
                     95:          results/293.processed: tests for json escaping
                     96: 
                     97: 2013-10-14  moko
                     98: 
                     99:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                    100:          and cleanup, code moved from .h to .C, no changes in code
                    101: 
                    102: 2013-10-12  moko
                    103: 
                    104:        * tests/results/119.processed: updated test result commited
                    105: 
                    106:        * tests/: 291.html, results/291.processed: test for issue #894
                    107:          added
                    108: 
                    109:        * src/types/pa_wcontext.h: base methods call support function
                    110:          get_somebody_entered_some_class should not be true forever, as
                    111:          wcontext can have many get_elements calls (fixes issue #894)
                    112: 
                    113: 2013-10-11  moko
                    114: 
                    115:        * tests/: 290.html, results/290.processed: test for junction GPF
                    116:          issue #942 added
                    117: 
                    118:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                    119:          to native method fixed (closes issue #942)
                    120: 
                    121:        * tests/: 158.html, results/158.processed: test for csv-string[]
                    122:          added
                    123: 
                    124:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                    125:          feature #907)
                    126: 
                    127:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                    128:          feature #907)
                    129: 
                    130: 2013-10-09  moko
                    131: 
                    132:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                    133:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                    134:          types/pa_vstateless_class.C: GET_default, SET_default now works
                    135:          properly not only in objects, but in classes as well (closes
                    136:          issue #903)
                    137: 
                    138:        * tests/: 289.html, results/289.processed: GET/SET_default now
                    139:          works in classes, not only objects, test case added, related to
                    140:          issue #903
                    141: 
                    142:        * tests/: 288.html, results/288.processed: test for endless
                    143:          recursion bug added (related to issue #903)
                    144: 
                    145: 2013-10-05  moko
                    146: 
                    147:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                    148:          classes/table.C, main/execute.C, types/pa_method.h,
                    149:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                    150:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    151:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                    152:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                    153:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                    154:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                    155:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                    156:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                    157:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                    158:          optimization: put_element no longer has "bool areplace" argument,
                    159:          related to issue #903
                    160: 
                    161: 2013-10-03  moko
                    162: 
                    163:        * tests/results/182.processed: result for $.replace(false) test
                    164:          commited
                    165: 
                    166:        * src/classes/date.C: ^date::create(number) processed correctly
                    167:          (fixes issue #901)
                    168: 
                    169:        * src/classes/image.C: as_no_junction removed, as param can be
                    170:          expression (closes issue #931)
                    171: 
                    172:        * tests/233.html: test for issue #931 added
                    173: 
                    174: 2013-10-02  moko
                    175: 
                    176:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                    177:          modified, test for $.replace(false) added
                    178: 
                    179:        * src/main/compile_tools.h: forgotten class replace returned. :)
                    180: 
                    181: 2013-09-30  moko
                    182: 
                    183:        * tests/: 141.html, results/141.processed: md5 tainting test added
                    184: 
                    185:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                    186:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                    187:          implemented; $.replace option added to ^process and ^use
                    188: 
                    189: 2013-08-27  moko
                    190: 
                    191:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                    192:          cstr_to_string_body_untaint should be called with charsets for
                    193:          possible uri language and connection for possible sql language.
                    194:          related to issue #857
                    195: 
                    196:        * buildall: and -> or fixed
                    197: 
                    198: 2013-08-26  moko
                    199: 
                    200:        * buildall: prepare_ functions logic changed to support
                    201:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                    202: 
                    203: 2013-08-23  moko
                    204: 
                    205:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                    206:          statically
                    207: 
                    208: 2013-08-22  moko
                    209: 
                    210:        * src/classes/string.C: String::Empty used (related to issue #912)
                    211:          append_know_length removed (related to old GPF bug)
                    212: 
                    213: 2013-08-21  moko
                    214: 
                    215:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                    216: 
                    217:        * src/classes/math.C: ^math:digest[...;$file] support added
                    218:          (related to ticket #857
                    219: 
                    220:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                    221:          implemented
                    222: 
                    223:        * src/types/pa_vhashfile.h: warning war
                    224: 
                    225:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                    226:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                    227:          anti_endless_json_string_recoursion removed from request;
                    228:          json_string_recoursion added to json_options; $.indent[indent
                    229:          value] now supported and passed within recoursion closes feature
                    230:          #937
                    231: 
                    232:        * tests/: 287.html, results/287.processed: test for feature #937
                    233: 
1.88      moko      234: 2013-07-31  moko
                    235: 
                    236:        * src/lib/json/json.c: STATE__X -> STATE_XX for cygwin compilation
                    237:          having #define _S
                    238: 
                    239:        * src/main/pa_globals.C: cleanup
                    240: 
                    241: 2013-07-30  moko
                    242: 
                    243:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                    244:          main/pa_common.C: vs2003 warning war
                    245: 
                    246:        * src/lib/json/json.c: vs2003 warning war
                    247: 
                    248:        * src/lib/json/json.c: vs2003 compilation fix
                    249: 
                    250:        * src/lib/md5/pa_sha2.c: warning war
                    251: 
                    252: 2013-07-29  moko
                    253: 
                    254:        * src/lib/json/: json.c, json.h: some libjson patches from github
                    255: 
                    256:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                    257:          classes/memcached.C, include/pa_config_includes.h,
                    258:          types/pa_vfile.C, types/pa_vfile.h: warning war
                    259: 
                    260:        * src/lib/json/json.vcproj: C++ -> C
                    261: 
                    262:        * src/lib/json/json.c: C++ warning revert
                    263: 
                    264:        * src/lib/json/json.c: windows compatibility
                    265: 
                    266:        * src/lib/json/json.c: windows compatibility
                    267: 
                    268:        * src/lib/json/: json.c: warning war
                    269: 
                    270:        * src/lib/json/json.c: win32 compilation issues fixes
                    271: 
                    272:        * src/include/pa_config_fixed.h: uint16_t added
                    273: 
                    274:        * configure.in: uint16_t check added
                    275: 
                    276:        * src/: classes/json.C, lib/json/JSON_parser.C,
                    277:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                    278:          lib/json/json.h, lib/json/json.vcproj: JSON_parser with non-free
                    279:          licence is replaced with similar GPL licenced libjson (fixes
                    280:          issue #892)
                    281: 
                    282: 2013-07-25  moko
                    283: 
                    284:        * parser3.sln: dependencies added
                    285: 
                    286:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                    287:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                    288:          module support
                    289: 
                    290:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                    291: 
                    292:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                    293: 
                    294: 2013-07-23  moko
                    295: 
                    296:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                    297:          PA_DEBUG_GC_MEMORY removed
                    298: 
                    299:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                    300:          PA_DEBUG_DISABLE_GC compilation fix
                    301: 
                    302:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                    303:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                    304: 
                    305:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                    306:          garbage cleanup
                    307: 
                    308:        * src/main/pa_common.C: warning war
                    309: 
                    310:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                    311: 
                    312:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                    313:          minor cleanup
                    314: 
                    315:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                    316:          uses cygwin, not WIN32 implementation
                    317: 
                    318:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                    319:          able to exec shell scripts
                    320: 
                    321:        * src/classes/math.C: ifdef WIN32 cleanup
                    322: 
                    323:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                    324: 
                    325:        * bin/auto.p.dist.in: libpq.so -> libpq.
                    326: 
                    327:        * src/classes/curl.C: LT_MODULE_EXT used
                    328: 
                    329:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                    330: 
                    331: 2013-07-22  moko
                    332: 
                    333:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                    334:          includes fix
                    335: 
                    336:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                    337: 
                    338:        * configure.in, src/include/pa_config_includes.h,
                    339:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                    340:          src/main/pa_exec.C: includes cleanup
                    341: 
                    342:        * src/targets/cgi/parser3.C: 2012->2013
                    343: 
                    344:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                    345: 
                    346:        * configure.in, src/include/pa_config_includes.h,
                    347:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                    348:          src/main/pa_random.C, src/main/pa_socks.C,
                    349:          src/types/pa_vstatus.C: cygwin support cleanup
                    350: 
                    351:        * configure.in: dirent.h check added
                    352: 
                    353:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                    354:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                    355:          not copied
                    356: 
                    357: 2013-07-21  moko
                    358: 
                    359:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                    360: 
                    361:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                    362:          parser3.vcproj: unused getopt.h / getopt.c removed
                    363: 
                    364:        * operators.txt, src/classes/file.C, tests/022.html,
                    365:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                    366:          $.stat(true)] usage commented
                    367: 
                    368:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                    369:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                    370:          $.stat(true) it has size/*date columns modified patch from misha@
                    371:          that closes issue #914.
                    372: 
                    373:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                    374:          PA_RELEASE_ASSERTS removed
                    375: 
                    376:        * src/lib/md5/pa_md5c.c: minor cleanup
                    377: 
                    378:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                    379:          localeconv()->decimal_point usage remoed (related to issue #934)
                    380: 
                    381:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                    382:          cordprnt.c removed
                    383: 
                    384:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                    385:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                    386:          pa-include/pa_strings.h: includes cleanup
                    387: 
                    388:        * src/lib/md5/pa_md5c.c: headers cleanup
                    389: 
                    390: 2013-07-20  moko
                    391: 
                    392:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                    393:          cleanup
                    394: 
                    395: 2013-07-19  moko
                    396: 
                    397:        * src/classes/math.C: extern "C" added for crypt
                    398: 
                    399: 2013-07-18  moko
                    400: 
                    401:        * src/classes/math.C: fix redhat7.2 build
                    402: 
                    403: 2013-07-17  moko
                    404: 
                    405:        * configure.in, src/include/pa_config_includes.h,
                    406:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                    407:          added for uint8/32/64_t)
                    408: 
                    409:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                    410:          pa_config_includes.h used for uint32/64_t
                    411: 
                    412: 2013-07-16  moko
                    413: 
                    414:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                    415:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                    416:          war
                    417: 
                    418:        * src/main/compile.tab.C: compile.y was updated
                    419: 
                    420:        * src/main/compile.y: warning war
                    421: 
                    422:        * src/: include/pa_exception.h, main/pa_exception.C,
                    423:          main/pa_xml_exception.C: warning war
                    424: 
                    425:        * src/: include/pa_common.h, main/pa_common.C: warning war
                    426: 
                    427:        * configure.in: beauty :)
                    428: 
                    429:        * tests/: 141.html, results/141.processed: sha256/512 added
                    430: 
                    431: 2013-07-13  moko
                    432: 
                    433:        * src/lib/md5/md5.vcproj: sha2 added
                    434: 
                    435:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                    436:          classes/math.C: sha2 support (sha256/sha512 digest)
                    437: 
                    438: 2013-07-08  moko
                    439: 
                    440:        * src/classes/image.C: directory read or other read problem message
                    441:          fixed (related to issue #933)
                    442: 
                    443: 2013-07-07  moko
                    444: 
                    445:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                    446:          dependense from $charsetsdir directory existance and content (and
                    447:          UTF-8 is default allready)
                    448: 
                    449:        * AUTHORS: + misha + moko. :)
                    450: 
                    451: 2013-07-06  moko
                    452: 
                    453:        * src/: classes/curl.C, include/pa_globals.h,
                    454:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                    455:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                    456:          for lt_dlinit to be called once and lt_dlexit called at right
                    457:          place (related to issue #925)
                    458: 
                    459: 2013-07-04  moko
                    460: 
                    461:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                    462:          VString::as_vfile now uses vfile.set_binary_string to avoid
                    463:          content-type to be set, as it brokes badly designed logic in
                    464:          response output. This hopefully finishes issue #928.
                    465: 
                    466:        * tests/results/: 256.processed, 286.processed: file now displayed
                    467:          as name, size, mode, content-type
                    468: 
                    469:        * src/main/pa_common.C: read error now reported cottectly (fixes
                    470:          issue #933
                    471: 
                    472: 2013-06-28  moko
                    473: 
                    474:        * tests/: 286.html, results/286.processed: test extended
                    475: 
                    476:        * tests/: 286.html, results/286.processed: Test for issue #928
                    477:          added.  it tests default content-type change.
                    478: 
                    479:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                    480:          now updated
                    481: 
                    482: 2013-06-25  moko
                    483: 
                    484:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                    485:          content-type for text/binary files without name added;
                    486:          ^file::create[$f;...] options now works properly and $f
                    487:          properties are default (fixes issue #928)
                    488: 
                    489: 2013-05-16  misha
                    490: 
                    491:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                    492:          added
                    493: 
                    494:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                    495:          table if specified limit is bigger than source rows count
                    496: 
                    497:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                    498:          added ( new feature: #858 )
                    499: 
                    500: 2013-04-29  moko
                    501: 
                    502:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                    503:          $.ipresolve(0|1|2) added (closes issue #891)
                    504: 
                    505:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                    506: 
                    507: 2013-04-24  moko
                    508: 
                    509:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                    510:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                    511:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                    512:          memcached_quit (refs #893)
                    513: 
                    514: 2013-04-22  moko
                    515: 
                    516:        * src/: include/pa_string.h, main/pa_common.C: no more double
                    517:          slashes in file path (fixes bug #872)
                    518: 
                    519:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                    520:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                    521:          #739)
                    522: 
                    523:        * tests/results/266.processed: $.max_params added (feature #915)
                    524: 
                    525:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                    526:          option added to file::load (closes issue #867)
                    527: 
                    528: 2013-04-20  misha
                    529: 
                    530:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                    531:          commited
                    532: 
                    533: 2013-03-15  misha
                    534: 
                    535:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                    536:          multiple empty strings while ::sql. uae String::Empty instead
                    537: 
                    538: 2013-03-14  misha
                    539: 
                    540:        * src/classes/reflection.C: - for user classes
                    541:          ^reflection:method_info[] returns $.max_params and $.extra_param
                    542:          with $.call_type if they available ( new feature: #915 )
                    543: 
                    544:        * src/classes/file.C: - ^file:delete[] now supports an option
                    545:          $.exception(false) that suppress any exception while deleting
                    546:          file ( new feature: #916 )
                    547: 
                    548:        * src/classes/curl.C: - parsing cookies after curl:load now should
                    549:          work :)
                    550: 
                    551: 2013-03-12  misha
                    552: 
                    553:        * src/types/pa_vfile.C: - if specified file_name is empty string
                    554:          set default name for the file
                    555: 
                    556: 2013-03-11  misha
                    557: 
                    558:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                    559:          also available in $f.cookies
                    560: 
                    561:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                    562:          moved to a separate method
                    563: 
                    564: 2013-03-10  moko
                    565: 
                    566:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                    567:          added
                    568: 
                    569:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                    570:          removed (declared by autoconf)
                    571: 
                    572:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                    573:          uint32_t define
                    574: 
1.87      moko      575: 2013-03-10  misha
                    576: 
                    577:        * src/classes/file.C: ^file:delete and ^file:move now support
                    578:          option $.keep-empty-dirs(true) ( new feature: #884 )
                    579: 
                    580:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                    581:          empty dirs is added
                    582: 
                    583: 2013-03-10  moko
                    584: 
                    585:        * src/classes/: bool.C, double.C, int.C: default can be present,
                    586:          but default check removed from ^int/double/bool.int/double/bool
                    587:          for string.int/double/bool compatibility (related to issue #913)
                    588: 
                    589:        * src/classes/string.C: ^string.int/dobule/bool no longer
                    590:          internally throws exception if default is present (closes issue
                    591:          #913)
                    592: 
                    593: 2013-03-09  misha
                    594: 
                    595:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                    596:          optimisations ( #845 )
                    597: 
                    598:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                    599: 
                    600: 2013-03-08  moko
                    601: 
                    602:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                    603:          creates correct table (fixes issue #910)
                    604: 
                    605:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                    606:          use outside of 'connect' operator (fixes issue #911)
                    607: 
                    608:        * tests/results/: 096.processed, 122.processed: test results
                    609:          updated as doubles now printed with 15 significant digits, not 5
                    610:          (fixes issue #882)
                    611: 
                    612:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                    613:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                    614: 
                    615: 2013-02-21  moko
                    616: 
                    617:        * src/classes/table.C: _locate_name_value does not check arguments
                    618:          count, so we check it in advance (fixes issue #905)
                    619: 
                    620: 2012-10-23  moko
                    621: 
                    622:        * buildall: old shell for and echo compatibility (for six)
                    623: 
                    624: 2012-10-19  moko
                    625: 
                    626:        * buildall: --strip added --disable-safe-mode listed in usage
                    627: 
                    628: 2012-10-17  misha
                    629: 
                    630:        * src/classes/op.C: - apply-taint should not throw "outside
                    631:          connect" exception with sql lang now
                    632: 
                    633: 2012-10-17  moko
                    634: 
                    635:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                    636:          each request (for apache module)
                    637: 
                    638: 2012-09-26  moko
                    639: 
                    640:        * src/doc/doxygen.cfg: png -> svg
                    641: 
                    642: 2012-09-25  moko
                    643: 
                    644:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                    645:          test added
                    646: 
                    647:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                    648:          double use when key is long
                    649: 
                    650: 2012-09-16  moko
                    651: 
                    652:        * src/classes/math.C: Format -> Method Encode -> Format
                    653: 
                    654:        * tests/: 141.html, results/141.processed: math:digest hmac test
                    655:          added
                    656: 
                    657: 2012-09-14  moko
                    658: 
                    659:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                    660:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                    661:          implementation added
                    662: 
                    663: 2012-09-12  moko
                    664: 
                    665:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                    666:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                    667:          targets.dox and string.dox slightly actualized
                    668: 
                    669: 2012-08-31  moko
                    670: 
                    671:        * ChangeLog: now generated with patched cvs2cl.pl
                    672: 
1.86      moko      673: 2012-07-29  moko
                    674: 
                    675:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                    676:          result should be pushed after VMethodFrame destructor is called,
                    677:          as it deletes junctions from stack params (fixes issue #868)
                    678: 
                    679: 2012-07-23  moko
                    680: 
                    681:        * INSTALL, README: buildall script usage documented, other outdated
                    682:          info updated.
                    683: 
                    684:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                    685: 
                    686: 2012-07-21  moko
                    687: 
                    688:        * buildall: glib does not compile when threads are disabled...
                    689: 
                    690:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                    691: 
                    692:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                    693:          unref, can't unref nested objects)
                    694: 
                    695:        * src/types/pa_vmail.C: another check added
                    696: 
                    697: 2012-07-19  moko
                    698: 
                    699:        * buildall: usage added
                    700: 
                    701:        * buildall: new buildall script that unites buildall-with-xml,
                    702:          buildall-without-xml, --with-apache and --with-mailreceive
                    703: 
                    704:        * configure.in: support for static gmime and dynamic glib linking.
                    705:          fixes for FreeBSD
                    706: 
                    707: 2012-07-17  moko
                    708: 
                    709:        * configure.in: --with-mailreceive replaced
                    710:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                    711:          removed
                    712: 
                    713: 2012-07-16  moko
                    714: 
                    715:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                    716:          capitalized, content now decoded and text content converted to
                    717:          $request:charset.  all properties are accessed by functions, this
                    718:          ready for dynamic load.
                    719: 
                    720: 2012-06-28  moko
                    721: 
                    722:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                    723:          32 bit
                    724: 
                    725: 2012-06-27  moko
                    726: 
                    727:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                    728:          passive ftp
                    729: 
                    730:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                    731: 
                    732:        * configure.in: 3.4.2 RC -> 3.4.2
                    733: 
                    734: 2012-06-22  moko
                    735: 
                    736:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                    737:          #815)
                    738: 
                    739:        * tests/: 284.html, results/284.processed: output options test
                    740:          (feature #265)
                    741: 
                    742: 2012-06-22  misha
                    743: 
                    744:        * tests/215.html: - little changes
                    745: 
                    746: 2012-06-21  moko
                    747: 
                    748:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                    749:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                    750:          feature #265)
                    751: 
                    752:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                    753:          breaks long .*, default 10M restored. (issue #216)
                    754: 
                    755:        * tests/: 283.html, results/283.processed: test for issue #815
                    756:          added
                    757: 
                    758:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                    759:          again, cstrm not required.
                    760: 
                    761:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                    762:          Win32 and broken FreeBSD (issue #45)
                    763: 
                    764:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                    765: 
                    766:        * src/main/pa_string.C: warnings war
                    767: 
                    768:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                    769:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                    770:          main/pa_socks.C, targets/apache/pa_threads.C,
1.89      moko      771:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                    772:          types/pa_vstatus.C: compilation under cygwin fixed
1.86      moko      773: 
                    774: 2012-06-19  moko
                    775: 
                    776:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                    777:          Windows fixed
                    778: 
                    779:        * parser3.sln: removed antique pcre_ctype
                    780: 
                    781:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                    782: 
                    783:        * src/include/pa_config_fixed.h: undefined reference to
                    784:          __imp__pcre_* fix for Windows
                    785: 
                    786:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
                    787:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                    788:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                    789:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                    790:          define fixed
                    791: 
                    792: 2012-06-18  moko
                    793: 
                    794:        * src/classes/memcached.C: flush -> clear
                    795: 
                    796:        * src/classes/memcached.C: memcached does not support quotes even
                    797:          in server name
                    798: 
                    799:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                    800:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                    801:          called on open to check servers existance.  $.key(true) syntax
                    802:          now supported
                    803: 
                    804: 2012-06-17  moko
                    805: 
                    806:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                    807:          cleanup
                    808: 
                    809:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                    810:          tests/results/282.processed: encloser at the EOF bug fixed,
                    811:          incorrectly enclosed data now processed more logicaly (fixes
                    812:          #339)
                    813: 
                    814: 2012-06-15  moko
                    815: 
                    816:        * buildall-without-xml: sync with buildall-with-xml
                    817: 
                    818:        * buildall-with-xml: download auto-detected between fetch and curl
                    819: 
                    820:        * configure.in: --with-gc and --with-pcre now also processed
                    821:          correctly
                    822: 
                    823:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                    824:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                    825:          should be run on rol1 using automake / aclocal (GNU automake)
                    826:          1.11.1 autoconf (GNU Autoconf) 2.68
                    827: 
                    828:        * configure.in: new PARSER_VERSION logic
                    829: 
                    830:        * src/include/pa_version.h: new pa_version.h logic
                    831: 
                    832:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    833:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                    834:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                    835:          feols_normalized -> fis_text_content set_binary added
                    836: 
                    837:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                    838: 
                    839: 2012-06-15  misha
                    840: 
                    841:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    842:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                    843:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                    844:          ^file::create[text;content] EOLs in content now is normalized. (
                    845:          new feature: #815 )
                    846: 
                    847: 2012-06-15  moko
                    848: 
                    849:        * configure.in: --disable-version-update added to disable version
                    850:          update with host information (for debian package) whitespace
                    851:          optimized
                    852: 
                    853:        * configure.in: version changed to 3.4.2 RC no-pic added for
                    854:          libtool
                    855: 
                    856:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                    857:          it.
                    858: 
                    859: 2012-06-14  moko
                    860: 
                    861:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                    862:          tests/results/281.processed: "hash flocked" error removed for
                    863:          safe operations like ^h._count[] ( new feature: #335 )
                    864: 
                    865:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
                    866: 
                    867:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                    868: 
                    869:        * configure.in: --with-static/shared xml replaced with --with-xml,
                    870:          xml compilation check added
                    871: 
                    872:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                    873:          replaced with --with-gc and --with-pcre test for pcre linking
                    874:          added
                    875: 
                    876: 2012-06-13  moko
                    877: 
                    878:        * configure.in: apxs2 check optimized
                    879: 
                    880:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                    881:          .la, includes optimized
                    882: 
                    883:        * buildall-with-xml: --with-pic looks better for -fPIC
                    884: 
                    885:        * configure.in: switched to convenience library in static linking
                    886: 
                    887:        * src/targets/apache/Makefile.am: switched to convenience library
                    888:          usage to avoid libtool warnings
                    889: 
                    890:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                    891:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                    892:          smtp/Makefile.am: switched to convenience library usage
                    893: 
                    894:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                    895: 
                    896:        * src/targets/apache/Makefile.am: updated for libtool usage
                    897: 
                    898:        * bin/auto.p.dist.in: .cfg removed from charset names.
                    899: 
                    900:        * buildall-without-xml: --with-included-ltdl added
                    901: 
                    902:        * buildall-without-xml: sync with buildall-with-xml
                    903: 
                    904:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                    905:          -fPIC for x64 $download added for wget success check added
                    906: 
                    907:        * buildall-without-xml: --with-dynamic-stdcpp removed
                    908: 
                    909:        * configure.in: disable-static returned
                    910: 
                    911:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                    912:          LIBTOOLFLAGS
                    913: 
                    914: 2012-06-12  moko
                    915: 
                    916:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                    917:          compatible with LIBTOOLFLAGS for unknown reasons
                    918: 
                    919:        * buildall-with-xml: --with-dynamic-stdcpp removed
                    920: 
                    921:        * configure.in: static/dynamic -lstdc++ linking option removed
                    922:          apxs2 check added
                    923: 
                    924:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                    925:          option removed
                    926: 
                    927: 2012-06-10  moko
                    928: 
                    929:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                    930:          added
                    931: 
                    932:        * src/targets/cgi/pp3.cmd: old PAF stuff
                    933: 
                    934:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                    935:          beauty
                    936: 
                    937:        * depcomp: from libtool 2.4.2
                    938: 
                    939:        * configure.in: ltdl directory removed, it has correct Makefile.in
                    940: 
                    941: 2012-06-09  moko
                    942: 
                    943:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                    944:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
                    945:          autogenerated files updated after libtool update
                    946: 
                    947:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                    948:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
                    949:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                    950:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                    951:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                    952:          config/compile, config/config.guess, config/config.sub,
                    953:          config/depcomp, config/install-sh, config/ltmain.sh,
                    954:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                    955:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                    956:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                    957:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                    958:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                    959:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                    960:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                    961:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                    962: 
                    963:        * configure.in: preparation for new libtool
                    964: 
                    965:        * configure.in: Some beauty added :)
                    966: 
                    967:        * src/targets/apache/Makefile.am: := -> =
                    968: 
                    969:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                    970:          again. :)
                    971: 
                    972:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                    973:          previously was taken from pcre_internal.h. :)
                    974: 
                    975:        * src/lib/pcre/Makefile.am: config.h returned
                    976: 
                    977:        * src/lib/pcre/config.h: still need this. :)
                    978: 
                    979:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                    980: 
                    981:        * configure.in: --with-charsets removed; --with-mysql-client & co
                    982:          removed
                    983: 
                    984:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                    985:          now in parser tree, no need to copy
                    986: 
                    987:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                    988:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                    989:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                    990:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                    991:          extracts now used old trash removed
                    992: 
                    993:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                    994:          rare charsets/drivers are commented, sql driver quessing removed
                    995:          (debian/patches/103_auto_p.patch)
                    996: 
                    997:        * etc/parser3.charsets/Makefile.am: charsets now in share
                    998:          (debian/patches/104_automake.patch) + all charsets are copied
                    999: 
                   1000:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   1001:          extra arguments now supported
                   1002: 
                   1003: 2012-06-08  misha
                   1004: 
                   1005:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   1006:          the 2nd option in ^table.hash[] could be hash or table so
                   1007:          .as_hash will throw an exception when table option is specified
                   1008: 
                   1009:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1010:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   1011:          classes/table.C, classes/void.C, classes/xdoc.C,
                   1012:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   1013:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   1014:          and improved (whitespaces are allowed as empty options) -
                   1015:          MethodParams::as_table is added - above methods are used for
                   1016:          parsing methods' options ( new feature: #9 )
                   1017: 
                   1018:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   1019:          to vclass. now class fields can be accessible as a hash:
                   1020:          $h[^hash::create[$asd:CLASS]]
                   1021: 
                   1022:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   1023:          have get_fields method so their fields can be accessed with
                   1024:          ^reflection:fields[...] & ^reflection:field[...]
                   1025: 
                   1026: 2012-06-06  misha
                   1027: 
                   1028:        * tests/280.html: - tests for
                   1029:          ^reflection:method[obj-or-class;method],
                   1030:          ^reflection:field[obj-or-class;field] and
                   1031:          ^reflection:fields[obj-or-class] are added
                   1032: 
                   1033: 2012-06-05  misha
                   1034: 
                   1035:        * src/classes/reflection.C: - ^reflection:method[class or
                   1036:          object;method name] and ^reflection:field[class or object;field
                   1037:          name] are added
                   1038: 
                   1039:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   1040:          is used
                   1041: 
                   1042:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   1043: 
                   1044: 2012-06-05  moko
                   1045: 
                   1046:        * src/targets/Makefile.am: cgi now build with apache module
                   1047: 
                   1048:        * src/classes/memcached.C: flish ttl fixed
                   1049: 
                   1050: 2012-06-04  moko
                   1051: 
                   1052:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   1053:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   1054:          option (new feature #833)
                   1055: 
                   1056: 2012-06-04  misha
                   1057: 
                   1058:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   1059:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   1060: 
                   1061: 2012-06-03  misha
                   1062: 
                   1063:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   1064:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   1065: 
                   1066: 2012-05-30  misha
                   1067: 
                   1068:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   1069:          incomplete class into a scope while @USE is found
                   1070: 
                   1071:        * src/main/compile.y: - add incomplete class into a scope while
                   1072:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   1073: 
                   1074: 2012-05-30  moko
                   1075: 
                   1076:        * src/types/pa_vclass.C, tests/278.html,
                   1077:          tests/results/278.processed: removed "property has no getter
                   1078:          method" exception when GET_DEFAULT present (fixes #269)
                   1079: 
                   1080:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   1081:          $._default
                   1082: 
                   1083: 2012-05-29  moko
                   1084: 
                   1085:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   1086:          uninitialized values usage (new feature: #154)
                   1087: 
                   1088: 2012-05-28  moko
                   1089: 
                   1090:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   1091:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   1092:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   1093:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   1094:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   1095:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   1096:          tests/results/277.processed, src/types/pa_vtable.h,
                   1097:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   1098:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   1099:          feature #803)
                   1100: 
                   1101:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   1102:          tests/results/277.processed: json numbers are now treated as
                   1103:          double ( new feature: #834 )
                   1104: 
                   1105:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   1106:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   1107:          added for out of range checks, zero division in vint/vdouble
                   1108:          check added ( fixes #832 )
                   1109: 
                   1110:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   1111:          ( fixes #832 )
                   1112: 
                   1113: 2012-05-28  misha
                   1114: 
                   1115:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   1116:          configure
                   1117: 
                   1118:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   1119:          added - tests for unsupported values for options $.file, $.table
                   1120:          and $.date are added
                   1121: 
                   1122:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   1123:          accepts "stat" $.file[] option's value in addition to existed
                   1124:          "text" and "base64" ( new feature: #835 )
                   1125: 
                   1126:        * tests/276.html: - test for
                   1127:          ^reflection:delete[$object-or-class;field-name]
                   1128: 
                   1129:        * src/classes/reflection.C: -
                   1130:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   1131:          feature: #268 )
                   1132: 
                   1133: 2012-05-27  misha
                   1134: 
                   1135:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   1136: 
                   1137: 2012-05-24  misha
                   1138: 
                   1139:        * src/include/pa_common.h: - method lastposafter was removed
                   1140: 
                   1141:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   1142:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   1143:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   1144:          work as *nix commands
                   1145: 
                   1146:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   1147: 
                   1148:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   1149:          rskipchars were added
                   1150: 
                   1151:        * tests/270.html: - more tests for ^file:find[]
                   1152: 
                   1153:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   1154: 
                   1155:        * src/include/pa_version.h: - must be "win32" here. it is
                   1156:          auto-generated on *nix
                   1157: 
                   1158: 2012-05-24  moko
                   1159: 
                   1160:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   1161:          throws overflow exception ( new feature: #830 )
                   1162: 
                   1163:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   1164:          uint32 support and overflow added ( new feature: #830 )
                   1165: 
                   1166: 2012-05-23  moko
                   1167: 
                   1168:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   1169:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   1170:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   1171:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   1172:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   1173:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   1174:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   1175:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   1176:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   1177:          "return string as-is" removed from as_expr_result. ( new feature:
                   1178:          #831 )
                   1179: 
                   1180:        * tests/results/244.processed: test changed after bug #782 fix
                   1181:          commited
                   1182: 
                   1183:        * tests/results/229.processed: test results for bug #782 commited
                   1184: 
                   1185:        * tests/: 254.html, results/254.processed: uid now just compared,
                   1186:          not printed. :)
                   1187: 
                   1188: 2012-05-20  moko
                   1189: 
                   1190:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   1191:          feature: #341 )
                   1192: 
                   1193:        * tests/: 254.html, results/254.processed: test for
                   1194:          ^reflection:uid[] added
                   1195: 
                   1196:        * tests/: 254.html, results/254.processed: test for
                   1197:          ^reflection:uid[$obj] added
                   1198: 
                   1199: 2012-05-17  misha
                   1200: 
                   1201:        * src/main/untaint.C: - do not replace ' char by _26 while
                   1202:          exploding filespec-tainting ( new feature: #829 )
                   1203: 
                   1204: 2012-05-12  moko
                   1205: 
                   1206:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   1207:          not.
                   1208: 
                   1209: 2012-05-08  moko
                   1210: 
                   1211:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   1212: 
                   1213:        * tests/229.html: test for bug #782
                   1214: 
                   1215:        * tests/results/259.processed, src/main/pa_request.C,
                   1216:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   1217:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   1218:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   1219:          string; defined locals are empty strings; $STRICT-VARS(true)
                   1220:          added
                   1221: 
                   1222: 2012-04-27  moko
                   1223: 
                   1224:        * src/targets/apache/Makefile.am:
                   1225:          ../../lib/memcached/libmemcached.a added
                   1226: 
                   1227: 2012-04-27  misha
                   1228: 
                   1229:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   1230:          ( #827 )
                   1231: 
                   1232: 2012-04-25  moko
                   1233: 
                   1234:        * src/: classes/json.C, classes/memcached.C,
                   1235:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1236:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   1237:          implemented.
                   1238: 
                   1239:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   1240: 
                   1241: 2012-04-23  moko
                   1242: 
                   1243:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1244:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   1245:          types/pa_vmemcached.h: open allows options hash for new
                   1246:          memcached(options) function
                   1247: 
                   1248:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   1249:          not appended
                   1250: 
                   1251: 2012-04-21  moko
                   1252: 
                   1253:        * src/classes/curl.C: '' added. :)
                   1254: 
                   1255:        * src/classes/classes.vcproj: new curl.h location
                   1256: 
                   1257:        * src/classes/curl.C: verbose output redirection from stderr to
                   1258:          file curl option added
                   1259: 
                   1260: 2012-04-20  moko
                   1261: 
                   1262:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   1263:          contains what we need from curl, #ifdef HAVE_CURL removed
                   1264: 
                   1265:        * configure, configure.in, src/classes/Makefile.am,
                   1266:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
                   1267:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   1268:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
                   1269:          configure option
                   1270: 
                   1271: 2012-04-19  moko
                   1272: 
                   1273:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   1274:          classes/string.C, lib/gc/include/gc_allocator.h,
                   1275:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   1276:          options from sql_result_string removed. (closes issue #468)
                   1277: 
                   1278:        * src/types/pa_vmemcached.C: empty string fix
                   1279: 
                   1280:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   1281:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   1282:          pa_vmemcached.C
                   1283: 
                   1284: 2012-04-18  moko
                   1285: 
                   1286:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   1287:          apache2-mpm-prefork" error displayed in threaded mpm.
                   1288: 
                   1289:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   1290:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   1291:          installed (issue #354)
                   1292: 
                   1293: 2012-04-16  moko
                   1294: 
                   1295:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   1296:          memcached_result_free removed
                   1297: 
                   1298: 2012-04-14  moko
                   1299: 
                   1300:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   1301: 
                   1302:        * src/types/pa_vmemcached.C: check_key added and used
                   1303: 
                   1304: 2012-04-13  moko
                   1305: 
                   1306:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   1307:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   1308:          Serialization_data now added and used, VString now serialized
                   1309:          with languages into memcached.
                   1310: 
                   1311: 2012-03-28  moko
                   1312: 
                   1313:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   1314:          lib/memcached/pa_memcached.h: result lengths added
                   1315: 
                   1316: 2012-03-27  moko
                   1317: 
                   1318:        * src/types/pa_vmemcached.C: strdup added
                   1319: 
                   1320: 2012-03-24  moko
                   1321: 
                   1322:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1323:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   1324:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   1325: 
                   1326: 2012-03-20  moko
                   1327: 
                   1328:        * configure, configure.in: Makefiles.in updated for memcached
                   1329: 
                   1330:        * src/targets/cgi/Makefile.am: cleanup
                   1331: 
                   1332:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   1333:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   1334: 
                   1335:        * src/: classes/Makefile.am, classes/memcached.C,
                   1336:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   1337:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1338:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   1339: 
                   1340: 2012-03-16  moko
                   1341: 
                   1342:        * src/main/execute.C: ident now works under Linux + ident displays
                   1343:          filenames (closes issue #818)
                   1344: 
                   1345:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
                   1346:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   1347:          pa_vmethod_frame_local.h removed
                   1348: 
                   1349:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1350:          classes/classes.h, classes/curl.C, classes/date.C,
                   1351:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1352:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1353:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1354:          classes/memory.C, classes/op.C, classes/reflection.C,
                   1355:          classes/regex.C, classes/response.C, classes/string.C,
                   1356:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   1357:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   1358:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   1359:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1360:          include/pa_dictionary.h, include/pa_dir.h,
                   1361:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1362:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1363:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1364:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1365:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1366:          include/pa_sapi.h, include/pa_socks.h,
                   1367:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1368:          include/pa_stack.h, include/pa_string.h,
                   1369:          include/pa_stylesheet_connection.h,
                   1370:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   1371:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   1372:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   1373:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   1374:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   1375:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1376:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1377:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1378:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   1379:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   1380:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   1381:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   1382:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   1383:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   1384:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   1385:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   1386:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   1387:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   1388:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1389:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1.89      moko     1390:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   1391:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   1392:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   1393:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   1394:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   1395:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   1396:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   1397:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   1398:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   1399:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   1400:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   1401:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   1402:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   1403:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   1404:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   1405:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   1406:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   1407:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   1408:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   1409:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   1410:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   1411:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   1412:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   1413:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   1414:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   1415:          ident now works under Linux + ident displays filenames (closes
                   1416:          issue #818) Copyright updated
1.86      moko     1417: 
                   1418: 2012-03-13  moko
                   1419: 
                   1420:        * src/main/pa_string.C: compilation fix for feature #741
                   1421: 
                   1422: 2012-03-09  misha
                   1423: 
                   1424:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   1425: 
                   1426:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   1427:          now detects invalid base64 chars in the middle of encoded stricg
                   1428:          ( new feature: #55 )
                   1429: 
                   1430:        * src/include/pa_exception.h: - new exception type for base64
                   1431:          decoding is added
                   1432: 
                   1433: 2012-03-06  misha
                   1434: 
                   1435:        * tests/274.html: - tests for ^date::today[] and
                   1436:          ^date.sql-string[datetime|date|time] are added
                   1437: 
                   1438:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   1439:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   1440:          strings "datetime", "date" or "time" - comments tidying up
                   1441: 
                   1442:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   1443:          date and time
                   1444: 
                   1445: 2012-03-03  misha
                   1446: 
                   1447:        * tests/193.html: - tests for
                   1448:          ^string:base64[encoded;$.strict(true)] are added
                   1449: 
                   1450:        * tests/results/auto.p: - try-catch operator is added
                   1451: 
                   1452:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   1453:          main/pa_common.C: - $.strict(true|false) option is added to
                   1454:          base64 decode methods ( new feature: #55 )
                   1455: 
                   1456:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   1457:          ( new feature: #819 )
                   1458: 
                   1459: 2012-02-28  moko
                   1460: 
                   1461:        * src/classes/hash.C: ident test
                   1462: 
                   1463: 2012-02-27  misha
                   1464: 
                   1465:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   1466: 
                   1467: 2012-01-08  misha
                   1468: 
                   1469:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   1470: 
                   1471:        * src/: classes/string.C, include/pa_dictionary.h,
                   1472:          main/pa_dictionary.C, main/pa_string.C: -
                   1473:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   1474:          ^string.replace[one subst here] is slightly optimized
                   1475: 
                   1476: 2011-12-07  misha
                   1477: 
                   1478:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   1479:          named table with one empty column ( bugfix: #63 )
                   1480: 
                   1481: 2011-11-30  misha
                   1482: 
                   1483:        * src/classes/json.C: - it's possible to set user's method for
                   1484:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   1485:          #763 )
                   1486: 
                   1487:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   1488: 
                   1489: 2011-11-23  misha
                   1490: 
                   1491:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1492:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   1493:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   1494:          ^file::create[mode;filename;content[;options]] now accepts binary
                   1495:          mode and file-content - new constructor's format:
                   1496:          ^file::create[string-or-file-content[;$.name[filename]
                   1497:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   1498:          feature: #65 )
                   1499: 
                   1500:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   1501:          mime_type_of(const String*) is added
                   1502: 
                   1503:        * src/include/pa_exception.h: - new exception constant
                   1504:          FILE_NAME_MUST_BE_SPECIFIED is added
                   1505: 
                   1506:        * src/classes/table.C: - bug with negative offset transformed into
                   1507:          a feature. it means pointing to a row from the end of the table (
                   1508:          new feature: #810 )
                   1509: 
                   1510: 2011-11-19  misha
                   1511: 
                   1512:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   1513:          â ìåòîäå _select ( new feature: #810 )
                   1514: 
                   1515:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   1516:          options were specified together is simplified
                   1517: 
                   1518: 2011-11-12  misha
                   1519: 
                   1520:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   1521:          HTTP content-disposition header (a part of bug #361 )
                   1522: 
                   1523:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   1524:          checks for ancestors' classes as well ( new feature: #456 )
                   1525: 
                   1526:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   1527:          "without cycle" now have types "parser.break" and
                   1528:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   1529:          )
                   1530: 
                   1531: 2011-11-11  misha
                   1532: 
                   1533:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   1534:          237.processed: - since bug #361 was fixed the content of filename
                   1535:          in HTTP headers is quoted
                   1536: 
                   1537:        * tests/results/270.processed: - result for test 270
                   1538: 
                   1539:        * tests/: 065.html, results/065.processed: - more tests for
                   1540:          ^file:basename[] & Co were added
                   1541: 
                   1542:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   1543: 
                   1544:        * tests/270.html: - tests for ^file:find[] are added
                   1545: 
                   1546:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   1547:          using option $.charset. option $.engoding is still supported but
                   1548:          these options can not be specified together
                   1549: 
                   1550:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   1551:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   1552: 
                   1553: 2011-10-11  misha
                   1554: 
                   1555:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   1556:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   1557:          #622)
                   1558: 
                   1559: 2011-09-30  misha
                   1560: 
                   1561:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   1562:          exception "saving stat-ed file" ( bugfix: #395 )
                   1563: 
                   1564: 2011-05-30  misha
                   1565: 
                   1566:        * src/classes/string.C: - fixed bug which was added with
                   1567:          params.as_hash into string:sql
                   1568: 
                   1569: 2011-05-29  misha
                   1570: 
                   1571:        * src/types/pa_value.C: - filename in content-disposition header
                   1572:          must be quoted ( bugfix: #361 )
                   1573: 
                   1574: 2011-05-27  misha
                   1575: 
                   1576:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   1577:          created file
                   1578: 
                   1579:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   1580:          usage
                   1581: 
                   1582:        * src/include/pa_exception.h: - one more string for exception was
                   1583:          added
                   1584: 
                   1585: 2011-05-25  misha
                   1586: 
                   1587:        * tests/269.html: - tests for checking input params in some dom
                   1588:          methods
                   1589: 
                   1590:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   1591:          was added. it isn't possible not wo create xdoc with invalid
                   1592:          tagName. ( bugfix: #160 )
                   1593: 
                   1594:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   1595:          string "data must be string" was mover from pa_exception.h to
                   1596:          pa_xml_exception.h
                   1597: 
                   1598:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   1599:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   1600: 
                   1601:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   1602: 
                   1603:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   1604:          options - XML-related exception's strings were added
                   1605: 
                   1606:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   1607:          output_options were removed)
                   1608: 
                   1609: 2011-05-19  misha
                   1610: 
                   1611:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   1612:          params.as_hash is used more while parsing methods hash-options
                   1613: 
                   1614: 2011-05-18  misha
                   1615: 
                   1616:        * operators.txt: - info about json-serialization of xdoc was added
                   1617: 
                   1618:        * tests/256.html: - tests for json-serialization xdoc were added
                   1619: 
                   1620:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   1621: 
                   1622:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1623:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   1624:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   1625:          specified in $.xdoc[] ( new feature: #265 )
                   1626: 
                   1627: 2011-05-15  misha
                   1628: 
                   1629:        * tests/268.html: - tests for ^table.count[with options] were added
                   1630: 
                   1631:        * src/classes/table.C: - method ^table.count[] now can accept
                   1632:          options ( new feature: #93 ): ^table.count[column] returns number
                   1633:          of columns for named table; ^table.count[cells] returns number of
                   1634:          cells in the current row; ^table.count[] & ^table.count[rows]
                   1635:          return number of rows in a table.
                   1636: 
                   1637:        * tests/267.html: - test for checking switch/case in boolean mode
                   1638:          was added
                   1639: 
                   1640:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   1641:          compared as bool values, not as double values: new feature: #351
                   1642: 
                   1643: 2011-05-06  misha
                   1644: 
                   1645:        * tests/242.html: - EOL before EOF was added
                   1646: 
                   1647:        * tests/169.html: - tests for splitting empty string and void were
                   1648:          added
                   1649: 
                   1650:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   1651:          returned table with one empty cell)
                   1652: 
                   1653: 2011-04-03  misha
                   1654: 
                   1655:        * src/include/pa_version.h, configure.in: - version in head was
                   1656:          changed to 3.4.2b
                   1657: 
                   1658: 2011-03-30  misha
                   1659: 
                   1660:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   1661:          as well ( new feature #294 )
                   1662: 
                   1663: 2011-03-29  misha
                   1664: 
                   1665:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   1666:          limited to approx. 6 MB. previous limits were too big for real
                   1667:          life. bugfix: #216
                   1668: 
                   1669: 2011-03-04  moko
                   1670: 
                   1671:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   1672:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   1673: 
                   1674:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   1675:          vlalek@
                   1676: 
                   1677: 2011-02-22  misha
                   1678: 
                   1679:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   1680:          be under #ifdef XML or parser can't be compiled without xml
                   1681:          support
                   1682: 
                   1683: 2011-02-21  misha
                   1684: 
                   1685:        * src/targets/apache/: Makefile.am: - mention
                   1686:          ApacheModuleParser3.vcproj was removed
                   1687: 
                   1688:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   1689:          removed)
                   1690: 
                   1691: 2011-02-20  misha
                   1692: 
                   1693:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   1694:          $.overridden in ^reflection:method_info[...] were added
                   1695: 
                   1696:        * src/classes/reflection.C: - beautifying result of
                   1697:          ^reflection:method_info[] ($.overridden/inherited)
                   1698: 
                   1699: 2011-02-18  misha
                   1700: 
                   1701:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   1702:          and pa_isalnum instead of isalpha and isalnum - bug with
                   1703:          redundand quoting lowercased latin chars while building email
                   1704:          body was fixed
                   1705: 
                   1706:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   1707:          added (they check for latin chars only)
                   1708: 
                   1709: 2011-02-16  misha
                   1710: 
                   1711:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   1712:          string size for transcoding gave too small value (should ever
                   1713:          look for availability char in dest charset inspite of the char
                   1714:          size)
                   1715: 
                   1716: 2011-02-04  moko
                   1717: 
                   1718:        * tests/223.html: header values now not url-encoded (issue #195)
                   1719: 
                   1720: 2011-02-01  misha
                   1721: 
                   1722:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   1723: 
                   1724: 2011-01-31  misha
                   1725: 
                   1726:        * src/main/pa_request.C: - throw exception if param file_name in
                   1727:          use_file is empty
                   1728: 
                   1729: 2011-01-08  moko
                   1730: 
                   1731:        * src/classes/curl.C: compilations errors fixed
                   1732: 
                   1733: 2010-12-29  moko
                   1734: 
                   1735:        * tests/: 265.html, results/265.processed: test for issue #200
                   1736:          added
                   1737: 
                   1738:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   1739:          #200)
                   1740: 
                   1741:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   1742: 
                   1743:        * tests/results/223.processed: header values now not url-encoded
                   1744:          (issue #195)
                   1745: 
                   1746:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   1747:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   1748:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   1749: 
                   1750: 2010-12-18  misha
                   1751: 
                   1752:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   1753:          => pa-include
                   1754: 
                   1755: 2010-11-28  moko
                   1756: 
                   1757:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   1758: 
                   1759:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   1760:          -> pa
                   1761: 
                   1762:        * configure.in: apr -> pa
                   1763: 
                   1764:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   1765: 
                   1766:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   1767:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   1768: 
                   1769:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   1770:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   1771:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
1.88      moko     1772:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   1773:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   1774:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   1775:          module apr name conflict resolved)
1.86      moko     1776: 
                   1777: 2010-11-27  misha
                   1778: 
                   1779:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   1780:          libbz2
                   1781: 
                   1782: 2010-11-26  misha
                   1783: 
                   1784:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   1785:          warnings removed
                   1786: 
                   1787: 2010-11-25  moko
                   1788: 
                   1789:        * operators.txt: $.indent(true)
                   1790: 
                   1791:        * operators.txt: another bugfix. :)
                   1792: 
                   1793:        * operators.txt: bugfix. :)
                   1794: 
                   1795:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   1796: 
                   1797: 2010-11-24  moko
                   1798: 
                   1799:        * configure: apxs support
                   1800: 
                   1801:        * configure.in: apxs support -Bstatic gc removed for OS X
                   1802: 
                   1803:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   1804: 
                   1805:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   1806:          THREAD_LOCAL usage
                   1807: 
                   1808:        * src/: classes/curl.C, include/pa_config_includes.h,
                   1809:          main/pa_globals.C: THREAD_LOCAL defined and used
                   1810: 
                   1811: 2010-11-23  moko
                   1812: 
                   1813:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   1814:          should be passed to pa_sleep, and only fractional part (bugfix:
                   1815:          #188)
                   1816: 
                   1817:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   1818: 
                   1819:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   1820:          GC_dont_gc=1, as in cgi version
                   1821: 
                   1822:        * src/targets/apache/mod_parser3.c: warning war
                   1823: 
                   1824:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1825:          pa_httpd.h: version removed, some trash removed
                   1826: 
                   1827:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   1828:          to show it), warning war
                   1829: 
                   1830:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1831:          pa_httpd.h: parser_status_allowed removed + merge config
                   1832:          functions removed (override is the default) + beauty
                   1833: 
                   1834:        * src/: include/pa_request.h, main/pa_request.C,
1.89      moko     1835:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   1836:          hide $status used in apache module removed
1.86      moko     1837: 
                   1838: 2010-11-18  moko
                   1839: 
                   1840:        * operators.txt: $.table[compact] added for ^json:string[]
                   1841: 
                   1842: 2010-11-16  moko
                   1843: 
                   1844:        * src/targets/apache/mod_parser3.c: some cleanup done
                   1845: 
                   1846:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   1847:          is hashcode; second, info.fragment_begin is original, not
                   1848:          resulting length
                   1849: 
                   1850:        * src/classes/file.C: new feature: $.stdin now untainted
                   1851: 
                   1852:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   1853: 
                   1854:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   1855: 
                   1856:        * src/classes/op.C: ^apply-taint[] method added
                   1857: 
                   1858:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   1859:          added; $.stdin untaint test added
                   1860: 
                   1861: 2010-11-15  moko
                   1862: 
                   1863:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   1864:          removed
                   1865: 
                   1866:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1867:          pa_httpd.h: 2x2 calculated under apache2. :)
                   1868: 
                   1869: 2010-11-13  moko
                   1870: 
                   1871:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   1872:          with apache 2.x includes
                   1873: 
                   1874:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   1875:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   1876:          united apache 1.3 / apache 2.x DSO module
                   1877: 
                   1878: 2010-11-09  moko
                   1879: 
                   1880:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   1881:          syntax
                   1882: 
                   1883:        * tests/: 263.html, results/263.processed: test from method[*args]
                   1884:          added
                   1885: 
                   1886:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   1887:          number of params can now be passed to a method declared with *arg
                   1888: 
                   1889: 2010-11-06  moko
                   1890: 
                   1891:        * src/classes/table.C: formating fixed. :)
                   1892: 
                   1893:        * src/classes/table.C: closes #4: ^table.select now supports
                   1894:          $.limit(), $.offset, $.reverse() options
                   1895: 
                   1896:        * tests/: 262.html, results/262.processed: test for ^table:select
                   1897:          with options added (feature #4)
                   1898: 
                   1899:        * src/include/pa_array.h: remove function added
                   1900: 
                   1901:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   1902:          object in get_element/put_element, using static one.
                   1903: 
                   1904: 2010-11-04  moko
                   1905: 
                   1906:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   1907:          options is passed
                   1908: 
                   1909:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   1910:          now tested; k and p in handler now tested.
                   1911: 
                   1912:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   1913:          $.table[compact] feature added
                   1914: 
                   1915:        * src/classes/json.C: key is now passed to handler in
                   1916:          value_json_string; ^json:string result now process tainting
                   1917:          inside and returns clean string, related to issue #153
                   1918: 
                   1919:        * src/main/untaint.C: bugfix: charset can be null (in
                   1920:          ^string:save[] as example), thus check is added
                   1921: 
                   1922: 2010-10-31  moko
                   1923: 
                   1924:        * src/classes/string.C: error message changed (fixes issue #149)
                   1925: 
                   1926: 2010-10-29  moko
                   1927: 
                   1928:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   1929:          port is not default (fixes issue #155); exception on invalid port
                   1930:          added.
                   1931: 
                   1932:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   1933:          "Accept: */*" to be passed
                   1934: 
                   1935: 2010-10-28  moko
                   1936: 
                   1937:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   1938:          exception on unknown charset even if response_charset was
                   1939:          specified
                   1940: 
                   1941: 2010-10-27  moko
                   1942: 
                   1943:        * src/classes/string.C: ^string.append removed for void
                   1944:          compatibility
                   1945: 
                   1946: 2010-10-26  moko
                   1947: 
                   1948:        * src/classes/json.C: libjson supports array at top level, we too
                   1949:          (GPF fixed)
                   1950: 
                   1951: 2010-10-25  moko
                   1952: 
                   1953:        * tests/: 253.html, results/253.processed: libjson supports array
                   1954:          at top level, parser now supports it as well.
                   1955: 
                   1956:        * tests/261.html, tests/results/261.processed,
                   1957:          src/types/pa_vstring.h: empty string is now void compatible
                   1958:          (allows $empty.key)
                   1959: 
                   1960: 2010-10-22  misha
                   1961: 
                   1962:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   1963:          while adding additional expires checkout)
                   1964: 
                   1965:        * tests/030.html: - test for session cookie was added
                   1966: 
                   1967: 2010-10-21  moko
                   1968: 
                   1969:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   1970:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   1971:          string (feature #111)
                   1972: 
                   1973:        * tests/: 261.html, results/261.processed: checks void from string
                   1974:          inheritance (feature #111)
                   1975: 
                   1976:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   1977:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   1978:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   1979:          now true by default
                   1980: 
                   1981: 2010-10-17  moko
                   1982: 
                   1983:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   1984:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   1985:          (bugfix: #128)
                   1986: 
                   1987:        * tests/: 223.html, results/223.processed: binary file upload test
                   1988:          added, GPF (issue #128) also checked in this test
                   1989: 
                   1990: 2010-10-13  misha
                   1991: 
                   1992:        * tests/260.html: - test for math:convert
                   1993: 
                   1994:        * src/classes/math.C: - error in math:convert was fixed
                   1995: 
                   1996:        * operators.txt: - info about
                   1997:          ^math:convert[number](from-base;to-base) was added
                   1998: 
                   1999:        * src/classes/math.C: - method
                   2000:          ^math:convert[number](from-base;to-base) for converting number
                   2001:          represention from one base to another was added ( new feature:
                   2002:          #23 )
                   2003: 
                   2004: 2010-10-13  moko
                   2005: 
                   2006:        * src/main/compile.tab.C: [] now is empty string, not void
                   2007: 
                   2008:        * src/main/compile.y: [] now is empty string, not void
                   2009: 
                   2010:        * src/types/pa_vvoid.h: void now passed as parameter
                   2011: 
                   2012:        * tests/: 259.html, results/259.processed: to test difference
                   2013:          between void and empty string (see ticket #111)
                   2014: 
                   2015:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   2016:          void
                   2017: 
                   2018:        * tests/256.html: $s[$void] is no longer empty string
                   2019: 
                   2020:        * tests/254.html: empty string is no longer void
                   2021: 
                   2022: 2010-10-12  misha
                   2023: 
                   2024:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   2025:          converted to date during cookies set up ( bugfix: #104 )
                   2026: 
                   2027:        * tests/041.html: - more tests for ^table.locate were added
                   2028: 
                   2029:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   2030:          work ( bugfix: #129 ) - exception comment for incorrect options
                   2031:          ^table.locate[field;value;options] was fixed
                   2032: 
                   2033: 2010-10-10  moko
                   2034: 
                   2035:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   2036:          another object feature returned
                   2037: 
                   2038:        * tests/results/258.processed: test result updated as constructor
                   2039:          returning another object feature returned
                   2040: 
                   2041:        * tests/: 258.html, results/258.processed: test for constructor
                   2042:          returning another object
                   2043: 
                   2044: 2010-10-08  misha
                   2045: 
                   2046:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   2047:          options shouldn't cause exceptions any longer
                   2048: 
                   2049: 2010-10-06  moko
                   2050: 
                   2051:        * src/classes/: hash.C, table.C: length from sql server is now
                   2052:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   2053: 
                   2054: 2010-10-02  misha
                   2055: 
                   2056:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   2057:          usable to delete cache file.
                   2058: 
                   2059: 2010-10-02  moko
                   2060: 
                   2061:        * tests/: 253.html, results/253.processed: hook_key added for key
                   2062:          checking
                   2063: 
                   2064:        * src/classes/json.C: null key bug fixed
                   2065: 
                   2066: 2010-09-29  misha
                   2067: 
                   2068:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   2069: 
                   2070: 2010-09-25  moko
                   2071: 
                   2072:        * src/classes/json.C: small fixed
                   2073: 
                   2074:        * tests/results/: 253.processed, 255.processed: just updated
                   2075: 
                   2076:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   2077:          results/255.processed: charset transcode test added for
                   2078:          json:parse
                   2079: 
                   2080: 2010-09-24  moko
                   2081: 
                   2082:        * src/types/pa_value.h: warning war :)
                   2083: 
                   2084:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   2085:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   2086:          ^json:string
                   2087: 
                   2088: 2010-09-22  moko
                   2089: 
                   2090:        * src/main/pa_charset.C: parser charset tables declare only
                   2091:          white-space before 0x20, thus adding the missing chars
                   2092: 
                   2093:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   2094:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   2095: 
                   2096: 2010-09-21  misha
                   2097: 
                   2098:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   2099:          want to compile grammar if they are absent)
                   2100: 
                   2101:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   2102: 
                   2103:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   2104: 
                   2105:        * src/main/main.vcproj: - path to bison is changed
                   2106: 
                   2107: 2010-09-21  moko
                   2108: 
                   2109:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   2110:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   2111:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
                   2112: 
                   2113: 2010-09-20  misha
                   2114: 
                   2115:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   2116: 
                   2117:        * src/classes/json.C: - add EOL while json-serializing hash
                   2118: 
                   2119:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   2120:          compilers don't like 'ES'.
                   2121: 
                   2122: 2010-09-17  misha
                   2123: 
                   2124:        * operators.txt: - info about json class was added
                   2125: 
                   2126:        * src/classes/json.C: - ^json:string[object]
                   2127: 
                   2128:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   2129:          preventing infinite recursion while executing json:string was
                   2130:          added
                   2131: 
                   2132:        * src/include/pa_string.h: - method append_quoted was added
                   2133: 
                   2134:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   2135:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   2136:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   2137:          was added to Value & Co
                   2138: 
                   2139:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   2140:          were used
                   2141: 
                   2142:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   2143:          were added
                   2144: 
                   2145: 2010-09-10  moko
                   2146: 
                   2147:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   2148:          die_or_abort (backport from 3.4.1)
                   2149: 
                   2150:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   2151:          die_or_abort (bugfix: #106)
                   2152: 
                   2153: 2010-09-09  moko
                   2154: 
                   2155:        * src/classes/json.C: warning war. :)
                   2156: 
                   2157: 2010-09-08  misha
                   2158: 
                   2159:        * src/lib/json/Makefile.am: - additional include directories were
                   2160:          added (for pa_memory.h and gc.h)
                   2161: 
                   2162:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   2163:          compile as C++ instead default - additional include directory was
                   2164:          added (for gc.h)
                   2165: 
                   2166:        * src/types/pa_vform.C: - little code reformating
                   2167: 
                   2168:        * src/classes/file.C: - $.content-type option now can be specified
                   2169:          in ^file::create ( new feature: #102 )
                   2170: 
                   2171: 2010-09-08  moko
                   2172: 
                   2173:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   2174:          pa_malloc/pa_free
                   2175: 
                   2176: 2010-09-07  moko
                   2177: 
                   2178:        * tests/results/254.processed: VStateless_class:put_element
                   2179:          exception was fixed
                   2180: 
                   2181:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   2182:          VStateless_class:put_element barks self.type, not this.type
                   2183:          (bugfix: #105)
                   2184: 
                   2185: 2010-09-06  moko
                   2186: 
                   2187:        * src/classes/reflection.C: bugfix: new String() is required for
                   2188:          exception handling
                   2189: 
                   2190:        * tests/: 254.html, results/254.processed: test modified
                   2191: 
                   2192: 2010-09-05  moko
                   2193: 
                   2194:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   2195:          added
                   2196: 
                   2197:        * src/: classes/reflection.C, include/pa_request.h:
                   2198:          ^reflection:copy implemented (new feature: #100)
                   2199: 
                   2200: 2010-09-03  moko
                   2201: 
                   2202:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   2203: 
                   2204:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   2205:          option testing added
                   2206: 
                   2207: 2010-09-02  moko
                   2208: 
                   2209:        * src/classes/json.C: $.distinct[first|last|all] added
                   2210: 
                   2211: 2010-09-01  moko
                   2212: 
                   2213:        * tests/results/253.processed: json test result
                   2214: 
                   2215:        * tests/: 253.html, 253_json.txt: json test added
                   2216: 
                   2217:        * src/classes/json.C: json.C update to actual version + hash key
                   2218:          creation bugfix
                   2219: 
                   2220: 2010-08-31  misha
                   2221: 
                   2222:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   2223:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   2224:          src/lib/Makefile.am, src/classes/Makefile.am,
                   2225:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   2226:          json library was added
                   2227: 
                   2228: 2010-08-30  moko
                   2229: 
                   2230:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   2231:          types/pa_vobject.C: cosmetic optimization in
                   2232:          request:execute_method usage
                   2233: 
                   2234:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   2235:          optimization, just to decrease number of lines. :)
                   2236: 
                   2237: 2010-08-27  misha
                   2238: 
                   2239:        * src/classes/op.C: - taint[json] was added
                   2240: 
                   2241:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   2242:          were added
                   2243: 
                   2244:        * src/main/pa_exec.C: - warning fix was rolled back.
                   2245: 
                   2246:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   2247:          include/pa_string.h: - taint[json] was added - escaping was
                   2248:          slightly modified
                   2249: 
                   2250: 2010-08-25  misha
                   2251: 
                   2252:        * src/classes/file.C: - typo in file:sql exception was fixed
                   2253: 
                   2254:        * src/main/pa_exec.C: - warning about declared and not used
                   2255:          variable forced_allow was removed
                   2256: 
                   2257: 2010-08-14  misha
                   2258: 
                   2259:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   2260:          were removed
                   2261: 
                   2262: 2010-08-11  moko
                   2263: 
                   2264:        * tests/: 249.html, results/249.processed: default setter and
                   2265:          anti-recursive default getter test added
                   2266: 
                   2267:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   2268:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   2269:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   2270:          types/pa_vstateless_class.h: default setter support +
                   2271:          anti-recursive default getter support ( new feature: #13 )
                   2272: 
                   2273:        * src/include/pa_hash.h: optimization: threshold member removed
                   2274:          from hash, reducing sizeof(hash)
                   2275: 
                   2276: 2010-08-10  misha
                   2277: 
                   2278:        * tests/196.html: - junction-method was added to the test
                   2279: 
                   2280:        * tests/248.html: - ups. typo :)
                   2281: 
                   2282:        * tests/248.html: - test for checking .match with 4 params
                   2283: 
                   2284:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   2285:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   2286:          $request:charset during loading if the BOM code is detected"
                   2287: 
                   2288:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   2289:          $request:charset during loading if the BOM code is detected ( new
                   2290:          feature: #98 )
                   2291: 
                   2292: 2010-08-05  misha
                   2293: 
                   2294:        * src/classes/image.C: - ^image.replace now can accept only 2
                   2295:          params. in this case the whole image is affected ( new feature:
                   2296:          #95 )
                   2297: 
                   2298: 2010-08-04  misha
                   2299: 
                   2300:        * tests/246.html: - test tor ^hash._at[] was added
                   2301: 
                   2302:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   2303:          #53 )
                   2304: 
                   2305:        * src/include/pa_hash.h: - methods for accessing the first and the
                   2306:          last values of ordered hash were added (first_value and
                   2307:          last_value)
                   2308: 
                   2309:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   2310:          (similar to others file's methods):
                   2311:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   2312:          #68 )
                   2313: 
                   2314:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   2315: 
                   2316: 2010-08-01  moko
                   2317: 
                   2318:        * src/classes/op.C: to correctly process $result[] in code, called
                   2319:          from ^process
                   2320: 
                   2321:        * tests/245.html: $result in ^process[] test added
                   2322: 
                   2323:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   2324:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   2325:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   2326:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   2327:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   2328:          removed, construct(class,method) added
                   2329: 
                   2330:        * tests/results/: 192.processed, 244.processed: request::construct
                   2331:          added
                   2332: 
                   2333:        * tests/: 244.html, 245.html, results/244.processed,
                   2334:          results/245.processed: object creation exceptions and ^process
                   2335:          tests added
                   2336: 
                   2337: 2010-07-28  misha
                   2338: 
                   2339:        * tests/make_tests.cmd: - win32 EOLs
                   2340: 
                   2341:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   2342:          tests on Win32 were added (The system timezone should be GMT+3)
                   2343: 
                   2344: 2010-07-26  misha
                   2345: 
                   2346:        * tests/: 212.html, results/212.processed: - sizes were removed
                   2347:          mecause they could be different on different OSs
                   2348: 
                   2349:        * tests/065.html: - make it "win32 friendly"
                   2350: 
                   2351: 2010-07-25  misha
                   2352: 
                   2353:        * src/main/compile.y: - all EOLs between methods are removed during
                   2354:          compilation ( new feature: #47 )
                   2355: 
                   2356:        * tests/results/149.processed: - prepare tests to trim trailing
                   2357:          methods' EOLs
                   2358: 
                   2359:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   2360: 
                   2361:        * tests/: results/006.processed, results/014.processed, 006.html,
                   2362:          014.html, 022.html: - prepare tests to trim trailing methods'
                   2363:          EOLs
                   2364: 
                   2365:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   2366:          results/071.processed, results/022.processed: - prepare tests to
                   2367:          trim trailing methods' EOLs
                   2368: 
                   2369:        * tests/: results/073.processed, results/109.processed,
                   2370:          results/142.processed, results/144.processed,
                   2371:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   2372:          144.html: - prepare tests to trim trailing methods' EOLs
                   2373: 
                   2374:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   2375:          149.html, 152.html, results/096.processed, results/107.processed,
                   2376:          results/109.processed, results/142.processed,
                   2377:          results/144.processed: - prepare tests to trim trailing methods'
                   2378:          EOLs
                   2379: 
                   2380: 2010-07-24  moko
                   2381: 
                   2382:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   2383:          the hash order in this test
                   2384: 
                   2385:        * tests/014.html: to check hash order, hash no is longer sorted
                   2386:          before print
                   2387: 
                   2388:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   2389:          (bugfix: #54)
                   2390: 
                   2391: 2010-07-23  moko
                   2392: 
                   2393:        * tests/results/224.processed: @auto[] is no longer inherited
                   2394: 
                   2395:        * src/types/pa_vstateless_class.C, tests/227.html,
                   2396:          tests/results/227.processed: @auto[] is no longer inherited
                   2397:          (bugfix: #57)
                   2398: 
                   2399: 2010-07-22  misha
                   2400: 
                   2401:        * src/classes/table.C: - don't skip comment lines during
                   2402:          table::load if encloser or separator is set as '#' ( new feature:
                   2403:          #30 )
                   2404: 
                   2405:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   2406:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   2407:          #12 )
                   2408: 
                   2409:        * src/classes/file.C: - set PARSER_VARSION env before external
                   2410:          script executing
                   2411: 
                   2412: 2010-07-13  misha
                   2413: 
                   2414:        * tests/058.html: - test for suppressing @border was added - test
                   2415:          for user attribute was added
                   2416: 
                   2417:        * tests/results/186.processed: unescaping from \uXXXX
                   2418: 
                   2419:        * tests/186.html: unescaping from \uXXXX
                   2420: 
                   2421:        * tests/: 239.html, results/239.processed: method call type
                   2422: 
                   2423:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   2424:          $junction_method.CLASS_NAME (+CLASS)
                   2425: 
                   2426: 2010-07-07  misha
                   2427: 
                   2428:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   2429:          *nix
                   2430: 
                   2431: 2010-07-05  misha
                   2432: 
                   2433:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   2434:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   2435:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   2436:          comment strings "options must be hash", "options must be hash,
                   2437:          not code" and "called with invalid option" were replaced by
                   2438:          constatns - exception comment string "invalid option passed" was
                   2439:          replaced by "called with invalid option" (now in different
                   2440:          methods are the same exception comment string)
                   2441: 
                   2442:        * src/include/pa_exception.h: - more exception strings were defined
                   2443: 
                   2444:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2445:          types/pa_vstateless_class.h: - now we can define possible
                   2446:          method's call type ( new feature: #5 )   1.
                   2447:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   2448:          methods   2. @static:method[params] (only static keyword could be
                   2449:          used here) -- for specified methods
                   2450: 
                   2451:        * src/main/pa_common.C: - junction points should not be deleted on
                   2452:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   2453:          cleanup
                   2454: 
                   2455: 2010-07-03  misha
                   2456: 
                   2457:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   2458:          results/158.processed, results/160.processed,
                   2459:          results/161.processed, results/162.processed,
                   2460:          results/163.processed: - prepare tests to trim trailing methods'
                   2461:          EOLs
                   2462: 
                   2463:        * tests/results/169.processed: - prepare tests to trim trailing
                   2464:          methods' EOLs
                   2465: 
                   2466:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   2467:          trim trailing methods' EOLs
                   2468: 
                   2469:        * tests/: results/170.processed, results/167.processed,
                   2470:          results/168.processed, results/169.processed, 167.html, 168.html,
                   2471:          169.html: - prepare tests to trim trailing methods' EOLs
                   2472: 
                   2473:        * tests/: results/170.processed, results/171.processed,
                   2474:          results/172.processed, results/173.processed,
                   2475:          results/174.processed, results/175.processed, 170.html, 171.html,
                   2476:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   2477:          trailing methods' EOLs
                   2478: 
                   2479:        * tests/: results/176.processed, results/180.processed,
                   2480:          results/184.processed, results/185.processed,
                   2481:          results/191.processed, results/192.processed,
                   2482:          results/196.processed, results/197.processed,
                   2483:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   2484:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   2485:          to trim trailing methods' EOLs
                   2486: 
                   2487:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   2488:          results/199.processed, results/208.processed,
                   2489:          results/209.processed, results/213.processed,
                   2490:          results/214.processed: - prepare tests to trim trailing methods'
                   2491:          EOLs
                   2492: 
                   2493: 2010-06-29  misha
                   2494: 
                   2495:        * tests/: 220.html, 218.html, results/218.processed,
                   2496:          results/215.processed, results/217.processed, 215.html, 217.html:
                   2497:          - prepare tests to trim trailing methods' EOLs
                   2498: 
                   2499:        * tests/: results/224.processed, 224.html, 223.html,
                   2500:          results/223.processed, results/220.processed: - prepare tests to
                   2501:          trim trailing methods' EOLs
                   2502: 
                   2503:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   2504:          trim trailing methods' EOLs
                   2505: 
                   2506:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   2507:          trailing methods' EOLs
                   2508: 
                   2509:        * tests/: 232.html, 235.html, results/232.processed,
                   2510:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   2511:          results/226.processed, results/227.processed,
                   2512:          results/228.processed, results/230.processed: - prepare tests to
                   2513:          trim trailing methods' EOLs
                   2514: 
                   2515: 2010-06-16  moko
                   2516: 
                   2517:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   2518:          ^if
                   2519: 
                   2520:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   2521: 
                   2522: 2010-06-03  misha
                   2523: 
                   2524:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   2525:          instead of memcopy for overlaped regions
                   2526: 
                   2527: 2010-05-25  misha
                   2528: 
                   2529:        * src/main/pa_common.C: - wanring about unused vars was removed
                   2530: 
                   2531:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   2532:          get_method_filename was moved to execute.C
                   2533: 
                   2534: 2010-05-23  misha
                   2535: 
                   2536:        * src/main/pa_request.C: - more accurate detection of method's file
                   2537: 
                   2538: 2010-05-22  misha
                   2539: 
                   2540:        * src/classes/reflection.C: - bugfix: core during detection of
                   2541:          .file if filespec isn't detected successfully
                   2542: 
                   2543: 2010-05-20  misha
                   2544: 
                   2545:        * src/main/pa_request.C: - fix in get_method_filename
                   2546: 
                   2547:        * src/include/pa_request.h: - new feature: #24 -- searching
                   2548:          included file in @USE/^use is changed. if its filespec doesn't
                   2549:          start from '/' it will be searched in caller file directory
                   2550: 
                   2551:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   2552:          where the method is defined
                   2553: 
                   2554:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   2555:          classes/op.C: - new feature: #24 -- searching included file in
                   2556:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   2557:          will be searched in caller file directory
                   2558: 
                   2559:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   2560:          is moved to pa_common.h
                   2561: 
                   2562: 2010-05-18  misha
                   2563: 
                   2564:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   2565:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   2566:          cookie parser decode \uXXXX as well as %uXXXX
                   2567: 
                   2568: 2010-05-17  misha
                   2569: 
                   2570:        * src/classes/curl.C: beauty: - unused param is removed in method
                   2571:          _curl_version_action - some spaces were removed or replaced by
                   2572:          tabs
                   2573: 
                   2574:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   2575:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   2576: 
                   2577: 2010-05-16  misha
                   2578: 
                   2579:        * src/classes/curl.C: new: #61 more curl options were added
                   2580:          (contributed by Sumo)
                   2581: 
                   2582: 2010-04-29  pretender
                   2583: 
                   2584:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   2585:          now empty string.
                   2586: 
                   2587:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   2588:          string type.
                   2589: 
                   2590: 2010-04-28  pretender
                   2591: 
                   2592:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   2593:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   2594:          macrodefinition removed
                   2595: 
                   2596: 2010-04-19  pretender
                   2597: 
                   2598:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   2599:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   2600: 
                   2601:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   2602:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   2603: 
                   2604:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   2605:          variable" exception in grpunlim version.
                   2606: 
                   2607: 2010-04-05  misha
                   2608: 
                   2609:        * src/classes/string.C: - new feature: 4th param was added to
                   2610:          match. if specified its value is returned in case of nothing was
                   2611:          found
                   2612: 
                   2613: 2010-04-01  misha
                   2614: 
                   2615:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   2616:          multiple execution of /a/b/auto.p
                   2617: 
                   2618: 2010-03-19  misha
                   2619: 
                   2620:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   2621: 
                   2622:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   2623: 
                   2624: 2010-01-27  misha
                   2625: 
                   2626:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   2627:          trying to open file by path /existing-file/non-exixting-file
                   2628: 
                   2629: 2010-01-26  misha
                   2630: 
                   2631:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   2632:          was added (returns file)
                   2633: 
                   2634: 2009-12-22  misha
                   2635: 
                   2636:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   2637:          now parser doesn't have class curl if it was built without it
                   2638: 
                   2639: 2009-12-15  misha
                   2640: 
                   2641:        * configure.in: - little cheat with curl include dir was added
                   2642: 
                   2643: 2009-12-05  misha
                   2644: 
                   2645:        * src/classes/curl.C: - some fixes
                   2646: 
                   2647: 2009-12-04  misha
                   2648: 
                   2649:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   2650:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   2651:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   2652:          class was added
                   2653: 
                   2654:        * src/include/pa_hash.h: - hash-iterator was added
                   2655: 
                   2656:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   2657:          was added to pcre
                   2658: 
                   2659: 2009-11-27  misha
                   2660: 
                   2661:        * src/classes/image.C: - don't add @border attribute to output of
                   2662:          ^image.html[] if it was specified by user with empty value
                   2663: 
                   2664:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   2665:          root element and we are trying to access .documentElement
                   2666: 
                   2667: 2009-11-11  misha
                   2668: 
                   2669:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   2670:          instead of number of items in first row for named tables
                   2671: 
                   2672: 2009-11-10  misha
                   2673: 
                   2674:        * operators.txt: - info about hash-options in ^file::create was
                   2675:          added
                   2676: 
                   2677:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   2678:          added
                   2679: 
                   2680: 2009-11-09  misha
                   2681: 
                   2682:        * buildall-with-xml: - moving to libxml 2.7.6
                   2683: 
                   2684:        * tests/236.html: - tests for comparations cords with functions
                   2685:          were added
                   2686: 
                   2687:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   2688:          added
                   2689: 
                   2690:        * src/main/pa_http.C: - little optimisation
                   2691: 
                   2692:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   2693:          GPF mallocs + stringstream (table.save)
                   2694: 
                   2695:        * src/classes/file.C: - file::create now accepts 4th param: options
                   2696:          with $.charset
                   2697: 
                   2698:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   2699:          bug in cord (comparation cords with functions was buggy)
                   2700: 
                   2701: 2009-11-06  misha
                   2702: 
                   2703:        * src/main/pa_string.C: - bugfix: calculation string.length
                   2704:          sometimes was buggy
                   2705: 
                   2706:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   2707:          destroyed if exception occured during match/replace
                   2708: 
                   2709:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   2710:          lengthUTF8Char was added
                   2711: 
                   2712:        * src/classes/op.C: - clean tainting lang was added for user's
                   2713:          usage
                   2714: 
                   2715:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   2716:          fixed: checkouts are required after GC_MALLOC
                   2717: 
                   2718:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   2719: 
                   2720:        * operators.txt: - actually, there is no ^untaint[xml] in
                   2721:          file::create
                   2722: 
                   2723: 2009-10-15  misha
                   2724: 
                   2725:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   2726:          were added
                   2727: 
                   2728:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   2729:          were added
                   2730: 
                   2731:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   2732:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   2733:          hacking: for dealing with transcoding+^taint[uri]
                   2734:          transcode_and_untaint was replaced by untaint_and_transcode
                   2735: 
                   2736: 2009-10-13  misha
                   2737: 
                   2738:        * tests/: 121.html, results/121.processed: - test transcoding +
                   2739:          url-escaping now
                   2740: 
                   2741:        * tests/results/auto.p: - more helpers' methods were added
                   2742: 
                   2743:        * src/main/pa_globals.C: - die instead of abort
                   2744: 
                   2745: 2009-10-06  misha
                   2746: 
                   2747:        * src/main/pa_common.C: - don't allocate memory during
                   2748:          capitalization if input string is already capitalized
                   2749: 
                   2750:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   2751: 
1.89      moko     2752:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   2753:          use format function because it calls malloc
1.86      moko     2754: 
                   2755:        * src/include/pa_common.h: - more capitalized headers were added
                   2756: 
                   2757:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   2758:          file writing
                   2759: 
                   2760: 2009-10-05  misha
                   2761: 
                   2762:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   2763: 
                   2764: 2009-10-03  misha
                   2765: 
                   2766:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   2767:          ^img.text[] & ^img.length[] can work in utf-8 now
                   2768: 
                   2769:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   2770:          UTF8_string_iterator was added
                   2771: 
                   2772:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   2773:          length
                   2774: 
                   2775:        * src/classes/mail.C: - check from before get message.cstr
                   2776: 
                   2777: 2009-10-02  misha
                   2778: 
                   2779:        * tests/233.html: - test for image.font, image.length, image.text
                   2780:          with text in utf-8 were added
                   2781: 
                   2782:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   2783: 
                   2784:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   2785:          version for freebsd 4 was added
                   2786: 
                   2787: 2009-10-01  misha
                   2788: 
                   2789:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   2790:          terminator) - read_pipe were slightly optimized
                   2791: 
                   2792: 2009-09-28  misha
                   2793: 
                   2794:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   2795:          removed
                   2796: 
                   2797:        * src/types/pa_vmail.C: - forgot about space after ':'
                   2798: 
                   2799:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   2800:          body - small simplifications
                   2801: 
                   2802:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   2803:          inout params like pa_base64
                   2804: 
                   2805:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   2806:          option $.debug-print(1) was added to mail:send - changes for
                   2807:          using uue_encode which uses less memory
                   2808: 
                   2809:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   2810: 
                   2811:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   2812:          memory now
                   2813: 
                   2814: 2009-09-26  misha
                   2815: 
                   2816:        * src/types/pa_vmail.C: - default encoding now is base64
                   2817: 
                   2818:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   2819: 
                   2820: 2009-09-25  misha
                   2821: 
                   2822:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   2823:          sending mail as well
                   2824: 
                   2825:        * buildall-with-xml: - catalog package was removed from libxml
                   2826: 
                   2827:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   2828:          win32 absolute path
                   2829: 
                   2830:        * src/include/pa_common.h: - one more capitalized header was added
                   2831: 
                   2832: 2009-09-22  misha
                   2833: 
                   2834:        * INSTALL: - comment about building just httpd binary while
                   2835:          building apache module was added
                   2836: 
                   2837: 2009-09-21  misha
                   2838: 
                   2839:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   2840:          libxml 2.7.4 and libxslt 1.1.25
                   2841: 
                   2842: 2009-09-19  misha
                   2843: 
                   2844:        * tests/231.html: - test for encoding cookie in win-1251
                   2845: 
                   2846: 2009-09-18  misha
                   2847: 
                   2848:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   2849:          object] were added
                   2850: 
                   2851:        * operators.txt: - info about method ^reflection:fields[class or
                   2852:          object] was added
                   2853: 
                   2854:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   2855:          object] was added
                   2856: 
                   2857:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   2858:          methods get_fields were added
                   2859: 
                   2860:        * tests/232.html: - tests for @GET[name]
                   2861: 
                   2862:        * src/classes/table.C: - some changes in handling hash-options for
                   2863:          creare, join and locate
                   2864: 
                   2865:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   2866:          defined with option: the type of requested value
                   2867: 
                   2868: 2009-09-17  misha
                   2869: 
                   2870:        * tests/212.html: - tests for .pattern and .options were added
                   2871: 
                   2872:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   2873:          $regex.options were added
                   2874: 
                   2875: 2009-09-11  misha
                   2876: 
                   2877:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   2878:          rewrited. it checks not just one case of sending cookies during
                   2879:          file::load[http], but also sending headers and fields (including
                   2880:          files)
                   2881: 
                   2882: 2009-09-10  misha
                   2883: 
                   2884:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   2885:          was removed => now parser can open files with Russian 'r' in
                   2886:          filename
                   2887: 
                   2888:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   2889:          while escaping cookies but now source charset
                   2890: 
                   2891:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   2892:          ^tainted[uri] so it was possible to make request with incorrect
                   2893:          http header
                   2894: 
                   2895:        * src/main/pa_http.C: - capitalization of http headers during
                   2896:          file::load[http was slightly changes - bugfix: all headers which
                   2897:          parser sends during file::load[http should be transcoded and only
                   2898:          then escaped
                   2899: 
                   2900:        * src/main/untaint.C: - a bit more comments were added
                   2901: 
                   2902:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   2903:          warnings)
                   2904: 
                   2905:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   2906:          headers during file::load[http were added
                   2907: 
                   2908: 2009-09-08  misha
                   2909: 
                   2910:        * operators.txt: - changes in file.save and string.save were added
                   2911: 
                   2912:        * tests/: 230.html, 230.txt: - tests for checking options in
                   2913:          file.save and string.save were added
                   2914: 
                   2915:        * src/main/pa_request.C: - http headers names, which are passed to
                   2916:          SAPI::add_header_attribute are lowercased now (it'll be
                   2917:          capitalized in that method)
                   2918: 
                   2919:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   2920:          classes/string.C: - file_write accepts Request_charsets and asked
                   2921:          charset and cound transcode content before writing - string.save
                   2922:          and file.save have option $.charset now
                   2923: 
                   2924:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   2925:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   2926:          charset and cound transcode content before writing
                   2927: 
                   2928:        * src/include/pa_exception.h: - new exception comment string was
                   2929:          defined
                   2930: 
                   2931: 2009-09-07  misha
                   2932: 
                   2933:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   2934:          sub-pattern\s
                   2935: 
                   2936: 2009-09-04  misha
                   2937: 
                   2938:        * src/main/pa_http.C: - capitalization of http headers during
                   2939:          file::load[http was implemented
                   2940: 
                   2941: 2009-09-03  misha
                   2942: 
                   2943:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2944:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
1.89      moko     2945:          types/pa_vmail.C, targets/cgi/parser3.C,
                   2946:          targets/isapi/parser3isapi.C: - back to storing response http
                   2947:          headers in lowercase - capitalize them during output
1.86      moko     2948: 
                   2949: 2009-08-31  misha
                   2950: 
                   2951:        * src/classes/table.C: - allow call with any brackets (it could be
                   2952:          useful in methods with explict result declaration)
                   2953: 
                   2954:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   2955:          correctly if $request:charset==koi8-r
                   2956: 
                   2957: 2009-08-30  misha
                   2958: 
                   2959:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   2960:          changed: content-type => Content-type and so on
                   2961: 
                   2962:        * src/classes/file.C, src/include/pa_common.h,
                   2963:          src/include/pa_request.h, src/main/pa_http.C,
                   2964:          src/main/pa_request.C, src/types/pa_vcookie.C,
1.89      moko     2965:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   2966:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   2967:          tests/results/002.processed, tests/results/003.processed,
                   2968:          tests/results/004.processed, tests/results/005.processed,
                   2969:          tests/results/006.processed, tests/results/007.processed,
                   2970:          tests/results/008.processed, tests/results/009.processed,
                   2971:          tests/results/010.processed, tests/results/011.processed,
                   2972:          tests/results/012.processed, tests/results/013.processed,
                   2973:          tests/results/014.processed, tests/results/015.processed,
                   2974:          tests/results/016.processed, tests/results/017.processed,
                   2975:          tests/results/018.processed, tests/results/019.processed,
                   2976:          tests/results/020.processed, tests/results/021.processed,
                   2977:          tests/results/022.processed, tests/results/023.processed,
                   2978:          tests/results/024.processed, tests/results/025.processed,
                   2979:          tests/results/026.processed, tests/results/027.processed,
                   2980:          tests/results/028.processed, tests/results/029.processed,
                   2981:          tests/results/030.processed, tests/results/031.processed,
                   2982:          tests/results/032.processed, tests/results/033.processed,
                   2983:          tests/results/034.processed, tests/results/035.processed,
                   2984:          tests/results/036.processed, tests/results/037.processed,
                   2985:          tests/results/038.processed, tests/results/039.processed,
                   2986:          tests/results/040.processed, tests/results/041.processed,
                   2987:          tests/results/042.processed, tests/results/043.processed,
                   2988:          tests/results/044.processed, tests/results/045.processed,
                   2989:          tests/results/046.processed, tests/results/047.processed,
                   2990:          tests/results/048.processed, tests/results/049.processed,
                   2991:          tests/results/050.processed, tests/results/051.processed,
                   2992:          tests/results/052.processed, tests/results/053.processed,
                   2993:          tests/results/054.processed, tests/results/055.processed,
                   2994:          tests/results/056.processed, tests/results/057.processed,
                   2995:          tests/results/058.processed, tests/results/059.processed,
                   2996:          tests/results/060.processed, tests/results/061.processed,
                   2997:          tests/results/062.processed, tests/results/063.processed,
                   2998:          tests/results/064.processed, tests/results/065.processed,
                   2999:          tests/results/066.processed, tests/results/067.processed,
                   3000:          tests/results/068.processed, tests/results/069.processed,
                   3001:          tests/results/070.processed, tests/results/071.processed,
                   3002:          tests/results/072.processed, tests/results/073.processed,
                   3003:          tests/results/074.processed, tests/results/075.processed,
                   3004:          tests/results/076.processed, tests/results/077.processed,
                   3005:          tests/results/078.processed, tests/results/079.processed,
                   3006:          tests/results/080.processed, tests/results/081.processed,
                   3007:          tests/results/082.processed, tests/results/083.processed,
                   3008:          tests/results/084.processed, tests/results/085.processed,
                   3009:          tests/results/086.processed, tests/results/087.processed,
                   3010:          tests/results/088.processed, tests/results/089.processed,
                   3011:          tests/results/090.processed, tests/results/091.processed,
                   3012:          tests/results/092.processed, tests/results/093.processed,
                   3013:          tests/results/094.processed, tests/results/095.processed,
                   3014:          tests/results/096.processed, tests/results/097.processed,
                   3015:          tests/results/098.processed, tests/results/099.processed,
                   3016:          tests/results/100.processed, tests/results/101.processed,
                   3017:          tests/results/102.processed, tests/results/103.processed,
                   3018:          tests/results/104.processed, tests/results/105.processed,
                   3019:          tests/results/106.processed, tests/results/107.processed,
                   3020:          tests/results/108.processed, tests/results/109.processed,
                   3021:          tests/results/110.processed, tests/results/111.processed,
                   3022:          tests/results/112.processed, tests/results/113.processed,
                   3023:          tests/results/114.processed, tests/results/115.processed,
                   3024:          tests/results/116.processed, tests/results/117.processed,
                   3025:          tests/results/118.processed, tests/results/119.processed,
                   3026:          tests/results/120.processed, tests/results/121.processed,
                   3027:          tests/results/122.processed, tests/results/123.processed,
                   3028:          tests/results/124.processed, tests/results/125.processed,
                   3029:          tests/results/126.processed, tests/results/127.processed,
                   3030:          tests/results/128.processed, tests/results/129.processed,
                   3031:          tests/results/130.processed, tests/results/131.processed,
                   3032:          tests/results/132.processed, tests/results/133.processed,
                   3033:          tests/results/134.processed, tests/results/135.processed,
                   3034:          tests/results/136.processed, tests/results/138.processed,
                   3035:          tests/results/139.processed, tests/results/140.processed,
                   3036:          tests/results/141.processed, tests/results/142.processed,
                   3037:          tests/results/143.processed, tests/results/144.processed,
                   3038:          tests/results/145.processed, tests/results/146.processed,
                   3039:          tests/results/147.processed, tests/results/148.processed,
                   3040:          tests/results/149.processed, tests/results/150.processed,
                   3041:          tests/results/151.processed, tests/results/152.processed,
                   3042:          tests/results/153.processed, tests/results/154.processed,
                   3043:          tests/results/155.processed, tests/results/156.processed,
                   3044:          tests/results/157.processed, tests/results/158.processed,
                   3045:          tests/results/159.processed, tests/results/160.processed,
                   3046:          tests/results/161.processed, tests/results/162.processed,
                   3047:          tests/results/163.processed, tests/results/164.processed,
                   3048:          tests/results/165.processed, tests/results/166.processed,
                   3049:          tests/results/167.processed, tests/results/168.processed,
                   3050:          tests/results/169.processed, tests/results/170.processed,
                   3051:          tests/results/171.processed, tests/results/172.processed,
                   3052:          tests/results/173.processed, tests/results/174.processed,
                   3053:          tests/results/175.processed, tests/results/176.processed,
                   3054:          tests/results/177.processed, tests/results/178.processed,
                   3055:          tests/results/179.processed, tests/results/180.processed,
                   3056:          tests/results/181.processed, tests/results/182.processed,
                   3057:          tests/results/183.processed, tests/results/184.processed,
                   3058:          tests/results/185.processed, tests/results/186.processed,
                   3059:          tests/results/187.processed, tests/results/188.processed,
                   3060:          tests/results/189.processed, tests/results/190.processed,
                   3061:          tests/results/191.processed, tests/results/192.processed,
                   3062:          tests/results/193.processed, tests/results/194.processed,
                   3063:          tests/results/195.processed, tests/results/196.processed,
                   3064:          tests/results/197.processed, tests/results/198.processed,
                   3065:          tests/results/199.processed, tests/results/200.processed,
                   3066:          tests/results/201.processed, tests/results/202.processed,
                   3067:          tests/results/203.processed, tests/results/204.processed,
                   3068:          tests/results/205.processed, tests/results/206.processed,
                   3069:          tests/results/207.processed, tests/results/208.processed,
                   3070:          tests/results/209.processed, tests/results/210.processed,
                   3071:          tests/results/211.processed, tests/results/212.processed,
                   3072:          tests/results/213.processed, tests/results/214.processed,
                   3073:          tests/results/215.processed, tests/results/216.processed,
                   3074:          tests/results/217.processed, tests/results/218.processed,
                   3075:          tests/results/219.processed, tests/results/220.processed,
                   3076:          tests/results/221.processed, tests/results/222.processed,
                   3077:          tests/results/223.processed, tests/results/224.processed,
                   3078:          tests/results/225.processed, tests/results/226.processed,
                   3079:          tests/results/227.processed, tests/results/228.processed,
                   3080:          tests/results/229.processed: - http headers were changed:
                   3081:          content-type => Content-type and so on
1.86      moko     3082: 
                   3083: 2009-08-27  misha
                   3084: 
                   3085:        * src/: main/pa_random.C, include/pa_random.h,
                   3086:          targets/cgi/parser3.C: - year was updated :)
                   3087: 
                   3088: 2009-08-26  misha
                   3089: 
                   3090:        * tests/: 224.html, 224.p: - test for creating of parser object
                   3091:          using constructor without params - little bugfix in test
                   3092: 
                   3093:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   3094:          checking existed class while processing partial option
                   3095: 
                   3096:        * src/classes/reflection.C: - bugfix: core when creating object
                   3097:          with reflection and constructor doesn't have params
                   3098: 
                   3099: 2009-08-24  misha
                   3100: 
                   3101:        * tests/229.html: - tests for checking the number of parameters
                   3102:          were added
                   3103: 
                   3104:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   3105:          number of method's parameters wasn't checked correctly (the bug
                   3106:          was introduced in 3.4.0)
                   3107: 
                   3108: 2009-08-22  misha
                   3109: 
                   3110:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   3111:          transcoded, but tainted pieces are escaped only when
                   3112:          content-type==url-encoding
                   3113: 
                   3114:        * tests/228.html: - test for checking
                   3115:          ^file::load[http://...;$.body[]]
                   3116: 
                   3117:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   3118:          post charset was too early (charsets is empty at this moment)
                   3119: 
                   3120: 2009-08-21  misha
                   3121: 
                   3122:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   3123:          main/untaint.C: - some fixes with transcode+untaint
                   3124: 
                   3125: 2009-08-15  misha
                   3126: 
                   3127:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   3128:          was increaced to 100 (was 50)
                   3129: 
                   3130:        * tests/227.html: - test for checking overriding properties in
                   3131:          static classes was added
                   3132: 
                   3133:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   3134: 
                   3135:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   3136:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   3137:          autouse was implemented
                   3138: 
                   3139: 2009-08-14  misha
                   3140: 
                   3141:        * src/classes/reflection.C: - outdated checkout was removed
                   3142: 
                   3143:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   3144:          added.
                   3145: 
                   3146:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   3147:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   3148: 
                   3149:        * src/types/pa_vclass.C: - exception if base on sytem class
                   3150: 
                   3151: 2009-08-12  misha
                   3152: 
                   3153:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   3154:          pa_vstateless_class.h: - little optimisation
                   3155: 
                   3156: 2009-08-11  misha
                   3157: 
                   3158:        * tests/224.html: - method_params => method_info - checking for
                   3159:          $.inherited
                   3160: 
                   3161:        * src/classes/reflection.C, operators.txt: - method method_params
                   3162:          was renamed to method_info and now it returns class name, if
                   3163:          method was defined in ancestor
                   3164: 
                   3165:        * tests/225.html: - tests for cheching properties in hierarhical
                   3166:          classes were added
                   3167: 
                   3168:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   3169:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3170:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   3171:          with properties in new classes implementation were fixed
                   3172: 
                   3173: 2009-08-10  misha
                   3174: 
                   3175:        * src/main/execute.C: - now constructor shouldn't be defined in
                   3176:          class. it could be defined in parent.
                   3177: 
                   3178: 2009-08-09  misha
                   3179: 
                   3180:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   3181:          base's methods
                   3182: 
                   3183: 2009-08-08  misha
                   3184: 
                   3185:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   3186:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   3187:          classes/image.C, classes/mail.C, classes/op.C,
                   3188:          classes/reflection.C, classes/regex.C, classes/string.C,
                   3189:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   3190:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   3191:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   3192:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   3193:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3194:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3195:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   3196:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   3197:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   3198:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   3199:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   3200:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   3201:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   3202:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3203:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3204:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3205:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3206:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   3207:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   3208:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   3209:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   3210:          implementation
                   3211: 
                   3212:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   3213:          USE_MUNMAP is used. so it is disabled as a workaround.
                   3214: 
                   3215: 2009-08-05  misha
                   3216: 
                   3217:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   3218:          parameter was removed
                   3219: 
                   3220:        * src/main/pa_http.C: - bugfix: error was during detecting
                   3221:          content-type of file which was loaded by http
                   3222: 
                   3223: 2009-08-01  misha
                   3224: 
                   3225:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   3226:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   3227:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   3228:          can't be disabled with defines any longer
                   3229: 
                   3230: 2009-07-29  misha
                   3231: 
                   3232:        * src/classes/reflection.C, tests/results/224.processed: - for
                   3233:          native methods with any call type now returned empty call_type
                   3234:          value
                   3235: 
                   3236:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3237:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   3238:          main/pa_request.C: - break in cycles was optimized
                   3239: 
                   3240:        * INSTALL: - more defines were described
                   3241: 
                   3242: 2009-07-28  misha
                   3243: 
                   3244:        * operators.txt: - some changes in information about reflection
                   3245:          class
                   3246: 
                   3247:        * tests/: 224.html, 224.p: - tests for reflection class
                   3248: 
                   3249:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   3250:          was added, refactoring
                   3251: 
                   3252: 2009-07-26  misha
                   3253: 
                   3254:        * src/classes/classes.vcproj: - reflection class wass added to
                   3255:          project
                   3256: 
                   3257:        * operators.txt: - information about reflection class was added
                   3258: 
                   3259:        * src/classes/reflection.C: - class was redesigned
                   3260: 
                   3261: 2009-07-24  misha
                   3262: 
                   3263:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   3264:          added
                   3265: 
                   3266:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   3267:          in classes was added
                   3268: 
                   3269: 2009-07-22  misha
                   3270: 
                   3271:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   3272:          over-optimized. it failed if $object1.$object2.field
                   3273: 
                   3274: 2009-07-16  misha
                   3275: 
                   3276:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   3277:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   3278:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   3279:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   3280:          one more arg: length of cord
                   3281: 
                   3282: 2009-07-15  misha
                   3283: 
                   3284:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   3285:          tainted in ^file::load[http://...;$.cookies[]]
                   3286: 
                   3287:        * src/classes/: op.C, regex.C, string.C: - new string with
                   3288:          exception was used
                   3289: 
                   3290:        * src/include/pa_exception.h: - new string with exception was added
                   3291: 
                   3292:        * tests/223.html: - test for checking cookie-encoding during
                   3293:          ^file::load[http was added
                   3294: 
                   3295:        * tests/: 221.html, 222.html: - tests for checking type of
                   3296:          $table.fields.field were added
                   3297: 
                   3298:        * src/types/pa_vtable.C: - not used var decl was removed
                   3299: 
                   3300:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   3301:          it improves speed of match with brackets in pattern
                   3302: 
                   3303:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   3304:          outside
                   3305: 
                   3306: 2009-07-14  misha
                   3307: 
                   3308:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   3309:          column is empty (sometime returned void) - $table.fields was
                   3310:          added for nameless tables
                   3311: 
                   3312:        * src/targets/cgi/getopt.c: - one warning resolved
                   3313: 
                   3314:        * src/main/pa_string.C: - potentian bug fixed
                   3315: 
                   3316:        * src/classes/op.C: - small optimization in taint/untaint
                   3317: 
                   3318: 2009-07-13  misha
                   3319: 
                   3320:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   3321:          added
                   3322: 
                   3323:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   3324:          souldn't add the attribut to output
                   3325: 
                   3326: 2009-07-11  misha
                   3327: 
1.89      moko     3328:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   3329:          stack size was increaced to 2MB (default=1MB)
1.86      moko     3330: 
                   3331: 2009-07-08  misha
                   3332: 
                   3333:        * src/main/pa_string.C: - link to UTF-8 description was added
                   3334: 
                   3335:        * src/include/pa_hash.h: - hash keeps element's order in more
                   3336:          places (ex: ._keys[])
                   3337: 
                   3338:        * tests/220.html: - test for checking order of elements in hash in
                   3339:          foreach was added
                   3340: 
                   3341:        * tests/172.html: - small changes in printing hash
                   3342: 
                   3343:        * tests/129.html: - small changes in printing hash
                   3344: 
                   3345:        * src/: include/pa_common.h, include/pa_hash.h,
                   3346:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   3347:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   3348: 
                   3349:        * tests/014.html: - small changes in printing hash
                   3350: 
                   3351: 2009-07-07  misha
                   3352: 
                   3353:        * src/classes/op.C: - new taint language "parser-code" was added
                   3354: 
                   3355:        * tests/219.html: - test for auto untaint parser code in process
                   3356:          was added
                   3357: 
                   3358:        * src/classes/op.C: - tainted pieces in body of process are
                   3359:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   3360: 
                   3361:        * src/: include/pa_string.h, main/untaint.C: - new language
                   3362:          L_PARSER_CODE for auto-untaint in process was added
                   3363: 
                   3364:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   3365:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   3366:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   3367:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   3368:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   3369:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   3370:          code cleanup
                   3371: 
                   3372: 2009-07-06  misha
                   3373: 
                   3374:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   3375:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   3376:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   3377: 
                   3378:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   3379:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   3380:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   3381:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   3382:          should be used
                   3383: 
                   3384:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   3385:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   3386:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   3387:          untaint_cstr[m] should be used
                   3388: 
                   3389:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   3390:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   3391: 
                   3392:        * tests/218.html: - test for checking automatic file-spec-taint was
                   3393:          added
                   3394: 
                   3395:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   3396:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   3397:          classes/file.C, classes/hash.C, classes/image.C,
                   3398:          classes/string.C, classes/table.C, classes/void.C,
                   3399:          classes/xdoc.C: - optimizations and simplification of
                   3400:          string.cstr(...)
                   3401: 
                   3402:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   3403:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   3404:          - optimizations and simplification of string.cstr(...)
                   3405: 
                   3406: 2009-07-04  misha
                   3407: 
                   3408:        * tests/217.html: - test for recursion detection was added
                   3409: 
                   3410:        * src/: types/types.vcproj, main/main.vcproj,
1.89      moko     3411:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   3412:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   3413:          from .vcproj
1.86      moko     3414: 
                   3415:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   3416: 
                   3417:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   3418:          uploading files and case-insensitive http-method were added
                   3419: 
                   3420:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   3421:          tainted pattern in ^file:list[] was added
                   3422: 
                   3423: 2009-07-03  misha
                   3424: 
                   3425:        * src/: classes/classes.vcproj, main/main.vcproj,
                   3426:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   3427:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   3428:          for dynamic_cast) - little options changes
                   3429: 
                   3430:        * src/main/pa_http.C: - file::load[http works now with uploading
                   3431:          files _and_ changing $.charset
                   3432: 
                   3433: 2009-06-29  misha
                   3434: 
                   3435:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   3436:          while creating pattern
                   3437: 
                   3438: 2009-06-25  misha
                   3439: 
                   3440:        * src/classes/image.C, operators.txt: - options' names for
                   3441:          ^image.font were changed to $.space, $.width and $spacing -
                   3442:          default space width now == gif's width
                   3443: 
                   3444: 2009-06-24  misha
                   3445: 
                   3446:        * tests/215.html: - tests for $file.mode were added
                   3447: 
                   3448:        * operators.txt: - added info about $file.mode and changes in
                   3449:          ^image.font[
                   3450: 
                   3451:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   3452:          param now could be omited - third param now could be hash (with
                   3453:          all widths options: $.space-width, $.letter-width) - it's
                   3454:          possible to specify tracking ($.letter-space)
                   3455: 
                   3456:        * src/classes/file.C: - file objects now could have mode field
                   3457:          (text|binary)
                   3458: 
                   3459:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   3460: 
                   3461: 2009-06-23  misha
                   3462: 
                   3463:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   3464:          trim can work with utf-8 chars now
                   3465: 
                   3466: 2009-06-20  misha
                   3467: 
                   3468:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   3469:          was implemented
                   3470: 
                   3471:        * src/classes/table.C: - string length cacheing was implemented
                   3472: 
                   3473:        * src/include/pa_string.h: - string length cacheing was implemented
                   3474: 
                   3475: 2009-06-17  misha
                   3476: 
                   3477:        * src/main/execute.C: - value param was removed from
                   3478:          WContext::WContext
                   3479: 
                   3480:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   3481:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   3482:          - field wcontext was removed from VCodeFrame (using fparent
                   3483:          instead)
                   3484: 
                   3485:        * tests/214.html: - test with hash copying
                   3486: 
                   3487: 2009-06-16  misha
                   3488: 
                   3489:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   3490:          strings doesn't work in expression anymore
                   3491: 
                   3492:        * src/main/execute.C: - less calls for get_constructing() - little
                   3493:          refactoring
                   3494: 
                   3495:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   3496:          include/pa_request.h: - less calls for get_constructing()
                   3497: 
                   3498:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   3499:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   3500: 
                   3501: 2009-06-14  misha
                   3502: 
                   3503:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   3504:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   3505:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   3506:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   3507:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   3508:          storing object's fields only for parser objects
                   3509: 
                   3510: 2009-06-13  misha
                   3511: 
                   3512:        * buildall-with-xml, buildall-without-xml: - new option was added
                   3513:          for building GC (it slightly reduces memory usage)
                   3514: 
                   3515:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   3516:          single string write
                   3517: 
                   3518:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   3519:          - optimization of single string write
                   3520: 
                   3521:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   3522:          - bytecode optimization of ^class:constructor
                   3523: 
                   3524: 2009-06-09  misha
                   3525: 
                   3526:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   3527:          main (better compatibility)
                   3528: 
                   3529: 2009-06-08  misha
                   3530: 
                   3531:        * src/main/compile.y: - I've forgot to commit it :(
                   3532: 
                   3533: 2009-06-07  misha
                   3534: 
                   3535:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   3536:          WITH_READ and WITH_ROOT
                   3537: 
                   3538:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3539:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   3540:          WITH_ROOT - little refactoring
                   3541: 
                   3542: 2009-06-06  misha
                   3543: 
                   3544:        * tests/213.html: - tests for 3rd match string-param were added
                   3545: 
                   3546:        * src/classes/string.C: - 3rd match param could be string now
                   3547: 
                   3548:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   3549:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   3550:          GET_OBJECT_ELEMENT
                   3551: 
                   3552: 2009-06-05  misha
                   3553: 
                   3554:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   3555:          if $.body was specified
                   3556: 
                   3557: 2009-06-04  misha
                   3558: 
                   3559:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   3560: 
                   3561:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   3562: 
                   3563:        * src/main/execute.C: - little refactoring - optimizing
                   3564:          write_assign_lang in taint/untaint
                   3565: 
                   3566:        * src/include/pa_opcode.h: - little refactoring
                   3567: 
                   3568:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   3569:          main/compile_tools.h, main/execute.C: - optimizations for
                   3570:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   3571:          were added
                   3572: 
                   3573: 2009-06-03  misha
                   3574: 
                   3575:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   3576: 
                   3577: 2009-06-02  misha
                   3578: 
                   3579:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   3580:          include/pa_opcode.h: - refactoring in last optimizations
                   3581:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   3582:          now but code is much easy and it is ready for further
                   3583:          improvements.
                   3584: 
                   3585: 2009-05-27  misha
                   3586: 
                   3587:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   3588:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   3589:          changed in destructing junctions
                   3590: 
                   3591:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   3592:          String:Body
                   3593: 
                   3594: 2009-05-26  misha
                   3595: 
                   3596:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   3597:          one method detect_charset was deleted - bug was fixed in this
                   3598:          method (error while detecting charset in content_type withot last
                   3599:          ';')
                   3600: 
                   3601:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   3602:          once
                   3603: 
                   3604: 2009-05-25  misha
                   3605: 
                   3606:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   3607:          optimizing of helper_length
                   3608: 
                   3609: 2009-05-24  misha
                   3610: 
                   3611:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   3612:          were added - little refactoring
                   3613: 
                   3614:        * src/main/execute.C: - core while printing in debug log
                   3615:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   3616:          optimisations were added
                   3617: 
                   3618:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   3619:          were added
                   3620: 
                   3621: 2009-05-23  misha
                   3622: 
                   3623:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3624:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   3625:          CORD_cat optimization
                   3626: 
                   3627:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   3628:          - call constr optimisation under separate define now
                   3629: 
                   3630:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   3631:          in $b should be string, not void
                   3632: 
                   3633:        * src/main/compile.y: - little fix for rem-cut optimisation
                   3634: 
                   3635:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   3636:          main/compile_tools.h, main/execute.C: - optimisations for
                   3637:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   3638: 
                   3639:        * INSTALL: - description of some #defined were added
                   3640: 
                   3641:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   3642:          before 1st access (memory usage is reduced if don't access to
                   3643:          .text field)
                   3644: 
                   3645:        * src/include/pa_array.h: - array grows step now not static (it
                   3646:          reduces numbers of reallocs)
                   3647: 
                   3648: 2009-05-20  misha
                   3649: 
                   3650:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   3651:          $.b(2), $c[d] and $.e[f] was added
                   3652: 
                   3653:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3654:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   3655:          $.e[f] was added
                   3656: 
                   3657:        * src/main/execute.C: - debug printing moved in defines
                   3658: 
                   3659:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   3660:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   3661:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   3662: 
                   3663: 2009-05-19  misha
                   3664: 
                   3665:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3666:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   3667: 
                   3668:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   3669:          ^a.$b optimisation)
                   3670: 
                   3671:        * src/main/compile.y: - compiler now generate new opcodes:
                   3672:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   3673:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   3674:          of params }
                   3675: 
                   3676:        * src/main/execute.C: - code for handle new opcodes
                   3677:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   3678: 
                   3679:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   3680:          added for LA2V and LA2S
                   3681: 
                   3682:        * src/include/pa_opcode.h: - new defines which can be used for
                   3683:          disable some bytecode optimisation and new opcodes were added
                   3684: 
                   3685: 2009-05-17  misha
                   3686: 
                   3687:        * src/lib/cord/cordxtra.c: - bugfix.
                   3688: 
                   3689:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   3690: 
                   3691:        * operators.txt: - info about regex class was added
                   3692: 
                   3693:        * tests/212.html: - tests for regex class were added
                   3694: 
                   3695: 2009-05-16  misha
                   3696: 
                   3697:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   3698:          gc7.1
                   3699: 
                   3700:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   3701:          was added
                   3702: 
                   3703:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   3704:          param) should work
                   3705: 
                   3706: 2009-05-15  misha
                   3707: 
                   3708:        * src/classes/table.C: - automatically disable stringstream usage
                   3709:          on freebsd4
                   3710: 
                   3711:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   3712:          scope
                   3713: 
                   3714:        * tests/211.html: - test with different types of access to hash was
                   3715:          added
                   3716: 
                   3717:        * tests/210.html: - test which checks for loosing tainting in
                   3718:          hash's keys was added
                   3719: 
                   3720:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   3721: 
                   3722:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   3723: 
                   3724:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   3725: 
                   3726:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   3727:          optimisations for increacing version number more dramatically :)
                   3728: 
                   3729:        * src/classes/date.C: - little refactoring: use constructor which
                   3730:          accepts formated string
                   3731: 
                   3732:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   3733:          which can print formatted string was added
                   3734: 
                   3735: 2009-05-14  misha
                   3736: 
                   3737:        * src/include/pa_string.h: - type was fixed
                   3738: 
                   3739:        * src/: classes/hashfile.C, classes/op.C,
                   3740:          include/pa_cache_managers.h, include/pa_charset.h,
                   3741:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   3742:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   3743:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   3744:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   3745:          main/pa_charsets.C, main/pa_string.C,
                   3746:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   3747:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3748:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   3749:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   3750:          (seaches should be faster now)
                   3751: 
                   3752:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   3753:          classes/string.C, classes/table.C, include/pa_string.h,
                   3754:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   3755:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   3756:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   3757:          types/pa_vrequest.C: - String constructors don't have that stupid
                   3758:          true/false param which means 'tainted'. they accept lang instead.
                   3759: 
                   3760:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   3761:          with OPTIMIZE_RESULT
                   3762: 
                   3763:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   3764:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   3765: 
                   3766: 2009-05-13  misha
                   3767: 
                   3768:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   3769:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   3770:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3771:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   3772:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   3773:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   3774:          include/pa_string.h, classes/date.C, classes/file.C,
                   3775:          classes/hash.C, classes/image.C, classes/string.C,
                   3776:          classes/table.C, classes/xdoc.C: - result optimisation -
                   3777:          helper_length parameter removed from string constructors
                   3778: 
                   3779: 2009-05-11  misha
                   3780: 
                   3781:        * tests/209.html: - tests for ^hash::create[hash] were added
                   3782: 
                   3783:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   3784:          ^memory:compact[] were added
                   3785: 
                   3786:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   3787:          log10 were added
                   3788: 
                   3789:        * tests/206.html: - test for try with finally was added
                   3790: 
                   3791: 2009-05-10  misha
                   3792: 
                   3793:        * tests/205.html: - test for ^file::create[...] was added
                   3794: 
                   3795:        * tests/204.html: - test for ^response:clear[] was added
                   3796: 
                   3797:        * tests/038.html: - tests for trigonometric functions were added
                   3798: 
                   3799:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   3800:          added - more tests for .add, .sub, .union, .intersects and
                   3801:          .intersections
                   3802: 
                   3803:        * tests/065.html: - test for ^file:dirname was added
                   3804: 
                   3805:        * tests/030.html: - test for $cookie:fields was added
                   3806: 
                   3807:        * tests/203.html: - test for ^h._keys[column name] was added
                   3808: 
                   3809:        * tests/201.html: - tests for .trim were added
                   3810: 
                   3811:        * tests/202.html: - tests for last-day,
                   3812:          date:calendar[type](YYYY;MM;DD) were added
                   3813: 
                   3814:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   3815:          .offset[type](N) were added
                   3816: 
                   3817:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   3818:          and .pos[c](N) were added
                   3819: 
                   3820:        * tests/141.html: - test for math:sha1 was added
                   3821: 
                   3822:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   3823: 
                   3824: 2009-05-09  misha
                   3825: 
                   3826:        * src/main/compile.y: - rollback
                   3827: 
                   3828: 2009-05-05  misha
                   3829: 
                   3830:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   3831:          replaced by is_empty()
                   3832: 
                   3833:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   3834:          optimisation: somewhere length() was replaced by is_empty()
                   3835: 
                   3836:        * src/classes/table.C: - little optimisation: somewhere length()
                   3837:          was replaced by is_empty()
                   3838: 
                   3839:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   3840:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   3841:          optimisation: somewhere length() was replaced by is_empty()
                   3842: 
                   3843: 2009-05-04  misha
                   3844: 
                   3845:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   3846:          types/pa_vstateless_class.h, main/execute.C,
                   3847:          include/pa_request.h, classes/hash.C, classes/op.C,
                   3848:          classes/table.C: - more optimisations were added: some operators
                   3849:          don't switch write context anylonger
                   3850: 
                   3851: 2009-05-01  misha
                   3852: 
                   3853:        * src/main/compile.y: - slightly more opcode optimisations for
                   3854:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   3855: 
                   3856:        * src/main/execute.C: - simplifying process for getters
                   3857: 
                   3858: 2009-04-30  misha
                   3859: 
                   3860:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   3861: 
                   3862:        * tests/results/199.processed: - test for checking $result into
                   3863:          ^rem was added
                   3864: 
                   3865:        * tests/199.html: - test for checking $result into ^rem was added
                   3866: 
                   3867:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   3868:          some OS it returns list in different order)
                   3869: 
                   3870:        * src/: include/pa_array.h, include/pa_request.h,
                   3871:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   3872:          changes in stack impl - get_element() optimisation: 3rd param
                   3873:          removed - bugfix: problems with reading empty input param -
                   3874:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   3875: 
                   3876:        * tests/results/198.processed: - test for reading empty local var
                   3877:          was added
                   3878: 
                   3879:        * tests/198.html: - test for reading empty local var was added
                   3880: 
                   3881: 2009-04-29  misha
                   3882: 
                   3883:        * src/main/compile.y: - bugfix: couldn't compile because
                   3884:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   3885: 
                   3886:        * src/: include/pa_array.h, include/pa_opcode.h,
                   3887:          include/pa_request.h, main/compile.y, main/execute.C,
                   3888:          main/pa_request.C, types/pa_vmethod_frame.C,
                   3889:          types/pa_vmethod_frame.h: - we can work without opcode
                   3890:          OP_STORE_PARAM, so it was removed
                   3891: 
                   3892: 2009-04-28  misha
                   3893: 
                   3894:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   3895:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   3896:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   3897:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   3898:          4.
                   3899:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   3900: 
                   3901:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   3902: 
                   3903:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   3904:          is_empty()
                   3905: 
                   3906: 2009-04-27  misha
                   3907: 
                   3908:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   3909: 
                   3910: 2009-04-24  misha
                   3911: 
                   3912:        * src/classes/string.C: - ups. typo fixed
                   3913: 
                   3914:        * src/main/execute.C: - more replacements '*new VBool' to
                   3915:          'VBool::get' - checks for ^break[], ^continue[] and
                   3916:          parser.interrupted were optimised
                   3917: 
                   3918:        * src/classes/string.C: - number of params.count() calls was
                   3919:          slightly reduced
                   3920: 
                   3921: 2009-04-23  misha
                   3922: 
                   3923:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   3924:          make it x64 friendly
                   3925: 
                   3926:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   3927:          parser is x64 friendly now
                   3928: 
                   3929: 2009-04-22  misha
                   3930: 
                   3931:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   3932:          exceeding record size was added
                   3933: 
                   3934:        * src/classes/file.C: - use vregex object instead of direct calls
                   3935:          methods from pcre lib
                   3936: 
                   3937:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   3938:          classes/string.C: - use vregex object instead of direct calls
                   3939:          methods from pcre lib
                   3940: 
                   3941:        * src/: include/pa_common.h, main/pa_common.C: - method
                   3942:          print_pcre_exec_error_text was moved to class vregex
                   3943: 
                   3944:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   3945:          was added
                   3946: 
                   3947:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   3948:          - class vregex was added
                   3949: 
                   3950: 2009-04-21  misha
                   3951: 
                   3952:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   3953: 
                   3954:        * src/: types/pa_junction.h, types/pa_value.C,
                   3955:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   3956:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   3957:          junction-optimisation (destructors)
                   3958: 
                   3959:        * src/include/pa_array.h: - free under if now
                   3960: 
                   3961: 2009-04-19  misha
                   3962: 
                   3963:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   3964: 
                   3965: 2009-04-18  misha
                   3966: 
                   3967:        * src/include/pa_version.h:
                   3968:          :q :
                   3969: 
                   3970:          CV:
                   3971:          ----------------------------------------------------------------------
                   3972: 
                   3973:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   3974:          refactoring
                   3975: 
                   3976:        * src/: include/pa_array.h, include/pa_hash.h,
                   3977:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   3978: 
                   3979:        * src/include/pa_memory.h: - define for using destructors was added
                   3980: 
                   3981:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   3982:          main/execute.C: - some junctions will be cached now
                   3983: 
                   3984:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   3985: 
                   3986:        * src/include/pa_array.h: - inline was added to destructor
                   3987: 
                   3988:        * src/types/pa_method.h: - comment was changed
                   3989: 
                   3990: 2009-04-17  misha
                   3991: 
                   3992:        * src/: include/pa_array.h, include/pa_hash.h,
                   3993:          types/pa_vmethod_frame.h: - destructors were added
                   3994: 
                   3995:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   3996:          renamed to always_use_result
                   3997: 
                   3998:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   3999:          compiler: full backward compatibility is better
                   4000: 
                   4001:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   4002:          result in var's hash
                   4003: 
                   4004:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   4005:          optimisation in method_frame
                   4006: 
                   4007:        * src/include/pa_array.h: - optimisation in array (allocate
                   4008:          elements only when needed)
                   4009: 
                   4010:        * src/types/pa_vresponse.C: - check for $response:headers field
                   4011:          before looking at custom fields
                   4012: 
                   4013:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   4014:          not needed to check existance var with name 'result' in var's
                   4015:          hash
                   4016: 
                   4017:        * src/main/compile.y: - compiler was changed: now it detects
                   4018:          writings to $result and set flag writo_to_result in method
                   4019: 
                   4020:        * src/classes/string.C: - little optimisation: no needed to write
                   4021:          number with lang
                   4022: 
                   4023:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   4024:          used for read utf8-strings were renamed - is_escaped was renamed
                   4025:          to isEscaped (to the same name convention)
                   4026: 
                   4027:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   4028:          write_to_result added. compiler get this info from code.
                   4029: 
                   4030: 2009-04-16  misha
                   4031: 
                   4032:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   4033:          String only before 1st write
                   4034: 
                   4035:        * src/include/pa_string.h: - not needed template removed
                   4036: 
                   4037:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   4038:          types/pa_vjunction.C, types/pa_vproperty.C,
                   4039:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   4040:          main/pa_request.C, classes/bool.C, classes/double.C,
                   4041:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   4042:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   4043:          bool objects)
                   4044: 
                   4045: 2009-04-15  misha
                   4046: 
                   4047:        * src/lib/cord/cordxtra.c: - more optimisation
                   4048: 
                   4049:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   4050:          optimisation
                   4051: 
                   4052:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   4053:          then get and can sometime be used)
                   4054: 
                   4055:        * src/main/pa_string.C: - String::length optimisation
                   4056: 
                   4057:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   4058:          these methods read different strings
                   4059: 
                   4060:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   4061:          fresult_initial_void removed + some optimisation - if $result
                   4062:          defined we don't write to context anymore
                   4063: 
                   4064:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   4065:          need just skip char)
                   4066: 
                   4067:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4068:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   4069:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   4070: 
                   4071:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   4072:          instance
                   4073: 
                   4074: 2009-04-11  misha
                   4075: 
                   4076:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   4077: 
                   4078:        * tests/197.html: - test for parser://test in xml was added
                   4079: 
                   4080:        * src/classes/string.C: - small optimisation
                   4081: 
                   4082:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   4083:          optimisation
                   4084: 
                   4085: 2009-04-10  misha
                   4086: 
                   4087:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   4088:          to pcre-7.8
                   4089: 
                   4090:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   4091: 
                   4092:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   4093:          added
                   4094: 
                   4095:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   4096:          $request:CLASS_NAME were added
                   4097: 
                   4098:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   4099:          were added
                   4100: 
                   4101:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   4102:          $env:CLASS_NAME were added
                   4103: 
                   4104:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   4105:          '@todo' now
                   4106: 
                   4107:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   4108:          compirer
                   4109: 
                   4110:        * src/main/pa_string.C: - little code cleanup
                   4111: 
                   4112:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   4113:          during PCRE compile/execute
                   4114: 
                   4115:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   4116:          normalizing todo-comments: '@todo' now
                   4117: 
                   4118:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   4119: 
                   4120:        * src/main/pa_charset.C: - type changed for making compiler happy
                   4121: 
                   4122: 2009-03-10  misha
                   4123: 
                   4124:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   4125:          in main()
                   4126: 
                   4127: 2009-02-01  misha
                   4128: 
                   4129:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   4130:          boundary
                   4131: 
                   4132: 2009-01-25  misha
                   4133: 
                   4134:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   4135: 
                   4136:        * src/classes/file.C: - more changes for parsing different number
                   4137:          of params for file::load
                   4138: 
                   4139:        * tests/193.html: - tests for exception while base64-decode binary
                   4140:          to string was added
                   4141: 
                   4142:        * tests/192.html: - tests for file::load with different number of
                   4143:          options
                   4144: 
                   4145:        * src/classes/math.C: - ups. forgot '+1'
                   4146: 
                   4147:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   4148:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   4149:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   4150:          (new option $.encode[multipart-form/data] should be specified) -
                   4151:          $.method[] option for file::load now is not case-sensitive
                   4152: 
                   4153:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   4154:          new taint language L_FILE_POST was added
                   4155: 
                   4156:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   4157:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   4158:          stuff was moved to separate files
                   4159: 
                   4160: 2009-01-23  misha
                   4161: 
                   4162:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   4163:          spaces to tabs were converted
                   4164: 
                   4165: 2009-01-12  misha
                   4166: 
                   4167:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   4168:          now
                   4169: 
                   4170:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   4171:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   4172:          their names
                   4173: 
                   4174:        * src/main/pa_common.C: - changes in formating
                   4175: 
1.89      moko     4176:        * src/: classes/file.C, main/pa_http.C: - some constants changed
1.86      moko     4177:          their names
                   4178: 
                   4179:        * src/include/pa_http.h: - some spaces were converted to tabs
                   4180: 
                   4181:        * src/include/pa_common.h: - some constants changed their names
                   4182: 
                   4183:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   4184:          little code rewriting
                   4185: 
                   4186:        * src/types/pa_vfile.C: - little code rewriting
                   4187: 
                   4188:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   4189:          types/pa_value.h: - some formating changes
                   4190: 
                   4191:        * src/include/pa_common.h: - some formating spaces transformed to
                   4192:          tabs
                   4193: 
                   4194:        * src/classes/string.C: - exception while base64-decode binary to a
                   4195:          string
                   4196: 
                   4197: 2009-01-11  misha
                   4198: 
                   4199:        * configure.in: - version changed to 3.3.1b
                   4200: 
                   4201: 2008-09-05  misha
                   4202: 
                   4203:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   4204:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   4205: 
                   4206: 2008-09-04  misha
                   4207: 
                   4208:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   4209:          anymore
                   4210: 
                   4211:        * src/classes/op.C: - exception with 'invalid taint language' not
                   4212:          typeless anylonger
                   4213: 
                   4214:        * src/classes/image.C: - some exceptions while operations with
                   4215:          image not typeless anymore
                   4216: 
                   4217:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   4218:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   4219:          operations with files not typeless anymore
                   4220: 
                   4221:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   4222:          types/pa_vdate.h: - exceptions while checking date range not
                   4223:          typeless anymore
                   4224: 
                   4225:        * src/include/pa_exception.h: - exception type string for invalid
                   4226:          date range was added
                   4227: 
                   4228: 2008-09-03  misha
                   4229: 
                   4230:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   4231:          operations not typeless anymore
                   4232: 
                   4233:        * src/include/pa_exception.h: - exception type for pce operations
                   4234:          was added
                   4235: 
                   4236:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   4237:          and .CLASS_NAME insite classes
                   4238: 
                   4239:        * src/classes/table.C: - don't save table header whiile
                   4240:          ^table.save[append;filename] if file exists
                   4241: 
                   4242: 2008-09-02  misha
                   4243: 
                   4244:        * src/main/compile.y, src/main/compile_tools.h,
                   4245:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   4246:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   4247:          renamed to partial and it login changed: we must mark class as
                   4248:          partial for allow their modifications in future.
                   4249: 
                   4250: 2008-08-29  misha
                   4251: 
                   4252:        * tests/results/022.processed: - testing taint[regex] in mask for
                   4253:          file:list
                   4254: 
                   4255:        * tests/022.html: - testing taint[regex] in mask for file:list
                   4256: 
                   4257:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   4258:          for file:list was added
                   4259: 
                   4260:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   4261:          file:list
                   4262: 
                   4263: 2008-08-26  misha
                   4264: 
                   4265:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   4266:          last derived object
                   4267: 
                   4268:        * src/classes/image.C: - many strings "image.format" replaced by
                   4269:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   4270:          understand some more exif tags
                   4271: 
                   4272:        * src/include/pa_exception.h: - string "image.format" was added
                   4273: 
                   4274: 2008-08-21  misha
                   4275: 
                   4276:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   4277:          pcre_exec text error
                   4278: 
                   4279:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   4280:          added
                   4281: 
                   4282:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   4283:          text error was added
                   4284: 
                   4285: 2008-08-19  misha
                   4286: 
                   4287:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   4288:          namespace while debug execution as well
                   4289: 
                   4290:        * tests/: 015.html, results/015.processed: - test for escaping some
                   4291:          parser chars was added
                   4292: 
                   4293: 2008-08-18  misha
                   4294: 
                   4295:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   4296:          $caller.self.field + default getter in one class was added
                   4297: 
                   4298:        * tests/: 189.html, results/189.processed: - test for
                   4299:          ^date::create[date object]
                   4300: 
                   4301:        * tests/: 188.html, results/188.processed: - tests for match with
                   4302:          UTF-8 strings
                   4303: 
                   4304:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   4305:          ^string.match[]
                   4306: 
                   4307:        * ChangeLog: - parser 3.3.0 beta13
                   4308: 
                   4309: 2008-08-15  misha
                   4310: 
                   4311:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   4312:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   4313:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   4314:          dftables.c: - old PCRE files removed
                   4315: 
                   4316:        * src/lib/pcre/config.h: - configuration for PCRE library
                   4317: 
1.89      moko     4318:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   4319:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
1.86      moko     4320: 
                   4321:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   4322:          library and set flag UTF8 if $request:charset is UTF-8
                   4323: 
                   4324:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   4325:          include/pa_config_fixed.h: - moved to new PCRE library
                   4326: 
                   4327:        * src/: main/main.vcproj, types/types.vcproj,
                   4328:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   4329:          win32\pcre instead of parser3\src\lib\pcre
                   4330: 
                   4331:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   4332:          main/compile.C, main/compile.y, main/compile_tools.C,
                   4333:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   4334:          opcodes were moved to separate namespace
                   4335: 
                   4336: 2008-08-14  misha
                   4337: 
                   4338:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   4339: 
                   4340:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   4341:          tainting
                   4342: 
                   4343: 2008-08-11  misha
                   4344: 
                   4345:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   4346:          $caller.self, $caller.self.field and $caller.self.field[value]
                   4347:          were added
                   4348: 
                   4349:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   4350:          runtime as well (for $caller.self)
                   4351: 
                   4352: 2008-07-25  misha
                   4353: 
                   4354:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   4355:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   4356:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   4357:          tests with international characters
                   4358: 
                   4359: 2008-07-23  misha
                   4360: 
                   4361:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   4362:          file::load[...;http://
                   4363: 
                   4364:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   4365:          now everywhere in separate namespace
                   4366: 
                   4367:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   4368:          for vars
                   4369: 
                   4370:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   4371:          can be escaped by '^'
                   4372: 
                   4373: 2008-07-22  misha
                   4374: 
                   4375:        * src/classes/string.C, tests/186.html: - names changes:
                   4376:          escape=>js-escape, unescape=>js-unescape
                   4377: 
                   4378: 2008-07-21  misha
                   4379: 
                   4380:        * tests/results/186.processed: - test for string escape/unescape
                   4381: 
                   4382:        * tests/186.html: - test for string escape/unescape
                   4383: 
                   4384:        * src/classes/string.C: - string has escape and unescape methods
                   4385:          now
                   4386: 
                   4387:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   4388:          added
                   4389: 
                   4390:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   4391:          method-layers added (with different params)
                   4392: 
                   4393: 2008-07-18  misha
                   4394: 
                   4395:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   4396:          was added
                   4397: 
                   4398:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   4399: 
                   4400:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   4401:          ^string.pos[substr](offset) -- 2nd param accepted now
                   4402: 
                   4403:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   4404:          strings
                   4405: 
                   4406: 2008-07-17  misha
                   4407: 
                   4408:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   4409:          helper length added for mid for small optimisation
                   4410: 
                   4411: 2008-07-16  misha
                   4412: 
                   4413:        * tests/: 185.html, results/185.processed: - tests for
                   4414:          length/left/right/mid/pos with utf-8 strings
                   4415: 
                   4416:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   4417:          utf-8 strings
                   4418: 
                   4419:        * src/main/untaint.C: - comments removed
                   4420: 
                   4421:        * src/: include/pa_string.h, main/pa_string.C,
                   4422:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   4423:          with pos/mid for strings in utf-8 were added
                   4424: 
                   4425: 2008-07-15  misha
                   4426: 
                   4427:        * tests/: 184.html, results/184.processed: - test for case body as
                   4428:          expression: $var(^switch(1){^case(1)(true)..})
                   4429: 
                   4430:        * src/classes/op.C: - case body can be expression now:
                   4431:          $var(^switch(1){^case(1)(true)..})
                   4432: 
                   4433:        * tests/: results/183.processed, 183.html: - added test for testing
                   4434:          new cookie encoding (%uXXXX)
                   4435: 
                   4436:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   4437:          decoding for backward compatibility they decoded from %XX in
                   4438:          request:charset too
                   4439: 
                   4440:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   4441:          - cookie class now decode cookies before first access after last
                   4442:          request:charset changing (as form class).
                   4443: 
                   4444:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   4445:          as %uXXXX - before transcode calculate required space for dest
                   4446:          string. it reduce mem usage for transcode
                   4447: 
                   4448:        * src/include/pa_charset.h: - added method escape for escaping
                   4449:          cookies as %uXXXX
                   4450: 
                   4451:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   4452:          was added. will used for escaping cookies as %uXXXX
                   4453: 
                   4454:        * src/include/pa_common.h: - escape method has new option for skip
                   4455:          converting '+' to a space char
                   4456: 
                   4457:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   4458:          transcode - escape method has new option for skip converting '+'
                   4459:          to a space char
                   4460: 
                   4461: 2008-07-08  misha
                   4462: 
                   4463:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   4464:          (no UE if more then 1 case matches anylonger) - optimization:
                   4465:          doing searching.as_string() || searching.as_double() only once
                   4466: 
                   4467: 2008-07-04  misha
                   4468: 
                   4469:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   4470:          now ^date::create[date object] works
                   4471: 
                   4472:        * src/classes/string.C: - left and right added as aliases for start
                   4473:          and end in ^string.trim[]
                   4474: 
                   4475: 2008-07-03  misha
                   4476: 
                   4477:        * src/classes/file.C: - allow $.limit for file::sql as well
                   4478: 
                   4479:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   4480:          send limit=1 to query for use sql specifics authomatically
                   4481: 
                   4482:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   4483:          if $.limit value if empty. autoconvert it as everywere
                   4484: 
                   4485: 2008-07-02  misha
                   4486: 
                   4487:        * configure.in: - time to change version number to 3.3.0 %-)
                   4488: 
                   4489:        * src/include/pa_version.h: - time to change version number to
                   4490:          3.3.0 %-)
                   4491: 
                   4492: 2008-06-26  misha
                   4493: 
                   4494:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   4495:          $.limit(0) fixes
                   4496: 
                   4497:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   4498:          - $.limit(0) fixes
                   4499: 
                   4500:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   4501:          new API)
                   4502: 
                   4503:        * src/: include/pa_sql_driver_manager.h,
                   4504:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   4505:          classes/op.C: - document_root added
                   4506: 
                   4507:        * src/main/compile.tab.C: - error message was changed
                   4508: 
                   4509: 2008-06-25  misha
                   4510: 
                   4511:        * src/main/compile.y: - error message was changed
                   4512: 
                   4513: 2008-06-24  misha
                   4514: 
                   4515:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   4516: 
                   4517:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   4518:          tests for @OPTIONS\nappend
                   4519: 
                   4520:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   4521: 
                   4522:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   4523: 
                   4524:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   4525: 
                   4526:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   4527:          compile.y
                   4528: 
                   4529: 2008-06-17  misha
                   4530: 
                   4531:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   4532:          compilation: ^if(default){true. it's incorrect. must be
                   4533:          exception}
                   4534: 
                   4535: 2008-06-16  misha
                   4536: 
                   4537:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   4538:          checking external reference loading with 'http://localhost'
                   4539:          prefix while creating xdoc
                   4540: 
                   4541:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   4542:          ^math:long2ip[] and ^math:ip2long[]
                   4543: 
                   4544:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   4545:          added which use scalar stateless class method when user object
                   4546:          used in scalar context - use get_scalar_value when user object
                   4547:          requested in scalar context
                   4548: 
                   4549:        * src/main/pa_common.C: - size must be int but not size_t or we
                   4550:          can't compare with 0 sprintf result
                   4551: 
                   4552:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4553:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   4554:          with internal switch between local/global vars
                   4555: 
                   4556:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   4557:          specified
                   4558: 
                   4559:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   4560:          pa_vstateless_object.h: - stateless class and object now has
                   4561:          private scalar field and getter/setter for working with it
                   4562: 
                   4563:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   4564:          moved to inet static class
                   4565: 
                   4566:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   4567:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   4568: 
                   4569:        * tests/: 180.html, results/180.processed: - tests for
                   4570:          ^math:long2ip(long) and ^math:ip2long[IP]
                   4571: 
                   4572:        * src/classes/math.C: - ^math:ip2long[IP] added
                   4573: 
                   4574: 2008-06-11  misha
                   4575: 
                   4576:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   4577:          need cut BOM code and remove DOS newline chars. but don't
                   4578:          transcode it anyway.
                   4579: 
                   4580:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   4581:          main/pa_http.C: - option for disable transcoding while file_read
                   4582:          and file_read_text added
                   4583: 
                   4584: 2008-06-10  misha
                   4585: 
                   4586:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   4587:          classes in 1 file
                   4588: 
                   4589:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   4590:          classes now.
                   4591: 
                   4592:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   4593:          classes now. internals.
                   4594: 
                   4595:        * src/main/pa_request.C: - compile return list of classes now. try
                   4596:          call @conf and @auto for each returned class
                   4597: 
                   4598:        * src/include/pa_request.h: - compile return list of classes now
                   4599: 
                   4600:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   4601:          return list of classes when compile buf)
                   4602: 
                   4603: 2008-06-07  misha
                   4604: 
                   4605:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   4606:          param -- form
                   4607: 
                   4608:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   4609:          3rd param: form. needed for get post_charset
                   4610: 
                   4611:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   4612:          added
                   4613: 
                   4614:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   4615:          types/pa_vform.C, types/pa_vform.h: - some polish
                   4616: 
                   4617: 2008-06-06  misha
                   4618: 
                   4619:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   4620:          charset and decode chars from it but not from response:charset
                   4621: 
                   4622:        * src/main/pa_http.C: - detect_charset moved out of here
                   4623: 
                   4624:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   4625:          methods moved here - unescape_chars accepn one charset now
                   4626: 
                   4627:        * src/main/pa_http.C: - new constants used - don't allow
                   4628:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   4629:          charset info while ^file::load[;http://;$.method[POST]] - option
                   4630:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   4631:          disabling charset during post
                   4632: 
                   4633:        * src/types/pa_vform.C: - new constants used
                   4634: 
                   4635:        * src/include/pa_common.h: - some constants were added
                   4636: 
                   4637:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   4638:          instead of StrEqNc
                   4639: 
                   4640:        * src/main/pa_common.C: - new method for caseless search
                   4641:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   4642: 
                   4643:        * src/include/pa_common.h: - new method for caseless search
                   4644:          c-substring in c-string
                   4645: 
                   4646: 2008-06-05  misha
                   4647: 
                   4648:        * tests/results/178.processed: - test for testing default getter
                   4649: 
                   4650:        * tests/178.html: - test for testing default getter
                   4651: 
                   4652:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   4653:          for test for testing default getter
                   4654: 
                   4655:        * src/main/execute.C: - default getter soul
                   4656: 
                   4657:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   4658:          requested objects' field not found
                   4659: 
                   4660:        * src/types/pa_vclass.C: - register default getter if defined - get
                   4661:          default getter if requested field not found
                   4662: 
                   4663:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   4664:          added
                   4665: 
                   4666:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   4667:          pointer to default getter and methods for get/set it were added
                   4668: 
                   4669:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   4670:          auto_name field (for default getter)
                   4671: 
                   4672: 2008-06-04  misha
                   4673: 
                   4674:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   4675:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   4676:          it to libxml "as is"
                   4677: 
                   4678: 2008-06-03  misha
                   4679: 
                   4680:        * src/main/pa_common.C: - use store_Char instead of
                   4681:          transcodeCharFromUTF8
                   4682: 
                   4683:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   4684:          store_Char added, transcodeCharFromUTF8 -- removed
                   4685: 
                   4686: 2008-06-02  misha
                   4687: 
                   4688:        * tests/: results/177.processed, 177.html: - test for checking
                   4689:          .[acm]date after local ^file::load[] was added
                   4690: 
                   4691:        * tests/: results/176.processed, 176.html: - test for checking
                   4692:          @OPTION\locals + @method[vars][locals] added
                   4693: 
                   4694:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   4695: 
                   4696: 2008-05-30  misha
                   4697: 
                   4698:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   4699:          @OPTION\nlocals + @method[vars][;locals;] were added
                   4700: 
                   4701:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   4702:          moved to separate method op_code - switch from VMethodFrame to
                   4703:          VMethodFrameGlobal + VMethodFrameLocal
                   4704: 
                   4705:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   4706:          was moved to separate method op_code
                   4707: 
                   4708:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   4709:          VMethodFrame now
                   4710: 
                   4711:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   4712:          all_vars_local as well
                   4713: 
                   4714:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   4715:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   4716:          VMethodFrame were added: one (global) works as VMethodFrame
                   4717:          before and second (local) write all vars in self vars scope
                   4718: 
                   4719:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   4720: 
                   4721: 2008-05-29  misha
                   4722: 
                   4723:        * tests/: 129.html, results/129.processed: - more tests for
                   4724:          ^table.hash[]
                   4725: 
                   4726:        * src/classes/hash.C: - ^hash::sql has a new option:
                   4727:          $.type[hash|string|table] as ^table.hash[] one.
                   4728: 
                   4729:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   4730:          executed anyway after try or catch section
                   4731: 
                   4732: 2008-05-27  misha
                   4733: 
                   4734:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   4735:          must not fail if $.distinct(1) wasn't specified
                   4736: 
                   4737: 2008-05-26  misha
                   4738: 
                   4739:        * src/classes/op.C: - allow ^throw[my type]
                   4740: 
                   4741: 2008-05-22  misha
                   4742: 
                   4743:        * configure.in, configure: - version number updated to 3.2.4b
                   4744: 
                   4745:        * src/classes/: op.C, string.C: - trim format string before
                   4746:          eval/format
                   4747: 
                   4748:        * tests/: results/175.processed, 175.html: - more tests for
                   4749:          different format strings in .format[]
                   4750: 
                   4751:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   4752:          as well (not only %XX)
                   4753: 
                   4754:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   4755:          charset specified - checks for format before print number
                   4756:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   4757:          (instead of tabs) removed
                   4758: 
                   4759:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   4760:          charset specified
                   4761: 
                   4762:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   4763:          char in requested charset from utf code was added
                   4764: 
                   4765: 2008-05-19  misha
                   4766: 
                   4767:        * tests/: 174.html, results/174.processed: - test for
                   4768:          ^hashfile.cleanup[] added
                   4769: 
                   4770:        * src/classes/hashfile.C: - optimization: don't create any key or
                   4771:          value variable if it's name weren't specified
                   4772:          (^hf.foreach[;v]{...})
                   4773: 
                   4774: 2008-05-16  misha
                   4775: 
                   4776:        * src/classes/hash.C: - optimization: don't create any key variable
                   4777:          if variable name wasn't specified (^h.foreach[;v]{...})
                   4778: 
                   4779: 2008-05-15  misha
                   4780: 
                   4781:        * src/classes/op.C: - small changes
                   4782: 
                   4783:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   4784: 
                   4785:        * src/classes/hash.C: - calculate var_context once before foreach
                   4786: 
                   4787: 2008-05-14  misha
                   4788: 
                   4789:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   4790:          ^hashfile.foreach[;]{} fixed
                   4791: 
                   4792:        * src/classes/: hash.C, table.C: - little optimisation
                   4793: 
                   4794:        * src/classes/file.C: - bugfix: double absolute path while loading
                   4795:          file
                   4796: 
                   4797:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   4798:          were added
                   4799: 
                   4800:        * buildall-with-xml: - moving to libxslt 1.1.24
                   4801: 
                   4802: 2008-04-30  misha
                   4803: 
                   4804:        * src/classes/file.C: - stat file while loading (local only) so
                   4805:          .adate, .mdate and .cdate available without additional ::stat
                   4806: 
                   4807: 2008-04-28  misha
                   4808: 
                   4809:        * src/classes/file.C: - $.name and $.content-type available for
                   4810:          stated file
                   4811: 
                   4812: 2008-04-14  misha
                   4813: 
                   4814:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   4815: 
                   4816:        * src/include/pa_version.h: - new version number in head
                   4817: 
                   4818: 2008-04-10  misha
                   4819: 
                   4820:        * tests/: 080.html, results/080.processed: - cut '0' from
                   4821:          exponential part because of on diff OS it differ (20 or 020 for
                   4822:          ex)
                   4823: 
                   4824:        * tests/: 119.html, results/119.processed: - check for encoding
                   4825:          while creating xdoc
                   4826: 
                   4827: 2008-04-09  misha
                   4828: 
                   4829:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   4830: 
                   4831:        * src/main/pa_common.C: - comment added
                   4832: 
                   4833:        * src/classes/date.C: - little refactoring
                   4834: 
                   4835: 2008-04-07  misha
                   4836: 
                   4837:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   4838:          style of ^table.save[]: prepare one big string and sabe it at
                   4839:          once. it's safe on freebsd 4.x but use much more memory.
                   4840: 
                   4841:        * buildall-with-xml, buildall-without-xml: - option
                   4842:          --disable-stringstream added (under comment. use it on freebsd
                   4843:          4.x)
                   4844: 
                   4845: 2008-02-22  misha
                   4846: 
                   4847:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   4848:          specified together in file::load[;http] - get back transcoding
                   4849:          $.body[] in file::load[;http]
                   4850: 
                   4851: 2008-02-21  misha
                   4852: 
                   4853:        * src/classes/date.C: - ^date.gmt-string[] was added
                   4854: 
                   4855:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   4856:          moved to pa_common.h
                   4857: 
                   4858:        * src/include/pa_common.h: - method for output date in RFC 822
                   4859:          format moved here from pa_value.C
                   4860: 
                   4861:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   4862:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   4863: 
                   4864: 2008-02-20  misha
                   4865: 
                   4866:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   4867:          specified charset while ^file::load[...;http://...] (L_URI
                   4868:          instead of L_HTTP_HEADER) - $.cookies param available in
                   4869:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   4870:          response yet) (cookies not transcoded as common $cookies)
                   4871: 
                   4872: 2008-02-19  misha
                   4873: 
                   4874:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   4875:          $response:field values because in this case
                   4876:          $response:locateion[http://...] don't works.
                   4877: 
                   4878: 2008-02-15  misha
                   4879: 
                   4880:        * src/classes/op.C: - little refactoring
                   4881: 
                   4882:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   4883: 
                   4884:        * src/main/pa_request.C: - force taint values of $response:field
                   4885: 
                   4886: 2008-02-14  misha
                   4887: 
                   4888:        * src/main/pa_request.C: - $response:field transcoded to
                   4889:          $response:charset before escaping now
                   4890: 
                   4891:        * src/main/pa_http.C: - some outdated comments removed
                   4892: 
                   4893:        * src/classes/date.C: - lastdat -> last-day
                   4894: 
                   4895:        * src/classes/date.C: - ^date:lastday(year;month) and
                   4896:          ^date.lastday[] were added - little code refactoring - comments
                   4897:          changes
                   4898: 
                   4899:        * tests/: 159.html, results/159.processed: - test for number of
                   4900:          days in February
                   4901: 
                   4902:        * src/types/pa_value.C: - fixes in code formatting
                   4903: 
                   4904:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   4905:          and comments
                   4906: 
                   4907: 2008-02-13  misha
                   4908: 
                   4909:        * src/main/pa_common.C: - bugfix for february at leap year
                   4910: 
                   4911: 2008-01-28  misha
                   4912: 
                   4913:        * tests/: 160.html, results/160.processed: - more test for cache
                   4914:          added
                   4915: 
                   4916:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   4917:          unhandled exception
                   4918: 
                   4919: 2008-01-25  misha
                   4920: 
                   4921:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   4922:          bug when hashfile became inavailable after memory:compact)
                   4923: 
1.88      moko     4924:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
1.86      moko     4925: 
                   4926: 2008-01-22  misha
                   4927: 
                   4928:        * src/classes/table.C: - little refactiring and exception texts
                   4929:          changes in method ^table.hash[]
                   4930: 
                   4931:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   4932: 
                   4933: 2008-01-21  misha
                   4934: 
                   4935:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   4936:          file::exec/cgi
                   4937: 
                   4938:        * src/classes/file.C: - bugfix: core while processing headers if
                   4939:          executed cgi script don't return content
                   4940: 
                   4941: 2008-01-18  misha
                   4942: 
                   4943:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   4944: 
                   4945:        * src/include/pa_version.h, configure.in: - version number updated
                   4946:          to '3.2.3b'
                   4947: 
                   4948: 2007-12-28  misha
                   4949: 
                   4950:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   4951:          hash.contains
                   4952: 
                   4953: 2007-12-27  misha
                   4954: 
                   4955:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   4956:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   4957:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   4958:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   4959:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   4960:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   4961:          src/targets/cgi/parser3.vcproj,
                   4962:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   4963:          back to VS2003 because of Apache 1.3 module can't work if it was
                   4964:          built in VS 2005.  with cgi all file so VS2003 project files can
                   4965:          be easy converted to the new format.
                   4966: 
                   4967: 2007-12-04  misha
                   4968: 
                   4969:        * src/types/pa_vcode_frame.h: - changes in comment
                   4970: 
                   4971: 2007-11-29  misha
                   4972: 
                   4973:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   4974:          intercept strings any longer
                   4975: 
                   4976:        * tests/: 173.html, results/173.processed: - tests for
                   4977:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   4978:          but not in main code frame
                   4979: 
                   4980:        * tests/: 172.html, results/172.processed: - more tests for pass
                   4981:          objects from code frames
                   4982: 
                   4983: 2007-11-27  misha
                   4984: 
                   4985:        * tests/: 152.html, results/152.processed: - tests for converting
                   4986:          strings 'true'/'false' to bool were added
                   4987: 
                   4988:        * tests/152.html: - added checks for converting strings
                   4989:          'true'/'false' to bool
                   4990: 
                   4991:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   4992:          not only strings with numbers but with values 'true'/'false' as
                   4993:          well
                   4994: 
1.89      moko     4995:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   4996:          for parser3.log increased
1.86      moko     4997: 
                   4998:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   4999: 
                   5000:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   5001: 
                   5002:        * src/include/pa_types.h: - constant with buffer size for
                   5003:          parser3.log added
                   5004: 
                   5005: 2007-11-16  misha
                   5006: 
                   5007:        * tests/cat.sh: - script for tests for file::exec/cgi
                   5008: 
                   5009:        * tests/171.html: - tests for file::exec/cgi
                   5010: 
                   5011:        * tests/results/171.processed: - tests results for file::exec/cgi
                   5012: 
                   5013: 2007-11-15  misha
                   5014: 
                   5015:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   5016: 
                   5017:        * src/classes/file.C: - .body must be set before analyzing cgi
                   5018:          headers
                   5019: 
                   5020:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   5021:          only if exec/cgi return anything.
                   5022: 
                   5023: 2007-11-14  misha
                   5024: 
                   5025:        * operators.txt: - info about new text|binary option for
                   5026:          file::exec/cgi was added
                   5027: 
                   5028:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   5029:          ^file:exec[[text|binary];script;...]
                   5030: 
                   5031:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   5032:          classes/string.C, classes/table.C: - more text strings moved to
                   5033:          the one place
                   5034: 
                   5035: 2007-11-09  misha
                   5036: 
                   5037:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   5038: 
                   5039:        * ChangeLog: - $request:argv [patch from Sumo]
                   5040: 
                   5041:        * operators.txt: - $request:argv
                   5042: 
                   5043:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   5044:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   5045: 
                   5046: 2007-10-25  misha
                   5047: 
                   5048:        * buildall-with-xml, buildall-without-xml: - options preparations
                   5049:          for ./configure rewrited
                   5050: 
                   5051:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   5052:          error occure in unhandled_exception finally fixed
                   5053: 
                   5054: 2007-10-23  misha
                   5055: 
                   5056:        * tests/: 170.html, results/170.processed: - test for
                   5057:          @method[][result]
                   5058: 
                   5059:        * operators.txt: - added info about node.prefix and
                   5060:          node.namespaceURI
                   5061: 
                   5062:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   5063: 
                   5064:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   5065:          added for node and attribute
                   5066: 
                   5067: 2007-10-22  misha
                   5068: 
                   5069:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   5070: 
                   5071:        * src/main/pa_request.C: - added const content-transfer-encoding
                   5072: 
                   5073:        * src/include/pa_request.h: - added const content-transfer-encoding
                   5074:          - ups. constants must be in lowercase (for search)
                   5075: 
                   5076:        * src/types/pa_vmail.C: - more constants used -
                   5077:          content-transfer-encoding: 8bit added
                   5078: 
                   5079:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   5080: 
                   5081:        * src/include/pa_request.h: - more constants
                   5082: 
                   5083:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   5084:          ommit anymore if $.content-disposition was specified - little
                   5085:          refactoring
                   5086: 
                   5087:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   5088: 
                   5089: 2007-10-17  misha
                   5090: 
                   5091:        * operators.txt: - info about
                   5092:          table::create[nameless]{data}[>options<] was added
                   5093: 
                   5094:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   5095:          compile method don't put this method in methods table anymore.
                   5096:          in other case the parser coredumped if @unhandled_exception
                   5097:          method can't be compiled because of parser.compile error.
                   5098: 
                   5099:        * src/main/execute.C: - little code reformating
                   5100: 
                   5101:        * src/main/pa_request.C: - little code reformating - comment
                   5102:          changed
                   5103: 
                   5104: 2007-10-16  misha
                   5105: 
                   5106:        * tests/: 035.html, results/035.processed: - tests
                   5107:          table::create[]{}[options] added
                   5108: 
                   5109:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   5110:          options (only $.seperator[] yet)
                   5111: 
                   5112: 2007-10-10  misha
                   5113: 
                   5114:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   5115:          some code changes
                   5116: 
                   5117: 2007-10-02  misha
                   5118: 
                   5119:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   5120:          then three time as much. but base64 encoding method still use
                   5121:          less memory anyway.
                   5122: 
                   5123: 2007-09-17  misha
                   5124: 
                   5125:        * operators.txt: - added info about $cookie:fields
                   5126: 
                   5127:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   5128: 
                   5129:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   5130:          common
                   5131: 
                   5132:        * src/include/pa_common.h: - some stuff for use with .for_each
                   5133:          moved here
                   5134: 
                   5135:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   5136: 
                   5137: 2007-09-14  misha
                   5138: 
                   5139:        * buildall-with-xml: - new xml libs again =)
                   5140: 
                   5141: 2007-08-28  misha
                   5142: 
                   5143:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   5144:          ^string.split[...][v][column name] were added
                   5145: 
                   5146:        * tests/: 168.html, 169.html, results/168.processed,
                   5147:          results/169.processed: - tests for ^table.columns[[column name]]
                   5148:          and ^string.split[...][v][column name] were added
                   5149: 
                   5150:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   5151:          was added
                   5152: 
                   5153:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   5154:          name]]
                   5155: 
                   5156:        * src/include/pa_exception.h: - error text message for
                   5157:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   5158: 
                   5159: 2007-08-27  misha
                   5160: 
                   5161:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   5162:          body ^taint[sql][something] outside of connect
                   5163: 
                   5164:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   5165:          outside of connect
                   5166: 
                   5167:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   5168:          added (commented by default)
                   5169: 
                   5170: 2007-08-20  misha
                   5171: 
                   5172:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   5173:          was added
                   5174: 
                   5175:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   5176:          duplicated exception text strings were removed
                   5177: 
                   5178:        * src/include/pa_exception.h: - more exception text strings moved
                   5179:          here
                   5180: 
                   5181:        * src/classes/table.C: - some duplicate exceptions' text strings
                   5182:          removed
                   5183: 
                   5184:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   5185:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   5186:          removed
                   5187: 
                   5188:        * src/include/pa_exception.h: - some exception text strings movet
                   5189:          to pa_exception
                   5190: 
                   5191:        * tests/: 149.html, results/149.processed: - test for
                   5192:          ^xnode.hasAttributes[] was added - some code changes
                   5193: 
                   5194:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   5195:          added
                   5196: 
                   5197: 2007-08-17  misha
                   5198: 
                   5199:        * tests/: results/006.processed, results/059.processed, 006.html,
                   5200:          059.html: - more tests for match
                   5201: 
                   5202:        * tests/: 129.html, results/129.processed: - tests for
                   5203:          ^table.hash[...][$.type[string|hash|table]] added
                   5204: 
                   5205:        * src/targets/cgi/parser3.C: - little syntax changes
                   5206: 
                   5207:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   5208:          syntax changes
                   5209: 
                   5210:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   5211:          messages in parser3.log switched off by default. If someone
                   5212:          really still need it: use $SIGPIPE(1)
                   5213: 
                   5214: 2007-08-08  misha
                   5215: 
                   5216:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   5217:          files by default since now
                   5218: 
                   5219: 2007-08-07  misha
                   5220: 
                   5221:        * buildall-without-xml: - some option syntax changes
                   5222: 
                   5223:        * buildall-with-xml: - compile libxml2 without http support - some
                   5224:          option syntax changes
                   5225: 
                   5226:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   5227: 
                   5228: 2007-08-06  misha
                   5229: 
                   5230:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   5231: 
                   5232:        * tests/: 160.html, results/160.processed: - cache test was
                   5233:          rewrited
                   5234: 
                   5235: 2007-07-06  misha
                   5236: 
                   5237:        * tests/: 153.html, results/153.processed: - added test for
                   5238:          ^math:sha1[string]
                   5239: 
                   5240:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   5241:          transcoded
                   5242: 
                   5243:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   5244:          were added
                   5245: 
                   5246: 2007-06-28  misha
                   5247: 
                   5248:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   5249:          some incorrect chars
                   5250: 
                   5251: 2007-06-19  misha
                   5252: 
                   5253:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   5254:          were moved on top because of gcc 4 had a problems during
                   5255:          building.
                   5256: 
                   5257: 2007-06-18  misha
                   5258: 
                   5259:        * tests/results/019.processed: - new image commited
                   5260: 
                   5261: 2007-06-09  misha
                   5262: 
                   5263:        * src/classes/: op.C, table.C: - in while and table.select method
                   5264:          as_expression used now
                   5265: 
                   5266:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   5267: 
                   5268: 2007-06-08  misha
                   5269: 
                   5270:        * tests/: 166.html, results/166.processed: - test for
                   5271:          ^match[...][n]
                   5272: 
                   5273:        * tests/: 165.html, results/165.processed: - tests for loops
                   5274: 
                   5275:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   5276:          because of no speed/memory optimisation but some proglems with
                   5277:          long cycles occure
                   5278: 
                   5279: 2007-06-06  misha
                   5280: 
                   5281:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   5282:          ^table.select(true) and ^table.select(1) didn't works because of
                   5283:          awaiting junction-param only. fixed.
                   5284: 
                   5285: 2007-05-24  misha
                   5286: 
                   5287:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   5288:          with 0.5 secs interval
                   5289: 
                   5290:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   5291:          locking system now on unix
                   5292: 
                   5293:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   5294:          system locks which wait till other threads release it but try get
                   5295:          lock, if fail wait 1 sec and make 10 attempts.
                   5296: 
                   5297:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   5298:          were added
                   5299: 
                   5300:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   5301:          opening files
                   5302: 
                   5303:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   5304:          after our classes on unix it can't be build
                   5305: 
                   5306:        * src/types/pa_vhashfile.C: - not needed code removed
                   5307: 
                   5308: 2007-05-23  misha
                   5309: 
                   5310:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   5311:          include/pa_common.h: - cosmetic changes
                   5312: 
                   5313: 2007-05-18  misha
                   5314: 
                   5315:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   5316:          often. it's give some speed increasing
                   5317: 
                   5318:        * tests/results/160.processed: - returned time corrected
                   5319: 
                   5320:        * tests/160.html: - time increased because on unix 1 mean nothing
                   5321:          :(
                   5322: 
                   5323:        * operators.txt: - added info about ^hash.contain[key]
                   5324: 
                   5325:        * src/classes/hash.C: - added ^hash.contain[key]
                   5326: 
                   5327:        * src/include/pa_hash.h: - added method for checking key exists in
                   5328:          hash
                   5329: 
                   5330: 2007-05-07  misha
                   5331: 
                   5332:        * src/include/pa_string.h: - was compilation error during build on
                   5333:          freebsd4
                   5334: 
                   5335: 2007-05-03  misha
                   5336: 
                   5337:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   5338:          for ^table.hash[]
                   5339: 
                   5340:        * src/classes/file.C: - comment removed
                   5341: 
                   5342: 2007-04-26  misha
                   5343: 
                   5344:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   5345:          real files doesn't opened in place anymore
                   5346: 
                   5347: 2007-04-24  misha
                   5348: 
                   5349:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   5350: 
                   5351:        * src/include/pa_exception.h: "static" removed
                   5352: 
                   5353: 2007-04-23  misha
                   5354: 
                   5355:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   5356: 
                   5357:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   5358:          ^math:log(N)) - ^math:lg(N)
                   5359: 
                   5360:        * tests/: 097.html, results/097.processed: - charsets converstion
                   5361:          during ^file::load[text;http://...] added
                   5362: 
                   5363:        * tests/: 164.html, results/164.processed: - check for set expires
                   5364:          as a date
                   5365: 
                   5366:        * tests/: 164.html, results/164.processed: - test for hashfile
                   5367: 
                   5368:        * src/classes/hashfile.C: - little comment changes
                   5369: 
                   5370:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   5371:          access
                   5372: 
                   5373:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   5374:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   5375:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   5376:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   5377:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   5378:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   5379:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   5380:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   5381:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   5382:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   5383:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   5384:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5385:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   5386:          "parser.runtime" strings were removed
                   5387: 
                   5388:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   5389:          now.
                   5390: 
                   5391:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   5392: 
                   5393:        * src/include/pa_exception.h: - string constant with
                   5394:          "parser.runtime" text was added
                   5395: 
                   5396: 2007-04-20  misha
                   5397: 
                   5398:        * operators.txt: - some comments changing
                   5399: 
                   5400:        * operators.txt: - added info about .^hashfile.release[],
                   5401:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   5402: 
                   5403:        * configure: =cheching for unsetenv
                   5404: 
                   5405:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   5406:          ^hashfile.release[] were added
                   5407: 
                   5408:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   5409:          ^string.match[][] understand new option now: return number of
                   5410:          matches but not table wit results
                   5411: 
                   5412:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   5413:          reopen now
                   5414: 
                   5415:        * src/classes/op.C: - bug. must be false
                   5416: 
                   5417:        * configure.in: - checking for unsetenv was added
                   5418: 
                   5419:        * src/types/pa_vform.C: - some comments
                   5420: 
                   5421: 2007-04-18  misha
                   5422: 
                   5423:        * buildall-with-xml: moving to libxml2-2.6.28
                   5424: 
                   5425:        * buildall-with-xml, buildall-without-xml: added commented lines
                   5426:          with --disable-safe-mode option
                   5427: 
                   5428:        * operators.txt: - info about $form:files
                   5429: 
                   5430: 2007-04-17  misha
                   5431: 
                   5432:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   5433:          $form:files was added
                   5434: 
                   5435:        * tests/: 163.html, results/163.processed: removing auto format
                   5436: 
                   5437:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   5438: 
                   5439: 2007-04-16  misha
                   5440: 
                   5441:        * tests/: 163.html, results/163.processed: - test for .int[],
                   5442:          floor, round, ceiling and .format[]
                   5443: 
                   5444:        * src/classes/file.C: - little optimization for getting args in
                   5445:          exec/cgi
                   5446: 
                   5447: 2007-04-13  misha
                   5448: 
                   5449:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   5450:          specified now as s table with one column
                   5451: 
                   5452: 2007-03-27  misha
                   5453: 
                   5454:        * tests/: 162.html, results/162.processed: - test for
                   5455:          ^table.select(^condition[$t])
                   5456: 
                   5457:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   5458: 
                   5459:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   5460: 
                   5461:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   5462:          161_windows1251.txt: - added test for
                   5463:          ^file::load[text;/local/file.txt;$.charset[...]]
                   5464: 
                   5465:        * tests/: results/013.processed, 013.html: - added test for
                   5466:          checking $._default value while hash modifications
                   5467: 
                   5468:        * tests/: 160.html, results/160.processed: - add test for
                   5469:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   5470: 
                   5471: 2007-03-22  misha
                   5472: 
                   5473:        * src/include/pa_common.h: - "charset" string defined for
                   5474:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   5475: 
                   5476:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   5477:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   5478:          added - not needed transcodes were removed from
                   5479:          ^file::load[...;http://...]
                   5480: 
                   5481:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   5482:          added
                   5483: 
                   5484:        * src/classes/date.C: - date.week was fixed
                   5485: 
                   5486:        * operators.txt: - added info about date.weekyear
                   5487: 
                   5488:        * tests/: 159.html, results/159.processed: - tests for date.week
                   5489:          and date.weekyear added
                   5490: 
                   5491: 2007-03-15  misha
                   5492: 
                   5493:        * src/classes/table.C: - enclose column numbers for nameless tables
                   5494:          as well
                   5495: 
                   5496: 2007-03-14  misha
                   5497: 
                   5498:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   5499: 
                   5500:        * src/classes/table.C: - table.save optimization: now required much
                   5501:          less memory
                   5502: 
                   5503: 2007-03-13  misha
                   5504: 
                   5505:        * tests/results/: 158.processed, 158.processes: - tests for
                   5506:          table.save/table.load
                   5507: 
                   5508:        * tests/: 158.html, results/158.processes: - tests for
                   5509:          table.save/table.load
                   5510: 
                   5511:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   5512: 
                   5513:        * buildall-with-xml: - pattern needed now for building
                   5514: 
                   5515:        * tests/results/097.processed: - added test results for xdoc::load
                   5516:          & xdoc::load[http://...]
                   5517: 
                   5518:        * tests/097.html: - added test for xdoc::load
                   5519: 
                   5520: 2007-03-12  misha
                   5521: 
                   5522:        * tests/: 107.html, results/107.processed: - added test for xpath
                   5523:          '//man'
                   5524: 
                   5525: 2007-03-01  misha
                   5526: 
                   5527:        * tests/: 097.html, results/097.processed: - added test for
                   5528:          creating xdoc from file
                   5529: 
                   5530:        * tests/: results/157.processed, 157.html: - added test for
                   5531:          file:move
                   5532: 
                   5533: 2007-02-28  misha
                   5534: 
                   5535:        * src/classes/xdoc.C: - another attempt
                   5536: 
                   5537:        * src/classes/xdoc.C: - roll back last changes for a while
                   5538: 
                   5539:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   5540: 
                   5541:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   5542: 
                   5543:        * tests/results/099.processed: - ever send content-disposition to
                   5544:          client with file
                   5545: 
                   5546:        * tests/157.html: + test for file:copy
                   5547: 
                   5548: 2007-02-26  misha
                   5549: 
                   5550:        * src/classes/file.C: - some similar strings moved to #define
                   5551:          instead of to be copy/pasted many times
                   5552: 
                   5553:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   5554:          #define
                   5555: 
                   5556: 2007-02-20  misha
                   5557: 
                   5558:        * bin/auto.p.dist.in: - added lines for sqlite
                   5559: 
                   5560:        * configure.in: - added some strings for sqlite detection
                   5561: 
                   5562: 2007-02-19  misha
                   5563: 
                   5564:        * operators.txt: - some comments changes
                   5565: 
                   5566:        * buildall-with-xml, buildall-without-xml: - some modifications
                   5567: 
                   5568: 2007-02-17  misha
                   5569: 
                   5570:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   5571: 
                   5572:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   5573:          change console behaviour
                   5574: 
                   5575: 2007-02-12  misha
                   5576: 
                   5577:        * src/targets/cgi/parser3.C: - don't print headers if
                   5578:          $console:line[data] was used during cgi execution.
                   5579: 
                   5580:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   5581:          marked as 'true' if class was used.
                   5582: 
                   5583:        * tests/: 152.html, results/152.processed: - more types was added
                   5584:          to test 152
                   5585: 
                   5586:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   5587:          adding 'bool' (^if($image){} caused exception)
                   5588: 
                   5589: 2007-02-09  misha
                   5590: 
                   5591:        * tests/: 152.html, results/152.processed: - test alightly updated
                   5592: 
                   5593:        * tests/: 152.html, results/152.processed: - test rewrited
                   5594: 
                   5595:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   5596:          bugfix. I broke xdoc & xnode in expression
                   5597: 
                   5598: 2007-02-08  misha
                   5599: 
                   5600:        * tests/: 152.html, results/152.processed: - add test for checking
                   5601:          'def' for void, string, bool, int & double
                   5602: 
                   5603: 2007-02-07  misha
                   5604: 
                   5605:        * operators.txt: - ^file:base64[filespec]  was added
                   5606: 
                   5607:        * tests/results/153.processed: - result test for
                   5608:          ^file:base64[filespec]  was updated
                   5609: 
                   5610:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   5611: 
                   5612:        * src/types/pa_vconsole.h: - little optimization
                   5613: 
                   5614:        * src/classes/file.C: - ^file:base64[filespec]
                   5615: 
                   5616:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   5617: 
                   5618:        * src/include/pa_common.h: - declarations for
                   5619:          ^file:base64[filespec]
                   5620: 
                   5621:        * src/types/pa_vcookie.C: - little optimization
                   5622: 
                   5623: 2007-02-06  misha
                   5624: 
                   5625:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   5626:          were temporary commented
                   5627: 
                   5628:        * src/types/pa_vbool.h: - bugfix
                   5629: 
                   5630:        * tests/156.html: - added test for bool cookie
                   5631: 
                   5632:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   5633: 
                   5634:        * tests/: 155.html, results/155.processed: - added test for check
                   5635:          $.encloser[] option for table save/load
                   5636: 
                   5637:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   5638: 
                   5639: 2007-02-05  misha
                   5640: 
                   5641:        * tests/results/152.processed: - newline at the end was missed
                   5642: 
                   5643:        * tests/results/141.processed: - math:md5 must be lowercased
                   5644: 
                   5645:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   5646: 
                   5647: 2007-02-03  misha
                   5648: 
                   5649:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   5650:          test for bool added and some content length fixes
                   5651: 
                   5652:        * tests/152.html: - test for bool added
                   5653: 
                   5654:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   5655: 
                   5656:        * operators.txt: - info bool class was added
                   5657: 
                   5658:        * src/: classes/Makefile.am, classes/bool.C,
                   5659:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   5660:          classes/string.C, classes/void.C, classes/xnode.C,
                   5661:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   5662:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   5663:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   5664:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5665:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   5666:          types/types.vcproj: - bool class was added
                   5667: 
                   5668:        * src/main/pa_request.C: - fix
                   5669: 
                   5670: 2007-01-18  misha
                   5671: 
                   5672:        * src/: main/pa_string.C, classes/string.C: - return table during
                   5673:          ^string.match[][] even if no matched found.
                   5674: 
                   5675: 2006-12-20  misha
                   5676: 
                   5677:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   5678:          http://www.parser.ru/forum/?id=55598 ]
                   5679: 
                   5680: 2006-12-19  misha
                   5681: 
                   5682:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   5683:          details: http://www.parser.ru/forum/?id=52359
                   5684: 
                   5685:        * src/main/pa_request.C: - always set content-disposition for
                   5686:          $response:body[hash here]. more details:
                   5687:          http://www.parser.ru/forum/?id=52130
                   5688: 
                   5689: 2006-12-07  misha
                   5690: 
                   5691:        * operators.txt: - added info about bool params in cookie set
                   5692: 
                   5693:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   5694:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   5695:          ]
                   5696: 
                   5697:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   5698:          was added
                   5699: 
                   5700: 2006-12-02  misha
                   5701: 
                   5702:        * src/classes/file.C: - file_block_read used instead of native read
                   5703: 
                   5704:        * src/main/pa_common.C: - added file_block_read with read error
                   5705:          detection - file_block_read used instead of native read
                   5706: 
                   5707:        * src/include/pa_common.h: - added file_block_read declaration
                   5708: 
                   5709: 2006-12-01  misha
                   5710: 
                   5711:        * operators.txt: - info about $var.CLASS_NAME was added
                   5712: 
                   5713:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   5714:          $var.CLASS_NAME added
                   5715: 
                   5716:        * operators.txt: - added info about ^file:copy[]
                   5717: 
                   5718:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   5719: 
                   5720: 2006-11-20  misha
                   5721: 
                   5722:        * src/classes/date.C: - bug fix :)
                   5723: 
                   5724: 2006-11-17  misha
                   5725: 
                   5726:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   5727:          to static
                   5728: 
                   5729:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   5730:          small changes in crc32 calculation
                   5731: 
                   5732:        * src/classes/date.C: - not needed code was removed
                   5733: 
                   5734: 2006-11-16  misha
                   5735: 
                   5736:        * src/types/pa_vmail.C: - fix missed brakes
                   5737: 
                   5738:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   5739:          multipart/related instead of multipart/mixed if file have
                   5740:          $.content-id[]
                   5741: 
                   5742: 2006-11-15  misha
                   5743: 
                   5744:        * src/types/pa_vdouble.h: abs -> fabs
                   5745: 
                   5746: 2006-11-14  misha
                   5747: 
                   5748:        * operators.txt: - added info about ^file.md5[] and
                   5749:          ^file:md5[file-name]
                   5750: 
                   5751:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   5752:          added
                   5753: 
                   5754:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   5755:          FILE_BUFFER_SIZE
                   5756: 
                   5757:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   5758: 
                   5759:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   5760:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   5761: 
                   5762:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   5763:          values was fixed
                   5764: 
                   5765: 2006-11-13  misha
                   5766: 
                   5767:        * operators.txt: - added info about ^math:crc32[string],
                   5768:          ^file:crc32[file-name] & ^file.crc32[]
                   5769: 
                   5770:        * src/classes/math.C: - added ^math:crc32[string]
                   5771: 
                   5772:        * src/classes/file.C: - some comments were changed - added
                   5773:          ^file:crc32[file-name] and ^file.crc32[]
                   5774: 
                   5775:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   5776:          crc32 calculation added
                   5777: 
                   5778: 2006-11-03  misha
                   5779: 
                   5780:        * src/include/pa_array.h: - not needed variable removed
                   5781: 
                   5782:        * tests/: 150.html, 151.html, results/150.processed,
                   5783:          results/151.processed: - 2 tests were added
                   5784: 
                   5785:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   5786:          with $.reverse(1) were fixed
                   5787: 
                   5788:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   5789:          query converted to $.charset during ^file::load[http://...]
                   5790: 
                   5791: 2006-11-02  misha
                   5792: 
                   5793:        * src/include/pa_table.h: ups. forget '=' char
                   5794: 
                   5795:        * src/include/pa_table.h: - one more fix in
                   5796:          .locate[...][$.reverse(1)]
                   5797: 
                   5798: 2006-11-01  misha
                   5799: 
                   5800:        * src/classes/math.C: - bug fix, details:
                   5801:          http://www.parser.ru/forum/?id=53360
                   5802: 
                   5803:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   5804:          false for all records )[$.reverse(1)]
                   5805: 
                   5806:        * src/main/pa_http.C: - second param for this mid method is length
                   5807:          but not end_index so this method has error and can't detect
                   5808:          charsets in next content-types: Content-type: text/html;
                   5809:          charset="windows-1251" Content-type: text/html;
                   5810:          charset="windows-1251"; Content-type: text/html;
                   5811:          charset=windows-1251;
                   5812: 
                   5813:          only Content-type: text/html; charset=windows-1251 was fine
                   5814: 
                   5815: 2006-10-31  misha
                   5816: 
                   5817:        * src/classes/file.C: - empty args in file::exec removed now
                   5818: 
                   5819: 2006-09-11  misha
                   5820: 
                   5821:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   5822:          replaced to table::create - some changes in text/code formatting
                   5823: 
                   5824: 2006-09-03  paf
                   5825: 
                   5826:        * src/classes/file.C: proper tainting of
                   5827:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   5828: 
                   5829: 2006-06-09  paf
                   5830: 
                   5831:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   5832: 
                   5833:        * src/classes/table.C: formatting
                   5834: 
                   5835:        * src/classes/table.C: incorporated patch from misha: Sent:
                   5836:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   5837:          ignoring string options for ^table.save[]
                   5838: 
                   5839:        * src/classes/hash.C: incorporated patch from misha Sent:
                   5840:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   5841:          $hash._default disappear while
                   5842: 
                   5843:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   5844:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   5845: 
                   5846:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   5847:          PM Subject: patch for base64 in ^mail:send[] %-)
                   5848: 
                   5849: 2006-04-09  paf
                   5850: 
                   5851:        * src/main/compile.tab.C: ` change compiled
                   5852: 
                   5853:        * gnu.vcproj, operators.txt, parser3.sln,
                   5854:          src/classes/classes.vcproj, src/classes/file.C,
                   5855:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   5856:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   5857:          src/classes/xnode.C, src/include/pa_array.h,
                   5858:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   5859:          src/include/pa_memory.h, src/include/pa_request.h,
                   5860:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   5861:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   5862:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   5863:          src/lib/pcre/pcre_dftables.vcproj,
                   5864:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   5865:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   5866:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   5867:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   5868:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   5869:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   5870:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
1.89      moko     5871:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
1.86      moko     5872:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   5873:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   5874:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   5875:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   5876:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   5877:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   5878:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   5879:          tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: +
                   5880:          ^break[] ^continue[], in ^for, ^while, ^menu,
                   5881:          ^hash/hashfile.foreach
                   5882: 
                   5883:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   5884:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   5885:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   5886:          src/classes/xnode.C, src/include/pa_array.h,
                   5887:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   5888:          src/include/pa_memory.h, src/include/pa_request.h,
                   5889:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   5890:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   5891:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   5892:          src/lib/pcre/pcre_dftables.vcproj,
                   5893:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   5894:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   5895:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   5896:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   5897:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   5898:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   5899:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
1.89      moko     5900:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
1.86      moko     5901:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   5902:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   5903:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   5904:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   5905:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   5906:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   5907:          tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: !
                   5908:          switched to VS2005 (projects and object<info explicitly
                   5909:          typed>.for_each(, info)) + $response:field[] setting void means
                   5910:          removing + grammar $name` name stops now, for mysql `$field` +
                   5911:          started ^break[] ^continue[], in ^for. TODO: to other iterators
                   5912:          (while, menu, foreach) + all log messages += [uri=, method=, cl=]
                   5913: 
                   5914:        * buildall-with-xml: merged . ftp paths update
                   5915: 
                   5916:        * buildall-with-xml: . ftp paths update
                   5917: 
                   5918: 2006-03-04  paf
                   5919: 
                   5920:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   5921:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   5922: 
                   5923:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   5924:          Igor Zinkovsky for detailed report]
                   5925: 
                   5926: 2006-03-01  paf
                   5927: 
                   5928:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   5929:          \n to ' ' in
                   5930: 
                   5931: 2006-02-18  paf
                   5932: 
                   5933:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   5934:          \n to ' ' in
                   5935: 
                   5936:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   5937: 
                   5938: 2006-02-03  paf
                   5939: 
                   5940:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   5941:          base64
                   5942: 
                   5943:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   5944: 
                   5945: 2006-01-20  paf
                   5946: 
                   5947:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   5948:          economy fix
                   5949: 
                   5950:        * src/classes/: table.C: merged from HEAD ! bugfix
                   5951:          ^table.save[$.encloser-s now handled properly
                   5952: 
                   5953:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   5954:          handled properly
                   5955: 
                   5956: 2006-01-19  paf
                   5957: 
                   5958:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   5959:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   5960:          helps a lot in our case: after transform we want
                   5961:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   5962: 
                   5963:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   5964:          economy fix
                   5965: 
                   5966:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   5967:          activates merging of free memory blocks which helps a lot in our
                   5968:          case: after transform we want CORD(main.result)->cstr[big
                   5969:          malloc]->transcode[big malloc]
                   5970: 
                   5971: 2006-01-17  paf
                   5972: 
                   5973:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   5974:          before reading them. got rid of reallocs = became quicker and
                   5975:          less fragmentated
                   5976: 
                   5977: 2005-12-29  paf
                   5978: 
                   5979:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   5980:          configure, configure.in, src/include/pa_version.h,
                   5981:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
                   5982:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   5983:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   5984:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   5985:          src/lib/ltdl/missing, www/htdocs/_bug.html: . merged from 3.2.1
                   5986: 
                   5987:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   5988:          packaged when 'make dist', so do configure companion files in
                   5989:          src/lib/ltdl
                   5990: 
                   5991:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   5992:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   5993:          missing: . now config_auto.h is created with configure [were
                   5994:          constant]
                   5995: 
                   5996:        * INSTALL: . references to documentation and some clarification
                   5997: 
                   5998:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   5999:          indication
                   6000: 
                   6001:        * Makefile.am: . dist+=buildall*
                   6002: 
                   6003: 2005-12-28  paf
                   6004: 
                   6005:        * configure: . 3.2.1
                   6006: 
                   6007:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   6008:          simplify build process, see INSTALL
                   6009: 
                   6010: 2005-12-26  paf
                   6011: 
                   6012:        * configure: ver
                   6013: 
                   6014:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   6015:          version
                   6016: 
                   6017: 2005-12-21  paf
                   6018: 
                   6019:        * src/main/compile.tab.C, src/main/main.vcproj,
                   6020:          www/htdocs/_bug.html: . win32: grammar is now compiled with bison
                   6021:          1.875b, it reports unexpected token names
                   6022: 
                   6023: 2005-12-19  paf
                   6024: 
                   6025:        * src/main/compile.tab.C, src/types/pa_vxnode.h,
                   6026:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: ! bugfix xnode now
                   6027:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   6028: 
                   6029:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   6030:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   6031:          src/main/main.vcproj, src/main/pa_globals.C,
                   6032:          src/targets/cgi/parser3.vcproj,
                   6033:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   6034:          configure, configure.in, src/include/pa_version.h: . killing
                   6035:          gdome [what a relief]
                   6036: 
                   6037:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   6038:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   6039:          run_parser.sh, results/001.processed, results/002.processed,
                   6040:          results/003.processed, results/004.processed,
                   6041:          results/005.processed, results/006.processed,
                   6042:          results/008.processed, results/009.processed,
                   6043:          results/010.processed, results/011.processed,
                   6044:          results/012.processed, results/013.processed,
                   6045:          results/014.processed, results/015.processed,
                   6046:          results/016.processed, results/017.processed,
                   6047:          results/018.processed, results/020.processed,
                   6048:          results/021.processed, results/022.processed,
                   6049:          results/023.processed, results/024.processed,
                   6050:          results/025.processed, results/026.processed,
                   6051:          results/027.processed, results/028.processed,
                   6052:          results/029.processed, results/030.processed,
                   6053:          results/031.processed, results/032.processed,
                   6054:          results/033.processed, results/034.processed,
                   6055:          results/035.processed, results/036.processed,
                   6056:          results/037.processed, results/038.processed,
                   6057:          results/039.processed, results/040.processed,
                   6058:          results/041.processed, results/042.processed,
                   6059:          results/043.processed, results/044.processed,
                   6060:          results/045.processed, results/046.processed,
                   6061:          results/047.processed, results/048.processed,
                   6062:          results/049.processed, results/050.processed,
                   6063:          results/051.processed, results/052.processed,
                   6064:          results/053.processed, results/054.processed,
                   6065:          results/055.processed, results/056.processed,
                   6066:          results/057.processed, results/058.processed,
                   6067:          results/059.processed, results/060.processed,
                   6068:          results/061.processed, results/062.processed,
                   6069:          results/063.processed, results/064.processed,
                   6070:          results/065.processed, results/066.processed,
                   6071:          results/067.processed, results/068.processed,
                   6072:          results/069.processed, results/070.processed,
                   6073:          results/071.processed, results/072.processed,
                   6074:          results/073.processed, results/074.processed,
                   6075:          results/075.processed, results/076.processed,
                   6076:          results/077.processed, results/078.processed,
                   6077:          results/079.processed, results/080.processed,
                   6078:          results/081.processed, results/082.processed,
                   6079:          results/083.processed, results/084.processed,
                   6080:          results/085.processed, results/086.processed,
                   6081:          results/087.processed, results/088.processed,
                   6082:          results/089.processed, results/090.processed,
                   6083:          results/091.processed, results/092.processed,
                   6084:          results/093.processed, results/094.processed,
                   6085:          results/095.processed, results/096.processed,
                   6086:          results/097.processed, results/099.processed,
                   6087:          results/100.processed, results/101.processed,
                   6088:          results/102.processed, results/104.processed,
                   6089:          results/105.processed, results/106.processed,
                   6090:          results/107.processed, results/108.processed,
                   6091:          results/109.processed, results/110.processed,
                   6092:          results/111.processed, results/112.processed,
                   6093:          results/113.processed, results/114.processed,
                   6094:          results/115.processed, results/117.processed,
                   6095:          results/119.processed, results/120.processed,
                   6096:          results/121.processed, results/122.processed,
                   6097:          results/123.processed, results/124.processed,
                   6098:          results/125.processed, results/126.processed,
                   6099:          results/127.processed, results/128.processed,
                   6100:          results/129.processed, results/130.processed,
                   6101:          results/131.processed, results/132.processed,
                   6102:          results/133.processed, results/134.processed,
                   6103:          results/135.processed, results/136.processed,
                   6104:          results/138.processed, results/139.processed,
                   6105:          results/140.processed, results/141.processed,
                   6106:          results/142.processed, results/143.processed,
                   6107:          results/144.processed, results/145.processed,
                   6108:          results/146.processed, results/147.processed,
                   6109:          results/148.processed, results/149.processed, results/auto.p: .
                   6110:          now works if we turn off default auto.p
                   6111: 
                   6112:        * configure: . makes
                   6113: 
                   6114:        * src/types/pa_vxnode.C: . less warnings
                   6115: 
                   6116:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   6117:          tests/145.html, tests/149.html, tests/descript.ion,
                   6118:          tests/outputs/d.cmd, tests/results/142.processed,
                   6119:          tests/results/143.processed, tests/results/144.processed,
                   6120:          tests/results/145.processed, tests/results/146.processed,
                   6121:          tests/results/147.processed, tests/results/148.processed,
                   6122:          tests/results/149.processed, www/htdocs/_bug.html: . removed
                   6123:          .nodeValue from all node types other than 5 (grabbed piece from
                   6124:          gdome)
                   6125: 
                   6126:        * tests/: 137.html, results/137.processed: . not handled this case
                   6127:          yet. code does not hang from inserting parent into child,
                   6128:          considering thing minor issue -- nodes are removed from source
                   6129:          anyway, don't know why shold that be an error after all
                   6130: 
                   6131:        * src/targets/cgi/parser3.C: . style
                   6132: 
                   6133:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   6134:          xdoc too [were barking "not element"]
                   6135: 
                   6136: 2005-12-16  paf
                   6137: 
                   6138:        * tests/146.html, tests/147.html, tests/148.html,
                   6139:          www/htdocs/_bug.html: . more tests
                   6140: 
                   6141:        * src/classes/xnode.C: . also bark on possible errors
                   6142: 
                   6143:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   6144:          props
                   6145: 
                   6146:        * www/htdocs/_bug.html: ! fixed overoptimized ^call(false) case.
                   6147:          (confused it with ^call[] case)
                   6148: 
                   6149:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   6150:          main/compile.y: merged from HEAD ! fixed overoptimized
                   6151:          ^call(false) case. (confused it with ^call[] case)
                   6152: 
                   6153:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   6154:          ^call(false) case. (confused it with ^call[] case)
                   6155: 
                   6156:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   6157: 
                   6158:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   6159:          results/001.processed, results/002.processed,
                   6160:          results/003.processed, results/004.processed,
                   6161:          results/005.processed, results/006.processed,
                   6162:          results/008.processed, results/009.processed,
                   6163:          results/010.processed, results/011.processed,
                   6164:          results/012.processed, results/013.processed,
                   6165:          results/014.processed, results/015.processed,
                   6166:          results/016.processed, results/017.processed,
                   6167:          results/018.processed, results/019.processed,
                   6168:          results/020.processed, results/021.processed,
                   6169:          results/022.processed, results/023.processed,
                   6170:          results/024.processed, results/025.processed,
                   6171:          results/026.processed, results/027.processed,
                   6172:          results/028.processed, results/029.processed,
                   6173:          results/030.processed, results/031.processed,
                   6174:          results/032.processed, results/033.processed,
                   6175:          results/034.processed, results/035.processed,
                   6176:          results/036.processed, results/037.processed,
                   6177:          results/038.processed, results/039.processed,
                   6178:          results/040.processed, results/041.processed,
                   6179:          results/042.processed, results/043.processed,
                   6180:          results/044.processed, results/045.processed,
                   6181:          results/046.processed, results/047.processed,
                   6182:          results/048.processed, results/049.processed,
                   6183:          results/050.processed, results/051.processed,
                   6184:          results/052.processed, results/053.processed,
                   6185:          results/054.processed, results/055.processed,
                   6186:          results/056.processed, results/057.processed,
                   6187:          results/058.processed, results/059.processed,
                   6188:          results/060.processed, results/061.processed,
                   6189:          results/062.processed, results/063.processed,
                   6190:          results/064.processed, results/065.processed,
                   6191:          results/066.processed, results/067.processed,
                   6192:          results/068.processed, results/069.processed,
                   6193:          results/070.processed, results/071.processed,
                   6194:          results/072.processed, results/073.processed,
                   6195:          results/074.processed, results/075.processed,
                   6196:          results/076.processed, results/077.processed,
                   6197:          results/078.processed, results/079.processed,
                   6198:          results/080.processed, results/081.processed,
                   6199:          results/082.processed, results/083.processed,
                   6200:          results/084.processed, results/085.processed,
                   6201:          results/086.processed, results/087.processed,
                   6202:          results/088.processed, results/089.processed,
                   6203:          results/090.processed, results/091.processed,
                   6204:          results/092.processed, results/093.processed,
                   6205:          results/094.processed, results/095.processed,
                   6206:          results/096.processed, results/097.processed,
                   6207:          results/099.processed, results/101.processed,
                   6208:          results/102.processed, results/104.processed,
                   6209:          results/105.processed, results/106.processed,
                   6210:          results/107.processed, results/108.processed,
                   6211:          results/109.processed, results/110.processed,
                   6212:          results/111.processed, results/112.processed,
                   6213:          results/113.processed, results/114.processed,
                   6214:          results/115.processed, results/116.processed,
                   6215:          results/117.processed, results/118.processed,
                   6216:          results/119.processed, results/120.processed,
                   6217:          results/121.processed, results/122.processed,
                   6218:          results/123.processed, results/124.processed,
                   6219:          results/125.processed, results/126.processed,
                   6220:          results/127.processed, results/128.processed,
                   6221:          results/129.processed, results/130.processed,
                   6222:          results/131.processed, results/132.processed,
                   6223:          results/133.processed, results/134.processed,
                   6224:          results/135.processed, results/136.processed,
                   6225:          results/137.processed, results/138.processed,
                   6226:          results/139.processed, results/140.processed,
                   6227:          results/141.processed: . refreshed old tests, made them work
                   6228:          without auto.p (in utf8) . things noted: . gif got encoded
                   6229:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   6230:          some strange year)
                   6231: 
                   6232:        * INSTALL: . revived linux libgc fix
                   6233: 
1.88      moko     6234:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   6235:          glib/gdome in INSTALL and patches]
1.86      moko     6236: 
                   6237:        * src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   6238:          src/include/pa_charset.h, src/include/pa_config_includes.h,
                   6239:          src/include/pa_globals.h, src/include/pa_memory.h,
                   6240:          src/include/pa_request.h, src/include/pa_xml_exception.h,
                   6241:          src/lib/cord/Makefile.am, src/lib/cord/cord.vcproj,
                   6242:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   6243:          src/lib/cord/cordxtra.c, src/main/compile.tab.C,
                   6244:          src/main/pa_charset.C, src/main/pa_globals.C,
                   6245:          src/main/pa_memory.C, src/main/pa_request.C,
                   6246:          src/main/pa_stylesheet_connection.C, src/main/pa_xml_exception.C,
                   6247:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   6248:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6249:          www/htdocs/.htaccess, www/htdocs/_bug.html: . started killing
                   6250:          gdome
                   6251: 
                   6252: 2005-12-13  paf
                   6253: 
                   6254:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   6255:          @unhandled_exception thrown another exception, print correct
                   6256:          origin (earlier code in catch of exception inside of
                   6257:          @unhandled_exception grabbed parent_frame(original_exception)
                   6258:          origin and printed it, instead of true origin)
                   6259: 
                   6260:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   6261:          another exception, print correct origin (earlier code in catch of
                   6262:          exception inside of @unhandled_exception grabbed
                   6263:          parent_frame(original_exception) origin and printed it, instead
                   6264:          of true origin)
                   6265: 
                   6266: 2005-12-09  paf
                   6267: 
                   6268:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   6269:          detection problem, due to change in gc6.4 code
                   6270: 
                   6271:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   6272:          ignored in ^string.matched :(
                   6273: 
                   6274:        * src/main/pa_string.C: ! regex tainting were ignored in
                   6275:          ^string.matched :(
                   6276: 
                   6277:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   6278:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   6279:          src/main/compile.y, src/main/compile_tools.h,
                   6280:          src/main/pa_charset.C, src/main/pa_common.C,
                   6281:          src/main/pa_globals.C, src/main/pa_string.C,
                   6282:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   6283:          src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/_bug.txt,
                   6284:          www/htdocs/auto.p: . merged latest fixes from 3.2.0
                   6285: 
                   6286: 2005-12-08  paf
                   6287: 
                   6288:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   6289:          500 chars now handled OK [were wrapped on 500th char according to
                   6290:          rfc, but sendmail failed to unwrap it properly]
                   6291: 
                   6292:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   6293:          handled OK [were wrapped on 500th char according to rfc, but
                   6294:          sendmail failed to unwrap it properly]
                   6295: 
                   6296:        * src/targets/isapi/parser3isapi.C: . less warnings
                   6297: 
                   6298:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   6299:          since 3.1.5
                   6300: 
1.89      moko     6301:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   6302:          link fixes
1.86      moko     6303: 
                   6304:        * src/classes/date.C, src/include/pa_config_fixed.h,
                   6305:          src/main/compile.tab.C, src/main/compile.y,
                   6306:          src/main/compile_tools.h, src/main/pa_charset.C,
                   6307:          src/main/pa_common.C, src/main/pa_globals.C,
                   6308:          src/main/pa_string.C, src/targets/cgi/getopt.c,
                   6309:          www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/auto.p: .
                   6310:          less warnings
                   6311: 
                   6312:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   6313:          [in current storage scheme there's no place for them. someday we
                   6314:          can add third CORD to store origins and special version of parser
                   6315:          which stores origins there [separate binary]]
                   6316: 
                   6317: 2005-12-07  paf
                   6318: 
1.89      moko     6319:        * src/targets/isapi/parser3isapi.C: . now links in release mode
1.86      moko     6320: 
                   6321:        * src/include/pa_version.h: makefiles
                   6322: 
                   6323:        * src/include/pa_version.h: . not beta
                   6324: 
                   6325:        * configure, configure.in, src/include/pa_version.h: not beta
                   6326: 
                   6327: 2005-12-06  paf
                   6328: 
                   6329:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   6330:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   6331:          decided to undo the change ^call[$void] passes void. now it will
                   6332:          pass empty string again.
                   6333: 
                   6334:        * src/main/: compile.tab.C, compile.y: . version readded
                   6335: 
                   6336:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   6337:          = ^switch[void] problem
                   6338: 
                   6339: 2005-12-01  paf
                   6340: 
                   6341:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   6342:          caused ^case[string] to be coerced to double since searching
                   6343:          value were not string (it was vvoid)
                   6344: 
                   6345:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   6346:          ^case[string] to be coerced to double since searching value were
                   6347:          not string (it was vvoid)
                   6348: 
                   6349:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   6350:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   6351: 
                   6352: 2005-11-30  paf
                   6353: 
                   6354:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   6355:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   6356: 
                   6357:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   6358:          putenv("TZ="), on unix works only putenv("TZ")
                   6359: 
                   6360:        * INSTALL: . xml libs versions updated
                   6361: 
                   6362:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   6363:          claims that fixed a lot there // 20040920 for now both
                   6364:          workarounds needed. wait for new libxml/xsl versions
                   6365: 
                   6366: 2005-11-28  paf
                   6367: 
                   6368:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   6369:          columns==0
                   6370: 
                   6371:        * src/classes/table.C: ! nameless table has columns==0
                   6372: 
                   6373:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   6374:          earlier [was totally wrong]
                   6375: 
                   6376:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   6377:          wrong]
                   6378: 
                   6379: 2005-11-25  paf
                   6380: 
                   6381:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   6382:          undoing for now...
                   6383: 
                   6384:        * src/include/pa_version.h: -this reduces speed(table::load),
                   6385:          strange. undoing
                   6386: 
                   6387:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   6388: 
                   6389:        * src/classes/op.C, www/htdocs/_bug.html, www/htdocs/auto.p: +
                   6390:          ^while(){}[SEPARATOR]
                   6391: 
                   6392:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   6393:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   6394:          this speeds things up and saves memory a LOT! (not noticed
                   6395:          negative effect on syntetic tests, future will tell...)
                   6396: 
                   6397:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   6398:          changed gc_malloc implementation, which obscured profiling
                   6399: 
                   6400:        * src/classes/table.C: merged from HEAD: + optimized
                   6401:          table::load/sql, now row ArrayString-s allocated with
                   6402:          columns.count() elements and don't always grow from
                   6403:          count=3[realloc,realloc]
                   6404: 
                   6405:        * src/classes/table.C: + optimized table::load/sql, now row
                   6406:          ArrayString-s allocated with columns.count() elements and don't
                   6407:          always grow from count=3[realloc,realloc]
                   6408: 
                   6409:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   6410:          buffer after save
                   6411: 
                   6412:        * src/classes/table.C: . ^table.save unused buffer after save
                   6413: 
                   6414: 2005-11-24  paf
                   6415: 
                   6416:        * configure.in: . merged glib2-config patch
                   6417: 
                   6418:        * configure.in: + trying to find glib2-config
                   6419: 
                   6420:        * src/classes/file.C, src/include/pa_common.h, src/main/execute.C,
                   6421:          src/main/pa_common.C, src/main/pa_request.C,
                   6422:          www/htdocs/_bug.html: merged from HEAD: ! changed
                   6423:          file/dir_readable to simple file/dir_exist, this would help in
                   6424:          situations "class not found because .p file has bad rights" << in
                   6425:          that case error would be explicit "access denied to 'this' file"
                   6426: 
                   6427:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
                   6428: 
                   6429:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   6430:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   6431:          to simple file/dir_exist, this would help in situations "class
                   6432:          not found because .p file has bad rights" << in that case error
                   6433:          would be explicit "access denied to 'this' file"
                   6434: 
                   6435:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   6436:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   6437:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   6438:          ^file::exec/cgi[script;$.charset[changed]
                   6439:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   6440:          encoded in $.charset charset
                   6441: 
                   6442:        * src/classes/file.C, www/htdocs/_bug.html, www/htdocs/_bug.pl,
                   6443:          www/htdocs/_bug.txt: +! ^file::exec/cgi[script;$.charset[changed]
                   6444:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   6445:          encoded in $.charset charset
                   6446: 
                   6447:        * src/: include/Makefile.am, include/pa_common.h,
                   6448:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   6449:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   6450:          separate file [preparation for
                   6451:          ^file::cgi[script;$.form[$.field1[]
                   6452: 
                   6453: 2005-11-22  paf
                   6454: 
                   6455:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   6456: 
                   6457:        * acinclude.m4, configure.in: . merged underquting fixes
                   6458: 
                   6459:        * src/include/pa_config_auto.h.in: configure+makes
                   6460: 
                   6461:        * src/classes/op.C: . overmerged a little
                   6462: 
                   6463:        * src/main/compile.tab.C: Makefile
                   6464: 
                   6465:        * src/main/: pa_common.C: . less gcc warnings
                   6466: 
                   6467:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   6468:          now reports original exception if we have no old cache
                   6469: 
                   6470:        * src/classes/op.C, www/htdocs/_bug.html: +
                   6471:          $exception.handled[cache] now reports original exception if we
                   6472:          have no old cache
                   6473: 
                   6474:        * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
                   6475:          www/htdocs/_bug.html: merged from HEAD: + ^taint/untaint[regex]
                   6476:          << escapes these: \^$.[]|()?*+{}
                   6477: 
                   6478:        * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
                   6479:          www/htdocs/_bug.html: + ^taint/untaint[regex] << escapes these:
                   6480:          \^$.[]|()?*+{}
                   6481: 
                   6482:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   6483:          getenv-ed variable, which does not work both on win32&unix.
                   6484:          copied old TZ value now
                   6485: 
                   6486:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   6487:          stored pointer to getenv-ed variable, which does not work both on
                   6488:          win32&unix. copied old TZ value now
                   6489: 
                   6490:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   6491:          getenv-ed variable, which does not work both on win32&unix.
                   6492:          copied old TZ value now
                   6493: 
                   6494:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   6495:          access to internal hash
                   6496: 
                   6497:        * src/types/pa_vresponse.C, www/htdocs/_bug.html: +
                   6498:          $response:headers access to internal hash
                   6499: 
1.89      moko     6500:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
1.86      moko     6501:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   6502:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   6503:          very large block" messages to only important onces
                   6504: 
1.89      moko     6505:        * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html: +
1.86      moko     6506:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   6507:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   6508:          very large block" messages to only important onces
                   6509: 
                   6510:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   6511:          ^string/int/double:sql{}[$.default[({param style})] ]
                   6512: 
                   6513:        * src/classes/string.C: + removed limitation on
                   6514:          ^string/int/double:sql{}[$.default[({param style})] ]
                   6515: 
                   6516:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   6517:          with ?params or $.form option" limitation
                   6518: 
                   6519:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   6520:          $.form option" limitation
                   6521: 
                   6522:        * src/classes/file.C, src/classes/string.C,
                   6523:          src/include/pa_common.h, src/main/pa_common.C,
                   6524:          www/htdocs/_bug.html: merged from HEAD: + ^file.base64[] encode +
                   6525:          ^file::base64[encoded] decode
                   6526: 
                   6527:        * src/classes/file.C, src/classes/string.C,
                   6528:          src/include/pa_common.h, src/main/pa_common.C,
                   6529:          www/htdocs/_bug.html: + ^file.base64[] encode +
                   6530:          ^file::base64[encoded] decode
                   6531: 
                   6532:        * src/classes/file.C, src/classes/string.C, www/htdocs/_bug.html: +
                   6533:          ^string.base64[] encode + ^string:base64[encoded] decode
                   6534: 
                   6535:        * src/classes/string.C, src/include/pa_common.h,
                   6536:          src/main/pa_common.C, www/htdocs/_bug.html: + ^string:base64[in]
                   6537:          encode + ^string.base64[] decode
                   6538: 
                   6539: 2005-11-21  paf
                   6540: 
                   6541:        * src/classes/file.C, www/htdocs/_bug.html: + merged from HEAD:
                   6542:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   6543: 
                   6544:        * src/classes/file.C, www/htdocs/_bug.html: +
                   6545:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   6546: 
                   6547:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   6548:          differes from :download, it does not return content-disposition
                   6549:          at all now [previusely it returned valueless content-disposition]
                   6550: 
                   6551:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   6552:          :download, it does not return content-disposition at all now
                   6553:          [previusely it returned valueless content-disposition]
                   6554: 
                   6555:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   6556:          literals, reverted to just vvod, recreating empty array with each
                   6557:          void_value token. that's absolutely needed, since that array
                   6558:          grows
                   6559: 
                   6560:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   6561:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   6562:          types/pa_vmethod_frame.h: + merged: expression literals:
                   6563:          true/false. ^format[$.indent(true)]
                   6564: 
                   6565:        * src/main/compile.tab.C, src/main/compile.y, src/types/pa_value.h,
                   6566:          src/types/pa_vbool.h, src/types/pa_vdouble.h,
                   6567:          src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
                   6568:          www/htdocs/_bug.html: + expression literals: true/false.
                   6569:          ^format[$.indent(true)]
                   6570: 
                   6571:        * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
                   6572:          src/types/types.vcproj, www/htdocs/_bug.html,
                   6573:          www/htdocs/_bug.txt: + merged: $env:PARSER_VERSION reports
                   6574:          "3.1.5beta (compiled on i386-pc-win32)"
                   6575: 
                   6576:        * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
                   6577:          src/types/types.vcproj, www/htdocs/_bug.html: +
                   6578:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   6579:          i386-pc-win32)"
                   6580: 
                   6581: 2005-11-18  paf
                   6582: 
                   6583:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   6584:          null}[$.default(123)] will now return default value
                   6585: 
                   6586:        * www/htdocs/_bug.html: + ^cache[] << returns current cache
                   6587:          expiration time
                   6588: 
                   6589:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   6590:          expiration time
                   6591: 
                   6592:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   6593:          time
                   6594: 
                   6595:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   6596:          failed << Exception.problem_source pointed to local var!
                   6597: 
                   6598:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   6599:          Exception.problem_source pointed to local var!
                   6600: 
                   6601:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   6602:          now loads VFile.ptr!=0, so such files can be saved now
                   6603: 
                   6604:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   6605:          loads VFile.ptr!=0, so such files can be saved now
                   6606: 
                   6607:        * src/include/pa_dir.h, www/htdocs/_bug.html, www/htdocs/_bug.txt:
                   6608:          ! merged: file:list now sees .xxx files, only . and .. now
                   6609:          removed from list [were removed all .*]
                   6610: 
                   6611:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   6612:          .. now removed from list [were removed all .*]
                   6613: 
                   6614:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   6615:          open error now checked, were not :( [stole that piece from apache
                   6616:          1.3 sources]
                   6617: 
                   6618:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   6619:          checked, were not :( [stole that piece from apache 1.3 sources]
                   6620: 
                   6621:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   6622:          untainting of @main result if returned by $result or
                   6623:          $response:body
                   6624: 
                   6625:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   6626:          result if returned by $result or $response:body
                   6627: 
                   6628:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   6629:          issue: now tries to guess content-length and allocates one big
                   6630:          piece if possible [regretfully gc_realloc works as malloc+free,
                   6631:          leaving lots of holes behind]
                   6632: 
                   6633:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   6634:          fixed file load memory issue: now tries to guess content-length
                   6635:          and allocates one big piece if possible [regretfully gc_realloc
                   6636:          works as malloc+free, leaving lots of holes behind]
                   6637: 
                   6638: 2005-11-16  paf
                   6639: 
                   6640:        * src/include/pa_common.h, src/classes/file.C, src/classes/table.C,
                   6641:          src/main/compile.tab.C, src/main/pa_common.C,
                   6642:          www/htdocs/_bug.html: merged to HEAD: ! table::save with
                   6643:          enclosers now doubles them: "->"" ! table::save/load do not
                   6644:          remove elements from options hash
                   6645: 
                   6646:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   6647:          [were overoptimized ^if(double_literal), compiler confused
                   6648:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   6649: 
                   6650:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   6651:          [were overoptimized ^if(double_literal), compiler confused
                   6652:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   6653: 
                   6654:        * src/classes/file.C, src/classes/table.C, src/include/pa_common.h,
                   6655:          src/main/pa_common.C, www/htdocs/_bug.html: ! table::save with
                   6656:          enclosers now doubles them: "->"" ! table::save/load do not
                   6657:          remove elements from options hash
                   6658: 
                   6659: 2005-11-03  paf
                   6660: 
                   6661:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   6662:          compilation, not all makefiles liked that
                   6663: 
                   6664: 2005-08-30  paf
                   6665: 
                   6666:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   6667: 
                   6668:        * src/classes/op.C: . speedup check of [DEFAULT]
                   6669: 
                   6670: 2005-08-26  paf
                   6671: 
                   6672:        * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html:
                   6673:          merged + date.week
                   6674: 
                   6675:        * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html: +
                   6676:          date.week
                   6677: 
                   6678:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   6679:          complains about bad!=nameless
                   6680: 
                   6681:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   6682:          about bad!=nameless
                   6683: 
                   6684:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   6685:          optional options were allowed to be empty. were checked
                   6686:          if(is_string), changed to !defined||is_string to allow void
                   6687: 
                   6688:        * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html,
                   6689:          src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   6690:          src/classes/void.C: ! optional options were allowed to be empty.
                   6691:          were checked if(is_string), changed to !defined||is_string to
                   6692:          allow void
                   6693: 
                   6694:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   6695:          as_junction where they needed as_int/double, so failed with
                   6696:          recent "(const) now no junction" optimization
                   6697: 
                   6698:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   6699:          merged ! many classes/*  used as_junction where they needed
                   6700:          as_int/double, so failed with recent "(const) now no junction"
                   6701:          optimization
                   6702: 
                   6703:        * src/classes/double.C, src/classes/int.C, src/classes/math.C,
                   6704:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   6705:          src/main/compile.tab.C, src/types/pa_vmethod_frame.h,
                   6706:          www/htdocs/_bug.html: ! many classes/*  used as_junction where
                   6707:          they needed as_int/double, so failed with recent "(const) now no
                   6708:          junction" optimization
                   6709: 
                   6710: 2005-08-24  paf
                   6711: 
                   6712:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   6713:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   6714:          stripped it
                   6715: 
                   6716: 2005-08-09  paf
                   6717: 
                   6718:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   6719:          not cleared
                   6720: 
                   6721:        * www/htdocs/: _bug.html, _bug.pl, _bug.txt: . file::exec $charset
                   6722:          transcodes env fine
                   6723: 
                   6724:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   6725:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6726:          classes/hashfile.C, classes/image.C, classes/int.C,
                   6727:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   6728:          classes/response.C, classes/string.C, classes/table.C,
                   6729:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   6730:          include/pa_array.h, include/pa_cache_managers.h,
                   6731:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6732:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6733:          include/pa_dictionary.h, include/pa_dir.h,
                   6734:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6735:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   6736:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   6737:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6738:          include/pa_sapi.h, include/pa_socks.h,
                   6739:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6740:          include/pa_stack.h, include/pa_string.h,
                   6741:          include/pa_stylesheet_connection.h,
                   6742:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6743:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6744:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6745:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6746:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   6747:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   6748:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   6749:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   6750:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   6751:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   6752:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   6753:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   6754:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   6755:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   6756:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
1.89      moko     6757:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   6758:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6759:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   6760:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   6761:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   6762:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   6763:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   6764:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   6765:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   6766:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   6767:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   6768:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   6769:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   6770:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   6771:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   6772:          types/pa_vresponse.C, types/pa_vresponse.h,
                   6773:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6774:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6775:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   6776:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   6777:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   6778:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   6779:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
1.86      moko     6780: 
                   6781:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   6782:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   6783:          speedup consequent checks in vmethod_frame
                   6784: 
                   6785:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   6786:          not cleared
                   6787: 
                   6788:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   6789:          params: 50 max (were 10)
                   6790: 
                   6791:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   6792:          params: 50 max (were 10)
                   6793: 
                   6794:        * src/types/pa_value.h, src/types/pa_vdouble.h,
                   6795:          src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
                   6796:          src/types/pa_vvoid.C, src/types/pa_vvoid.h,
                   6797:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   6798:          www/htdocs/.htaccess, www/htdocs/_bug.html: + ^call[$void] param
                   6799:          inside now is void (were: empty string) ! simplified (double)
                   6800:          speedup consequent checks in vmethod_frame
                   6801: 
                   6802:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   6803:          optimized constants in expressions vstring->vdouble + optimized
                   6804:          ^call(vdouble), no junction creation, no calls later
                   6805: 
                   6806: 2005-08-08  paf
                   6807: 
                   6808:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   6809:          integrated
                   6810: 
                   6811:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   6812:          integrated
                   6813: 
                   6814:        * src/main/compile.tab.C, src/main/compile.y,
                   6815:          src/main/compile_tools.C, src/main/compile_tools.h,
                   6816:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.xml:
                   6817:          merged + optimized constants in expressions vstring->vdouble +
                   6818:          optimized ^call(vdouble), no junction creation, no calls later
                   6819: 
                   6820:        * src/types/pa_vdouble.h: merged . double values without fractional
                   6821:          part now default printed as %.0f instead of %g
                   6822: 
                   6823:        * src/types/pa_vdouble.h: . double values without fractional part
                   6824:          now default printed as %.0f instead of %g
                   6825: 
                   6826:        * www/htdocs/: _bug.html, _bug.xml: . merged ! second
                   6827:          hashfile::open would cause an exception
                   6828: 
                   6829:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   6830:          cause an exception
                   6831: 
                   6832:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   6833:          exception
                   6834: 
                   6835:        * src/classes/classes.h, src/main/execute.C,
                   6836:          src/types/pa_junction.h, src/types/pa_value.h,
                   6837:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   6838:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   6839:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   6840:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   6841:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   6842:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   6843:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6844:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   6845:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   6846:          src/types/pa_vstateless_class.C,
                   6847:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   6848:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6849:          src/types/pa_wwrapper.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   6850:          . merged VJunction(new Junction) optimization from 3.1.4
                   6851: 
                   6852:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   6853:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   6854:          Junction(params)) to new VJunction(params), thousands of mallocs
                   6855:          removed
                   6856: 
                   6857: 2005-08-05  paf
                   6858: 
                   6859:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   6860:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   6861:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   6862:          creation, no calls later
                   6863: 
                   6864:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   6865:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6866:          classes/hashfile.C, classes/image.C, classes/int.C,
                   6867:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   6868:          classes/response.C, classes/string.C, classes/table.C,
                   6869:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   6870:          include/pa_array.h, include/pa_cache_managers.h,
                   6871:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6872:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6873:          include/pa_dictionary.h, include/pa_dir.h,
                   6874:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6875:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   6876:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   6877:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6878:          include/pa_sapi.h, include/pa_socks.h,
                   6879:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6880:          include/pa_stack.h, include/pa_string.h,
                   6881:          include/pa_stylesheet_connection.h,
                   6882:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6883:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6884:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6885:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6886:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   6887:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   6888:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   6889:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   6890:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   6891:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   6892:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   6893:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   6894:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   6895:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   6896:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
1.89      moko     6897:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   6898:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6899:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   6900:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   6901:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   6902:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   6903:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   6904:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   6905:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   6906:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   6907:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   6908:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   6909:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   6910:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   6911:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   6912:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6913:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6914:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   6915:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   6916:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   6917:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   6918:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
1.86      moko     6919: 
                   6920:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   6921:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   6922:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   6923:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   6924:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   6925:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   6926:          optimized constants in expressions vstring->vdouble
                   6927: 
                   6928: 2005-07-29  paf
                   6929: 
                   6930:        * src/types/pa_vclass.C, www/htdocs/_bug.p: . shaped up error
                   6931:          messages a bit
                   6932: 
                   6933:        * src/types/pa_vclass.C, www/htdocs/_bug_derived.p: + property
                   6934:          getter can now be overridden
                   6935: 
                   6936:        * src/main/execute.C, src/types/pa_vclass.C,
                   6937:          src/types/pa_vobject.C, www/htdocs/_bug.p,
                   6938:          www/htdocs/_bug_derived.p: ! bug fix: static parent fields were
                   6939:          not replaced in case $derived:field[put] + property setter can
                   6940:          now be overridden
                   6941: 
                   6942:        * www/htdocs/: _bug.html, _bug.p, _bug_derived.p: + removed limit
                   6943:          "ctor must be declared in class being created"
                   6944: 
                   6945: 2005-07-28  paf
                   6946: 
                   6947:        * configure, configure.in, src/classes/classes.h,
                   6948:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   6949:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   6950:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   6951:          src/classes/xnode.h, src/include/pa_hash.h,
                   6952:          src/include/pa_version.h, src/main/execute.C,
                   6953:          src/types/Makefile.am, src/types/pa_method.h,
                   6954:          src/types/pa_value.h, src/types/pa_vclass.C,
                   6955:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   6956:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   6957:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   6958:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   6959:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   6960:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6961:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   6962:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   6963:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   6964:          src/types/pa_vstateless_class.h,
                   6965:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   6966:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6967:          src/types/pa_wwrapper.h, www/htdocs/.htaccess,
                   6968:          www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
                   6969:          www/htdocs/_bug.sh, www/htdocs/auto.p: + 3.2.0 beta: merged from
                   6970:          dynamic_fields_join
                   6971: 
                   6972:        * src/classes/hash.C, src/classes/hashfile.C, src/classes/op.C,
                   6973:          src/classes/xnode.C, src/include/pa_hash.h, src/main/execute.C,
                   6974:          src/types/pa_method.h, src/types/pa_value.h,
                   6975:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   6976:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   6977:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   6978:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   6979:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   6980:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   6981:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   6982:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   6983:          src/types/pa_vresponse.h, src/types/pa_vstateless_object.h,
                   6984:          src/types/pa_vvoid.h, src/types/pa_vxnode.C,
                   6985:          src/types/pa_vxnode.h, src/types/pa_wwrapper.h,
                   6986:          www/htdocs/.htaccess, www/htdocs/auto.p: ! restored
                   6987:          put_element('replace' param), and restored its checks in
                   6988:          vobject.put_element->static fields | dynamic properties
                   6989: 
                   6990: 2005-07-27  paf
                   6991: 
                   6992:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   6993:          is some old code containing @set_name $name
                   6994: 
                   6995:        * src/types/pa_vobject.h: . fixed warning
                   6996: 
                   6997:        * configure, configure.in, src/include/pa_version.h,
                   6998:          src/types/Makefile.am: 3.2.0beta started
                   6999: 
                   7000:        * src/classes/xnode.C, src/include/pa_hash.h,
                   7001:          src/types/pa_vstateless_class.C, www/htdocs/.htaccess,
                   7002:          www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
                   7003:          www/htdocs/_bug.sh, www/htdocs/auto.p: ! new asserts were all
                   7004:          false. regretfully reverted them all to checks
                   7005: 
                   7006:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   7007:          classes/op.C, main/execute.C, types/pa_method.h,
                   7008:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   7009:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   7010:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   7011:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   7012:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   7013:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   7014:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7015:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   7016:          joined_dynamic_fields: removed unused param from put_method
                   7017:          (returned to 3 params)
                   7018: 
                   7019:        * src/include/pa_hash.h, src/types/pa_vclass.C,
                   7020:          src/types/pa_vclass.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   7021:          joined_dynamic_fields: dynamic get/set works with overriding
                   7022:          props [alpha2]
                   7023: 
                   7024:        * src/types/pa_vclass.C, www/htdocs/_bug.html:
                   7025:          joined_dynamic_fields: dynamic get/set works [alfa]
                   7026: 
                   7027:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   7028:          classes/op.C, include/pa_hash.h, main/execute.C,
                   7029:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   7030:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   7031:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   7032:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   7033:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   7034:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7035:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   7036:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7037:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   7038:          joined_dynamic_fields: just compiled
                   7039: 
                   7040:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   7041:          classes/hashfile.C, classes/image.C, classes/table.C,
                   7042:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   7043:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   7044:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   7045: 
                   7046:        * src/types/pa_vobject.C: . object setters [only started, does not
                   7047:          work yet]
                   7048: 
                   7049:        * src/include/pa_hash.h, src/types/pa_vclass.C,
                   7050:          src/types/pa_vobject.C, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   7051:          . object setters [only started, does not work yet]
                   7052: 
                   7053: 2005-07-26  paf
                   7054: 
                   7055:        * src/include/pa_request.h, src/main/execute.C,
                   7056:          www/htdocs/_bug.html: . properties: set works [alpha2]. for
                   7057:          classes. todo: for objects
                   7058: 
                   7059:        * src/classes/classes.h, src/include/pa_hash.h, src/main/execute.C,
                   7060:          src/types/pa_value.h, src/types/pa_vclass.C,
                   7061:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   7062:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   7063:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   7064:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   7065:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   7066:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   7067:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   7068:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   7069:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   7070:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7071:          src/types/pa_wwrapper.h, www/htdocs/_bug.html: . properties: set
                   7072:          works [alpha1]
                   7073: 
                   7074: 2005-07-25  paf
                   7075: 
                   7076:        * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7077:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   7078:          www/htdocs/_bug.html: . properties: started, get works [alpha1,
                   7079:          other approach]
                   7080: 
                   7081:        * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7082:          www/htdocs/_bug.html, www/htdocs/_bug.p: . properties: started,
                   7083:          get works [alpha2]
                   7084: 
                   7085:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   7086:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   7087: 
                   7088: 2005-07-15  paf
                   7089: 
                   7090:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   7091:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   7092:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7093:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7094:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   7095:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   7096:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7097:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7098:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7099:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7100:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   7101:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   7102:          [getters work but think of changing them too to precaching]
                   7103: 
                   7104: 2005-07-08  paf
                   7105: 
                   7106:        * src/main/pa_request.C, www/htdocs/_bug.html: ! bugfix:
                   7107:          $response:body[nonfile] caused gpf
                   7108: 
                   7109: 2005-06-28  paf
                   7110: 
                   7111:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   7112:          in passing empty strings to file::exec/cgi environment
                   7113: 
                   7114: 2005-06-06  paf
                   7115: 
                   7116:        * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   7117:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.pl,
                   7118:          www/htdocs/_bug.xsl: ! bugfix ^string:sql ^table:sql ^hash:sql
                   7119:          now DO process $.bind option
                   7120: 
                   7121: 2005-05-24  paf
                   7122: 
                   7123:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   7124:          $.limit] now work again [support was broken in 3.1.4]
                   7125: 
                   7126:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   7127:          ALL_INTERIOR_POINTERS
                   7128: 
                   7129: 2005-05-12  paf
                   7130: 
                   7131:        * configure: 3.1.5beta
                   7132: 
                   7133:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   7134: 
                   7135:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   7136:          $.limit] now work again [support was broken in 3.1.4]
                   7137: 
                   7138:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   7139:          line-width  [was refusing to fill if line-width >1, thanks to
                   7140:          Seras <seras@pinxit.lt> for repro case
                   7141: 
                   7142: 2005-04-25  paf
                   7143: 
                   7144:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   7145:          correctly
                   7146: 
                   7147: 2005-04-19  paf
                   7148: 
                   7149:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   7150:          in VString violating invariant!!
                   7151: 
                   7152:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   7153:          getenv("TZ")==null
                   7154: 
                   7155: 2005-04-08  paf
                   7156: 
                   7157:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   7158:          bugfix: when there is no char in charset one byte produces 6
                   7159:          (&#255; <<max). increased buffer size!
                   7160: 
                   7161: 2005-03-23  paf
                   7162: 
                   7163:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   7164:          ^date.sql-string now takes TZ into account
                   7165: 
                   7166: 2005-03-16  paf
                   7167: 
                   7168:        * INSTALL, www/htdocs/.htaccess, www/htdocs/_bug.html,
                   7169:          src/include/pa_stack.h: . compiled on freebsd 5.3 with gcc 3.4
                   7170: 
                   7171:        * src/types/pa_vhash.C: . warning about eof eol
                   7172: 
                   7173: 2005-02-17  paf
                   7174: 
                   7175:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   7176:          seconds)
                   7177: 
                   7178: 2005-02-02  paf
                   7179: 
                   7180:        * src/classes/xnode.C, www/htdocs/_bug.html: beauty: removed
                   7181:          needless includes
                   7182: 
                   7183: 2005-01-31  paf
                   7184: 
                   7185:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   7186:          $.partNoNumber now alias to $.part1
                   7187: 
                   7188:        * src/types/pa_vmail.C: change: incoming letter part contains
                   7189:          "content-disposition" header with any value? now considering that
                   7190:          part to be "file#" [for text/plain text/html were $.text#
                   7191:          $.html#]
                   7192: 
                   7193:        * INSTALL: updatet to latest working versions available
                   7194: 
                   7195: 2005-01-20  paf
                   7196: 
                   7197:        * configure.in, src/include/pa_version.h, www/htdocs/_bug.html:
                   7198:          version
                   7199: 
                   7200: 2005-01-19  paf
                   7201: 
                   7202:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   7203:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   7204:          couple warnings in parser3.C
                   7205: 
                   7206: 2004-12-23  paf
                   7207: 
                   7208:        * src/main/pa_sql_driver_manager.C, www/htdocs/_bug.html: sql
                   7209:          connect string, rsplit @
                   7210: 
                   7211:        * src/main/pa_exec.C, www/htdocs/_bug.html: win32: bugfix:
                   7212:          file::cgi/exec now set current dir to directory of script (when
                   7213:          shbang used), not to directory of its interpreter
                   7214: 
                   7215:        * src/include/pa_version.h: compiled on win32...
                   7216: 
                   7217:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   7218:          we need more hspace
                   7219: 
                   7220:        * configure, configure.in, src/include/pa_version.h: configured
                   7221:          host to pa_version. will be displayed everywhere
                   7222: 
                   7223:        * src/main/pa_request.C, www/htdocs/_bug.html: new:
                   7224:          @unhandled_exception can prevent exception from being logged by
                   7225:          setting $exception.handled(1)
                   7226: 
                   7227:        * operators.txt, src/classes/file.C, www/htdocs/_bug.html: change:
                   7228:          ^file::sql{query}[[options]] options: $.name[file name]
                   7229:          $.content-type[application/what]
                   7230: 
                   7231:        * src/include/pa_common.h, src/main/pa_common.C,
                   7232:          src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty:
                   7233:          hashfile::open now creates dir for new file
                   7234: 
                   7235:        * src/classes/table.C, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   7236:          www/htdocs/_bug.html: bugfix: table->hash now regards _default
                   7237: 
                   7238:        * src/types/pa_vmethod_frame.h, www/htdocs/_bug.html: bugfix: when
                   7239:          method junction was created by accessing $name_of_method it
                   7240:          acquired bad self=closest methodframe; instead of proper self
                   7241:          (current class)
                   7242: 
                   7243:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: reading
                   7244:          empty string from hashfile produced bad cord
                   7245: 
                   7246: 2004-12-10  paf
                   7247: 
                   7248:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   7249:          subsequent failures though defined in .h
                   7250: 
                   7251:        * src/main/pa_common.C: comment on volatile
                   7252: 
                   7253:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   7254:          alarm function were not used since the beginning due to stupid
                   7255:          error [setsigjmp were not checked in configure.in]
                   7256: 
                   7257:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   7258:          unix too
                   7259: 
                   7260:        * src/main/pa_common.C: http: exception status of send/recv errors
                   7261:          change to most probable http.timeout
                   7262: 
                   7263:        * src/main/pa_common.C, www/htdocs/_bug.html: win32: http
                   7264:          connection $.timeout option now works [setsockopt on
                   7265:          send/receive]
                   7266: 
                   7267: 2004-12-08  paf
                   7268: 
                   7269:        * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/.htaccess,
                   7270:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: bugfix: mail body now
                   7271:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   7272:          proper charset
                   7273: 
                   7274: 2004-11-24  paf
                   7275: 
                   7276:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   7277: 
                   7278:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   7279:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   7280: 
                   7281: 2004-11-12  paf
                   7282: 
                   7283:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   7284:          [since 3.0.4]
                   7285: 
                   7286: 2004-11-09  paf
                   7287: 
                   7288:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   7289:          writes basics to c:\parser3.log
                   7290: 
                   7291: 2004-10-21  paf
                   7292: 
                   7293:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   7294:          tainted strings [were returning clean onces]
                   7295: 
                   7296: 2004-10-15  paf
                   7297: 
                   7298:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   7299:          cycles(i=1; i=2), which was wrong, now does ONE
                   7300: 
                   7301: 2004-10-12  paf
                   7302: 
                   7303:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   7304: 
                   7305: 2004-10-07  paf
                   7306: 
                   7307:        * src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   7308:          src/main/pa_globals.C, www/htdocs/.htaccess,
                   7309:          www/htdocs/_bug.html, www/htdocs/_bug.pl: debugger help:
                   7310:          PA_RELEASE_ASSERTS enables release asserts
                   7311: 
                   7312:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   7313:          String.dump() to stdout in detailed form  [were String.v() in
                   7314:          short form]
                   7315: 
                   7316:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   7317:          \t\r\n as @#| and truncates long char sequences less
                   7318: 
                   7319: 2004-10-06  paf
                   7320: 
                   7321:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   7322:          win32 beauty: socket errors properly decoded
                   7323: 
                   7324: 2004-10-05  paf
                   7325: 
                   7326:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   7327:          request::configure_user/admin done always, even if no
                   7328:          file-to-process useful in @unhandled_exception [say, if they
                   7329:          would want to mail by SMTP something]
                   7330: 
                   7331:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   7332:          now performed prior to file loading [and @auto executing] thus
                   7333:          making $cookie:value available in @auto and in
                   7334:          @unhandled_exception when IIS is configured to run interpreter
                   7335:          even if no file exist
                   7336: 
                   7337: 2004-09-20  paf
                   7338: 
                   7339:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   7340:          somewhere where it should have called xmlMalloc and it calls
                   7341:          xmlFree when it should have not called it.  inserted two
                   7342:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   7343:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   7344:          author would fix all that.  until that day: we have SLOW garbage
                   7345:          collecting when many xml objects are alive hint: do
                   7346:          ^memory:compact[] before xdoc::create
                   7347: 
                   7348: 2004-09-17  paf
                   7349: 
                   7350:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   7351:          error from 3.0.8 version]
                   7352: 
                   7353: 2004-09-14  paf
                   7354: 
                   7355:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   7356:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   7357:          modified inside
                   7358: 
                   7359: 2004-09-13  paf
                   7360: 
                   7361:        * src/main/pa_string.C, www/htdocs/_bug.html: bugfix: $s[+008]
                   7362:          ^eval($s) now parsed OK [were as octal]
                   7363: 
                   7364:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty: not
                   7365:          reproduced $hashfile.key[$novalue] bug [reported by motorin],
                   7366:          inserted safety-check
                   7367: 
                   7368:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   7369:          [not something obscure from sdbm lib]
                   7370: 
1.88      moko     7371:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: error
                   7372:          numbers now from errno.h = strerror now returnes something and we
                   7373:          can properly report that to client
1.86      moko     7374: 
                   7375:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   7376:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   7377: 
                   7378:        * www/htdocs/: _bug.html, _bug.xsl: change: ^xdoc.string now
                   7379:          outputted as-is  [tainted as-is] this helps //[space][newline] to
                   7380:          remain as-is and not be unnecessary optimized away [ruining
                   7381:          javascript]
                   7382: 
                   7383:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   7384:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   7385:          not be unnecessary optimized away [ruining javascript]
                   7386: 
                   7387:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   7388:          [tainted as-is]
                   7389: 
                   7390:        * src/classes/mail.C: bugfix: typo error
                   7391: 
                   7392: 2004-09-09  paf
                   7393: 
                   7394:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   7395:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   7396:          (bloody yandex.server)
                   7397: 
                   7398: 2004-09-06  paf
                   7399: 
                   7400:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   7401:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   7402:          encoded
                   7403: 
                   7404: 2004-09-01  paf
                   7405: 
                   7406:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   7407:          multipart/related outlook express have no problems showing
                   7408:          unrelated attachments.  todo: someday figure out a way of
                   7409:          multipart/mixed    multipart/related       text/html
                   7410:          image/xxx application/octet-stream << true attachments
                   7411: 
                   7412:        * src/types/pa_vmail.C, www/htdocs/_bug.html: new:
                   7413:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   7414:          empty mail header fields removed from letter
                   7415: 
                   7416:        * src/classes/mail.C, src/include/pa_config_fixed.h,
                   7417:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   7418:          www/htdocs/_bug.html: new: ^mail:send[    $.file[
                   7419:          $.any[header]
                   7420: 
                   7421: 2004-08-30  paf
                   7422: 
                   7423:        * src/include/pa_config_fixed.h, src/main/pa_common.C,
                   7424:          www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: less warnings
                   7425: 
                   7426:        * src/main/pa_common.C: beauty: do not bother with charset
                   7427:          detection when ^file::load[binary
                   7428: 
                   7429: 2004-08-27  paf
                   7430: 
                   7431:        * src/main/pa_common.C: hack: for yandex.server http server
                   7432: 
                   7433: 2004-08-18  paf
                   7434: 
                   7435:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   7436:          possibly-chunked response
                   7437: 
                   7438: 2004-08-17  paf
                   7439: 
                   7440:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   7441:          $f.content-type now = that of http response
                   7442: 
                   7443:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   7444:          $f.content-type now = that of http response
                   7445: 
                   7446: 2004-08-03  paf
                   7447: 
                   7448:        * www/htdocs/: .htaccess, _bug.html: bugfix: empty input variables
                   7449:          can be replaced by output [forgot to allocate proper buffer,
                   7450:          oracle _server_ died with kgepop: no error frame to pop to for
                   7451:          error 21500 message]
                   7452: 
                   7453: 2004-07-30  paf
                   7454: 
                   7455:        * src/include/pa_request.h, src/main/pa_request.C,
                   7456:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   7457:          www/htdocs/.htaccess: bugfix: win32: system&parser exceptions in
                   7458:          release mode reported properly parser exception in exception
                   7459:          handler WERE mistakenly reported as system exception, without
                   7460:          details [in apache & isapi] +some beauty in exception text
                   7461: 
                   7462:        * src/include/pa_exception.h, src/main/pa_request.C,
                   7463:          src/targets/cgi/parser3.C, www/htdocs/.htaccess,
                   7464:          www/htdocs/_bug.html: bugfix: win32: system&parser exceptions in
                   7465:          release mode reported properly parser exception in exception
                   7466:          handler WERE mistakenly reported as system exception, without
                   7467:          details
                   7468: 
                   7469:        * src/main/execute.C: beauty: simplified system exception handling
                   7470: 
                   7471: 2004-07-29  paf
                   7472: 
                   7473:        * src/classes/table.C, www/htdocs/_bug.html: bugfix:
                   7474:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   7475:          were ignored, and \t used unconditionally]
                   7476: 
                   7477:        * src/types/Makefile.am: added vhash.c
                   7478: 
                   7479: 2004-07-28  paf
                   7480: 
                   7481:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   7482:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   7483:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   7484:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   7485:          failed on russian letters
                   7486: 
                   7487:        * src/main/pa_string.C, src/types/pa_vmail.C, www/htdocs/_bug.html,
                   7488:          src/main/pa_common.C: bugfix: isspace((unsigned char)c)
                   7489:          everywhere. failed on russian letters
                   7490: 
                   7491:        * www/htdocs/_bug.html: bugfix: win32: chdir not needed, dir
                   7492:          passwed as 'currentDirectory' parameter to CreateProcess
                   7493: 
                   7494:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   7495:          as 'currentDirectory' parameter to CreateProcess
                   7496: 
                   7497: 2004-07-27  paf
                   7498: 
                   7499:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   7500:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   7501:          from release somewhere [to help searching for unhandled system
                   7502:          exceptions]
                   7503: 
                   7504:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   7505:          TZ shift
                   7506: 
                   7507:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   7508:          but also in ctor
                   7509: 
                   7510: 2004-07-26  paf
                   7511: 
                   7512:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   7513:          src/main/pa_request.C, src/types/pa_vfile.h,
                   7514:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   7515:          src/types/types.vcproj, www/htdocs/_bug.html: new:
                   7516:          $response:body/download[    $.file[name on disk]    $.name[of
                   7517:          file for user]        $.mdate[date of last-modified. default from
                   7518:          directory] ]
                   7519: 
                   7520:        * src/classes/file.C: moving file:send somewhere else..
                   7521: 
                   7522:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
1.89      moko     7523:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   7524:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   7525:          $response:download[ $.filename[filename] $.option[] ,, ]
1.86      moko     7526: 
                   7527:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   7528: 
                   7529: 2004-07-21  paf
                   7530: 
                   7531:        * src/types/pa_vmail.C, www/htdocs/_bug.html: bugfix: too long
                   7532:          header values now splitted to several lines
                   7533: 
                   7534:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   7535: 
                   7536:          note: ms outlook[!express] shows only first 255 characters of
                   7537:          subject
                   7538: 
                   7539: 2004-07-15  paf
                   7540: 
                   7541:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   7542:          off]
                   7543: 
                   7544: 2004-07-14  paf
                   7545: 
                   7546:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   7547:          according to lang  [were: as-is]
                   7548: 
                   7549: 2004-07-07  paf
                   7550: 
                   7551:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   7552:          checked that
                   7553: 
                   7554:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   7555:          now untainted according to their languages.  were: as-is.
                   7556:          EVERYWHERE
                   7557: 
                   7558:        * src/classes/file.C, src/main/pa_exec.C, www/htdocs/_bug.html,
                   7559:          www/htdocs/_bug.pl: bufix: on unix AND win32 environment string
                   7560:          now untainted according to their languages.  were: as-is.
                   7561:          EVERYWHERE
                   7562: 
                   7563:        * src/main/pa_exec.C: bufix: on unix environment string now
                   7564:          untainted according to their languages.  were: as-is. on win32:
                   7565:          ok
                   7566: 
                   7567:        * parser3.vssscc: ...would not go unnoticed
                   7568: 
                   7569:        * src/main/pa_charset.C, www/htdocs/.htaccess,
                   7570:          www/htdocs/_bug.html: convinience: transcodeFromUTF8 now never
                   7571:          fails. in case on input appears nonutf, those bytes will be
                   7572:          printed in %HH form. that can be easily decoded/recovered.
                   7573: 
                   7574:          this form is quite noticable, and hopefully would not go noticed
                   7575: 
                   7576: 2004-07-06  paf
                   7577: 
                   7578:        * src/main/pa_exec.C: bufix: on unix environment string now
                   7579:          untainted according to their languages.  were: as-is. on win32:
                   7580:          ok
                   7581: 
                   7582: 2004-07-01  paf
                   7583: 
                   7584:        * src/classes/classes.vcproj, src/lib/cord/cord.vcproj,
                   7585:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   7586:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   7587:          src/lib/pcre/pcre_dftables.vcproj,
                   7588:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/smtp/smtp.vcproj,
1.89      moko     7589:          src/main/main.vcproj, src/targets/cgi/parser3.vcproj,
1.86      moko     7590:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   7591:          www/htdocs/.htaccess: win32: option: global optimization ON
                   7592: 
                   7593:        * src/main/untaint.C, www/htdocs/_bug.html: workaround kinda bug in
                   7594:          libxml: life requires to do xdoc::create{invalid chars} standard
                   7595:          disables chars less then \x20, except tab, cr, lf.
                   7596: 
                   7597:          changed tainting so that those become '!'
                   7598: 
                   7599: 2004-06-25  paf
                   7600: 
                   7601:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   7602:          int on odd address [prev bugfix failed due to superwize
                   7603:          optimizer, which turned memcpy into same 'ld' asm command]
                   7604: 
                   7605:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   7606:          int on odd address
                   7607: 
                   7608: 2004-06-23  paf
                   7609: 
                   7610:        * www/htdocs/_bug.html: checked: oracle: various ways of returning
                   7611:          error from stored proc.  bad: no way of knowing which exactly
                   7612:          user-defined exception were thrown.  good:
                   7613:          raise_application_error can return error message number and
                   7614:          string FINE good: PRAGMA EXCEPTION_INIT works good too
                   7615: 
                   7616: 2004-06-22  paf
                   7617: 
                   7618:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   7619: 
                   7620:        * www/htdocs/_bug.html: checked: in out variables OK
                   7621: 
                   7622:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   7623:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   7624:          src/include/pa_config_includes.h, www/htdocs/_bug.html: new:
                   7625:          ^void:sql{call paf(:a)}[                $.bind[
                   7626:                $.a[2]          ]       ] output variables work.  todo:
                   7627:          check in out variables
                   7628: 
                   7629: 2004-06-18  paf
                   7630: 
                   7631:        * src/classes/file.C, src/classes/hash.C, src/classes/string.C,
                   7632:          src/classes/table.C, src/classes/void.C,
                   7633:          src/include/pa_globals.h, src/include/pa_sql_connection.h,
                   7634:          src/main/compile.tab.C, src/sql/pa_sql_driver.h,
                   7635:          www/htdocs/.htaccess, www/htdocs/_bug.html: started:
                   7636:          ^void:sql{call paf(:a)}[                $.bind[
                   7637:                $.a[2]          ]       ] input variables work.
                   7638:          todo:output
                   7639: 
                   7640:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   7641:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   7642:          /_bug.html?404;http://hpsv/test/
                   7643:          --------------------------------------------------------------------------------
                   7644:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   7645:          --------------------------------------------------------------------------------
                   7646:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   7647: 
                   7648: 2004-06-16  paf
                   7649: 
                   7650:        * src/targets/cgi/parser3.C: new: iis specific
                   7651:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   7652:          $request:query
                   7653:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   7654:          $form:fields IIS-STATUS="404"
                   7655:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   7656: 
                   7657:          todo: isapi too
                   7658: 
                   7659: 2004-05-26  paf
                   7660: 
                   7661:        * src/include/pa_version.h: 3.1.3
                   7662: 
                   7663:        * operators.txt: beauty: removed outdated level 'table'
                   7664: 
                   7665:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   7666: 
                   7667:        * src/main/pa_string.C: beauty: removed 3 warnings
                   7668: 
                   7669:        * src/include/pa_string.h, src/classes/table.C, src/main/untaint.C,
                   7670:          www/htdocs/_bug.html, src/classes/op.C: beauty: removed outdated
                   7671:          level 'table'
                   7672: 
                   7673: 2004-05-25  paf
                   7674: 
                   7675:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   7676:          implementation. mistery: how anything worked
                   7677: 
                   7678:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   7679:          changed, it is now safe to use url if pointers to it are stored
                   7680:          to gc mem
                   7681: 
                   7682:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   7683:          unknown errors reported and not cause SIGSEGV now
                   7684: 
                   7685: 2004-05-24  paf
                   7686: 
                   7687:        * src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   7688:          src/lib/cord/include/cord.h, www/htdocs/_bug.html,
                   7689:          src/lib/cord/cordxtra.c: cancel: more speed, less memory:
                   7690:          CORD_chars_block originally intended to ...  it was good that
                   7691:          CORD_chars_block were not used: it consumes more memory [and,
                   7692:          might be slow too] undoing that. [and removed that func so that
                   7693:          it would not confuse parser developer in future]
                   7694: 
                   7695:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   7696:          less memory: CORD_chars_block originally intended to
                   7697:          speedup/reduce mem usage were forgotten, and were used stupid
                   7698:          CORD_chars
                   7699: 
                   7700:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   7701: 
                   7702:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   7703:          BIGENDIAN processors space-conserving mech failed, causing
                   7704:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   7705:          (1|2|3));
                   7706: 
                   7707: 2004-05-14  paf
                   7708: 
                   7709:        * src/types/Makefile.am, src/types/pa_vvoid.C,
                   7710:          src/types/pa_vvoid.h, src/types/types.vcproj,
                   7711:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/auto.p:
                   7712:          bugfix: void now has vfile value, and $response:body[] works OK
                   7713: 
                   7714: 2004-05-12  paf
                   7715: 
                   7716:        * src/types/pa_vbool.h, src/types/pa_vhash.h,
                   7717:          src/types/pa_vhashfile.h, src/types/pa_vtable.h,
                   7718:          www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: ^if(def
                   7719:          $bool) now equals ^if($bool) and shaped up other sources to use
                   7720:          is_defined() {return as_bool();} along VBool
                   7721: 
                   7722: 2004-05-11  paf
                   7723: 
                   7724:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   7725:          referencing to local objects
                   7726: 
                   7727:        * src/classes/mail.C, src/include/pa_exec.h,
                   7728:          src/main/compile.tab.C, src/types/pa_vmail.C,
                   7729:          src/types/pa_vmail.h, www/htdocs/.htaccess, www/htdocs/_bug.gif,
                   7730:          www/htdocs/_bug.html: bugfix: bcc with sendmail now left intact
                   7731: 
                   7732: 2004-04-15  paf
                   7733: 
                   7734:        * src/classes/date.C: merged: beauty: unused var removed
                   7735: 
                   7736:        * src/classes/date.C: beauty: unused var removed
                   7737: 
                   7738:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   7739:          provoked bug
                   7740: 
                   7741: 2004-04-09  paf
                   7742: 
                   7743:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   7744: 
                   7745:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   7746: 
                   7747: 2004-04-08  paf
                   7748: 
                   7749:        * src/classes/date.C: new: ^date::create[y-m-d
                   7750:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   7751: 
                   7752:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   7753: 
                   7754:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   7755:          to consult default catalog [usually, that file belongs to other
                   7756:          user/group]
                   7757: 
                   7758: 2004-04-06  paf
                   7759: 
                   7760:        * src/main/pa_common.C: beauty: gcc warning removed
                   7761: 
                   7762:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   7763:          accept that trick, trying other
                   7764: 
                   7765:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7766:          bugfix: step3 to fix explicit result problem
                   7767: 
                   7768:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7769:          bugfix: step2 to fix explicit result problem
                   7770: 
                   7771:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7772:          bugfix: step1 to fix explicit result problem
                   7773: 
                   7774:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   7775: 
                   7776:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   7777:          src/main/compile.y, src/main/execute.C, www/htdocs/_bug.html:
                   7778:          attempt_check_call_in_explicit_result_mode: failed
                   7779: 
                   7780:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   7781:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   7782:          gethostbyname failed with such 'domains'] now checked properly,
                   7783:          were: needless reverse/forward dns lookup
                   7784: 
                   7785:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   7786:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   7787:          gethostbyname failed with such 'domains'] now checked properly,
                   7788:          were: needless reverse/forward dns lookup
                   7789: 
                   7790:        * src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   7791:          www/htdocs/_bug.html: reimplemented: @method[][result] means "no
                   7792:          string output here" moved to lexical level [on grammar level it
                   7793:          were too difficult]
                   7794: 
                   7795:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   7796:          src/main/compile.y, src/main/compile_tools.h,
                   7797:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   7798:          www/htdocs/.htaccess, www/htdocs/_bug.html: new:
                   7799:          @method[][result] means "no string output here", implemented part
                   7800:          of that idea: compiler throws away string literal generation
                   7801:          code. and barks nonwhitespace chars
                   7802: 
                   7803:        * operators.txt: truth: removed comment about $ORIGIN
                   7804: 
                   7805: 2004-04-05  paf
                   7806: 
                   7807:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   7808:          src/include/pa_version.h, src/main/pa_common.C,
                   7809:          src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   7810:          www/htdocs/_bug.html, www/htdocs/_bug.txt: merged with 3.1.3
                   7811: 
                   7812:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   7813:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   7814: 
                   7815:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   7816: 
                   7817:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   7818:          interfered with FAR console
                   7819: 
                   7820:        * configure, configure.in: 3.1.3
                   7821: 
                   7822:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   7823: 
                   7824:        * src/main/pa_common.C: removed warning
                   7825: 
                   7826:        * src/include/pa_version.h: 3.1.3
                   7827: 
                   7828: 2004-04-02  paf
                   7829: 
                   7830:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   7831: 
                   7832:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   7833:          allows to specify where to put parser log file
                   7834: 
                   7835: 2004-04-01  paf
                   7836: 
                   7837:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   7838:          without tab and enter were ignored
                   7839: 
                   7840:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   7841:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
1.89      moko     7842:          main/pa_socks.C, targets/cgi/parser3.C,
1.86      moko     7843:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   7844:          bugfix: sql connections now are disconnected
                   7845: 
                   7846: 2004-03-30  paf
                   7847: 
                   7848:        * src/classes/table.C: bugfix: table::load last line without tab
                   7849:          and enter were ignored
                   7850: 
                   7851:        * src/classes/table.C: bufix: if last table lines were commented,
                   7852:          gpfed
                   7853: 
                   7854:        * src/doc/ClassExample1.dox, src/doc/ClassExample2.dox,
                   7855:          src/doc/ClassExample3.dox, src/doc/chmhelper.pl,
                   7856:          src/doc/class.dox, src/doc/compiler.dox, src/doc/doxygen.cfg,
                   7857:          src/doc/exception.dox, src/doc/executor.dox, src/doc/footer.htm,
                   7858:          src/doc/index.dox, src/doc/memory.dox, src/doc/methoded.dox,
                   7859:          src/doc/object.dox, src/doc/string.dox, src/doc/targets.dox,
                   7860:          src/doc/value.dox, src/include/pa_version.h,
                   7861:          src/main/pa_cache_managers.C,
                   7862:          src/main/pa_stylesheet_connection.C,
                   7863:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_vform.C,
                   7864:          www/htdocs/_bug.html, www/htdocs/_bug.txt: merged bugfixes from
                   7865:          3.1.2, changed version to 3.1.3beta
                   7866: 
                   7867: 2004-03-29  paf
                   7868: 
                   7869:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   7870:          causes gpf
                   7871: 
                   7872:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   7873:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   7874:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   7875:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   7876:          value.dox: translated to english
                   7877: 
                   7878: 2004-03-25  paf
                   7879: 
                   7880:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   7881:          parser3project dependency removed
                   7882: 
                   7883:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   7884:          bugfix: refused to compile without xml
                   7885: 
                   7886:        * src/types/pa_vform.C: beauty: removed warning
                   7887: 
                   7888:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   7889:          any folder [removed last ;) folder dependency]
                   7890: 
                   7891:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   7892:          folder [removed last ;) folder dependency]
                   7893: 
                   7894:        * src/include/pa_version.h: release
                   7895: 
                   7896:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   7897: 
                   7898:        * src/classes/table.C: beauty: comment& more meaningful error
                   7899:          message
                   7900: 
                   7901:        * src/classes/hash.C, www/htdocs/_bug.html: bugfix: ^hash::sql{one
                   7902:          column} now produces $.hash[$.column_value1(true) ... ] [were
                   7903:          producing some strang thing]
                   7904: 
                   7905: 2004-03-23  paf
                   7906: 
                   7907:        * src/classes/image.C, src/main/pa_common.C, www/htdocs/_bug.html:
                   7908:          bugfix: ^image.polyline and http status line parsing checked
                   7909:          number of columns in table [user reported an assert]
                   7910: 
                   7911:        * operators.txt: example: on hashfile
                   7912: 
                   7913:        * src/classes/op.C, src/types/pa_value.C, src/types/pa_wcontext.C,
                   7914:          www/htdocs/_bug.html: bugfix: junction reattach now actually
                   7915:          reattaches a junction to new wcontext [were only assigning it to
                   7916:          junction, which caused junction tracking to loose junction, and
                   7917:          it's context were not killed, and it tried to process in invalid
                   7918:          context, gpf]
                   7919: 
                   7920:        * src/targets/cgi/parser3.C: debug helper added
                   7921: 
                   7922: 2004-03-19  paf
                   7923: 
                   7924:        * src/types/pa_wcontext.C, www/htdocs/_bug.html: beauty: error
                   7925:          messages removed duplicate "type(type)" in braces
                   7926: 
                   7927: 2004-03-10  paf
                   7928: 
                   7929:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   7930:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   7931:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7932:          www/htdocs/_bug.html: new: refined solution to
                   7933:          search-in-namespaces problem:
                   7934:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   7935:          $nodes[^xdoc.select[//x:second]]
                   7936: 
                   7937:        * operators.txt, src/classes/xnode.C, www/htdocs/_bug.html,
                   7938:          www/htdocs/_bug.xml: new: xnode.select*[xpath
                   7939:          expression][[NAMESPACES HASH]] allows to search for info in
                   7940:          namespaces
                   7941: 
                   7942:          $nodes[^xdoc.select[//x:second][
                   7943:          $.x[http://pif.design.ru/] ]]
                   7944: 
                   7945: 2004-03-09  paf
                   7946: 
                   7947:        * operators.txt, src/main/pa_common.C, www/htdocs/.htaccess,
                   7948:          www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/_bug.xsl:
                   7949:          new: ^file::load[...][options]         $.form[
                   7950:          !$.field1[string]
                   7951:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   7952:               ]         !$.body[string]
                   7953: 
                   7954:          GET ?here notGET(POST, HEAD, others) in content-type:
                   7955:          application/x-www-form-urlencoded
                   7956: 
                   7957:          todo: upload files ability
                   7958: 
                   7959:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   7960:          properly, done
                   7961: 
                   7962: 2004-03-05  paf
                   7963: 
                   7964:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   7965:          GET/POST $.form[$.fields started, not tested yet
                   7966:          todo:$.field[table] for multiple values
                   7967: 
                   7968:        * operators.txt: new: http:// options $.user $.password basic
                   7969:          authorization
                   7970: 
                   7971:        * src/main/pa_common.C: beauty: link to rtf added
                   7972: 
                   7973:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   7974:          www/htdocs/_bug.html: new: http:// options $.user $.password
                   7975:          basic authorization
                   7976: 
                   7977:        * src/main/pa_common.C: beauty: removed needless vars
                   7978: 
                   7979:        * operators.txt: new: pgsql option [like that recently added to
                   7980:          oracle driver]             ClientCharset=parser-charset <<
                   7981:          charset in which parser thinks client works
                   7982: 
                   7983:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   7984: 
                   7985:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   7986:          char!
                   7987: 
                   7988:        * etc/parser3.charsets/windows-1251.cfg: typo
                   7989: 
                   7990:        * www/htdocs/_bug.html, operators.txt: new: odbc option [like that
                   7991:          recently added to oracle driver]
                   7992:          ClientCharset=parser-charset << charset in which parser thinks
                   7993:          client works
                   7994: 
                   7995: 2004-03-04  paf
                   7996: 
                   7997:        * www/htdocs/: _bug.html, _bug.txt: new: mysql option [like that
                   7998:          recently added to oracle driver]
                   7999:          ClientCharset=parser-charset << charset in which parser thinks
                   8000:          client works
                   8001: 
                   8002:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   8003:          cached, sql transcoding now goes faster
                   8004: 
                   8005:        * operators.txt: new: mysql option [like that recently added to
                   8006:          oracle driver]             ClientCharset=parser-charset <<
                   8007:          charset in which parser thinks client works
                   8008: 
                   8009:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   8010:          typo error
                   8011: 
                   8012:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   8013:          chars commented
                   8014: 
                   8015: 2004-03-03  paf
                   8016: 
                   8017:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   8018:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   8019: 
                   8020: 2004-03-02  paf
                   8021: 
                   8022:        * operators.txt: new[update typo]:     !^void.left(n)
                   8023:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   8024:                nothing
                   8025: 
                   8026:        * operators.txt, src/classes/void.C, www/htdocs/_bug.html: new:
                   8027:          !^void.left(n)        nothing     !^void.right(n)        nothing
                   8028:          !^void.pos(p[;n])           nothing
                   8029: 
                   8030:        * operators.txt, src/classes/file.C, src/include/pa_string.h,
                   8031:          www/htdocs/_bug.html: new: ^file::sql[[name_to_become_$.name]]{}
                   8032:          query result must be one row with columns:   first: data
                   8033:          second: file name   third: content-type
                   8034: 
                   8035:        * operators.txt, src/classes/file.C, www/htdocs/_bug.gif,
                   8036:          www/htdocs/_bug.html: ^file.sql-string[] inside ^connect gets
                   8037:          properly escaped string, which can be passed to request now this
                   8038:          for mysql only. it's up to parser sql driver to fix zeros
                   8039:          properly
                   8040: 
                   8041:        * INSTALL: note: added on building apache with this option:
                   8042:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   8043: 
                   8044:        * www/htdocs/_bug.html: feature:
                   8045:          oracle?..&LowerCaseColumnNames=0&ClientCharset=something column
                   8046:          names got transcoded to $request:charset too [were only column
                   8047:          data]
                   8048: 
                   8049: 2004-03-01  paf
                   8050: 
1.89      moko     8051:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   8052:          extension memory:compact befor processingrequest
1.86      moko     8053: 
                   8054:        * operators.txt, src/classes/hash.C, www/htdocs/_bug.html: new:
                   8055:          ^hash._keys[>>name<<] to call sole column of result
                   8056: 
                   8057:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   8058:          src/lib/gd/gif.h, www/htdocs/_bug.html: new:
                   8059:          ^image.pixel(x;y)[(color)]         get/set pixel color
                   8060: 
                   8061:        * src/classes/image.C, src/types/pa_vimage.C,
                   8062:          src/types/pa_vimage.h, www/htdocs/_bug.html: beauty: image --
                   8063:          less checks [were ugly impl]
                   8064: 
                   8065:        * src/classes/string.C, www/htdocs/_bug.html: bugfix:
                   8066:          ^string.left/right/mid with negative values now considered bad
                   8067: 
                   8068:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   8069: 
                   8070:        * src/classes/xdoc.C, src/types/pa_vxdoc.h, www/htdocs/_bug.html,
                   8071:          www/htdocs/_bug.xsl: bugfix: boolean output options now have
                   8072:          unified defaults [after transform
                   8073:          indent/omit-xml-declaration/standalone 'default' erroreously
                   8074:          meant 'true']
                   8075: 
                   8076:        * www/htdocs/_bug.html: bugfix: http://i.p.a.ddress gethostbyaddr
                   8077:          added [on some platforms gethostbyname failed with such
                   8078:          'domains']
                   8079: 
                   8080:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   8081:          added [on some platforms gethostbyname failed with such
                   8082:          'domains']
                   8083: 
                   8084:        * src/include/pa_config_auto.h.in: no select check, no define
                   8085: 
                   8086:        * src/classes/string.C: feature: ^string.trim both parameters may
                   8087:          be empty-strings, meaning kind=both chars=whitespaces
                   8088: 
                   8089:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   8090:          exist
                   8091: 
                   8092:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   8093:          exception if it is
                   8094: 
                   8095:        * src/classes/string.C: changed: ^string.trim [] << both,
                   8096:          whitespaces [start|both|end] << kind, whitespaces
                   8097:          [start|both|end;chars]  full
                   8098: 
                   8099: 2004-02-27  paf
                   8100: 
                   8101:        * operators.txt, src/classes/string.C, src/main/pa_string.C,
                   8102:          www/htdocs/_bug.html: new method:
                   8103:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   8104:          whitespace chars finished
                   8105: 
                   8106:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   8107:          src/main/pa_string.C, www/htdocs/_bug.html: new method:
                   8108:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   8109:          whitespace chars   started, only start works
                   8110: 
                   8111:        * www/htdocs/: _bug.html, _bug.xml, _bug.xsl: bug discovered: todo!
                   8112:          xdoc::create+save != xdoc.transform&no<xsl:output>+save
                   8113: 
                   8114:        * src/main/compile.C: bugfix: line numbers after
                   8115:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   8116:          signed
                   8117: 
                   8118:        * src/main/untaint.C: speed: there's no \n chars in output
                   8119:          [normally], so no need to optimize them they could be retrived
                   8120:          from databases, though. but 1. should be replaced 2. if not
                   8121:          optimized, no harm done
                   8122: 
                   8123:        * www/htdocs/: _bug.html, _bug.txt: just test:
                   8124:          file::load[text;http:// $.text utf-8 signature, line ends OK
                   8125:          http://i2/tasks/edit/?id=4629476859594276758
                   8126: 
                   8127:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   8128:          ^file::exec/cgi could return invalid status & zombie child can
                   8129:          remain for short period until process exists [very bad in
                   8130:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   8131: 
                   8132:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   8133:          malicious SMTP server to attack as by returning too long status
                   8134:          responses http://i2/tasks/edit/?id=4629448401140924947
                   8135: 
                   8136: 2004-02-26  paf
                   8137: 
                   8138:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   8139:          are         $.main[to what to rename @main]         $.file[file,
                   8140:          from which (user says) goes that CODE]         $.lineno(line
                   8141:          number in that file, where CODE starts. may be negative)
                   8142: 
                   8143:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   8144:          src/main/compile.C, src/main/compile_tools.h,
                   8145:          src/main/pa_request.C, www/htdocs/_bug.html, www/htdocs/_bug.p,
                   8146:          www/htdocs/_bug.xsl: feature: ^process...{CODE}[now has options]
                   8147:          which are         $.main[to what to rename @main]
                   8148:          $.file[file, from which (user says) goes that CODE]
                   8149:          $.lineno(line number in that file, where CODE starts. may be
                   8150:          negative)
                   8151: 
                   8152: 2004-02-25  paf
                   8153: 
                   8154:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   8155:          old @charsetsdir@ recently erased from configure.in]
                   8156: 
                   8157:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   8158:          produces hash of column=>1
                   8159: 
                   8160:        * www/htdocs/: _bug.html, _bug.xsl: xhtml: &#9; as resutl of
                   8161:          <xsl:attribute>[tab]  is OK
                   8162: 
                   8163:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   8164:          with incomplete errno constants set
                   8165: 
                   8166: 2004-02-24  paf
                   8167: 
                   8168:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   8169:          "man select"
                   8170: 
                   8171:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   8172: 
                   8173:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   8174: 
                   8175:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   8176: 
                   8177:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
                   8178: 
                   8179:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   8180:          unix: steps to work on unix [extracted 'to']
                   8181: 
                   8182:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   8183: 
                   8184:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   8185: 
                   8186:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   8187:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   8188:          unix [testing on solaris]
                   8189: 
                   8190: 2004-02-20  paf
                   8191: 
                   8192:        * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: ugly code
                   8193:          removed, thanks to egr for pointing that out
                   8194: 
                   8195:        * www/htdocs/: _bug.html, _bug.xsl: bugfix: <tag
                   8196:          attr="&#digital_entity;" bug fixed again [same solution,
                   8197:          mistanenly removed one line]
                   8198: 
                   8199:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   8200:          fixed again [same solution, mistanenly removed one line]
                   8201: 
                   8202: 2004-02-19  paf
                   8203: 
                   8204:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   8205:          date::create from bad datetime in spring daylightsaving hole now
                   8206:          OK for all platforms [on some platforms it failed]
                   8207: 
                   8208:        * src/classes/date.C, src/classes/image.C, www/htdocs/_bug.html:
                   8209:          beauty: date::create[bad date time in daylightsaving hole] now
                   8210:          throws error
                   8211: 
                   8212:        * src/classes/date.C: comment: mistake fixed
                   8213: 
                   8214: 2004-02-18  paf
                   8215: 
                   8216:        * www/htdocs/_bug.html: beauty: coder can override save/file
                   8217:          encoding by specifying it in xsl:output or in save/file
                   8218:          hash-options
                   8219: 
                   8220:        * www/htdocs/: _bug.html, _bug.xsl: beauty: coder can override
                   8221:          save/file encoding by specifying it in xsl:output or in save/file
                   8222:          hash-options
                   8223: 
                   8224:        * www/htdocs/: _bug.html, _bug.xsl: beauty: xdoc.string now
                   8225:          renderes in $request:charset, but in header puts
                   8226:          $response:charset todo: make that default only so that coder
                   8227:          could override that
                   8228: 
                   8229:        * www/htdocs/: _bug.html: beauty: xdoc.string now renderes in
                   8230:          $request:charset, but in header puts $response:charset todo: make
                   8231:          that default only so that coder could override that
                   8232: 
                   8233:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   8234:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: beauty: xdoc.string
                   8235:          now renderes in $request:charset, but in header puts
                   8236:          $response:charset todo: make that default only so that coder
                   8237:          could override that
                   8238: 
                   8239:        * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: xhtml
                   8240:          doctype-public/system forcly turns off omit-xml-declaration
                   8241: 
                   8242:        * src/classes/xdoc.C, www/htdocs/_bug.html, www/htdocs/_bug.xsl:
                   8243:          feature: reimplemented xhtml output, see /.xsl for sample
                   8244: 
                   8245: 2004-02-17  paf
                   8246: 
                   8247:        * src/classes/xdoc.C: beauty: needless helper class removed
                   8248: 
                   8249:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   8250:          copied extra time
                   8251: 
                   8252:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   8253:          part of libxml
                   8254: 
                   8255:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   8256:          libxml to do the work] <xsl:output        method="html"
                   8257:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   8258:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   8259:          />
                   8260: 
                   8261:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   8262: 
                   8263:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   8264:          caused assertion
                   8265: 
                   8266:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   8267:          could hang. now such add does nothing, sub clears $hash
                   8268: 
                   8269:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   8270:          not made quoted-printable
                   8271: 
                   8272:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   8273:          string invariant
                   8274: 
                   8275: 2004-02-16  paf
                   8276: 
                   8277:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   8278:          cleared [were not cleared properly]
                   8279: 
                   8280: 2004-02-13  paf
                   8281: 
                   8282:        * src/include/pa_version.h: prerelease
                   8283: 
                   8284:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   8285:          used, introducing dependencies timestamp check
                   8286: 
                   8287:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   8288:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   8289:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   8290:          .xsl.stamp now not used, introducing dependencies timestamp check
                   8291: 
                   8292:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   8293: 
                   8294: 2004-02-12  paf
                   8295: 
                   8296:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   8297:          ruined empty <input type=file> submits. parser thought there were
                   8298:          nameless empty file and $form:field got value of type 'file'
                   8299: 
                   8300:        * INSTALL: --without-threads
                   8301: 
                   8302:        * src/include/pa_sapi.h: 2004
                   8303: 
                   8304: 2004-02-11  paf
                   8305: 
                   8306:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   8307:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   8308:          classes/hashfile.C, classes/image.C, classes/int.C,
                   8309:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   8310:          classes/response.C, classes/string.C, classes/table.C,
                   8311:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   8312:          include/pa_array.h, include/pa_cache_managers.h,
                   8313:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   8314:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   8315:          include/pa_dictionary.h, include/pa_dir.h,
                   8316:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   8317:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   8318:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   8319:          include/pa_request_charsets.h, include/pa_request_info.h,
                   8320:          include/pa_socks.h, include/pa_sql_connection.h,
                   8321:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   8322:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   8323:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   8324:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   8325:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   8326:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   8327:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   8328:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   8329:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   8330:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8331:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   8332:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   8333:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   8334:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   8335:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   8336:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
1.89      moko     8337:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
1.86      moko     8338:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   8339:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   8340:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   8341:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   8342:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   8343:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   8344:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   8345:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   8346:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   8347:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   8348:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   8349:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   8350:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   8351:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   8352:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   8353:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   8354:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   8355:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   8356:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   8357:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   8358: 
                   8359:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   8360:          debug version of gc.dll
                   8361: 
                   8362:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8363:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   8364:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   8365:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   8366:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   8367:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   8368:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   8369:          processes
                   8370: 
                   8371:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
1.89      moko     8372:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   8373:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   8374:          changes to reflect libxml xsl new folders
1.86      moko     8375: 
                   8376:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8377:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   8378:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   8379:          to reflect libxml xsl new folders
                   8380: 
                   8381:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8382:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   8383:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   8384:          types/types.vcproj: started changes to reflect libxml xsl new
                   8385:          folders
                   8386: 
                   8387:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   8388:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   8389:          src/main/compile.tab.C, src/main/main.vcproj,
1.89      moko     8390:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
1.86      moko     8391:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   8392:          www/htdocs/.htaccess: started changes to reflect libxml xsl new
                   8393:          folders
                   8394: 
                   8395: 2004-02-10  paf
                   8396: 
                   8397:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   8398:          compile. recommened latest libxml up to date
                   8399: 
                   8400:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   8401:          pattern compilation errors", on which spent 4 hours worktime. use
                   8402:          versions higher than that. recommended now latest up to date
                   8403: 
                   8404: 2004-02-06  paf
                   8405: 
                   8406:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   8407:          beauty: unified destructing style
                   8408: 
                   8409:        * src/main/untaint.C: beauty: removed old def/ifdef
                   8410: 
                   8411:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   8412:          now
                   8413: 
                   8414: 2004-02-03  paf
                   8415: 
                   8416:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   8417:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   8418:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   8419:          then %ld/%lu
                   8420: 
                   8421:        * src/main/pa_common.C: typo: %l -> %u
                   8422: 
                   8423:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   8424:          in attributes or documents-results of transform now not &#04xx;
                   8425: 
                   8426:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   8427: 
                   8428:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   8429: 
                   8430:        * src/main/pa_charset.C: beauty: uncomment
                   8431:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   8432:          libraries
                   8433: 
                   8434: 2004-02-02  paf
                   8435: 
                   8436:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   8437:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   8438: 
                   8439:          $cookie:example[        $.value[]       $.expires[session]
                   8440:          $.path[/there/]         $.domain[test.com] ]
                   8441: 
                   8442:        * src/types/pa_vform.C: bugfix: empty values with
                   8443:          enctype=multipart/form-data now produce entries in $form:tables
                   8444:          <form method=post enctype=multipart/form-data> <input type=hidden
                   8445:          name=a> <input type=hidden name=b>
                   8446: 
                   8447:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   8448:          <hr> <pre>$request:body
                   8449: 
                   8450: 2004-01-30  paf
                   8451: 
                   8452:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   8453:          or documents-results of transform now not &#04xx;
                   8454: 
                   8455:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   8456:          produce exception.
                   8457: 
                   8458:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   8459:          bugfix: ^date::create[invalid fields now produce exception.
                   8460: 
                   8461:        * ChangeLog, src/classes/date.C, www/htdocs/.htaccess: bugfix:
                   8462:          ^date::create[invalid year] now produces exception. todo: check
                   8463:          other fields
                   8464: 
                   8465: 2004-01-29  paf
                   8466: 
                   8467:        * src/include/pa_memory.h: typo error
                   8468: 
                   8469:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   8470:          more byte then specified, then zeroed it << useless and
                   8471:          potentially harmful(could gpf)
                   8472: 
                   8473: 2004-01-22  paf
                   8474: 
                   8475:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   8476: 
                   8477:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   8478:          optimization
                   8479: 
                   8480:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   8481:          [were bug: ^taint[1 & 2]="1 &2"
                   8482: 
                   8483:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   8484:          errors
                   8485: 
                   8486:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   8487:          overflow
                   8488: 
                   8489:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   8490:          error-reporting code * in parser-error reporting code [when no
                   8491:          @unhandled_exception defined]
                   8492: 
                   8493:          fixed in one place: my *snprintf override
                   8494: 
                   8495: 2004-01-13  paf
                   8496: 
                   8497:        * operators.txt: typo erro
                   8498: 
                   8499: 2003-12-25  paf
                   8500: 
                   8501:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   8502:          garbled  [pieces after zero bytes were removed]
                   8503: 
                   8504: 2003-12-22  paf
                   8505: 
                   8506:        * src/include/Makefile.am: bugfix: removed from dist:
                   8507:          src/include/pa_config_auto.h which were configured for
                   8508:          make-dist-platform and badly updated proper config file in target
                   8509:          [when .tar used for updating existing source tree]
                   8510: 
                   8511:        * ChangeLog, operators.txt, src/classes/op.C,
                   8512:          src/include/pa_sql_connection.h,
                   8513:          src/include/pa_sql_driver_manager.h,
                   8514:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h,
                   8515:          www/htdocs/.htaccess: feature: sql introducing ability to
                   8516:          transcode charsets
                   8517: 
                   8518: 2003-12-19  paf
                   8519: 
                   8520:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   8521:          error message
                   8522: 
                   8523:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   8524:          structure for libxml now allocated properly
                   8525: 
                   8526: 2003-12-17  paf
                   8527: 
                   8528:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   8529: 
                   8530:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   8531: 
                   8532:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   8533: 
                   8534:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   8535:          unreported xmlGenericErrors]
                   8536: 
                   8537: 2003-12-15  paf
                   8538: 
                   8539:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   8540:          works}
                   8541: 
                   8542: 2003-12-11  paf
                   8543: 
                   8544:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   8545:          id
                   8546:              !$status:tid thread id
                   8547: 
                   8548:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   8549:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   8550:          bugfix(solaris): removed dependency on object initialization
                   8551:          order [one more place]
                   8552: 
                   8553:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   8554:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   8555:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   8556:          understand that
                   8557: 
                   8558:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   8559:          classes/xdoc.C, include/pa_cache_managers.h,
                   8560:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   8561:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   8562:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   8563:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   8564:          ctor call [relying on implicit String::Body(cstr) call]
                   8565: 
                   8566:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   8567:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   8568:          object initialization order [two places]
                   8569: 
                   8570: 2003-12-10  paf
                   8571: 
                   8572:        * src/include/pa_sql_connection.h, www/htdocs/.htaccess: bugfix:
                   8573:          $status:sql.cache back  << time now ok
                   8574: 
                   8575:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   8576:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   8577:          operational
                   8578: 
                   8579:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   8580:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   8581:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   8582:          src/main/pa_string.C, src/types/pa_vxdoc.h, www/htdocs/.htaccess:
                   8583:          $status:sql.cache back operational
                   8584: 
                   8585: 2003-12-02  paf
                   8586: 
                   8587:        * src/types/pa_vmail.C: bugfix:
                   8588:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   8589:          as-is forced]
                   8590: 
                   8591:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   8592:          exceptions out of libxml callbacks: reimplemented error handling
                   8593:          of http://localhost, parser://method and safemode check callbacks
                   8594: 
                   8595:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   8596:          [merged from HEAD]
                   8597: 
                   8598:        * src/classes/image.C: nothing: comment removed
                   8599: 
                   8600:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   8601:          addresses to int
                   8602: 
                   8603: 2003-12-01  paf
                   8604: 
                   8605:        * src/main/pa_xml_io.C: bugfix: typo
                   8606: 
                   8607:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   8608: 
                   8609:        * src/classes/xdoc.C: bugfix: typo
                   8610: 
                   8611:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   8612:          exception
                   8613: 
                   8614:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   8615: 
                   8616: 2003-11-28  paf
                   8617: 
                   8618:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   8619:          all xml documents read
                   8620: 
                   8621:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   8622: 
                   8623:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   8624:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   8625:          replaced original open mech of xdoc::create & co to use libxml
                   8626:          open, so that this would work for root document todo: safe mode
                   8627:          checks to libxml: ideally to some 1 point
                   8628: 
                   8629:        * src/main/pa_xml_io.C: comment
                   8630: 
                   8631:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   8632:          http://parser[abscent params]
                   8633: 
                   8634:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   8635:          works.  todo: maybe replace original open mech of xdoc::create &
                   8636:          co to use libxml open, so that this would work for root document
                   8637: 
                   8638:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   8639:          "parser://method/params/here"> <test>   &test^; </test> }]
                   8640: 
                   8641:          ^taint[^xdoc.string[]]
                   8642: 
                   8643:          @method[param] <!ENTITY test
                   8644:          "test-entity-value+$form:user+$param!">
                   8645: 
                   8646: 2003-11-27  paf
                   8647: 
                   8648:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   8649: 
                   8650:        * src/classes/date.C: bugfix: typo error
                   8651: 
                   8652: 2003-11-26  paf
                   8653: 
                   8654:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   8655:          src/main/Makefile.am, src/main/main.vcproj,
                   8656:          src/main/pa_globals.C, src/main/pa_request.C,
                   8657:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   8658:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   8659:          to pa_xml_io.C/h
                   8660: 
                   8661:        * src/types/pa_value.h: warnings: --
                   8662: 
                   8663: 2003-11-25  paf
                   8664: 
                   8665:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   8666:          whatever)
                   8667: 
                   8668:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   8669:          a, (c?x:y, z)
                   8670: 
                   8671:        * src/main/untaint.C: bugfix: consequences of not reading this
                   8672:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   8673:          <= 0 ==> none    */
                   8674: 
                   8675:        * src/include/pa_array.h: removed needless checks
                   8676: 
                   8677: 2003-11-24  paf
                   8678: 
                   8679:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   8680:          removed limit: now $form:xxx can be accessed anytime, even in
                   8681:          @auto/conf [and request/response:charset still can be changed
                   8682:          anytime]
                   8683: 
                   8684:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   8685:          now not transcodes response body
                   8686: 
                   8687:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   8688:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   8689:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   8690:          $xdoc.firstChild.firstChild.nodeValue[different]
                   8691:          ^taint[^xdoc.string[]]
                   8692: 
                   8693:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   8694:          workaround: static Hash::allocates -> static Hash_allocates
                   8695: 
                   8696: 2003-11-21  paf
                   8697: 
                   8698:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
1.89      moko     8699:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   8700:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.86      moko     8701: 
                   8702:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   8703: 
                   8704:        * src/classes/mail.C: bugfix: typo
                   8705: 
1.88      moko     8706:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
                   8707:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   8708:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
1.86      moko     8709:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   8710:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   8711:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   8712: 
                   8713:        * src/main/pa_exec.C: bug in safe mode
                   8714: 
                   8715:        * src/include/Makefile.am: pa_xml_exception.h
                   8716: 
1.89      moko     8717:        * src/targets/isapi/parser3isapi.C: more warnings --
1.86      moko     8718: 
                   8719: 2003-11-20  paf
                   8720: 
                   8721:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   8722:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   8723:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   8724:          --
                   8725: 
                   8726:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   8727:          more warnings --
                   8728: 
                   8729:        * src/classes/xdoc.C: more warnings --
                   8730: 
                   8731:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   8732: 
                   8733:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   8734:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   8735: 
                   8736:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8737:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
1.88      moko     8738:          classes/table.C, include/pa_cache_managers.h,
                   8739:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   8740:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   8741:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   8742:          --
1.86      moko     8743: 
                   8744:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   8745:          can't report problem (undefined @unhandled_exception) problem
                   8746:          source string were not reported
                   8747: 
                   8748:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   8749:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   8750:          classes/hashfile.C, classes/image.C, classes/int.C,
                   8751:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   8752:          classes/response.C, classes/string.C, classes/table.C,
                   8753:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   8754:          include/pa_array.h, include/pa_cache_managers.h,
                   8755:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   8756:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   8757:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   8758:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   8759:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   8760:          include/pa_request.h, include/pa_request_charsets.h,
                   8761:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   8762:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   8763:          include/pa_stack.h, include/pa_string.h,
                   8764:          include/pa_stylesheet_connection.h,
                   8765:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   8766:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   8767:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   8768:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   8769:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   8770:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   8771:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   8772:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   8773:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   8774:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   8775:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   8776:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
1.89      moko     8777:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
1.86      moko     8778:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   8779:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   8780:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   8781:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   8782:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   8783:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   8784:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   8785:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   8786:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   8787:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   8788:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   8789:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   8790:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   8791:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   8792:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   8793:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   8794:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   8795:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   8796:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   8797:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   8798:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   8799:          const IDENT
                   8800: 
                   8801:        * src/: include/pa_array.h, include/pa_pool.h,
                   8802:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   8803:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   8804:          types/pa_wcontext.h: more warnings --
                   8805: 
                   8806:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   8807:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   8808:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   8809:          classes/memory.C, classes/op.C, classes/string.C,
                   8810:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   8811:          include/pa_config_includes.h, include/pa_operation.h,
                   8812:          include/pa_sql_connection.h, include/pa_table.h,
                   8813:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   8814:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   8815:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   8816:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   8817:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   8818:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   8819:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
1.89      moko     8820:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   8821:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   8822:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   8823:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   8824:          types/pa_vmail.C, types/pa_vobject.C,
1.86      moko     8825:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   8826:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   8827:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   8828:          on all projects (except libltdl=off & libsdbm=level3) found
                   8829:          several unitialized vars
                   8830: 
                   8831: 2003-11-19  paf
                   8832: 
                   8833:        * src/classes/op.C: more ansi C++ comp
                   8834: 
                   8835:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   8836:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   8837:          $exception.handled[cache] meaning "get expired cache, if any.
                   8838:          else error"}
                   8839: 
                   8840:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   8841:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   8842:          ^cache[...]{body}{catch code with $exception.cache field}
                   8843: 
                   8844: 2003-11-12  paf
                   8845: 
                   8846:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   8847:          [copy/paste bug]
                   8848: 
                   8849: 2003-11-11  paf
                   8850: 
                   8851:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   8852:          failed]
                   8853: 
                   8854:        * bin/auto.p.dist.in: colno
                   8855: 
                   8856: 2003-11-10  paf
                   8857: 
                   8858:        * src/types/pa_vconsole.h: flush
                   8859: 
                   8860:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   8861:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   8862:          read/write  [for nntp]
                   8863: 
                   8864:        * operators.txt: mysql: transaction support: ?autocommit=0
                   8865: 
                   8866:        * operators.txt: comment: updated
                   8867: 
                   8868:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   8869:          serialize version and exipire now removes entries
                   8870: 
                   8871:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   8872:          dir, if could]
                   8873: 
                   8874:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   8875:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   8876:          removes files altogether [and dir, if could]
                   8877: 
                   8878:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   8879:          nonexistent pair. .c coded that that was error. fixed
                   8880: 
                   8881:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   8882:          file.access [regretfull can't split it to different exceptions
                   8883:          without modifying sdbm source wich would prefer not to]
                   8884: 
                   8885: 2003-11-07  paf
                   8886: 
                   8887:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8888:          classes/hashfile.C, classes/image.C, classes/table.C,
                   8889:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   8890:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   8891:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   8892:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   8893:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   8894:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   8895:          destructing objects at request processing end
                   8896: 
                   8897: 2003-11-06  paf
                   8898: 
                   8899:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   8900:          updates
                   8901: 
1.89      moko     8902:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   8903:          to include sdbm
1.86      moko     8904: 
                   8905:        * src/include/: pa_config_includes.h, pa_version.h: our
                   8906:          replacements of max& co only for cpp
                   8907: 
1.88      moko     8908:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   8909:          upper dir, .am updated
1.86      moko     8910: 
                   8911:        * tests/todo.txt: hashfile: done
                   8912: 
                   8913:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   8914:          expiration [time in value. todo: move time to key]
                   8915: 
                   8916:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   8917: 
                   8918:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   8919:          to do that in foreach, no errors, but surely wrong]
                   8920: 
                   8921:        * operators.txt, src/types/pa_vhashfile.C,
                   8922:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   8923: 
                   8924:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   8925:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   8926:          foreach
                   8927: 
                   8928:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   8929:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   8930: 
1.88      moko     8931:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.86      moko     8932:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   8933: 
1.88      moko     8934:        * src/include/pa_memory.h, src/targets/cgi/parser3.C,
                   8935:          src/types/pa_value.C, src/types/pa_value.h,
                   8936:          src/types/pa_vcookie.C, src/types/pa_vhashfile.C,
                   8937:          src/types/pa_vhashfile.h, www/htdocs/.htaccess: hashfile
                   8938:          implemented get/put [raw]
1.86      moko     8939: 
                   8940:        * src/: classes/op.C, main/pa_os.C: just linked
                   8941: 
                   8942:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   8943:          XmlException changes
                   8944: 
                   8945:        * src/: include/pa_charset.h, include/pa_globals.h,
                   8946:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   8947:          XmlException changes
                   8948: 
1.88      moko     8949:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
1.86      moko     8950: 
                   8951:        * src/: include/pa_common.h, include/pa_exception.h,
1.88      moko     8952:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   8953:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   8954:          main/pa_xml_exception.C: locking move to pa_os [along with
                   8955:          pa_sleep] apr-impl locking done
1.86      moko     8956: 
                   8957:        * configure, configure.in, operators.txt, parser3.sln,
                   8958:          src/classes/classes.vcproj, src/classes/hashfile.C,
1.88      moko     8959:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
1.86      moko     8960:          src/include/pa_exception.h, src/include/pa_globals.h,
                   8961:          src/include/pa_memory.h, src/include/pa_version.h,
                   8962:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   8963:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
1.88      moko     8964:          src/main/compile.tab.C, src/main/main.vcproj,
1.89      moko     8965:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   8966:          src/types/Makefile.am, src/types/pa_vhash.C,
                   8967:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   8968:          src/types/pa_vxnode.h, src/types/types.vcproj,
                   8969:          www/htdocs/.htaccess: hashfile: started again with sdbm from
                   8970:          apache
1.86      moko     8971: 
                   8972: 2003-11-05  paf
                   8973: 
1.88      moko     8974:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
1.89      moko     8975:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   8976:          \parser3project dir anymore
1.86      moko     8977: 
                   8978:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   8979:          thoughtlessly from xalan]
                   8980: 
                   8981:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   8982:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   8983:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   8984: 
                   8985:        * src/main/helpers/CaseFolding.txt:
                   8986:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   8987: 
                   8988: 2003-11-04  paf
                   8989: 
                   8990:        * operators.txt: comment: ^mail:send[$.options[
                   8991: 
                   8992:        * src/classes/table.C: compiled on unix
                   8993: 
                   8994:        * src/classes/Makefile.am: classes.C to rebuild last
                   8995: 
                   8996:        * src/classes/mail.C: compiled on unix
                   8997: 
                   8998:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   8999:          src/types/pa_vmail.h:     !^mail:send[
                   9000:                  $.options[unix: string to append to sendmail command
                   9001:          line]
                   9002: 
                   9003:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   9004:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   9005:          $.encloser["] <nothing> by default
                   9006: 
                   9007:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   9008:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   9009:          default
                   9010: 
                   9011: 2003-11-03  paf
                   9012: 
                   9013:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   9014:          ^table::load[; options:         !$.column-separator[^#09]
                   9015:          !$.column-encloser["]
                   9016: 
                   9017:        * operators.txt, src/include/pa_config_fixed.h,
                   9018:          src/types/pa_vrequest.C: $request:document-root
                   9019: 
                   9020:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   9021:          [already included into uri=xxx]
                   9022: 
                   9023:        * operators.txt, src/classes/image.C, tests/todo.txt,
                   9024:          www/htdocs/auto.p: ^image.gif[filename] for $response:download
                   9025: 
                   9026:        * src/classes/date.C: minor precaution
                   9027: 
                   9028:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   9029:              !^date.unix-timestamp[]
                   9030: 
                   9031: 2003-10-30  paf
                   9032: 
                   9033:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   9034:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   9035: 
                   9036:        * src/classes/: date.C, image.C: improvement diagnostics:
                   9037:          $now[^date::create[$undefined]] now is error
                   9038: 
                   9039:        * src/main/pa_common.C: read errors would now be reported 'actually
                   9040:          read -1 bytes'
                   9041: 
                   9042: 2003-10-24  paf
                   9043: 
1.88      moko     9044:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
1.86      moko     9045:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
1.89      moko     9046:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   9047:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
1.86      moko     9048: 
                   9049: 2003-10-22  paf
                   9050: 
                   9051:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   9052: 
                   9053: 2003-10-21  paf
                   9054: 
                   9055:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   9056:          fixed: string.match[g] without <'> option produced columns with
                   9057:          NULL's, which gpf'ed at table.save time
                   9058: 
                   9059:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   9060:          recoursion' message with intensive throw-catches fixed: incorrect
                   9061:          name and line (one name upper then needed) in error message about
                   9062:          problems inside try block
                   9063: 
                   9064: 2003-10-10  paf
                   9065: 
                   9066:        * src/include/pa_string.h, src/main/compile.tab.C,
                   9067:          www/htdocs/.htaccess: CORD_chr does not check offset argument for
                   9068:          validity did that in String::Body::pos myself
                   9069:          http://i2/tasks/edit/?id=4577425257580789777
                   9070: 
                   9071: 2003-10-07  paf
                   9072: 
                   9073:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   9074:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   9075: 
                   9076: 2003-10-03  paf
                   9077: 
                   9078:        * parser3.sln, src/include/pa_dictionary.h,
                   9079:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   9080:          src/targets/cgi/parser3.vcproj, www/htdocs/.htaccess: dictionary
                   9081:          optimized by precalculating cstr&length
                   9082: 
                   9083: 2003-10-02  paf
                   9084: 
                   9085:        * src/classes/op.C, src/include/pa_request.h,
                   9086:          src/include/pa_stack.h, src/main/execute.C,
                   9087:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9088:          src/main/pa_stylesheet_manager.C, www/htdocs/.htaccess: bugfix:
                   9089:          ^throw context were saved/restored incompletely
                   9090:          http://www.parser.ru/forum/?id=21484
                   9091: 
                   9092: 2003-09-30  paf
                   9093: 
                   9094:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   9095:          occurrances after lang-mismatched
                   9096: 
                   9097: 2003-09-29  paf
                   9098: 
                   9099:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   9100:          helper
                   9101: 
                   9102:        * src/main/pa_string.C: string::serialize bug fix with
                   9103:          zero-terminator
                   9104: 
                   9105:        * src/classes/table.C: ^nameless_table.save column row now has no
                   9106:          \t at the end
                   9107: 
                   9108:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   9109:          @postprocess  now takes $response:body/download
                   9110: 
                   9111:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   9112:          error message
                   9113: 
                   9114:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   9115: 
                   9116:        * src/classes/table.C: bugfix: flip: must produce nameless
                   9117:          http://i2/tasks/edit/?id=4573405524674081244
                   9118: 
                   9119:        * www/htdocs/: base.p, derived.p, font.gif, global.xsl, index.html,
                   9120:          mailreceive.eml, mailreceive.html, operators.p,
                   9121:          parser-status.html, people.dtd, some.p: removing old tests
                   9122: 
                   9123:        * src/include/pa_charset.h, src/main/pa_charset.C,
                   9124:          src/main/pa_string.C, src/main/helpers/simple_folding.pl,
                   9125:          www/htdocs/auto.p: utf-8 upper/lower
                   9126: 
                   9127:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   9128:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   9129: 
                   9130: 2003-09-26  paf
                   9131: 
                   9132:        * src/main/untaint.C: removed needless field
                   9133: 
                   9134:        * src/main/untaint.C: removed needless const
                   9135: 
                   9136:        * src/include/pa_string.h, src/main/pa_common.C,
                   9137:          src/main/pa_string.C, www/htdocs/.htaccess: String.for_each bug
                   9138:          fixed [omited one-char cases]
                   9139: 
                   9140:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   9141:          runtime-executor stack were cleared... BADLY
                   9142: 
                   9143:        * src/main/pa_string.C, www/htdocs/.htaccess, www/htdocs/auto.p:
                   9144:          ^stirng.replace code used old param-convention on langs.append,
                   9145:          fixed that search fo the like, found none
                   9146: 
                   9147:        * src/classes/op.C, src/include/pa_string.h, src/main/pa_string.C,
                   9148:          www/htdocs/.htaccess: string::serialize/deserialize implemented
                   9149:          Language enum assigned meaningful letters [more convinient for
                   9150:          debugging. read warning before adding/changing anything]
                   9151: 
                   9152: 2003-09-25  paf
                   9153: 
                   9154:        * src/: include/pa_string.h, include/pa_version.h,
                   9155:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   9156:          differences on unix
                   9157: 
                   9158:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   9159:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   9160:          src/classes/xdoc.C, src/classes/xnode.C,
                   9161:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   9162:          src/include/pa_charsets.h, src/include/pa_common.h,
                   9163:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   9164:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   9165:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   9166:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   9167:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   9168:          src/main/compile_tools.h, src/main/pa_charset.C,
                   9169:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   9170:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9171:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   9172:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   9173:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   9174:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   9175:          src/types/pa_vxnode.C, www/htdocs/.htaccess:
                   9176:          string_fragments_to_cord merged to HEAD
                   9177: 
                   9178:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   9179:          functions aligned to that of eeparser3 look
                   9180: 
                   9181:        * src/lib/cord/cordprnt.c: removed warnings
                   9182: 
                   9183: 2003-09-24  paf
                   9184: 
                   9185:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   9186:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   9187:          include/pa_cache_managers.h, include/pa_charset.h,
                   9188:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   9189:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   9190:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9191:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   9192:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   9193:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   9194:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   9195:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   9196:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   9197:          types/pa_vxnode.C: v() functions of String::Body,
                   9198:          String::Languages and String itself StringBody->String::Body
                   9199: 
                   9200:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9201:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   9202:          never optimized anything.  todo: somehow speed up harder cases:
                   9203:          concatenationA+concatenationB when last block of A and first of B
                   9204:          contain same letters
                   9205: 
                   9206:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9207:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   9208:          blocks of same char [CORD_append_block]
                   9209: 
                   9210:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9211:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   9212:          save space by extending blocks when appending block with c ==
                   9213:          lastblock.c
                   9214: 
                   9215:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   9216:          working yet :( but more working &understood :)
                   9217: 
                   9218:        * src/: classes/table.C, include/pa_string.h,
                   9219:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   9220: 
                   9221: 2003-09-23  paf
                   9222: 
                   9223:        * src/main/untaint.C: $a[ok!] $a works!
                   9224: 
                   9225:        * src/main/untaint.C: something even more works :)
                   9226: 
                   9227:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   9228:          something more works :)
                   9229: 
                   9230:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9231:          lib/cord/cordxtra.c: something already works :)
                   9232: 
                   9233:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   9234:          serialize&deserialize
                   9235: 
                   9236:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   9237:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   9238:          main/untaint.C: main idea implemented, details left
                   9239: 
                   9240: 2003-09-22  paf
                   9241: 
                   9242:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   9243: 
                   9244:        * src/classes/xnode.C: copy/paste comment bugfix
                   9245: 
                   9246:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   9247:          allocator returns 0, just die.
                   9248:          http://i2/tasks/edit/?id=4570798492410259445
                   9249: 
                   9250:        * src/classes/xdoc.C: copy/paste comment bugfix
                   9251: 
                   9252:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   9253:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   9254:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   9255:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   9256: 
                   9257:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   9258:          chars due to bitwise operation signed-char error]
                   9259: 
                   9260: 2003-09-19  paf
                   9261: 
                   9262:        * src/types/pa_wcontext.C: output message: more practical
                   9263:          suggestion
                   9264: 
                   9265:        * src/main/pa_common.C, operators.txt: merged
                   9266:          $f[^file::load[binary;http://...]] $f.tables
                   9267: 
                   9268: 2003-09-02  paf
                   9269: 
                   9270:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   9271:          flush stdout without referencing 'stdout' symbol. to hell with
                   9272:          non-ansi libraries without 'stdout' symbol
                   9273: 
                   9274:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   9275:          unix (users reported problems with some old libc)
                   9276: 
                   9277:        * src/types/pa_vdate.h: forgot initializer
                   9278: 
                   9279: 2003-09-01  paf
                   9280: 
                   9281:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   9282:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   9283:          zone]
                   9284: 
                   9285:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   9286: 
                   9287: 2003-08-19  paf
                   9288: 
                   9289:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   9290:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   9291:          simplified a little
                   9292: 
                   9293:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   9294:          [lost fix from 3.0.8]
                   9295: 
                   9296:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   9297:          visible here }
                   9298: 
                   9299:          bug fix
                   9300: 
                   9301:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   9302: 
                   9303:        * src/main/compile.tab.C: initialized couple of variables about
                   9304:          which user reported runtime problems when parser were compiled
                   9305:          with VC7, warning level4.  study shows that later in bison
                   9306:          they've fixed that. would migrate to latest bison someday
                   9307: 
                   9308:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   9309:          recoding headers)
                   9310: 
                   9311:        * src/types/pa_vmail.C: works as before, same charset problems:
                   9312:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   9313:          anything for now
                   9314: 
                   9315:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   9316:          problems with body
                   9317: 
                   9318:        * src/types/pa_vmail.C: mail_receive just compiled
                   9319: 
                   9320: 2003-08-18  paf
                   9321: 
                   9322:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   9323:          main/main.vcproj, types/types.vcproj: win32: continued process
                   9324:          detaching from \parser3project directory
                   9325: 
                   9326:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   9327:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   9328:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   9329:          src/lib/pcre/pcre_dftables.dsp,
                   9330:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   9331:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   9332:          src/types/types.dsp: moved to MSVC 7
                   9333: 
                   9334:        * gnu.vcproj.vspscc, parser3.vssscc,
                   9335:          src/classes/classes.vcproj.vspscc,
                   9336:          src/lib/cord/cord.vcproj.vspscc,
                   9337:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   9338:          src/lib/md5/md5.vcproj.vspscc,
                   9339:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   9340:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   9341:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   9342:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   9343:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   9344:          moved to MSVC 7
                   9345: 
                   9346:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   9347:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   9348:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9349:          src/lib/pcre/pcre_dftables.vcproj,
                   9350:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   9351:          src/targets/cgi/parser3.vcproj,
                   9352:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   9353:          new VS project files
                   9354: 
                   9355:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   9356:          .NET to detect Jalindi Igloo capabilities.
                   9357: 
                   9358:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
                   9359:          src/classes/classes.awk, src/doc/footer.htm,
                   9360:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9361:          src/lib/Makefile.am, src/main/compile.tab.C,
                   9362:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   9363:          src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/auto.p:
                   9364:          merged 3.1.0 latest changes
                   9365: 
                   9366: 2003-08-15  paf
                   9367: 
                   9368:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   9369:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   9370: 
                   9371:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   9372:          non-ascii <yyy> now encoded correctly
                   9373: 
                   9374: 2003-07-29  paf
                   9375: 
                   9376:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   9377:          dist
                   9378: 
                   9379:        * src/types/pa_vmail.C: just started --with-mail-receive
                   9380: 
                   9381: 2003-07-28  paf
                   9382: 
                   9383:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   9384:          dependence in src/classes, src/lib/gc now in dist
                   9385: 
                   9386:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   9387: 
                   9388: 2003-07-25  paf
                   9389: 
                   9390:        * src/doc/footer.htm: year
                   9391: 
                   9392: 2003-07-24  paf
                   9393: 
                   9394:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   9395:          fix
                   9396: 
                   9397:        * src/include/pa_version.h: release
                   9398: 
                   9399:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
                   9400: 
1.88      moko     9401:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
1.89      moko     9402:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   9403:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   9404:          getting rid of win32xml pseudo project
1.86      moko     9405: 
1.89      moko     9406:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
1.86      moko     9407: 
                   9408:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   9409:          configure.in, operators.txt, parser3.dsw,
                   9410:          etc/parser3.charsets/koi8-r.cfg,
                   9411:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
                   9412:          src/classes/classes.C, src/classes/classes.awk,
                   9413:          src/classes/classes.dsp, src/classes/classes.h,
                   9414:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   9415:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   9416:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   9417:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   9418:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   9419:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1.88      moko     9420:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   9421:          src/doc/string.dox, src/include/Makefile.am,
                   9422:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   9423:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   9424:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   9425:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   9426:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   9427:          src/include/pa_exception.h, src/include/pa_exec.h,
                   9428:          src/include/pa_globals.h, src/include/pa_hash.h,
                   9429:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   9430:          src/include/pa_operation.h, src/include/pa_pool.h,
                   9431:          src/include/pa_pragma_pack_begin.h,
1.86      moko     9432:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   9433:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   9434:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   9435:          src/include/pa_sql_connection.h,
                   9436:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   9437:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   9438:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   9439:          src/include/pa_threads.h, src/include/pa_types.h,
                   9440:          src/include/pa_uue.h, src/lib/Makefile.am,
                   9441:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   9442:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   9443:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   9444:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
                   9445:          src/lib/cord/include/ec.h,
                   9446:          src/lib/cord/include/private/Makefile.am,
                   9447:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
                   9448:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
1.88      moko     9449:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
                   9450:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
                   9451:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   9452:          src/main/compile_tools.C, src/main/compile_tools.h,
                   9453:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   9454:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9455:          src/main/pa_charsets.C, src/main/pa_common.C,
                   9456:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   9457:          src/main/pa_exception.C, src/main/pa_exec.C,
1.86      moko     9458:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   9459:          src/main/pa_request.C, src/main/pa_socks.C,
                   9460:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   9461:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   9462:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
1.89      moko     9463:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   9464:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   9465:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   9466:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   9467:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   9468:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
                   9469:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
1.86      moko     9470:          src/targets/isapi/parser3isapi.dsp,
                   9471:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
                   9472:          src/types/pa_junction.h, src/types/pa_method.h,
                   9473:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   9474:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   9475:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   9476:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   9477:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   9478:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   9479:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   9480:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   9481:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   9482:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   9483:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   9484:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   9485:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   9486:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   9487:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   9488:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   9489:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   9490:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   9491:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   9492:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   9493:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   9494:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   9495:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   9496:          src/types/pa_wwrapper.h, src/types/types.dsp,
                   9497:          www/htdocs/.htaccess, www/htdocs/auto.p, www/htdocs/index.html:
                   9498:          moved tempate_gc to HEAD
                   9499: 
                   9500:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   9501:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   9502:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   9503:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   9504:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   9505:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   9506:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   9507:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   9508:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   9509:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   9510:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   9511:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   9512:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   9513:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   9514:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   9515:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   9516:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   9517:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   9518:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   9519:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   9520:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   9521:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   9522:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   9523:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   9524:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   9525:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   9526:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   9527:          outputs/create-dir, results/001.processed, results/002.processed,
                   9528:          results/003.processed, results/004.processed,
                   9529:          results/005.processed, results/006.processed,
                   9530:          results/007.processed, results/008.processed,
                   9531:          results/009.processed, results/010.processed,
                   9532:          results/011.processed, results/012.processed,
                   9533:          results/013.processed, results/014.processed,
                   9534:          results/015.processed, results/016.processed,
                   9535:          results/017.processed, results/018.processed,
                   9536:          results/019.processed, results/020.processed,
                   9537:          results/021.processed, results/022.processed,
                   9538:          results/023.processed, results/024.processed,
                   9539:          results/025.processed, results/026.processed,
                   9540:          results/027.processed, results/028.processed,
                   9541:          results/029.processed, results/030.processed,
                   9542:          results/031.processed, results/032.processed,
                   9543:          results/033.processed, results/034.processed,
                   9544:          results/035.processed, results/036.processed,
                   9545:          results/037.processed, results/038.processed,
                   9546:          results/039.processed, results/040.processed,
                   9547:          results/041.processed, results/042.processed,
                   9548:          results/043.processed, results/044.processed,
                   9549:          results/045.processed, results/046.processed,
                   9550:          results/047.processed, results/048.processed,
                   9551:          results/049.processed, results/050.processed,
                   9552:          results/051.processed, results/052.processed,
                   9553:          results/053.processed, results/054.processed,
                   9554:          results/055.processed, results/056.processed,
                   9555:          results/057.processed, results/058.processed,
                   9556:          results/059.processed, results/060.processed,
                   9557:          results/061.processed, results/062.processed,
                   9558:          results/063.processed, results/064.processed,
                   9559:          results/065.processed, results/066.processed,
                   9560:          results/067.processed, results/068.processed,
                   9561:          results/069.processed, results/070.processed,
                   9562:          results/071.processed, results/072.processed,
                   9563:          results/073.processed, results/074.processed,
                   9564:          results/075.processed, results/076.processed,
                   9565:          results/077.processed, results/078.processed,
                   9566:          results/079.processed, results/080.processed,
                   9567:          results/081.processed, results/082.processed,
                   9568:          results/083.processed, results/084.processed,
                   9569:          results/085.processed, results/086.processed,
                   9570:          results/087.processed, results/088.processed,
                   9571:          results/089.processed, results/090.processed,
                   9572:          results/091.processed, results/092.processed,
                   9573:          results/093.processed, results/094.processed,
                   9574:          results/095.processed, results/096.processed,
                   9575:          results/097.processed, results/098.processed,
                   9576:          results/099.processed, results/100.processed,
                   9577:          results/101.processed, results/102.processed,
                   9578:          results/103.processed, results/104.processed,
                   9579:          results/105.processed, results/106.processed,
                   9580:          results/107.processed, results/108.processed,
                   9581:          results/109.processed, results/110.processed,
                   9582:          results/111.processed, results/112.processed,
                   9583:          results/113.processed, results/114.processed,
                   9584:          results/115.processed, results/116.processed,
                   9585:          results/117.processed, results/118.processed,
                   9586:          results/119.processed, results/120.processed,
                   9587:          results/121.processed, results/122.processed,
                   9588:          results/123.processed, results/124.processed,
                   9589:          results/125.processed, results/126.processed,
                   9590:          results/127.processed, results/128.processed,
                   9591:          results/129.processed, results/130.processed,
                   9592:          results/131.processed, results/132.processed,
                   9593:          results/133.processed, results/134.processed,
                   9594:          results/135.processed, results/136.processed,
                   9595:          results/137.processed, results/138.processed,
                   9596:          results/139.processed, results/140.processed,
                   9597:          results/141.processed: merged(copied) to HEAD from template_gc
                   9598: 
1.89      moko     9599:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   9600:          towards \parser3project not having to be in root
                   9601: 
                   9602:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   9603:          module compiled [were minor unnecessary changes in lib/md5
                   9604:          interface]
1.86      moko     9605: 
                   9606:        * src/include/pa_version.h: release
                   9607: 
                   9608:        * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess:
                   9609:          relative paths to xml&gc libs
                   9610: 
                   9611:        * src/classes/math.C: merged uuid bugfix
                   9612: 
                   9613:        * tests/: 141.html, results/141.processed: fixed bug with
                   9614:          too-small-a-buffer
                   9615: 
                   9616:        * src/classes/math.C: uuid bugfix
                   9617: 
                   9618:        * tests/: 141.html, Makefile, results/005.processed,
                   9619:          results/030.processed, results/075.processed,
                   9620:          results/078.processed: to reflect date format change (were -
                   9621:          become ' ')
                   9622: 
                   9623:        * src/classes/math.C: uuid bugfix
                   9624: 
1.89      moko     9625:        * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess: few
                   9626:          paths for libxml debug/release changes
1.86      moko     9627: 
                   9628:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   9629: 
                   9630: 2003-07-23  paf
                   9631: 
                   9632:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   9633:          renamed a little [to move to comman naming conv]
                   9634: 
1.89      moko     9635:        * src/targets/Makefile.am: apache13 splitted to simplify apache
1.86      moko     9636:          build
                   9637: 
                   9638:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   9639:          main/pa_request.C, main/pa_sql_driver_manager.C,
1.89      moko     9640:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   9641:          stack top_index() fixed
1.86      moko     9642: 
                   9643:        * src/main/pa_globals.C: minor style changes
                   9644: 
                   9645:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   9646:          closing/caching fixed [connections were not closed/put to cache]
                   9647: 
                   9648: 2003-07-22  paf
                   9649: 
                   9650:        * INSTALL: gc part updated stightly
                   9651: 
                   9652:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   9653:          new sapi interface
                   9654: 
                   9655:        * src/classes/file.C: comment on OS
                   9656: 
                   9657:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   9658:          one deeper in cord lib]
                   9659: 
                   9660:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   9661: 
                   9662:        * src/main/pa_memory.C: out of memory is no longer coredump
                   9663: 
                   9664:        * INSTALL: disable-threads adviced
                   9665: 
                   9666: 2003-07-21  paf
                   9667: 
                   9668:        * src/classes/Makefile.am: removed circular dependency on classes.C
                   9669: 
                   9670:        * src/classes/file.C: file::exec/cgi environment variables now must
                   9671:          be UPPERCASE and A-Z 0-9 _-
                   9672: 
                   9673:        * src/classes/file.C: env passing fixed
                   9674: 
                   9675:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   9676: 
                   9677:        * src/main/pa_common.C: http:// CRLF now
                   9678: 
                   9679: 2003-07-02  paf
                   9680: 
                   9681:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   9682:          fields to reflect their real meaning
                   9683: 
                   9684: 2003-06-27  paf
                   9685: 
                   9686:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   9687:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   9688:          file::exec/cgi .charset
                   9689: 
                   9690: 2003-06-26  paf
                   9691: 
                   9692:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   9693:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   9694:          src/classes/table.C, www/htdocs/.htaccess: fixed several
                   9695:          uninitialized local structures.  notably ^hash.foreach now
                   9696:          inserts delimiters properly [were inserting it before first body]
                   9697: 
                   9698: 2003-06-24  paf
                   9699: 
                   9700:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   9701: 
                   9702: 2003-06-20  paf
                   9703: 
                   9704:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   9705:          src/main/pa_globals.C: introducing
                   9706:          $f[^file::load[binary;http://...]] $f.tables
                   9707: 
                   9708: 2003-06-06  paf
                   9709: 
                   9710:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   9711:          table. [were method lookup: inconsistent]
                   9712: 
                   9713: 2003-06-02  paf
                   9714: 
                   9715:        * src/include/pa_memory.h: empty string clone fixed to return
                   9716:          writable memory
                   9717: 
                   9718:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   9719:          were not appended] which violated string invariant
                   9720: 
                   9721: 2003-05-30  paf
                   9722: 
                   9723:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   9724:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   9725: 
                   9726:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   9727:          GMT  ; RFC 822, updated by RFC 1123
                   9728: 
1.89      moko     9729:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
1.86      moko     9730:          targets/isapi/parser3isapi.C: initialized request_info properly
                   9731: 
                   9732:        * src/classes/xnode.C: found minor bug, commended for future
                   9733: 
                   9734: 2003-05-28  paf
                   9735: 
                   9736:        * src/classes/form.C: request_info.content_length can't be <0,
                   9737:          size_t for some time
                   9738: 
                   9739: 2003-05-26  paf
                   9740: 
                   9741:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   9742:          forgotten <0 changed to !=STRING_NOT_FOUND
                   9743: 
                   9744:        * src/classes/math.C: merged ffffu from HEAD
                   9745: 
                   9746: 2003-05-11  paf
                   9747: 
                   9748:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   9749: 
                   9750:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   9751:          premature doc free.  transformed document had xmlDoc reference
                   9752:          stored to non-gc-memory (libgdome) added holding-reference
                   9753: 
                   9754: 2003-04-29  paf
                   9755: 
                   9756:        * src/main/pa_globals.C: started digging on double free.  on win32
                   9757:          found that that's perfectly normal.
                   9758: 
                   9759: 2003-04-25  paf
                   9760: 
                   9761:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   9762: 
                   9763:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   9764: 
                   9765:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   9766:          print anything.  changed to quicker and simplier code
                   9767: 
                   9768:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   9769:          strict a check]
                   9770: 
                   9771:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   9772: 
                   9773: 2003-04-24  paf
                   9774: 
                   9775:        * src/include/pa_table.h: too strict assert loosened
                   9776: 
                   9777:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   9778:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   9779:          report
                   9780: 
                   9781: 2003-04-21  paf
                   9782: 
                   9783:        * src/targets/cgi/Makefile.am: pp3 added to .am
                   9784: 
                   9785:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   9786:          memory
                   9787: 
                   9788:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   9789:          xmlMallocAtomic [author agreed to my suggestion], used that
                   9790: 
                   9791:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   9792: 
                   9793:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   9794:          types/pa_vmail.C: attributed_meaning_to_string added
                   9795:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   9796:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   9797:          made that param obligatory
                   9798: 
                   9799:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   9800:          fixed [assert helped]
                   9801: 
                   9802:        * src/include/pa_string.h: assert added [looking for bug]
                   9803: 
                   9804:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   9805:          names on Win32 considered disk-global
                   9806: 
                   9807:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   9808:          considered disk-global
                   9809: 
                   9810: 2003-04-18  paf
                   9811: 
                   9812:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   9813:          filenames
                   9814: 
                   9815:        * src/main/untaint.C: enabled '~' letter in filenames
                   9816: 
                   9817: 2003-04-16  paf
                   9818: 
                   9819:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   9820: 
                   9821:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   9822:          HEAD
                   9823: 
                   9824:        * src/classes/table.C: fix: gcc reported tiny error
                   9825: 
                   9826: 2003-04-15  paf
                   9827: 
                   9828:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   9829:          src/lib/md5/pa_md5c.c, tests/141.html,
                   9830:          tests/results/141.processed, www/htdocs/.htaccess: merged from
                   9831:          head ^math:uuid[] ^math:uid64[] ^math:md5[string]
                   9832: 
                   9833:          test added: 141.html
                   9834: 
                   9835:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   9836: 
                   9837:        * src/classes/math.C: ^math:uuid[]
                   9838: 
                   9839:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   9840: 
                   9841:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   9842:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   9843: 
                   9844:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   9845:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   9846:          ^file::load[mode;name;     $.offset     $.limit
                   9847: 
                   9848: 2003-04-14  paf
                   9849: 
                   9850:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   9851:          started ^math:md5
                   9852: 
                   9853:        * src/classes/table.C, src/include/pa_array.h,
                   9854:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   9855:          tests/results/140.processed: table $.reverse option works in
                   9856:          create&co table $.distinct[tables] bug fix merged
                   9857: 
                   9858:        * src/: classes/table.C, include/pa_table.h: table
                   9859:          $.distinct[tables] bug fixed
                   9860: 
                   9861:        * src/classes/table.C: more warnings
                   9862: 
                   9863:        * src/include/pa_array.h, src/include/pa_table.h,
                   9864:          src/main/pa_table.C, www/htdocs/.htaccess: removed checks in
                   9865:          table::set_current, moved them back to table::locate implemented
                   9866:          table::create/join ñ $.reverse
                   9867: 
                   9868:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   9869:          removed checks in table::set_current, moved them back to
                   9870:          table::locate
                   9871: 
                   9872: 2003-04-11  paf
                   9873: 
                   9874:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   9875:          src/include/pa_array.h, src/include/pa_common.h,
                   9876:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   9877:          src/include/pa_table.h, src/main/pa_request.C,
                   9878:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   9879:          src/main/pa_table.C, www/htdocs/.htaccess: merged from HEAD from
                   9880:          before_append_array_limit_sense_change to
                   9881:          after_append_array_limit_sense_change
                   9882: 
                   9883:        * src/classes/table.C: typo
                   9884: 
                   9885:        * www/htdocs/.htaccess, operators.txt, src/classes/date.C,
                   9886:          src/classes/table.C, src/include/pa_array.h,
                   9887:          src/include/pa_common.h, src/include/pa_config_includes.h,
                   9888:          src/include/pa_globals.h, src/include/pa_table.h,
                   9889:          src/main/pa_array.C, src/main/pa_globals.C,
                   9890:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9891:          src/main/pa_string.C, src/main/pa_table.C:
                   9892:          append_array_limit_sense_change locate accepts options same as
                   9893:          create new option: $.reverse(1)   [do not work in table::create]
                   9894: 
                   9895:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   9896:          (stat xxx,
                   9897: 
                   9898:        * src/classes/: table.C: typo
                   9899: 
                   9900:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   9901:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   9902:          results/130.processed, results/131.processed,
                   9903:          results/132.processed, results/133.processed,
                   9904:          results/134.processed, results/135.processed,
                   9905:          results/136.processed, results/137.processed,
                   9906:          results/138.processed, results/139.processed: added few mustfail
                   9907:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   9908:          date/time 132.html mustfail: access to junction outside of
                   9909:          context 133.html mustfail: access to junction outside of context,
                   9910:          case version 134.html mustfail: hash: adding a key inside of
                   9911:          foreach 135.html mustfail: modifying system class 136.html
                   9912:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   9913:          appendChild without import 138.html mustfail: invalid encoding
                   9914:          inside of xml 139.html mustfail: bad XPath
                   9915: 
                   9916:        * operators.txt, src/classes/table.C, tests/084.html,
                   9917:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   9918:          tests/129.html, tests/results/125.processed,
                   9919:          tests/results/126.processed, tests/results/127.processed,
                   9920:          tests/results/128.processed, tests/results/129.processed: merged
                   9921:          from HEAD ^table.hash[key][$.distinct[tables]]
                   9922: 
                   9923:          maked appropriate tests [changed one old nonconforming]
                   9924: 
                   9925:        * operators.txt, src/classes/table.C:
                   9926:          ^table.hash[key][$.distinct[tables]]
                   9927: 
                   9928:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   9929:          merged fix for found very old xml (dom) bug: were passing
                   9930:          domString objects and later ERROREOUSLY freed them
                   9931: 
                   9932:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   9933:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   9934:          libgdome bug can not be worked around
                   9935: 
                   9936: 2003-04-10  paf
                   9937: 
                   9938:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   9939:          found very old xml (dom) bug: were passing domString objects and
                   9940:          later ERROREOUSLY freed them
                   9941: 
                   9942:        * src/doc/string.dox, src/include/pa_memory.h,
                   9943:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   9944:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   9945:          tests/123.html, tests/124.html, tests/results/001.processed,
                   9946:          tests/results/002.processed, tests/results/003.processed,
                   9947:          tests/results/004.processed, tests/results/005.processed,
                   9948:          tests/results/006.processed, tests/results/008.processed,
                   9949:          tests/results/009.processed, tests/results/010.processed,
                   9950:          tests/results/011.processed, tests/results/012.processed,
                   9951:          tests/results/013.processed, tests/results/014.processed,
                   9952:          tests/results/015.processed, tests/results/016.processed,
                   9953:          tests/results/017.processed, tests/results/018.processed,
                   9954:          tests/results/020.processed, tests/results/021.processed,
                   9955:          tests/results/022.processed, tests/results/023.processed,
                   9956:          tests/results/024.processed, tests/results/025.processed,
                   9957:          tests/results/026.processed, tests/results/027.processed,
                   9958:          tests/results/028.processed, tests/results/029.processed,
                   9959:          tests/results/030.processed, tests/results/031.processed,
                   9960:          tests/results/032.processed, tests/results/033.processed,
                   9961:          tests/results/034.processed, tests/results/035.processed,
                   9962:          tests/results/036.processed, tests/results/037.processed,
                   9963:          tests/results/038.processed, tests/results/039.processed,
                   9964:          tests/results/040.processed, tests/results/041.processed,
                   9965:          tests/results/042.processed, tests/results/043.processed,
                   9966:          tests/results/044.processed, tests/results/045.processed,
                   9967:          tests/results/046.processed, tests/results/047.processed,
                   9968:          tests/results/048.processed, tests/results/049.processed,
                   9969:          tests/results/050.processed, tests/results/051.processed,
                   9970:          tests/results/052.processed, tests/results/053.processed,
                   9971:          tests/results/054.processed, tests/results/055.processed,
                   9972:          tests/results/056.processed, tests/results/057.processed,
                   9973:          tests/results/058.processed, tests/results/059.processed,
                   9974:          tests/results/060.processed, tests/results/061.processed,
                   9975:          tests/results/062.processed, tests/results/063.processed,
                   9976:          tests/results/064.processed, tests/results/065.processed,
                   9977:          tests/results/066.processed, tests/results/067.processed,
                   9978:          tests/results/068.processed, tests/results/069.processed,
                   9979:          tests/results/070.processed, tests/results/071.processed,
                   9980:          tests/results/072.processed, tests/results/073.processed,
                   9981:          tests/results/074.processed, tests/results/075.processed,
                   9982:          tests/results/076.processed, tests/results/077.processed,
                   9983:          tests/results/078.processed, tests/results/079.processed,
                   9984:          tests/results/080.processed, tests/results/081.processed,
                   9985:          tests/results/082.processed, tests/results/083.processed,
                   9986:          tests/results/084.processed, tests/results/085.processed,
                   9987:          tests/results/086.processed, tests/results/087.processed,
                   9988:          tests/results/088.processed, tests/results/089.processed,
                   9989:          tests/results/090.processed, tests/results/091.processed,
                   9990:          tests/results/092.processed, tests/results/093.processed,
                   9991:          tests/results/094.processed, tests/results/095.processed,
                   9992:          tests/results/096.processed, tests/results/097.processed,
                   9993:          tests/results/101.processed, tests/results/102.processed,
                   9994:          tests/results/104.processed, tests/results/105.processed,
                   9995:          tests/results/106.processed, tests/results/107.processed,
                   9996:          tests/results/108.processed, tests/results/109.processed,
                   9997:          tests/results/110.processed, tests/results/111.processed,
                   9998:          tests/results/112.processed, tests/results/113.processed,
                   9999:          tests/results/114.processed, tests/results/115.processed,
                   10000:          tests/results/116.processed, tests/results/117.processed,
                   10001:          tests/results/118.processed, tests/results/119.processed,
                   10002:          tests/results/120.processed, tests/results/121.processed,
                   10003:          tests/results/122.processed, tests/results/123.processed,
                   10004:          tests/results/124.processed: new convention: char* never 0.
                   10005:          assert in cord on that
                   10006: 
                   10007:        * src/main/pa_charset.C: couple more asserts
                   10008: 
                   10009:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   10010:          speedup
                   10011: 
                   10012:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   10013:          added [may be those is the case now?]
                   10014: 
                   10015:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   10016:          that's memory from gc_malloc, not from g_malloc :(, but would
                   10017:          hope]
                   10018: 
                   10019:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   10020:          that's memory from gc_malloc, not from g_malloc :(, but would
                   10021:          hope]
                   10022: 
                   10023:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   10024: 
                   10025: 2003-04-09  paf
                   10026: 
                   10027:        * src/classes/date.C: merged ^date.roll changes
                   10028: 
                   10029:        * src/classes/date.C: ^date.roll bug fix
                   10030: 
                   10031:        * src/classes/date.C: ^date.roll now throws less errors: month
                   10032:          shifts handles end of month situation by reducing day number
                   10033:          hour-hole shift reduces hour to recover
                   10034: 
                   10035:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   10036:          Sort by function time
                   10037: 
                   10038:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   10039:          http://   $.charset[] param done
                   10040: 
                   10041:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   10042:          added [after volatile fix. passes on win&intel-solaris]
                   10043: 
                   10044: 2003-04-08  paf
                   10045: 
                   10046:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   10047:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   10048:          include/pa_common.h, include/pa_request_charsets.h,
                   10049:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10050:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   10051:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   10052:          types/pa_vresponse.C: started http://   $.charset[] param and
                   10053:          http response charset detection just compiled.  todo:test
                   10054: 
                   10055:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   10056: 
                   10057:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   10058:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   10059:          types/pa_vmail.C: changed transcode param converntion  along with
                   10060:          string creating convention -- all strings are zero-terminated,
                   10061:          this allowed to fix one remaining String("123", 2) case
                   10062: 
                   10063:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10064:          classes/op.C, classes/string.C, classes/table.C,
                   10065:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   10066:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   10067:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10068:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   10069:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   10070:          violated String::invariant. started fixing [not compiled now]
                   10071: 
                   10072:        * src/classes/string.C, src/include/pa_string.h,
                   10073:          src/lib/cord/cordbscs.c, src/main/compile.tab.C,
                   10074:          src/main/compile.y, src/main/pa_string.C, src/main/untaint.C,
                   10075:          src/targets/cgi/parser3.C, www/htdocs/.htaccess: number of string
                   10076:          style improvements & optimizations
                   10077: 
                   10078:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   10079:          :(]
                   10080: 
                   10081:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   10082:          [for it's a pointer really]
                   10083: 
                   10084:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   10085:          'n' param. worked that around
                   10086: 
                   10087:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   10088:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   10089:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   10090:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   10091:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   10092: 
                   10093:          Thanks for the bug report and patch.
                   10094: 
                   10095:          I hadn't looked at this code in a while.  Reading it now, it
                   10096:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   10097:          comply with the invariant, though that may not matter a lot.  I
                   10098:          changed that, too.
                   10099: 
                   10100:          Hans
                   10101: 
                   10102: 2003-04-07  paf
                   10103: 
                   10104:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   10105:          merged from head:safe mode error message now includes numbers
                   10106: 
                   10107:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10108:          problem: as_double returns it's result in fp-register compiler
                   10109:          optimizes access to that register after b->as_double, and just
                   10110:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10111:          from memory.  _SAME_ double values do not match here.  when
                   10112:          forced to REload fp-register, values do match.
                   10113: 
                   10114:          tried to make them volatile.
                   10115: 
                   10116:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10117:          problem: as_double returns it's result in fp-register compiler
                   10118:          optimizes access to that register after b->as_double, and just
                   10119:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10120:          from memory.  _SAME_ double values do not match here.  when
                   10121:          forced to REload fp-register, values do match.
                   10122: 
                   10123:          tried to make them volatile.
                   10124: 
                   10125:        * src/types/pa_vobject.h: small style change
                   10126: 
                   10127:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   10128: 
                   10129:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   10130:          mode error message now includes numbers
                   10131: 
                   10132:        * src/main/untaint.C, src/targets/cgi/parser3.C,
                   10133:          www/htdocs/.htaccess: unknown untaint lang now causes death
                   10134: 
                   10135: 2003-04-04  paf
                   10136: 
                   10137:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   10138:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   10139:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   10140:          Sent: Thursday, January 23, 2003 9:14 AM
                   10141: 
                   10142:          huge speedup on ^file::cgi with big result
                   10143: 
                   10144:        * src/classes/table.C: sort table with 0 rows bug fixed
                   10145: 
                   10146:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   10147:          fix http://i2/tasks/edit/?id=4493701604654042676
                   10148: 
                   10149:          @main[] $with_default[  $.a[1]  $._default[default from
                   10150:          with_default] ] ^show[$with_default]
                   10151: 
                   10152:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   10153:          =$to_add_to.xxx=<br>
                   10154: 
                   10155:          ^show[$to_add_to]
                   10156: 
                   10157:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   10158:          ^show[$cloned]
                   10159: 
                   10160:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   10161: 
                   10162:          }  <hr>
                   10163: 
                   10164:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   10165:          http://i2/tasks/edit/?id=4493701604654042676
                   10166: 
                   10167:          @main[] $with_default[  $.a[1]  $._default[default from
                   10168:          with_default] ] ^show[$with_default]
                   10169: 
                   10170:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   10171:          =$to_add_to.xxx=<br>
                   10172: 
                   10173:          ^show[$to_add_to]
                   10174: 
                   10175:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   10176:          ^show[$cloned]
                   10177: 
                   10178:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   10179: 
                   10180:          }  <hr>
                   10181: 
                   10182:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   10183:          http://i2/tasks/edit/?id=4507350336410850921
                   10184: 
                   10185:        * src/classes/xdoc.C: memory allocation func bugfix
                   10186:          http://i2/tasks/edit/?id=4499303470368629745
                   10187: 
                   10188:        * src/classes/math.C: allowed random 1...
                   10189: 
                   10190:        * src/classes/math.C: allowed random 0..
                   10191: 
                   10192:        * src/main/pa_globals.C: exif mem leak
                   10193:          http://i2/tasks/edit/?id=4480590323629807263
                   10194: 
1.88      moko     10195:        * src/: classes/classes.dsp, main/main.dsp,
                   10196:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   10197:          fix http://i2/tasks/edit/?id=4493946731322521294
1.86      moko     10198:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   10199: 
1.88      moko     10200:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
1.86      moko     10201:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   10202:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   10203:          links to xml libs made relative, no need to unpack parser3project
                   10204:          to /parser3project.
                   10205: 
                   10206:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   10207:          column more precise - tab handling bug fixed
                   10208: 
                   10209:        * src/main/: compile.tab.C, compile.y: more understandable error
                   10210:          message in case @CLASS with more then one line inside
                   10211: 
                   10212:        * src/targets/cgi/parser3.C: more understandable error message in
                   10213:          case of errors in @unhandled_exception
                   10214: 
                   10215: 2003-04-03  paf
                   10216: 
                   10217:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   10218:          src/main/compile.tab.C, src/main/compile.y,
                   10219:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10220:          src/main/execute.C, src/main/pa_request.C: debug info format
                   10221:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   10222: 
                   10223:          higher limits:   file number (max: 255)   line number (max:
                   10224:          64535)   column number (max: 255)
                   10225: 
                   10226:        * src/classes/math.C: top limit
                   10227: 
                   10228:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   10229:          precise parse error position in case of
                   10230: 
                   10231:          ^bug ]
                   10232: 
                   10233:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   10234:          changed to realities, and passed [bug fixed]
                   10235: 
                   10236:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   10237:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   10238:          main/compile_tools.h, main/pa_request.C: introducing
                   10239:          ^process...[main-method-alias]
                   10240: 
                   10241:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   10242:          classes/string.C, classes/table.C, classes/xdoc.C,
                   10243:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   10244:          params receive zero reference, but they are expected not to look
                   10245:          there]
                   10246: 
                   10247:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   10248:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   10249:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   10250:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   10251:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10252:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   10253:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   10254:          [methods without params receive zero reference, but they are
                   10255:          expected not to look there]
                   10256: 
                   10257:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   10258:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   10259:          ^process...[filename] useful for better error reporting
                   10260:          [file/line/col]
                   10261: 
                   10262:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   10263:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   10264:          '%s', it 2. method undefined in case of ^void[]
                   10265: 
                   10266:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   10267:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   10268:          handling done. now we have error columns todo: test it
                   10269: 
                   10270:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   10271:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   10272: 
                   10273:          this makes life easier: were: bad stack order -- were in
                   10274:          exception catch unwind order, which didn't match execution order
                   10275: 
                   10276:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   10277: 
                   10278:          @first[] ^throw[a;1]
                   10279: 
                   10280:          showed throw a first throw b try
                   10281: 
                   10282:          which is no good
                   10283: 
                   10284:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   10285:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   10286:          trace reset after handled exception [old bug fixed]
                   10287: 
                   10288:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   10289:          fixed.  position reporting made precise [both, in parse erros and
                   10290:          runtime errors]
                   10291: 
                   10292: 2003-04-02  paf
                   10293: 
                   10294:        * src/: include/pa_operation.h, include/pa_request.h,
                   10295:          main/compile.C, main/compile.tab.C, main/compile.y,
                   10296:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10297:          main/pa_exception.C, main/pa_request.C: debug info: started
                   10298:          using.  todo:complete
                   10299: 
                   10300:        * src/classes/op.C, src/include/pa_operation.h,
                   10301:          src/include/pa_request.h, src/main/compile.C,
                   10302:          src/main/compile.tab.C, src/main/compile.y,
                   10303:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10304:          src/main/execute.C, src/main/pa_request.C, www/htdocs/.htaccess:
                   10305:          prepared debug info todo:use it
                   10306: 
                   10307:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   10308:          return Operation class->union after switching from autoptrs.
                   10309: 
                   10310:        * tests/: Makefile, results/108.processed, results/117.processed:
                   10311:          meta considered OK [it's up to coder now to remove it not needed]
                   10312: 
                   10313:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   10314:          Dictionary constructor when moved to gc]
                   10315: 
                   10316:        * src/main/pa_common.C: uncommented http:// file loading
                   10317: 
1.88      moko     10318:        * src/include/pa_array.h, src/main/execute.C,
1.86      moko     10319:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   10320:          fix [gdGrowingBuf]
                   10321: 
                   10322:        * configure.in, src/lib/Makefile.am, www/htdocs/.htaccess: removed
                   10323:          patches
                   10324: 
                   10325:        * configure, src/include/pa_config_auto.h.in,
                   10326:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   10327: 
                   10328:        * src/main/pa_common.C, www/htdocs/.htaccess: uncommented http://
                   10329:          file loading
                   10330: 
                   10331:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   10332:          xdoc::create/load
                   10333: 
                   10334:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   10335:          classes/string.C, classes/table.C, classes/void.C,
                   10336:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   10337:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   10338:          String::String(str,helper_length) are checked.  found/fixed one
                   10339:          place: $request:body now zero-terminated,
                   10340: 
                   10341:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   10342:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   10343:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   10344:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   10345:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   10346:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   10347:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   10348:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   10349:          easily optimizable)
                   10350: 
                   10351:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   10352:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   10353: 
                   10354:        * src/: include/pa_array.h, include/pa_stack.h,
                   10355:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   10356:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   10357:          become assertion iterator in methodframe filler
                   10358: 
                   10359:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   10360:          targets/cgi/parser3.C: array::get/put inlined
                   10361: 
                   10362:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   10363:          gc_substitute_memory_management_functions +installed CORD_oom
                   10364:          function
                   10365: 
                   10366:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   10367:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   10368:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   10369:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   10370:          assertions started configure.in --enable-assertions
                   10371: 
                   10372: 2003-04-01  paf
                   10373: 
                   10374:        * src/classes/xdoc.C, src/classes/xnode.h, src/include/pa_memory.h,
                   10375:          src/main/pa_memory.C, src/targets/cgi/parser3.C,
                   10376:          src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
                   10377:          src/types/pa_vxnode.h, www/htdocs/.htaccess: memory bug debugged
                   10378:          down: gdome uses glib memory, and stores last pointer to xmlDoc
                   10379:          there, gc misses that and collects valid memory fixed by
                   10380:          remembering xmlDoc from dom object in xdoc.  todo: do something
                   10381:          with premature free of xdoc with xnodes/node values referring
                   10382:          into it
                   10383: 
                   10384:        * src/classes/: mail.C: typo fix
                   10385: 
1.88      moko     10386:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   10387:          changes
1.86      moko     10388: 
                   10389:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   10390:          main/pa_memory.C: moved memory debugging to global level: to
                   10391:          pa_gc_malloc
                   10392: 
                   10393:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   10394:          debugging showed no errors. todo: debug parser memory
                   10395: 
                   10396:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   10397:          configurations
                   10398: 
1.88      moko     10399:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
1.86      moko     10400:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   10401:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   10402:          types/types.dsp: prepared xml-static configuration
                   10403: 
                   10404: 2003-03-31  paf
                   10405: 
                   10406:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   10407:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   10408:          www/htdocs/.htaccess: started xml lib memory debugging, simple
                   10409:          checks failed: it seems that library does realloc(bad ptr), and
                   10410:          recording those ptrs in heap [for debugging] was bad: heap
                   10411:          situation changes = everything works fine
                   10412: 
                   10413:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   10414:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   10415:          limit of 10 user-defined charsets]
                   10416: 
                   10417: 2003-03-28  paf
                   10418: 
                   10419:        * src/main/execute.C: execution stack copied to local register
                   10420:          variable, removed lots [~2e7) of memory accesses
                   10421: 
                   10422: 2003-03-27  paf
                   10423: 
                   10424:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   10425:          works in debug, but fails in release todo: fix that
                   10426: 
                   10427:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   10428:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   10429:          replacement from gc branch
                   10430: 
                   10431:        * src/main/pa_exec.C: introducing append_help_length [radical
                   10432:          improvement here]
                   10433: 
                   10434:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   10435:          'not recommened' in gc.h, on win32 noticed no difference]
                   10436: 
                   10437:        * src/include/pa_array.h: returned checked array get [were disabled
                   10438:          for debugging] result:not slower [don't understand that, it were
                   10439:          INLINED] todo: find out a way of inlining it!
                   10440: 
                   10441:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   10442:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   10443:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   10444:          convention changed: all resulting strings are zero-terminated
                   10445: 
                   10446:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10447:          classes/string.C, classes/table.C, classes/void.C,
                   10448:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   10449:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   10450:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   10451:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10452:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   10453:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   10454:          append_help_length [radical improvement here]
                   10455: 
                   10456:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   10457:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   10458:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   10459:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   10460:          even slower
                   10461: 
                   10462:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   10463:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   10464:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   10465:          clients of &get(): most to use non-ref version, some[in tight
                   10466:          places] to get_unchecked_ref
                   10467: 
                   10468:        * src/doc/memory.dox: forgot to add
                   10469: 
                   10470:        * src/classes/classes.dsp, src/classes/memory.C,
1.88      moko     10471:          src/classes/xdoc.C, src/include/pa_array.h,
1.86      moko     10472:          src/include/pa_request.h, src/include/pa_stack.h,
                   10473:          src/include/pa_string.h, src/lib/cord/cord.dsp,
                   10474:          src/lib/ltdl/libltdl.dsp, src/lib/md5/md5.dsp,
                   10475:          src/lib/pcre/pcre.dsp, src/main/compile.tab.C,
                   10476:          src/main/compile.y, src/main/compile_tools.C,
                   10477:          src/main/compile_tools.h, src/main/main.dsp,
                   10478:          src/main/pa_string.C, src/targets/cgi/parser3.C,
                   10479:          src/targets/cgi/parser3.dsp, src/types/pa_vmail.C,
                   10480:          src/types/pa_vmethod_frame.C, src/types/types.dsp,
                   10481:          www/htdocs/.htaccess: Array::put(index, T>>&<< removed after
                   10482:          Stack::pop wiping removed [moved to separate func] other Array &
                   10483:          removed
                   10484: 
                   10485: 2003-03-26  paf
                   10486: 
                   10487:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
1.88      moko     10488:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   10489:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   10490:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   10491:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   10492:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   10493:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   10494:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   10495:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.86      moko     10496:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10497:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   10498:          pre-evaluated .count() in some places
                   10499: 
1.88      moko     10500:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
1.86      moko     10501:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   10502:          types/types.dsp: .dsp profiling updated
                   10503: 
1.88      moko     10504:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   10505:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   10506:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   10507: 
                   10508:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   10509:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
1.86      moko     10510:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   10511:          use lib/gc,lib/cord
                   10512: 
                   10513:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
1.88      moko     10514:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
                   10515:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   10516:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   10517:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   10518:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
                   10519:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
                   10520:          src/lib/cord/include/Makefile.am,
1.86      moko     10521:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   10522:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   10523:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   10524:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   10525:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   10526:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   10527:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   10528:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   10529:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   10530:          funcs ported pa_exec
                   10531: 
                   10532:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   10533: 
                   10534:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   10535:          bundled gc includes
                   10536: 
                   10537:        * src/classes/op.C, src/include/pa_array.h,
                   10538:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   10539:          src/include/pa_version.h, src/main/compile.tab.C,
                   10540:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   10541:          src/main/pa_exception.C, src/main/pa_request.C,
                   10542:          src/main/pa_string.C, src/targets/cgi/parser3.C,
                   10543:          src/targets/cgi/parser3.dsp, www/htdocs/.htaccess: a number of
                   10544:          bugfixes [while testing first real site (aval)]
                   10545: 
                   10546: 2003-03-25  paf
                   10547: 
                   10548:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   10549:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   10550:          process
                   10551: 
                   10552:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   10553:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   10554: 
                   10555:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   10556: 
                   10557:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   10558:          src/types/pa_value.h, src/types/pa_vfile.h,
                   10559:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10560:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   10561:          tests/results/121.processed: untaint.C L_URI
                   10562: 
                   10563:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   10564:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   10565:          src/types/pa_venv.h, src/types/types.dsp, www/htdocs/.htaccess,
                   10566:          src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
                   10567: 
                   10568:        * tests/results/109.processed: it was a bug in parser. updated 109
                   10569:          test result
                   10570: 
                   10571:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   10572: 
                   10573:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   10574:          tests/results/107.processed: fixed dom language [values are now
                   10575:          considered tainted.  it was a bug in parser. updated 107 test
                   10576:          result
                   10577: 
                   10578:        * src/classes/xdoc.C: fixed transform params
                   10579: 
                   10580:        * src/: include/pa_stylesheet_manager.h,
                   10581:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   10582: 
                   10583:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   10584:          overloads for structure handling
                   10585: 
                   10586:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   10587:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   10588:          StringBody(0) ambiguilty, introducting static
                   10589:          StringBody::Format(int)
                   10590: 
                   10591:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   10592:          linked
                   10593: 
                   10594:        * src/types/pa_vxdoc.C: vxdoc compiled
                   10595: 
                   10596:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   10597:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   10598:          finalizers isntalled
                   10599: 
                   10600:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   10601:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   10602:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   10603:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   10604:          compiled todo: xnode.C / finalizers
                   10605: 
                   10606:        * src/doc/string.dox: updated: new string internals
                   10607: 
                   10608: 2003-03-24  paf
                   10609: 
                   10610:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10611:          include/pa_charset.h, include/pa_config_fixed.h,
                   10612:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   10613:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   10614:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   10615:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   10616:          types/pa_vxnode.h: started XML
                   10617: 
                   10618:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   10619: 
                   10620:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10621:          include/pa_string.h, main/pa_common.C,
                   10622:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   10623: 
                   10624:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10625:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   10626:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   10627:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   10628:          for eq STRING_NOT_FOUND
                   10629: 
                   10630:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   10631:          optimize bit implemented
                   10632: 
                   10633:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   10634:          String::ArrayFragment::append_positions fixed
                   10635: 
1.88      moko     10636:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   10637:          String::this_starts fixed
1.86      moko     10638: 
                   10639:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   10640: 
                   10641:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   10642:          hashcode implemented fully, including per-char callback [it can
                   10643:          be - substr CORD node]
                   10644: 
1.88      moko     10645:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   10646:          rewritten to rewalloc with 100byte buf ahead
1.86      moko     10647: 
                   10648:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   10649:          src/include/pa_string.h, src/main/compile.tab.C,
                   10650:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   10651:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   10652:          CORD_ec [bad] would rewrite as realloc now
                   10653: 
                   10654:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   10655:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
1.88      moko     10656:          include/pa_cache_managers.h, include/pa_charsets.h,
                   10657:          include/pa_common.h, include/pa_request.h,
1.86      moko     10658:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   10659:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   10660:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
1.89      moko     10661:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   10662:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   10663:          types/pa_vstateless_class.h: 2*2 worked :)
1.86      moko     10664: 
                   10665:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   10666:          src/include/pa_exec.h, src/include/pa_string.h,
                   10667:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   10668:          passed OK
                   10669: 
                   10670:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   10671:          types/pa_value.C: all linked todo: debug
                   10672: 
1.88      moko     10673:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   10674:          types/pa_vstateless_class.C: all compiled.  todo:link
1.86      moko     10675: 
                   10676:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   10677: 
                   10678:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   10679: 
                   10680:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   10681: 
                   10682:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   10683: 
                   10684:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   10685:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   10686:          pa_vstateless_class.C, pa_vstateless_class.h:
                   10687:          pa_vstateless_class.C compiled
                   10688: 
                   10689:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   10690:          types/pa_vmath.C: pa_vmail.C compiled
                   10691: 
                   10692:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   10693: 
                   10694:        * src/types/pa_vform.C: pa_vform.C compiled
                   10695: 
                   10696:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   10697: 
                   10698:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   10699:          pa_vstateless_class.C: pa_vcookie.C compiled
                   10700: 
                   10701:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   10702:          types/pa_vhash.h: pa_value.C compiled
                   10703: 
                   10704:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   10705:          classes.lib main.lib compiled
                   10706: 
                   10707:        * src/classes/void.C: void.C compiled
                   10708: 
                   10709:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   10710:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   10711:          compiled
                   10712: 
                   10713:        * src/: classes/string.C, include/pa_request.h,
                   10714:          include/pa_string.h, main/pa_string.C: string.C compiled
                   10715: 
                   10716:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   10717:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   10718:          main/pa_request.C, main/pa_string.C: op.C compiled
                   10719: 
                   10720:        * src/classes/: math.C, op.C: math.C compiled
                   10721: 
                   10722:        * src/: classes/mail.C, classes/string.C, classes/table.C,
1.88      moko     10723:          types/pa_vmail.h: mail.C compiled
1.86      moko     10724: 
                   10725:        * src/classes/: int.C, table.C: int.C compiled
                   10726: 
                   10727:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   10728:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   10729:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   10730:          compiled
                   10731: 
                   10732:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   10733:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   10734:          include/pa_sql_connection.h: hash.C compiled
                   10735: 
                   10736:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   10737:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   10738:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   10739:          classes/math.C, classes/op.C, classes/response.C,
                   10740:          classes/string.C, classes/table.C, classes/void.C,
1.88      moko     10741:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   10742:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   10743:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   10744:          file.C table.C compiled
1.86      moko     10745: 
                   10746:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   10747:          main/untaint.C: main.lib compiled
                   10748: 
                   10749: 2003-03-21  paf
                   10750: 
                   10751:        * src/: classes/op.C, include/pa_cache_managers.h,
                   10752:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10753:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   10754:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   10755:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   10756:          compiled
                   10757: 
                   10758:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   10759:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   10760:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   10761:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   10762:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   10763:          pa_request.C compiled
                   10764: 
                   10765:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   10766:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   10767:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   10768:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   10769:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10770:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   10771:          compiled
                   10772: 
                   10773:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   10774:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   10775:          on unix
                   10776: 
                   10777:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   10778:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   10779:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   10780:          pa_charsets.C compiled
                   10781: 
                   10782:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   10783:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   10784:          main/compile.y, main/execute.C, main/pa_common.C,
                   10785:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   10786:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   10787:          types/pa_vmethod_frame.h: execute.C compiled
                   10788: 
                   10789:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10790:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10791:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   10792:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   10793:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     10794:          include/pa_cache_managers.h, include/pa_charsets.h,
                   10795:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   10796:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
1.86      moko     10797:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   10798:          include/pa_stylesheet_connection.h,
                   10799:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10800:          main/compile.C, main/compile.tab.C, main/compile.y,
                   10801:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10802:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10803:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   10804:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
1.89      moko     10805:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   10806:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   10807:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   10808:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   10809:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   10810:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   10811:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   10812:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   10813:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   10814:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
1.86      moko     10815:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10816:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10817:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10818:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   10819:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   10820:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   10821:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10822:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10823:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   10824:          [C++ CORD wrapper]
                   10825: 
                   10826:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   10827: 
                   10828:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   10829:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   10830: 
                   10831:          command line, env values, input got transcoded before call
                   10832:          stdout, stderr got transcoded after call
                   10833: 
                   10834:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   10835:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   10836: 
                   10837:        * src/main/pa_common.C: } typo bug fix
                   10838: 
                   10839:        * src/main/pa_common.C: } typo bug fix
                   10840: 
                   10841: 2003-03-20  paf
                   10842: 
                   10843:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   10844:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   10845: 
                   10846:        * src/include/pa_string.h: more tests
                   10847: 
                   10848:        * src/main/pa_string.C: string.pos fixed
                   10849: 
                   10850:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   10851:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   10852:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   10853:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   10854:          replaces
                   10855: 
                   10856:        * src/: classes/image.C, include/pa_dictionary.h,
                   10857:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   10858:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   10859:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   10860:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   10861: 
                   10862:        * src/include/pa_string.h: warning
                   10863: 
                   10864:        * src/include/pa_string.h: this_starts fixed
                   10865: 
                   10866:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   10867:          new String ctor & append params convention
                   10868: 
                   10869:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   10870:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   10871:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   10872:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   10873:          main/pa_exception.C, main/pa_exec.C,
                   10874:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   10875:          main/pa_stylesheet_manager.C, main/untaint.C,
                   10876:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   10877:          types/pa_vmail.C: more tests OK
                   10878: 
                   10879:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   10880:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   10881:          gc/exit runned OK
                   10882: 
                   10883:        * src/types/pa_vmail.C: another naming problem: should not name
                   10884:          vars like that: unpredictable close caused problems with later
                   10885:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   10886:          descriptors missing on startup: stdin; Bad file number
                   10887: 
                   10888:          todo: find out why so many filters(stream) here. probably wrong?
                   10889: 
                   10890:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   10891:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   10892:          main/untaint.C: test compiled
                   10893: 
                   10894:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   10895:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   10896:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   10897:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   10898:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   10899:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   10900:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   10901:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   10902:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   10903:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   10904: 
                   10905:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   10906:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
1.88      moko     10907:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   10908:          src/include/pa_memory.h, src/include/pa_request.h,
                   10909:          src/include/pa_request_charsets.h,
1.86      moko     10910:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   10911:          src/main/compile.tab.C, src/main/execute.C,
                   10912:          src/main/pa_charset.C, src/main/pa_common.C,
                   10913:          src/main/pa_exception.C, src/main/pa_exec.C,
                   10914:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   10915:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
1.89      moko     10916:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   10917:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   10918:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   10919:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
1.86      moko     10920:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   10921:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   10922:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   10923:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10924:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   10925:          pa_common.C [done, without http for now]
                   10926: 
                   10927: 2003-03-19  paf
                   10928: 
                   10929:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   10930:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   10931:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   10932:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   10933:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   10934:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   10935:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   10936:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   10937:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   10938:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   10939:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   10940:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   10941:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   10942:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   10943:          types/pa_wwrapper.h: started test
                   10944: 
                   10945:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   10946:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
                   10947: 
                   10948:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   10949:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   10950:          it
                   10951: 
                   10952:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
1.88      moko     10953:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
1.86      moko     10954:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   10955:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   10956:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   10957:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   10958:          types/pa_vmethod_frame.h, types/types.dsp: string
                   10959:          reimplementation with cord+array<fragment>: 70%
                   10960: 
                   10961: 2003-03-18  paf
                   10962: 
                   10963:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   10964:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   10965:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   10966:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   10967:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   10968:          can ignore lang in cmp and pos really,             but would
                   10969:          split properly!
                   10970: 
                   10971:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   10972:          cord part made parser/src/lib: it's not compiled into libgc by
                   10973:          default
                   10974: 
                   10975:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   10976:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   10977:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   10978:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   10979:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   10980:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
1.88      moko     10981:          src/classes/xnode.C, src/classes/xnode.h,
1.86      moko     10982:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   10983:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   10984:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   10985:          src/include/pa_exception.h, src/include/pa_exec.h,
                   10986:          src/include/pa_globals.h, src/include/pa_hash.h,
                   10987:          src/include/pa_memory.h, src/include/pa_pool.h,
                   10988:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   10989:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   10990:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   10991:          src/include/pa_stylesheet_connection.h,
                   10992:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   10993:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   10994:          src/main/compile.C, src/main/compile.tab.C,
                   10995:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10996:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   10997:          src/main/pa_charsets.C, src/main/pa_common.C,
                   10998:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   10999:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   11000:          src/main/pa_pool.C, src/main/pa_request.C,
                   11001:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   11002:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.89      moko     11003:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
1.86      moko     11004:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   11005:          src/types/pa_junction.h, src/types/pa_method.h,
                   11006:          src/types/pa_value.C, src/types/pa_value.h,
                   11007:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   11008:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   11009:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   11010:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   11011:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   11012:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   11013:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   11014:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   11015:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   11016:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11017:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11018:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   11019:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   11020:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   11021:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   11022:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   11023:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   11024:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   11025:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11026:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11027:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   11028:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   11029:          gc: PA_Object done lots of replacements also
                   11030: 
                   11031:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   11032:          gc logging
                   11033: 
                   11034: 2003-03-17  paf
                   11035: 
                   11036:        * src/classes/date.C, src/classes/file.C, src/classes/form.C,
                   11037:          src/classes/image.C, src/classes/mail.C, src/classes/op.C,
                   11038:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   11039:          src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
                   11040:          src/include/pa_pragma_pack_end.h, src/include/pa_string.h,
                   11041:          src/include/pa_types.h, src/main/compile.C,
                   11042:          src/main/compile.tab.C, src/main/execute.C,
                   11043:          src/main/pa_charset.C, src/main/pa_common.C,
                   11044:          src/main/pa_exception.C, src/main/pa_exec.C,
                   11045:          src/main/pa_globals.C, src/main/pa_pool.C, src/main/pa_request.C,
                   11046:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   11047:          src/main/pa_stylesheet_manager.C, src/main/pa_uue.C,
                   11048:          src/main/untaint.C, src/targets/cgi/pa_pool.C,
                   11049:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   11050:          src/targets/cgi/pool_storage.h, src/types/pa_vcookie.C,
                   11051:          src/types/pa_vdouble.h, src/types/pa_vfile.C,
                   11052:          src/types/pa_vform.C, src/types/pa_vint.h, src/types/pa_vmail.C,
                   11053:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11054:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11055:          www/htdocs/.htaccess, www/htdocs/auto.p: libgc attempt
                   11056: 
                   11057: 2003-03-13  paf
                   11058: 
                   11059:        * src/: include/pa_sql_driver_manager.h,
                   11060:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   11061:          called
                   11062: 
                   11063:        * src/include/pa_request.h, src/lib/ltdl/libltdl.dsp,
                   11064:          src/lib/md5/md5.dsp, src/main/compile.tab.C, src/main/execute.C,
                   11065:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   11066:          src/types/pa_value.C, src/types/pa_value.h,
                   11067:          src/types/pa_vobject.h, src/types/pa_vstateless_class.h,
                   11068:          src/types/pa_vstatus.C, src/types/types.dsp,
                   11069:          www/htdocs/.htaccess: set_base, set_derived simplified [counter
                   11070:          leaks fixed]
                   11071: 
                   11072:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   11073:          src/types/types.dsp: incorporated status class patch From:
                   11074:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   11075:          2003 8:14 AM
                   11076: 
                   11077:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   11078:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   11079:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   11080: 
                   11081: 2003-03-12  paf
                   11082: 
                   11083:        * configure, configure.in, src/lib/ltdl/configure,
                   11084:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
                   11085:          lib/ltdl/Makefile now created by /configure.in only [were by
                   11086:          lib/ltdl/configure.in OVERWRITE]
                   11087: 
1.89      moko     11088:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   11089:          linkage fixed for g++ 3.2.2
1.86      moko     11090: 
                   11091:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   11092:          on using privately declared class [fixed]
                   11093: 
                   11094:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   11095:          3.2 rightliy complained on using privately declared class [fixed]
                   11096: 
                   11097:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   11098:          sigpipe before request constructor now causes death
                   11099: 
                   11100:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   11101:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   11102:          not cause exception in exception handler
                   11103: 
1.89      moko     11104:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   11105:          now default links libstdc++ statically.  that can be overriden by
1.86      moko     11106:          --with-dynamic-stdcpp
                   11107: 
                   11108: 2003-03-11  paf
                   11109: 
                   11110:        * src/main/compile.tab.C, src/main/compile.y,
                   11111:          src/sql/pa_sql_driver.h, src/types/pa_vstateless_class.C,
                   11112:          src/types/pa_vstateless_class.h, www/htdocs/.htaccess: removed
                   11113:          necessity of libstdc++
                   11114: 
                   11115:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   11116: 
                   11117:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   11118: 
                   11119: 2003-03-08  paf
                   11120: 
                   11121:        * tests/Makefile: make install & co
                   11122: 
                   11123:        * src/: include/pa_request.h, classes/op.C: removing
                   11124:          vclass,object.h -> pa_request.h dependency
                   11125: 
                   11126:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   11127:          main/pa_request.C: removing vform,response,cookie.h ->
                   11128:          pa_request.h dependency
                   11129: 
                   11130:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   11131:          dependency [testing...]
                   11132: 
                   11133:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   11134:          return 0; fixed
                   11135: 
                   11136:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   11137:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   11138: 
                   11139:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   11140: 
                   11141:        * src/main/pa_request.C: forgotten: ifdef XML
                   11142: 
                   11143:        * src/main/pa_request.C, www/htdocs/.htaccess: forgotten: ifdef XML
                   11144: 
                   11145:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   11146:          win32 and run memleak tests again
                   11147: 
                   11148:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   11149:          old xml lib-- it's internal memory handling has faults
                   11150: 
                   11151:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   11152:          problems when transcode from charset A to A.
                   11153: 
                   11154:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   11155:          todo: still problems when transcode from charset A to A.
                   11156: 
                   11157:        * src/classes/hash.C, src/classes/mail.C, src/classes/string.C,
                   11158:          src/classes/table.C, src/include/pa_array.h,
                   11159:          src/main/pa_sql_driver_manager.C, src/types/pa_vmail.C,
                   11160:          src/types/pa_vmail.h, www/htdocs/.htaccess,
                   11161:          www/htdocs/index.html: started full-scale-site-test [~
                   11162:          http://parser.ru sources]
                   11163: 
                   11164:          some fixes
                   11165: 
                   11166:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   11167:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   11168:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   11169:          results/110.processed, results/111.processed,
                   11170:          results/112.processed, results/113.processed,
                   11171:          results/114.processed, results/115.processed,
                   11172:          results/116.processed, results/117.processed,
                   11173:          results/118.processed, results/119.processed,
                   11174:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   11175:          selectSingle 111 xdoc.create from tainted & 112
                   11176:          xdoc.create/output with russian attr value 113 xpath
                   11177:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   11178:          116 output media-type change 117 transform by dom stylesheet 118
                   11179:          empty transform result 119 dom setAttribute 120 nbsp letter
                   11180:          output
                   11181: 
                   11182:          =END OF PREPARED XML TESTS=
                   11183: 
                   11184: 2003-03-07  paf
                   11185: 
                   11186:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   11187:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   11188:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   11189:          transform with params [bugs fixed]
                   11190: 
                   11191:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   11192:          from copy/paste bug
                   11193: 
                   11194:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   11195:          src/include/pa_request.h, src/main/execute.C,
                   11196:          src/main/pa_charset.C, src/main/pa_exception.C,
                   11197:          src/main/pa_globals.C, src/main/pa_request.C,
                   11198:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11199:          src/types/pa_vxnode.C, tests/107.html,
                   11200:          tests/results/107.processed: xml: test: 107 bug fixes
                   11201: 
                   11202:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11203:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11204:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   11205: 
                   11206:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   11207:          string
                   11208: 
                   11209:        * src/include/pa_charset.h, src/main/pa_charset.C,
                   11210:          www/htdocs/.htaccess: xml: charset two mem alloc functions used
                   11211:          for different cases [libxml, libxsl]
                   11212: 
                   11213:        * src/classes/classes.C: fixed: prevent system classes from
                   11214:          modification to lock ALL the classes, not only directly used
                   11215: 
                   11216:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   11217:          linked
                   11218: 
                   11219:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   11220: 
                   11221: 2003-03-06  paf
                   11222: 
                   11223:        * src/classes/xdoc.C: xdoc.C 50%
                   11224: 
                   11225:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   11226:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   11227:          main/pa_globals.C, main/pa_request.C,
                   11228:          main/pa_stylesheet_manager.C: xnode.C compiled
                   11229: 
                   11230:        * src/: include/pa_stylesheet_connection.h,
                   11231:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   11232:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   11233: 
                   11234:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   11235:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   11236:          xml: stylesheet&manager STARTED
                   11237: 
                   11238:        * src/: include/pa_globals.h, main/pa_charset.C,
                   11239:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   11240: 
                   11241:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   11242:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   11243:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   11244:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   11245:          charsets
                   11246: 
                   11247:        * tests/023.html: in some cases it rounded up badly. postponing
                   11248:          solution of that problem, making more simple test
                   11249: 
                   11250:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   11251:          -kb now
                   11252: 
                   11253:        * src/include/pa_charset.h, src/include/pa_charsets.h,
                   11254:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   11255:          www/htdocs/.htaccess: charset_utf8 declaration moved to
                   11256:          charsets.C
                   11257: 
                   11258: 2003-03-05  paf
                   11259: 
                   11260:        * src/classes/string.C, src/include/pa_string.h,
                   11261:          src/main/pa_string.C, tests/105.html,
                   11262:          tests/results/105.processed: String::match bug fixed
                   11263: 
                   11264:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   11265:          tests/results/104.processed, www/htdocs/.htaccess: ^bpt operator
                   11266:          added [does int3 in debug build on win32]
                   11267: 
                   11268:        * tests/: 057.html, results/057.processed: test bug fixed
                   11269: 
                   11270:        * www/htdocs/: auto.p, autoptr.html, base.p, derived.p, font.gif,
                   11271:          global.xsl, index.html, mailreceive.eml, mailreceive.html,
                   11272:          operators.p, parser-status.html, people.dtd, some.p: removed old
                   11273:          tests
                   11274: 
1.89      moko     11275:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.86      moko     11276: 
                   11277:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   11278:          missing
                   11279: 
                   11280:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   11281:          forgotten files added to Makes
                   11282: 
                   11283:        * ltmain.sh: ltmain.sh added
                   11284: 
                   11285:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   11286:          change undone ;(
                   11287: 
                   11288:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   11289:          made static
                   11290: 
                   11291:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.89      moko     11292:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   11293:          todo:make linker happy
1.86      moko     11294: 
                   11295:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   11296:          env param made optional
                   11297: 
                   11298: 2003-03-04  paf
                   11299: 
                   11300:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   11301:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   11302: 
                   11303:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   11304:          results/103.processed: tests: 103 image.copy transparence test
                   11305: 
                   11306:        * src/main/execute.C, tests/101.html, tests/102.html,
                   11307:          tests/results/101.processed, tests/results/102.processed: tests:
                   11308:          101 method/variable name conflict test 102 form fields change
                   11309:          should not not change anything [bug fix]
                   11310: 
                   11311:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   11312:          results/099.processed, results/100.processed: tests: 57 date
                   11313:          create 2002: added 99,100 response:body/download
                   11314: 
                   11315:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   11316:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   11317: 
                   11318:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   11319:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   11320:          fixed]
                   11321: 
                   11322:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   11323:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   11324:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   11325:          image EXIF  [bug fixed]
                   11326: 
                   11327:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   11328:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   11329:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   11330:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   11331:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   11332:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   11333:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   11334:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   11335:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   11336:          tests/094.html, tests/095.html, tests/results/061.processed,
                   11337:          tests/results/062.processed, tests/results/063.processed,
                   11338:          tests/results/064.processed, tests/results/065.processed,
                   11339:          tests/results/066.processed, tests/results/067.processed,
                   11340:          tests/results/068.processed, tests/results/069.processed,
                   11341:          tests/results/070.processed, tests/results/071.processed,
                   11342:          tests/results/072.processed, tests/results/073.processed,
                   11343:          tests/results/074.processed, tests/results/075.processed,
                   11344:          tests/results/076.processed, tests/results/077.processed,
                   11345:          tests/results/078.processed, tests/results/080.processed,
                   11346:          tests/results/081.processed, tests/results/082.processed,
                   11347:          tests/results/083.processed, tests/results/084.processed,
                   11348:          tests/results/085.processed, tests/results/086.processed,
                   11349:          tests/results/087.processed, tests/results/088.processed,
                   11350:          tests/results/089.processed, tests/results/090.processed,
                   11351:          tests/results/091.processed, tests/results/092.processed,
                   11352:          tests/results/093.processed, tests/results/094.processed,
                   11353:          tests/results/095.processed, tests/079.html,
                   11354:          tests/results/079.processed: tests: 61 file::stat size 62
                   11355:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   11356:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   11357:          string.match simple on long 68 string.match normalized simple on
                   11358:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   11359:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   11360:          date arithmetics 75 response date values/attributes 76 string.pos
                   11361:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   11362:          with local 80 scientific numeric literal in string autoconvert 81
                   11363:          xor: logical and numerical 82 for delims 83 menu delims 84
                   11364:          table.hash distinct 85 long string  replace 86 throw+catch
                   11365:          current language preserve 87 bit shifts 88 junction tests +
                   11366:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   11367:          91 $caller test 92 junction is + def junction tests 93 $caller
                   11368:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   11369: 
                   11370:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   11371:          fixed] 60 string eq string [bug fixed]
                   11372: 
                   11373:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   11374:          058.html, 058_paf2000.png, 059.html, 060.html,
                   11375:          results/053.processed, results/054.processed,
                   11376:          results/055.processed, results/056.processed,
                   11377:          results/057.processed, results/058.processed,
                   11378:          results/059.processed, results/060.processed: test: 53
                   11379:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   11380:          date.create[string] 58 image.measure[png]
                   11381: 
                   11382:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   11383:          outputs/051.processed, results/052.processed: test: 52
                   11384:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   11385:          task: fix that
                   11386: 
                   11387: 2003-03-03  paf
                   11388: 
                   11389:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   11390:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   11391:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   11392:          outputs/049.processed, outputs/050.processed,
                   11393:          outputs/051.processed, results/001.processed,
                   11394:          results/002.processed, results/003.processed,
                   11395:          results/005.processed, results/006.processed,
                   11396:          results/008.processed, results/009.processed,
                   11397:          results/011.processed, results/012.processed,
                   11398:          results/013.processed, results/014.processed,
                   11399:          results/015.processed, results/016.processed,
                   11400:          results/017.processed, results/020.processed,
                   11401:          results/021.processed, results/022.processed,
                   11402:          results/024.processed, results/025.processed,
                   11403:          results/026.processed, results/027.processed,
                   11404:          results/028.processed, results/029.processed,
                   11405:          results/030.processed, results/031.processed,
                   11406:          results/049.processed, results/050.processed,
                   11407:          results/051.processed, results/043.processed,
                   11408:          results/044.processed, results/045.processed,
                   11409:          results/046.processed, results/047.processed,
                   11410:          results/048.processed: tests: 43,44,45 date rolls 46
                   11411:          autoevaluating junction 47 table.select 48 name with subvar 49
                   11412:          hash-creating switch 50 process 51 started parent/child, works as
                   11413:          it were but it were NOT GOOD, created separate task  to fix that
                   11414: 
                   11415:        * tests/: 042.html, results/042.processed: test: 42
                   11416:          exception.handled
                   11417: 
                   11418:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   11419:          expression
                   11420: 
                   11421:        * tests/: 040.html, results/040.processed: test: 39 method result
                   11422:          of type table 40 method param junction auto evaluate
                   11423: 
                   11424:        * tests/: 039.html, results/039.processed: test: 37 method result
                   11425:          of type table
                   11426: 
                   11427:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   11428:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   11429:          tests/038.html, tests/results/033.processed,
                   11430:          tests/results/034.processed, tests/results/035.processed,
                   11431:          tests/results/036.processed, tests/results/037.processed,
                   11432:          tests/results/038.processed: tests: 33 string.replace 34
                   11433:          string.upper 35 table created 36 local/global vars with juntions
                   11434:          37 table clone 38 math PI & number formatting
                   11435: 
                   11436:          math class registring typo fixed
                   11437: 
                   11438:        * src/classes/op.C, src/include/pa_request.h,
                   11439:          src/include/pa_string.h, src/main/execute.C,
                   11440:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   11441:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   11442:          tests/032.html, tests/results/032.processed: uchar changed to
                   11443:          String_UL in all places [was not everywhere] untaint test: 032
                   11444: 
                   11445:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   11446:          tests/results/004.processed, www/htdocs/.htaccess,
                   11447:          tests/parser-cygwin.sh, tests/parser-unix.sh: removed -H command
                   11448:          line key, now testing using .sh file with SERVER_SOFTWARE=xxx
                   11449: 
                   11450: 2003-02-26  paf
                   11451: 
                   11452:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   11453:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   11454:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   11455:          tests/results/024.processed, tests/results/025.processed,
                   11456:          tests/results/026.processed, tests/results/027.processed,
                   11457:          tests/results/028.processed, tests/results/029.processed,
                   11458:          tests/results/030.processed, tests/results/031.processed: fixed
                   11459:          bug with name_cstr mutable CharPtr more tests
                   11460: 
                   11461:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
1.89      moko     11462:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   11463:          << abort.  die now just exits
1.86      moko     11464: 
                   11465:        * src/classes/classes.awk, src/classes/classes.h,
                   11466:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11467:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   11468:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11469:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   11470:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11471:          src/classes/xnode.C, src/include/pa_memory.h,
1.89      moko     11472:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   11473:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   11474:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   11475:          tests/017.html, tests/018.html, tests/019.html,
1.86      moko     11476:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   11477:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   11478:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   11479:          tests/results/015.processed, tests/results/016.processed,
                   11480:          tests/results/017.processed, tests/results/018.processed,
                   11481:          tests/results/019.processed, tests/results/020.processed,
                   11482:          tests/results/021.processed, tests/results/022.processed,
                   11483:          tests/results/023.processed: methoded_array now contains all Mxxx
                   11484:          classes SAPI::get_env now returns info on pool more tests
                   11485: 
                   11486:        * src/include/pa_array.h, src/include/pa_hash.h,
                   11487:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   11488:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   11489:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   11490:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   11491:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   11492:          tests/results/001.processed, tests/results/002.processed,
                   11493:          tests/results/003.processed, tests/results/004.processed,
                   11494:          tests/results/005.processed, tests/results/006.processed,
                   11495:          tests/results/007.processed, tests/results/008.processed,
                   11496:          tests/results/009.processed, tests/results/010.processed,
                   11497:          tests/results/011.processed, tests/results/012.processed,
1.88      moko     11498:          tests/results/013.processed, tests/results/014.processed: hash
                   11499:          cloning fixed
1.86      moko     11500: 
                   11501: 2003-02-25  paf
                   11502: 
                   11503:        * src/main/pa_common.C: typo fixed
                   11504: 
                   11505: 2003-02-24  paf
                   11506: 
                   11507:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   11508:          [one remained]
                   11509: 
1.88      moko     11510:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
1.86      moko     11511:          [should have been get_string(&pool)] todo: check other such calls
                   11512: 
1.88      moko     11513:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   11514:          test10, bad lookups
1.86      moko     11515: 
                   11516:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   11517:          object got destructed, and xxx points to sky
                   11518: 
1.88      moko     11519:        * ChangeLog, src/classes/string.C: match bug fixed
1.86      moko     11520: 
                   11521:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   11522:          $.charset[specified] now
                   11523: 
                   11524:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   11525:          which failed to handle sigsetjmp+throw: crashed inside of
                   11526:          pre-throw code.  rewritten simplier [though duplicating
                   11527:          closesocket code]
                   11528: 
                   11529:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   11530:          which failed to handle sigsetjmp+throw: crashed inside of
                   11531:          pre-throw code.  rewritten simplier [though duplicating
                   11532:          closesocket code]
                   11533: 
                   11534: 2003-02-21  paf
                   11535: 
1.88      moko     11536:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   11537:          $cookie:name[$.expires[date << can be now]]
1.86      moko     11538: 
                   11539:          written makefile with regression tests [raw]
                   11540: 
                   11541:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   11542:          tests' only [it's not forcing CGI mode now] now use -H to output
                   11543:          CGI header when parser used in command line [useful for tests
                   11544:          also]
                   11545: 
1.88      moko     11546:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   11547:          switches on CGI mode, and is used in regression tests
1.86      moko     11548: 
1.88      moko     11549:        * src/: include/pa_request.h, main/pa_request.C,
                   11550:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   11551:          fixed
1.86      moko     11552: 
                   11553:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   11554:          handling pa_*
                   11555: 
                   11556:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   11557:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   11558:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   11559:          memory handling files
                   11560: 
                   11561:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   11562: 
                   11563:        * src/main/execute.C, src/targets/cgi/parser3.C,
                   11564:          www/htdocs/autoptr.html: release mode now compiles OK test to
                   11565:          show benefits of free
                   11566: 
                   11567:        * src/: classes/file.C, classes/image.C, classes/mail.C,
1.88      moko     11568:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   11569:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   11570:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   11571:          use pool [as the one in ^process]
1.86      moko     11572: 
                   11573:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   11574:          -- some must use pool [as the one in ^process]
                   11575: 
                   11576: 2003-02-20  paf
                   11577: 
                   11578:        * src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11579:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   11580:          src/classes/mail.C, src/classes/math.C, src/classes/op.C,
                   11581:          src/classes/response.C, src/classes/string.C,
                   11582:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11583:          src/classes/xnode.C, src/main/pa_string.C, src/types/pa_method.h,
                   11584:          src/types/pa_value.C, src/types/pa_vmethod_frame.h,
                   11585:          www/htdocs/autoptr.html: string cmp fixed
                   11586: 
                   11587:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   11588:          values passed OK now
                   11589: 
                   11590: 2003-02-19  paf
                   11591: 
1.88      moko     11592:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   11593:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
1.89      moko     11594:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
1.86      moko     11595:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   11596:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   11597:          all remaning leaks resulted from pooled::malloc calls [excluding
                   11598:          in gd -- planning complete rewrite extremely ugly code]
                   11599: 
1.89      moko     11600:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   11601:          files
1.86      moko     11602: 
                   11603: 2003-02-17  paf
                   11604: 
                   11605:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11606:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11607:          classes/response.C, classes/string.C, classes/table.C,
                   11608:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   11609:          include/pa_stylesheet_connection.h,
                   11610:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   11611:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   11612:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   11613:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   11614:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   11615:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   11616:          of unitialized simple-typed field
                   11617: 
                   11618:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   11619:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   11620:          simple-typed field fixed.  todo: find&kill all like that one
                   11621: 
                   11622:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   11623:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   11624:          debug output fixed
                   11625: 
                   11626:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   11627:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   11628:          object_ptr from delete[them]
                   11629: 
                   11630:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   11631:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   11632:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   11633:          main/pa_charset.C, main/pa_common.C,
                   11634:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
1.89      moko     11635:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   11636:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   11637:          calls
1.86      moko     11638: 
                   11639:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   11640:          couple mem leaks rusulted from old pooled::malloc usage.
                   11641:          todo:find more like those
                   11642: 
                   11643:        * src/main/: compile.C, compile_tools.C: 2*2!
                   11644: 
                   11645:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   11646:          stackItem fixed [there were no string on stack before]
                   11647: 
                   11648:        * src/: main/execute.C, main/pa_request.C,
                   11649:          types/pa_vmethod_frame.C: first letters out OK
                   11650: 
                   11651:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   11652:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   11653:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   11654:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   11655:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   11656:          type not initialized with zeros :( while class fields of class
                   11657:          types initialized with default constructors.  learn C++
                   11658: 
                   11659:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   11660:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   11661:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   11662:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   11663:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   11664: 
                   11665: 2003-02-14  paf
                   11666: 
                   11667:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   11668:          13 link errors
                   11669: 
                   11670:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   11671:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   11672:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   11673:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   11674:          errors :)
                   11675: 
                   11676:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   11677:          classes/hash.C, classes/mail.C, classes/op.C,
                   11678:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
1.89      moko     11679:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
1.86      moko     11680:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   11681:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   11682: 
                   11683:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   11684:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   11685:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   11686:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   11687:          types/pa_vint.h, types/types.dsp: op compiled
                   11688: 
                   11689:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   11690:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   11691:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   11692: 
                   11693: 2003-02-07  paf
                   11694: 
                   11695:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   11696: 
                   11697: 2003-02-06  paf
                   11698: 
1.88      moko     11699:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   11700:          mail compiled
1.86      moko     11701: 
                   11702:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   11703:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   11704:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   11705: 
                   11706:        * src/classes/: file.C, form.C: form compiled
                   11707: 
                   11708:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   11709:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   11710:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   11711: 
                   11712:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   11713:          types/pa_vmath.h: math compiled [win32]
                   11714: 
                   11715:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   11716:          types/pa_vstring.h: hash compiled
                   11717: 
                   11718: 2003-02-04  paf
                   11719: 
                   11720:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   11721:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   11722:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   11723:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   11724:          types/pa_vhash.h: hash 50% compiled
                   11725: 
                   11726:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11727:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   11728:          classes/string.C, classes/table.C, classes/xdoc.C,
                   11729:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   11730:          main/pa_string.C: date compiled
                   11731: 
                   11732:        * src/classes/: classes.dsp, double.C: double compiled
                   11733: 
                   11734:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11735:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   11736:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   11737:          classes/string.C, classes/table.C, classes/void.C,
                   11738:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   11739:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   11740:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   11741:          compiled
                   11742: 
                   11743:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11744:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   11745:          classes/math.C, classes/op.C, classes/response.C,
                   11746:          classes/string.C, classes/table.C, classes/void.C,
                   11747:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     11748:          types/pa_vvoid.h: void  compiled :)
1.86      moko     11749: 
1.88      moko     11750:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   11751:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11752:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   11753:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   11754:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   11755:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   11756:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   11757:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   11758:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   11759:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   11760:          value_includes.h
1.86      moko     11761: 
                   11762:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   11763:          trying to remove stupid value_includes.h
                   11764: 
                   11765:        * src/main/pa_exec.C: pa_exec compiled on win32
                   11766: 
                   11767:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   11768: 
                   11769:        * src/: include/pa_globals.h, include/pa_request.h,
                   11770:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   11771:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   11772:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   11773:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   11774:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   11775: 
                   11776:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   11777:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   11778:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   11779: 
                   11780:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   11781:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   11782:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   11783:          compiled
                   11784: 
                   11785:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   11786:          name conflicts)
                   11787: 
                   11788:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   11789:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   11790:          yelds "virtual memory exhausted" while trying to compile
                   11791:          execute.C [eating up to 127MB]
                   11792: 
                   11793: 2003-02-03  paf
                   11794: 
                   11795:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   11796:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   11797:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   11798:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   11799:          types/pa_vint.h, types/pa_vjunction.h,
                   11800:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   11801:          started gcc compiling pa_common compiled
                   11802: 
                   11803:        * src/: include/pa_exception.h, include/pa_pool.h,
                   11804:          main/pa_exception.C: exception gcc change #1
                   11805: 
                   11806:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   11807:          compile _P identifier. it replaced it to some strange 0x0000040
                   11808: 
                   11809:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   11810: 
                   11811:        * src/types/pa_vtable.C: vtable compiled
                   11812: 
                   11813:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   11814: 
                   11815:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   11816:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   11817: 
                   11818:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   11819: 
                   11820:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   11821: 
                   11822:        * src/types/pa_vrequest.C: vrequest compiled
                   11823: 
                   11824:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   11825:          pa_vobject.C, pa_vobject.h: vobject compiled
                   11826: 
                   11827:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   11828:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11829:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   11830:          compiled
                   11831: 
                   11832:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   11833: 
                   11834:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   11835:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   11836:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   11837:          compiled
                   11838: 
                   11839:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   11840:          main.lib - 0 error(s), 0 warning(s)
                   11841: 
                   11842:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   11843:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   11844: 
                   11845: 2003-01-31  paf
                   11846: 
                   11847:        * src/: include/pa_array.h, include/pa_operation.h,
                   11848:          include/pa_request.h, main/execute.C, main/main.dsp,
                   11849:          types/pa_vjunction.h: started last file from main library:
                   11850:          execute
                   11851: 
                   11852:        * src/: include/pa_request.h, include/pa_sapi.h,
                   11853:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
1.89      moko     11854:          main/pa_request.C, targets/cgi/parser3.C,
                   11855:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   11856:          types/pa_vhash.h: pa_request compiled
1.86      moko     11857: 
                   11858:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   11859:          include/pa_globals.h, include/pa_request.h,
                   11860:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   11861:          main/execute.C, main/main.dsp, main/pa_common.C,
                   11862:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11863:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   11864:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   11865:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   11866:          types/types.dsp: most pa_request compiled
                   11867: 
                   11868:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11869:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11870:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11871:          classes/op.C, classes/response.C, classes/string.C,
                   11872:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88      moko     11873:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   11874:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     11875:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11876:          include/pa_dictionary.h, include/pa_dir.h,
                   11877:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11878:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   11879:          include/pa_pool.h, include/pa_request.h,
                   11880:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11881:          include/pa_sapi.h, include/pa_socks.h,
                   11882:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11883:          include/pa_stack.h, include/pa_string.h,
                   11884:          include/pa_stylesheet_connection.h,
                   11885:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11886:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11887:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   11888:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   11889:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   11890:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   11891:          main/compile.C, main/compile.tab.C, main/compile.y,
                   11892:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11893:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   11894:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   11895:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   11896:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   11897:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11898:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1.89      moko     11899:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   11900:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   11901:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11902:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   11903:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11904:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   11905:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   11906:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   11907:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   11908:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   11909:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   11910:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   11911:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   11912:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
1.86      moko     11913:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11914:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11915:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11916:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11917:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11918:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11919:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11920:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11921:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   11922: 
                   11923:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   11924:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   11925:          src/include/pa_charsets.h, src/include/pa_common.h,
                   11926:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   11927:          src/include/pa_exec.h, src/include/pa_pool.h,
                   11928:          src/include/pa_request.h, src/include/pa_sapi.h,
                   11929:          src/include/pa_sql_connection.h,
                   11930:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   11931:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   11932:          src/main/compile.tab.C, src/main/compile_tools.C,
                   11933:          src/main/compile_tools.h, src/main/main.dsp,
                   11934:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   11935:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   11936:          src/main/pa_exception.C, src/main/pa_exec.C,
                   11937:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   11938:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   11939:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   11940:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   11941:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   11942:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   11943:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   11944:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   11945:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   11946:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   11947:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11948:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11949:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   11950:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   11951:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   11952:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   11953:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   11954:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   11955:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
                   11956:          www/htdocs/.htaccess: ConstStringPtr died, long live StringPtr
                   11957: 
                   11958: 2003-01-30  paf
                   11959: 
1.88      moko     11960:        * src/: include/pa_charset.h, include/pa_request.h,
                   11961:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   11962:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   11963:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
1.86      moko     11964: 
                   11965:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   11966:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   11967:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   11968:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11969:          types/types.dsp: vstateless_class compiled
                   11970: 
                   11971:        * src/main/compile.C: compile compiled
                   11972: 
                   11973:        * src/: include/pa_array.h, include/pa_operation.h,
                   11974:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   11975:          main/pa_table.C: compile_tools compiled
                   11976: 
                   11977:        * src/: include/pa_operation.h, main/compile.y,
                   11978:          main/compile_tools.C, main/compile_tools.h: started
                   11979:          compile_tools. vagues ideas of how to free compiled code
                   11980: 
                   11981:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   11982:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   11983:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   11984:          compiled
                   11985: 
                   11986: 2003-01-29  paf
                   11987: 
                   11988:        * src/: include/pa_globals.h, include/pa_request.h,
                   11989:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11990:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   11991:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   11992:          compiled
                   11993: 
                   11994:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   11995:          now
                   11996: 
1.88      moko     11997:        * src/: include/pa_array.h, include/pa_exception.h,
                   11998:          include/pa_pool.h, main/pa_exception.C: gd compiled
1.86      moko     11999: 
1.88      moko     12000:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
1.86      moko     12001:          compiled
                   12002: 
                   12003:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   12004:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   12005:          types/pa_vfile.h: vfile compiled
                   12006: 
                   12007:        * src/: include/pa_common.h, include/pa_globals.h,
                   12008:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   12009:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12010:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   12011: 
                   12012:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   12013:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   12014:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   12015:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12016:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   12017: 
                   12018:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   12019:          main/main.dsp, main/untaint.C: more compiled
                   12020: 
                   12021:        * src/: include/pa_charsets.h, include/pa_request.h,
                   12022:          include/pa_request_info.h, include/pa_string.h,
                   12023:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   12024:          types/pa_vresponse.h: vrequest compiled
                   12025: 
                   12026:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   12027:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   12028:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   12029: 
                   12030:        * src/: classes/classes.h, include/pa_charset.h,
                   12031:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   12032:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   12033:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   12034:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   12035:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   12036:          types/pa_vrequest.C, types/pa_vrequest.h,
                   12037:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   12038:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   12039: 
                   12040:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   12041:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   12042:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   12043:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   12044:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12045:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   12046:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   12047:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   12048:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   12049: 
                   12050: 2003-01-28  paf
                   12051: 
                   12052:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   12053:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   12054:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   12055:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   12056:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   12057:          compile_tools
                   12058: 
                   12059:        * src/: include/pa_charset.h, include/pa_exception.h,
                   12060:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   12061:          untaint compiled
                   12062: 
                   12063:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   12064:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   12065:          more compiled.  struck with string::store_to needing to know
                   12066:          source/client charsets
                   12067: 
                   12068:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   12069:          types/pa_vfile.h: uue compiled
                   12070: 
                   12071:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   12072:          table compiled
                   12073: 
                   12074:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   12075:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   12076: 
                   12077:        * src/: include/pa_charset.h, main/pa_charset.C,
                   12078:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   12079:          introduced]
                   12080: 
                   12081:        * src/: classes/date.C, include/pa_charset.h,
                   12082:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   12083:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   12084:          pa_charsets compiled
                   12085: 
                   12086:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   12087:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   12088: 
                   12089:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   12090:          common compiled
                   12091: 
                   12092:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   12093:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   12094: 
                   12095:        * src/: include/pa_array.h, include/pa_charset.h,
                   12096:          include/pa_charsets.h, include/pa_pool.h,
                   12097:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12098:          include/pa_stack.h, include/pa_string.h,
                   12099:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   12100:          sql_driver_manager compiled
                   12101: 
                   12102:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   12103:          letter i with two dots added to koi, all ukranian letters added
                   12104:          to win1251.
                   12105: 
                   12106:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   12107:          abscent from koi]
                   12108: 
                   12109: 2003-01-27  paf
                   12110: 
                   12111:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   12112:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12113:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   12114:          sql/pa_sql_driver.h: paused on sql_manager
                   12115: 
                   12116:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   12117:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12118:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   12119:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   12120: 
                   12121:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   12122:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12123:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   12124:          main/pa_table.C: table compiled
                   12125: 
                   12126:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   12127:          cache_managers compiled
                   12128: 
                   12129:        * src/: include/pa_array.h, include/pa_charset.h,
                   12130:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   12131: 
                   12132:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   12133: 
                   12134:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   12135:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   12136:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   12137:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   12138:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   12139: 
                   12140: 2003-01-24  paf
                   12141: 
                   12142:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   12143:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   12144:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   12145:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   12146:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   12147:          types/pa_vint.h, types/pa_vjunction.h,
                   12148:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12149:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   12150: 
                   12151:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   12152:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   12153:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   12154:          main/pa_string.C, main/pa_table.C: string compiled
                   12155: 
                   12156:        * src/: include/pa_array.h, include/pa_common.h,
                   12157:          include/pa_dictionary.h, include/pa_exception.h,
                   12158:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   12159:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   12160:          main/pa_string.C: dictionary compiled
                   12161: 
                   12162: 2003-01-23  paf
                   12163: 
                   12164:        * src/: include/pa_array.h, include/pa_common.h,
                   12165:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   12166:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   12167:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   12168:          types/pa_value.h: resurrected pool in new sense: now it's
                   12169:          factory, producing&accounting memory chunks for read[autofree]
                   12170:          buffers
                   12171: 
                   12172:        * src/: include/pa_array.h, include/pa_exception.h,
                   12173:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   12174:          main/pa_exception.C, main/pa_table.C: table compiled
                   12175: 
                   12176:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   12177:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   12178:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   12179:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   12180:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   12181:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   12182:          main/pa_table.C: aint that easy
                   12183: 
                   12184:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   12185:          main/main.dsp: continued with Hash
                   12186: 
                   12187:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   12188:          stack] now. and exception can be reported OK now [can be reported
                   12189:          outside of pro c with that stack]
                   12190: 
                   12191: 2003-01-22  paf
                   12192: 
                   12193:        * src/: include/pa_array.h, include/pa_charset.h,
                   12194:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   12195:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   12196:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   12197:          base: contains references_count.  auto_ptr template calls
                   12198:          add_ref/release
                   12199: 
                   12200: 2003-01-21  paf
                   12201: 
                   12202:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12203:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12204:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12205:          classes/op.C, classes/response.C, classes/string.C,
                   12206:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88      moko     12207:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   12208:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     12209:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12210:          include/pa_dictionary.h, include/pa_dir.h,
                   12211:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12212:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   12213:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   12214:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   12215:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12216:          include/pa_stack.h, include/pa_string.h,
                   12217:          include/pa_stylesheet_connection.h,
                   12218:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12219:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12220:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   12221:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   12222:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12223:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   12224:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   12225:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   12226:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   12227:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12228:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12229:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   12230:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   12231:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   12232:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   12233:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   12234:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   12235:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12236:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12237:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12238:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12239:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   12240:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   12241:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   12242:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12243:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12244:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12245:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12246:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12247:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   12248:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   12249:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   12250:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   12251:          2002->2003
                   12252: 
                   12253: 2003-01-16  paf
                   12254: 
1.88      moko     12255:        * www/htdocs/index.html: image.copy fixed transparent resampling
1.86      moko     12256: 
                   12257:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   12258:          src/main/pa_globals.C, www/htdocs/index.html: http:// introducing
                   12259:          $.any-status(1)
                   12260: 
                   12261:        * operators.txt, src/include/pa_config_fixed.h,
                   12262:          src/main/pa_common.C, www/htdocs/index.html: http request now
                   12263:          return status. and not fail on status!=200
                   12264: 
                   12265: 2003-01-15  paf
                   12266: 
                   12267:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   12268: 
                   12269: 2003-01-14  paf
                   12270: 
                   12271:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   12272:          mkinstalldirs: removed some ancient files [they in / really]
                   12273: 
                   12274:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   12275:          regretfully needed patch in two places.  in config_fixed.h made
                   12276:          stubs for lib to compile in MSVC
                   12277: 
                   12278: 2003-01-13  paf
                   12279: 
                   12280:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   12281:          configure.in(libtool) hacks
                   12282: 
                   12283:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
                   12284:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   12285:          ltdl.h: moved to latest libtool (1.4.3)
                   12286: 
                   12287: 2003-01-10  paf
                   12288: 
                   12289:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   12290: 
1.88      moko     12291:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
1.86      moko     12292:          patches.        libxml2 >= 2.5.1
                   12293:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   12294:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   12295:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   12296: 
                   12297:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   12298:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   12299:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   12300:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   12301: 
                   12302: 2003-01-09  paf
                   12303: 
                   12304:        * INSTALL: xml,xslt,gdome lib urls updated
                   12305: 
                   12306:        * config.guess, config.sub, missing, mkinstalldirs,
                   12307:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
                   12308:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   12309:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   12310:          1.7.2
                   12311: 
                   12312:        * depcomp: moving to automake 1.7.2
                   12313: 
                   12314: 2002-12-27  paf
                   12315: 
                   12316:        * src/include/pa_version.h: 0007
                   12317: 
                   12318:        * src/doc/aliased.dox, src/doc/index.dox, src/doc/module.dox,
                   12319:          src/doc/pooled.dox, www/htdocs/index.html: removed outdated
                   12320:          parts, made links to language docs
                   12321: 
                   12322:        * src/include/pa_config_auto.h.in: comment
                   12323: 
                   12324: 2002-12-26  paf
                   12325: 
                   12326:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   12327:          not contain trailing / fixed.
                   12328: 
                   12329:        * INSTALL: changing SAFE_MODE politics
                   12330: 
                   12331:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   12332: 
                   12333:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   12334: 
                   12335: 2002-12-25  paf
                   12336: 
                   12337:        * src/main/pa_globals.C: optimized-xml
                   12338: 
                   12339:        * src/main/pa_globals.C: optimized-as-is
                   12340: 
                   12341: 2002-12-24  paf
                   12342: 
                   12343:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   12344:          fixed [were really called with zero size when .html?a=&b=]
                   12345: 
                   12346:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   12347:          with --with-sendmail
                   12348: 
                   12349:        * src/main/pa_exec.C, www/htdocs/index.html: fork/pipe error now
                   12350:          [old always-pipe-error fixed]
                   12351: 
                   12352: 2002-12-23  paf
                   12353: 
                   12354:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   12355:          ignoring parameters & were storing only string with default
                   12356:          expires
                   12357: 
                   12358:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   12359:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   12360:          December 23, 2002 4:22 AM Subject: bug â
                   12361:          Charset::transcode_buf2xchar
                   12362: 
                   12363: 2002-12-20  paf
                   12364: 
                   12365:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   12366:          non-cgi [script] runs
                   12367: 
                   12368: 2002-12-19  paf
                   12369: 
                   12370:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   12371:          [tested on elik]] moreover, it's not needed there [parser
                   12372:          registers charsets itself]
                   12373: 
                   12374:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   12375:          [tested on elik]]
                   12376: 
                   12377:        * operators.txt, src/include/pa_globals.h,
                   12378:          src/include/pa_request.h, src/main/pa_globals.C,
                   12379:          src/main/pa_request.C, www/htdocs/index.html: $response:download
                   12380: 
                   12381:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   12382:          compiler [win32]].
                   12383: 
                   12384: 2002-12-18  paf
                   12385: 
                   12386:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   12387: 
                   12388: 2002-12-17  paf
                   12389: 
                   12390:        * src/targets/cgi/parser3.C: merged die&iis changes
                   12391: 
                   12392:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   12393:          to exit(1) 2. more flexible iilegal call check
                   12394: 
                   12395: 2002-12-16  paf
                   12396: 
                   12397:        * ltmain.sh: some automakes silly insist on having this handy
                   12398: 
                   12399:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   12400:          'p' bug fix
                   12401: 
                   12402: 2002-12-15  paf
                   12403: 
                   12404:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   12405:          'p'
                   12406: 
1.88      moko     12407:        * configure.in, src/include/pa_config_auto.h.in,
                   12408:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   12409:          from branch 6 to HEAD
1.86      moko     12410: 
1.88      moko     12411:        * src/main/compile.C: removed warning
1.86      moko     12412: 
                   12413:        * src/main/pa_common.C: ftruncate having checked
                   12414: 
                   12415:        * configure.in, src/include/pa_version.h: new version
                   12416: 
                   12417: 2002-12-14  paf
                   12418: 
                   12419:        * www/htdocs/index.html: exception type fixed
                   12420: 
                   12421:        * src/classes/table.C: removed unnecessary code
                   12422: 
                   12423:        * src/sql/pa_sql_driver.h: exception type fixed
                   12424: 
                   12425: 2002-12-09  paf
                   12426: 
                   12427:        * src/types/pa_vvoid.h, www/htdocs/index.html: $void.store[now]
                   12428:          error
                   12429: 
                   12430:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   12431: 
                   12432:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   12433:          tries to write core dump
                   12434: 
1.89      moko     12435:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
1.86      moko     12436: 
                   12437:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   12438:          classes/void.C, main/pa_sql_driver_manager.C,
                   12439:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   12440:          handlers #2
                   12441: 
                   12442:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   12443:          exception handling mech in sql handlers
                   12444: 
                   12445:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   12446:          handlers
                   12447: 
                   12448:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   12449:          classes/void.C, main/pa_sql_driver_manager.C,
                   12450:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   12451:          handlers
                   12452: 
                   12453:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   12454:          to write makefile which used libtool to install things, which is
                   12455:          not needed
                   12456: 
                   12457: 2002-12-06  paf
                   12458: 
                   12459:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   12460:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   12461: 
                   12462: 2002-12-05  paf
                   12463: 
1.88      moko     12464:        * src/classes/mail.C, src/types/pa_vmail.C, src/types/pa_vmail.h,
1.86      moko     12465:          www/htdocs/index.html: smtp cc/bcc OK now
                   12466: 
1.88      moko     12467:        * src/main/untaint.C, www/htdocs/index.html: mail header closed
                   12468:          properly
1.86      moko     12469: 
1.88      moko     12470:        * src/main/pa_common.C, src/main/untaint.C, src/types/pa_vmail.C,
                   12471:          www/htdocs/index.html: mail header ',' allowed.  still bugs in
                   12472:          smtp [only one receiptient works, cc, bcc ignored now, and MAILED
                   12473:          ;)]
1.86      moko     12474: 
                   12475:          [strncpy killed, memnchr used]
                   12476: 
                   12477:        * src/main/pa_table.C: table-copy now current=0
                   12478: 
                   12479:        * src/main/pa_array.C, src/main/pa_table.C, www/htdocs/index.html:
                   12480:          wow! found/fixed bug in lowlevel proc
                   12481: 
                   12482:        * src/targets/cgi/parser3.C: more checks on
                   12483:          http://domain/parser.cgi start [maybe some getenv returns "",
                   12484:          checked that now
                   12485: 
                   12486:        * src/targets/cgi/parser3.C: more checks on
                   12487:          http://domain/parser.cgi start [maybe some getenv returns "",
                   12488:          checked that now
                   12489: 
                   12490:        * src/targets/cgi/parser3.C, www/htdocs/index.html: error logging
                   12491:          made unbuffered [so that out-of-mem errors reached log]
                   12492: 
                   12493:        * src/classes/mail.C, src/targets/cgi/parser3.C,
                   12494:          src/types/pa_vmail.C, www/htdocs/index.html: mail:send
                   12495:          MIME-Version default
                   12496: 
                   12497:        * src/main/main.dsp: pa_version included into main.dsp
                   12498: 
1.88      moko     12499:        * www/htdocs/index.html: smtp line ends fixed. now \r\n [not \r].
                   12500:          some smtp servers [win32] leave \n intact, and some clients [bat]
                   12501:          fail to show letter correctly
1.86      moko     12502: 
                   12503: 2002-12-04  paf
                   12504: 
                   12505:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   12506: 
                   12507:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp,
                   12508:          www/htdocs/.htaccess, www/htdocs/index.html: lib/libltdl ->
                   12509:          lib/ltdl Win32 changes. s
                   12510: 
                   12511:        * src/classes/classes.awk: more strict *.C$
                   12512: 
                   12513:        * gnu.dsp: restored
                   12514: 
                   12515:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   12516:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   12517:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   12518:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   12519:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   12520:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   12521:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   12522:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   12523:          now created with /configure, not ltdl/configure, so it does have
                   12524:          no problems with automake.  ltdl/configure
                   12525:          AC_OUTPUT(Makefile<<removed)
                   12526: 
                   12527: 2002-12-02  paf
                   12528: 
                   12529:        * operators.txt: removed outdated status:db
                   12530: 
                   12531:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   12532:          src/main/pa_common.C, src/main/pa_request.C,
                   12533:          src/types/pa_vcookie.C, src/types/pa_vmail.C,
                   12534:          www/htdocs/index.html: http header lang of tainted parts becomes
                   12535:          http-header
                   12536: 
                   12537: 2002-11-29  paf
                   12538: 
                   12539:        * src/classes/date.C, src/classes/image.C, www/htdocs/index.html,
                   12540:          operators.txt: exif dates now objects of type date
                   12541: 
                   12542:        * src/classes/image.C: file.seek removed [it were used in image.C
                   12543:          only, and for parser user this  means that jpeg image has bad
                   12544:          size in fragment's header] now used image.format
                   12545: 
                   12546:        * src/include/pa_common.h, src/main/pa_common.C,
                   12547:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12548:          www/htdocs/index.html: http:// param values now handled exactly
                   12549:          like $response:header values.  e.g. can be hash [can have
                   12550:          subattributes] & contain date values.
                   12551: 
                   12552:        * src/main/pa_common.C, www/htdocs/index.html: http:// param values
                   12553:          lang forced URI
                   12554: 
                   12555:        * src/main/pa_common.C, www/htdocs/index.html: http:// tainted
                   12556:          partes now %xx
                   12557: 
                   12558: 2002-11-28  paf
                   12559: 
                   12560:        * www/htdocs/index.html: doc samples
                   12561: 
                   12562:        * operators.txt: http.timeout
                   12563: 
                   12564:        * src/classes/image.C, www/htdocs/index.html: ^image.length now
                   12565:          counts interchar space. plus space after last char
                   12566: 
                   12567:        * www/htdocs/index.html: regexp syntax xxx$ speed-up  experiments
                   12568: 
                   12569:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   12570: 
                   12571:        * src/classes/image.C: ^image.font width measurer now scans full
                   12572:          height [were -1]
                   12573: 
1.88      moko     12574:        * configure.in: stopped double libltdl/Makefile generation
1.86      moko     12575: 
                   12576:        * src/classes/image.C, www/htdocs/index.html: ^image.text now
                   12577:          outputs one pixel HIGHER chars [one top horizontal line of 1pixel
                   12578:          height were missing]
                   12579: 
                   12580:        * src/classes/op.C, www/htdocs/index.html: ^cache bug fixed.
                   12581:          stupid compiler allowed 'false' to go into (Hash *) parameter
                   12582: 
                   12583: 2002-11-27  paf
                   12584: 
                   12585:        * src/include/pa_globals.h, src/main/pa_globals.C,
                   12586:          src/main/pa_request.C, src/types/pa_vmail.C,
                   12587:          www/htdocs/index.html: response:body[file]  if file nows it's
                   12588:          name now returns content-disposition: >>attachment<<
                   12589: 
                   12590:        * src/classes/image.C, www/htdocs/index.html: ^image.font << bad
                   12591:          font file-size now properly reported
                   12592: 
                   12593: 2002-11-26  paf
                   12594: 
                   12595:        * src/main/pa_request.C: fixed lang in reponse header
                   12596: 
                   12597:        * src/main/pa_common.C, www/htdocs/.htaccess: utf8 prefix ignored
                   12598:          @read text
                   12599: 
                   12600:        * operators.txt, src/main/pa_common.C, www/htdocs/index.html:
                   12601:          http:// response status!=200 made exception: http.status with
                   12602:          source=bad status#
                   12603: 
                   12604: 2002-11-25  paf
                   12605: 
                   12606:        * configure.in, src/classes/image.C,
                   12607:          src/include/pa_config_auto.h.in,
                   12608:          src/include/pa_config_includes.h, src/main/Makefile.am,
                   12609:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   12610:          const void related probs fixed
                   12611: 
                   12612:        * operators.txt, src/main/pa_common.C, www/htdocs/index.html: http
                   12613:          fields now UPPERCASE
                   12614: 
                   12615:          $file[^file::load[http://there]] $file.SERVER
                   12616: 
                   12617:        * src/classes/file.C, src/classes/image.C, src/classes/xdoc.C,
                   12618:          src/include/pa_common.h, src/main/pa_common.C,
                   12619:          src/main/pa_request.C, www/htdocs/index.html: checked http
                   12620:          options [invalid onces now reported] made default user-agent: paf
                   12621: 
                   12622:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   12623:          src/classes/xdoc.C, src/include/pa_common.h,
                   12624:          src/include/pa_globals.h, src/main/pa_common.C,
                   12625:          src/main/pa_globals.C, src/main/pa_request.C,
                   12626:          src/types/pa_vfile.C, src/types/pa_vfile.h,
                   12627:          www/htdocs/index.html: table/xdoc/file::load now understand
                   12628:          http:// prefix and additional params, sample:
                   12629:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   12630:          $.USER-AGENT[parser3] ]]
                   12631: 
                   12632: 2002-11-22  paf
                   12633: 
                   12634:        * src/classes/image.C, src/include/pa_globals.h,
                   12635:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   12636:          src/types/pa_vimage.h, www/htdocs/.htaccess,
                   12637:          www/htdocs/index.html, operators.txt: $image.exif support
                   12638:          $image.exif.DateTime & co
                   12639: 
                   12640: 2002-11-21  paf
                   12641: 
                   12642:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   12643:          _PASS_APPENDED)
                   12644: 
                   12645:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   12646:          EXIF information [were big block and it's size were considered
                   12647:          negative :(]
                   12648: 
                   12649:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   12650:          src/main/pa_common.C, src/types/pa_vmail.C,
                   12651:          www/htdocs/index.html: image.measure internals rewritten. no
                   12652:          there's reader.seek, and all's ready for EXIF extraction [now we
                   12653:          fail to measure files with EXIF info]
                   12654: 
                   12655:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   12656:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   12657:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   12658: 
                   12659: 2002-11-20  paf
                   12660: 
                   12661:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   12662: 
                   12663:        * configure.in, src/include/pa_config_auto.h.in,
                   12664:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   12665:          comment
                   12666: 
                   12667:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   12668: 
                   12669:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   12670:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   12671:          currently processed document SIGPIPE >> interrupts request
                   12672:          processing [exception = DB rollback]
                   12673: 
                   12674:        * src/main/pa_exec.C: comment
                   12675: 
                   12676:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   12677: 
                   12678:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   12679:          << disable HTTP-POST repassing
                   12680: 
                   12681:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   12682:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   12683:          pipe read errors now checked
                   12684: 
                   12685: 2002-11-19  paf
                   12686: 
                   12687:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   12688:          CGI: Illegal call
                   12689: 
                   12690: 2002-11-01  paf
                   12691: 
                   12692:        * src/main/execute.C: comment
                   12693: 
                   12694: 2002-10-31  paf
                   12695: 
                   12696:        * src/main/execute.C: found out why, checked that for now.  todo:
                   12697:          find out a way for that user could do that
                   12698: 
                   12699:        * www/htdocs/: base.p, derived.p, index.html: this example creates
                   12700:          base object, which is wrong, todo: find out why
                   12701: 
                   12702:        * src/types/pa_vstateless_object.h: object put replaces static
                   12703:          parent if any
                   12704: 
                   12705:        * src/types/pa_vobject.C: object put replaces static parent if any
                   12706: 
                   12707:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12708:          src/classes/xnode.h, src/main/compile.tab.C, src/main/execute.C,
                   12709:          src/main/pa_request.C, src/types/pa_value.h,
                   12710:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12711:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12712:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12713:          src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12714:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   12715:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   12716:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   12717:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   12718:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   12719:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12720:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12721:          src/types/pa_vstateless_class.h,
                   12722:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12723:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   12724:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   12725:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12726:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12727:          src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
                   12728:          www/htdocs/index.html: static fix merged
                   12729: 
                   12730:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   12731:          $virtual_fields in dynamic, but one can reach derived
                   12732:          static[class] variable from base
                   12733: 
                   12734:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   12735:          types/pa_vobject.C, types/pa_vobject.h,
                   12736:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   12737:          statics, left $virtual_fields in dynamic
                   12738: 
                   12739:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   12740:          one can't remember derivates in base class: there's so many of
                   12741:          them.  also there can be no virtual method calls in static
                   12742:          classes
                   12743: 
                   12744:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12745:          src/classes/xnode.h, src/main/execute.C, src/main/pa_request.C,
                   12746:          src/types/pa_value.h, src/types/pa_vclass.C,
                   12747:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   12748:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   12749:          src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
                   12750:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
                   12751:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   12752:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   12753:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   12754:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   12755:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12756:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12757:          src/types/pa_vstateless_class.h,
                   12758:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12759:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   12760:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   12761:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12762:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12763:          src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
                   12764:          www/htdocs/index.html: static call $self fixed
                   12765: 
                   12766:        * src/main/execute.C: comment
                   12767: 
                   12768:        * src/classes/op.C, src/types/pa_value.h, src/types/pa_vobject.h,
                   12769:          www/htdocs/base.p, www/htdocs/derived.p, www/htdocs/index.html,
                   12770:          www/htdocs/operators.p, www/htdocs/some.p:
                   12771:          ^process[$caller.self]{...} now compiles to last derived object
                   12772:          part of that 'self'
                   12773: 
                   12774: 2002-10-30  paf
                   12775: 
                   12776:        * www/htdocs/: derived.p, some.p: include method overriding tested
                   12777:          OK
                   12778: 
                   12779: 2002-10-29  paf
                   12780: 
                   12781:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   12782:          re-passing [iis to blame]
                   12783: 
                   12784:        * src/classes/string.C: changed string.save to pass current sql
                   12785:          connection to cstr thus one can ^connect[some server]{
                   12786:          $s[insert into table x (x) values (^taint[sql]{value})]
                   12787:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   12788:          properly escaped.  [tried in mssql->mysql export->import of
                   12789:          binary data]
                   12790: 
                   12791: 2002-10-28  paf
                   12792: 
                   12793:        * www/htdocs/: index.html: bad email handling test
                   12794: 
                   12795: 2002-10-25  paf
                   12796: 
                   12797:        * src/types/pa_vresponse.C: case insensitive response user fields
                   12798:          get/put
                   12799: 
                   12800:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   12801:          types/pa_vresponse.C: saving for maybe-future
                   12802: 
                   12803: 2002-10-23  paf
                   12804: 
                   12805:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   12806:          ^table.hash(expr)...
                   12807: 
                   12808:        * src/types/pa_vmail.C, www/htdocs/index.html: email whitespace
                   12809:          trimBoth-ed
                   12810: 
                   12811: 2002-10-22  paf
                   12812: 
                   12813:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   12814:          VForm::Append...(...Value)
                   12815: 
                   12816:        * src/main/execute.C: $.name outside of $name[...] checked
                   12817: 
                   12818:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   12819:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   12820: 
                   12821: 2002-10-21  paf
                   12822: 
                   12823:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   12824:          $form:qtail $form:imap.x/y
                   12825: 
                   12826:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   12827:          "?value&...", "...&value&...", "...&value"
                   12828: 
                   12829:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   12830: 
                   12831:        * operators.txt, src/classes/file.C, www/htdocs/index.html:
                   12832:          /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
                   12833: 
                   12834: 2002-10-17  paf
                   12835: 
                   12836:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   12837:          a little: logical not and bitwise negation precedence made
                   12838:          highest, << and >> bitshits precedence made equal [were << higher
                   12839:          than >>]
                   12840: 
                   12841:        * src/classes/op.C: exception handling fixed [were bad with
                   12842:          contexts]
                   12843: 
                   12844: 2002-10-16  paf
                   12845: 
                   12846:        * www/htdocs/index.html: bad compile to system class test
                   12847: 
                   12848:        * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
                   12849:          src/main/pa_request.C, www/htdocs/index.html,
                   12850:          www/htdocs/derived.p: Request::self considered equal to
                   12851:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   12852:          VMethodFrame.self()
                   12853: 
                   12854:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   12855:          $hash in open field now gives old good error meesage
                   12856: 
                   12857: 2002-10-15  paf
                   12858: 
                   12859:        * src/types/pa_vjunction.h, www/htdocs/index.html: ^if(def
                   12860:          $junction){was true}{now false} use ^if($junction is
                   12861:          junction){was and now true}
                   12862: 
                   12863:        * src/classes/xdoc.C, src/classes/xnode.C,
                   12864:          src/include/pa_charset.h, src/include/pa_pool.h,
                   12865:          src/main/pa_charset.C, src/main/pa_pool.C, src/types/pa_vxnode.C,
                   12866:          www/htdocs/index.html: xml->parser strings now have origin, which
                   12867:          points to place where value left xml library and came to parser:
                   12868:          place of dom field extraction/call
                   12869: 
                   12870:        * src/classes/op.C, src/include/pa_opcode.h,
                   12871:          src/include/pa_request.h, src/main/compile.tab.C,
                   12872:          src/main/compile.y, src/main/execute.C,
                   12873:          src/types/pa_vmethod_frame.h, www/htdocs/derived.p: removed last
                   12874:          pieces of old code allowing $junction.xxx at compile time
                   12875: 
                   12876:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   12877:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   12878:          objects also considered [were only classes]
                   12879: 
                   12880:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   12881:          src/types/pa_vmethod_frame.h, www/htdocs/derived.p,
                   12882:          www/htdocs/index.html: ^process[CLASS]{body} now executed with
                   12883:          CLASS self.  [   (request&method_frame).self temporarily changed
                   12884:          ]
                   12885: 
                   12886:        * src/classes/hash.C, src/classes/op.C, www/htdocs/index.html,
                   12887:          www/htdocs/operators.p: method_frame now always changed, with no
                   12888:          exception to native calls.  for&foreach changed to use
                   12889:          method_frame.caller for their var's name context
                   12890: 
                   12891:        * src/main/execute.C, src/targets/cgi/parser3.C,
                   12892:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12893:          www/htdocs/operators.p: compiling to system classes disabled
                   12894: 
                   12895:        * www/htdocs/: derived.p, index.html: test of ^process from
                   12896:          operator called from user class
                   12897: 
                   12898:        * operators.txt, src/classes/op.C, www/htdocs/operators.p:
                   12899:          ^process[$caller.CLASS]{code-string} added
                   12900: 
                   12901:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   12902:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   12903:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   12904:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   12905:          src/types/types.dsp, www/htdocs/operators.p: removed
                   12906:          $junction.get $junction.set[] introducing $caller
                   12907: 
                   12908:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   12909:          find them lower by inheritance tree
                   12910: 
                   12911:        * src/types/pa_vjunction.C: ident
                   12912: 
                   12913: 2002-10-14  paf
                   12914: 
                   12915:        * src/classes/op.C: process compiles to code's class class
                   12916: 
                   12917:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12918:          src/include/pa_request.h, src/main/compile.C,
                   12919:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   12920:          src/main/pa_request.C, src/types/pa_vstateless_class.h,
                   12921:          www/htdocs/index.html: operators now main-class-methods
                   12922: 
                   12923:        * src/classes/op.C, src/include/pa_request.h,
                   12924:          www/htdocs/index.html, www/htdocs/operators.p: ^try{^call{}} now
                   12925:          has better stack trace [has "call" & co there]
                   12926: 
                   12927:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12928:          operators @auto now executed in MAIN context
                   12929: 
                   12930:        * src/main/execute.C: operator execution context now = MAIN, not
                   12931:          closest stack frame
                   12932: 
                   12933:          @touchit[] $i[after]
                   12934: 
                   12935:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   12936:          were 'after'
                   12937: 
                   12938:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   12939:          'after'
                   12940: 
                   12941:        * src/main/execute.C: comment
                   12942: 
                   12943:        * src/types/pa_vclass.C, src/types/pa_vobject.h,
                   12944:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12945:          www/htdocs/index.html, www/htdocs/operators.p: $form:CLASS
                   12946:          resurrected [wes killed in action]
                   12947: 
                   12948:        * src/types/pa_vxnode.C: misreplace fixed
                   12949: 
                   12950:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   12951:          src/types/pa_vstatus.C, operators.txt, www/htdocs/index.html:
                   12952:          $status:rusage.tv_secs/usecs introduced
                   12953: 
                   12954: 2002-10-09  paf
                   12955: 
                   12956:        * src/classes/double.C, src/classes/int.C, src/classes/string.C,
                   12957:          www/htdocs/derived.p, www/htdocs/index.html: ^string.int[] now
                   12958:          failes on empty string [or uses (default)]
                   12959: 
                   12960: 2002-10-08  paf
                   12961: 
                   12962:        * src/main/untaint.C: mail header quoted printable changed after
                   12963:          RFC reread
                   12964: 
                   12965:        * operators.txt: plan on ^if(method
                   12966: 
                   12967:        * src/types/pa_vxnode.C: misreplace
                   12968: 
                   12969: 2002-09-24  paf
                   12970: 
                   12971:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
                   12972: 
                   12973:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   12974:          mailreceive would compile on freebsd now
                   12975: 
                   12976:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   12977:          configure, configure.in, src/include/pa_config_auto.h.in,
                   12978:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   12979:          mailreceive would compile on freebsd now
                   12980: 
                   12981:        * src/classes/file.C, src/main/untaint.C, www/htdocs/index.html: 1.
                   12982:           file spec language changed: now there are only few chars are
                   12983:          untainted: * ? ' " < > | and, on unix, : \ ~ [russian letters and
                   12984:          SPACES now enabled, one should use ^untaint[uri]{...} now]
                   12985: 
                   12986:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   12987:          $list.name, not tainted as filespec
                   12988: 
                   12989:          @russianindex[] #dir with files with russian-lang names
                   12990:          $where[dir]
                   12991: 
                   12992:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   12993:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   12994: 
                   12995: 2002-09-23  paf
                   12996: 
                   12997:        * src/types/pa_vdouble.h: double->int round added
                   12998: 
                   12999:        * src/classes/date.C: date bug fix, now
                   13000:          round(floatDays*secondsPerDay)
                   13001: 
                   13002:        * src/classes/date.C: date bug fix, now
                   13003:          round(floatDays*secondsPerDay)
                   13004: 
                   13005: 2002-09-20  paf
                   13006: 
                   13007:        * src/main/execute.C, www/htdocs/index.html: code junction calls
                   13008:          disabled [before: code was compiled in such a way, that there
                   13009:          were no code-junctions in OP_CALL]
                   13010: 
                   13011:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   13012: 
                   13013:          @badjunctioncallinside[code] ^code[]
                   13014: 
                   13015:        * src/main/compile.tab.C, src/main/compile.y,
                   13016:          www/htdocs/index.html: changed grammer on junction expanding to
                   13017:          include ^junction.method
                   13018: 
                   13019:        * src/main/pa_common.C: -d "DIR/" now true
                   13020: 
                   13021:        * src/classes/xdoc.C, www/htdocs/index.html: xdoc::create[name] now
                   13022:          sets $request:charset as internal xdoc encoding, and after
                   13023:          decoding attributes set by dom functions now encoded OK, not as
                   13024:          digital entities
                   13025: 
                   13026:        * src/classes/xdoc.C: empty transform result, being taken as file
                   13027:          now returns empty file, not raises stupid error about "stat-ed
                   13028:          file"
                   13029: 
                   13030:        * src/types/pa_vhash.h, www/htdocs/operators.p: hash.foreach
                   13031:          modification of existing keys allowed
                   13032: 
                   13033:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   13034:          write iterators now:
                   13035: 
                   13036:          ^user-foreach[key;value]{$key=$value<br>}
                   13037: 
                   13038:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13039:          $code.value($i*2)       $code }
                   13040: 
                   13041:        * src/main/compile_tools.h: mistype
                   13042: 
1.89      moko     13043:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   13044:          thus taking linking options configure changes into account [were:
                   13045:          ignoring]
1.86      moko     13046: 
                   13047:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   13048:          $junction.get/put(1) one can write iterators now:
                   13049: 
                   13050:          ^user-foreach[key;value]{$key=$value<br>}
                   13051: 
                   13052:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13053:          $code.value($i*2)       $code }
                   13054: 
                   13055:        * src/include/pa_opcode.h, src/include/pa_request.h,
                   13056:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   13057:          src/main/main.dsp, src/targets/cgi/parser3.dsp,
                   13058:          src/types/pa_vjunction.h, www/htdocs/.htaccess,
                   13059:          www/htdocs/index.html: introducing $junction.get/put(1) one can
                   13060:          write iterators now:
                   13061: 
                   13062:          ^user-foreach[key;value]{$key=$value<br>}
                   13063: 
                   13064:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13065:          $code.value($i*2)       $code }
                   13066: 
                   13067: 2002-09-19  paf
                   13068: 
                   13069:        * Makefile.am: new: make commit
                   13070: 
                   13071:        * aclocal.m4: forced to be older
                   13072: 
                   13073: 2002-09-18  paf
                   13074: 
                   13075:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   13076:          src/main/compile.y, src/main/execute.C, www/htdocs/index.html: <<
                   13077:          >> int shifts
                   13078: 
                   13079:        * src/: include/pa_common.h, include/pa_request.h,
                   13080:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   13081:          - now this - fatal error
                   13082: 
                   13083:        * src/classes/file.C, www/htdocs/index.html,
                   13084:          www/htdocs/mailreceive.eml: ^file::exec/cgi $.stdin[can be file
                   13085:          now] so that one can pass binary data there
                   13086: 
                   13087:        * src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13088:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   13089:          src/classes/mail.C, src/classes/op.C, src/classes/response.C,
                   13090:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13091:          src/classes/xdoc.C, src/classes/xnode.C,
                   13092:          src/include/pa_request.h, www/htdocs/index.html: pa_request
                   13093:          contexts made privated, plus get_{self/method_frame} to read.
                   13094:          Request_context_saver used in ^try to save flang too.  [were not
                   13095:          saved]
                   13096: 
                   13097:        * src/types/pa_vresponse.C: header value chains joined before
                   13098:          output, this should help $.subject[$var $var] from being
                   13099:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   13100: 
                   13101: 2002-09-17  paf
                   13102: 
                   13103:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   13104:          removed changes, operators executed with calling self.  lots of
                   13105:          code with ^include code relies on defined/defining self variables
                   13106: 
                   13107:          $a[1] ^include[print_a.p] print_a.p: $a
                   13108: 
                   13109:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   13110: 
                   13111:        * src/classes/op.C, src/main/execute.C, src/main/pa_request.C,
                   13112:          src/types/pa_value.C, src/types/pa_value.h,
                   13113:          src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
                   13114:          www/htdocs/operators.p: operators now executed with MAIN self.
                   13115:          it's for ^include sake, too strong a change
                   13116: 
                   13117:        * src/classes/op.C, www/htdocs/index.html, www/htdocs/operators.p:
                   13118:          made place for ^process to compile it's code to in case of no
                   13119:          self
                   13120: 
                   13121:        * src/main/execute.C, www/htdocs/index.html: found ancient param to
                   13122:          Junction, removed.  allowed passing self to native_code_operators
                   13123:          [for ^process to work, she needs self]
                   13124: 
                   13125:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13126:          types/pa_vstateless_class.h: found ancient param to Junction,
                   13127:          removed.  allowed passing self to native_code_operators [for
                   13128:          ^process to work, she needs self]
                   13129: 
                   13130:        * src/main/execute.C, src/main/pa_request.C, src/types/pa_value.C,
                   13131:          src/types/pa_value.h, src/types/pa_vmethod_frame.h,
                   13132:          src/types/pa_vstateless_class.h, www/htdocs/index.html,
                   13133:          www/htdocs/operators.p: allowed Request.self to be 0, checked
                   13134:          that in VMethodFrame get/put and $self.
                   13135: 
                   13136:        * src/classes/table.C, src/classes/xdoc.C, www/htdocs/index.html:
                   13137:          table::sql  options table::create  copy options options checked,
                   13138:          wrong option now fatal error
                   13139: 
                   13140:        * src/main/pa_string.C, www/htdocs/index.html: string.replace fixed
                   13141:          [were missing words on pieces boundaries]
                   13142: 
                   13143:        * bin/auto.p.dist.in: strange \n
                   13144: 
                   13145:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   13146:          .dll on cygwin, .so in other cases)
                   13147: 
                   13148:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   13149:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
                   13150: 
                   13151:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   13152:          src/include/pa_globals.h, src/main/pa_globals.C,
                   13153:          www/htdocs/index.html: table.sql hash::sql flag to allow
                   13154:          duplicate keys [$.distinct(1/0)] first record taken [were last]
                   13155: 
                   13156:        * src/classes/hash.C, src/classes/table.C,
                   13157:          src/include/pa_sql_connection.h, www/htdocs/index.html: table.sql
                   13158:          hash::sql duplicate keys now errors
                   13159: 
                   13160:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   13161: 
                   13162:        * src/classes/op.C, src/classes/table.C, www/htdocs/index.html:
                   13163:          menu/for delims bug fixed [were ,2,3]
                   13164: 
                   13165: 2002-09-16  paf
                   13166: 
                   13167:        * src/classes/file.C, www/htdocs/index.html: file::cgi line ends
                   13168:          can be both unix & dos. and they can be unix [\n\n] on win when
                   13169:          'use CGI' used, it causes stdout to be binary.  now detected
                   13170:          closest header break.
                   13171: 
                   13172:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   13173:          closed right
                   13174: 
                   13175: 2002-09-13  paf
                   13176: 
                   13177:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13178:          src/main/compile_tools.h, www/htdocs/index.html: (expression
                   13179:          #comment)
                   13180: 
                   13181:          (multiline expression #comment  line2  #comment )
                   13182: 
                   13183:          (expression #comment with (brackets) comment) << OK
                   13184: 
                   13185:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13186:          www/htdocs/index.html: !| bitwise !|| numerical xor now
                   13187:          [preparing for expression #comments]
                   13188: 
                   13189:        * src/main/compile.tab.C, src/main/compile.y,
                   13190:          www/htdocs/index.html: @method[$name] now parse error
                   13191: 
                   13192:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   13193:          cheched in pa_socks.C
                   13194: 
                   13195:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   13196:          HAVE_WINSOCK_H created in configure.in
                   13197: 
                   13198:        * src/main/compile.tab.C, src/main/compile.y,
                   13199:          src/types/pa_vresponse.C, www/htdocs/index.html: cookie date now
                   13200:          clean [were mistakenly tainted & that worked bad with opera --
                   13201:          'happily' that worked OK with msie]
                   13202: 
                   13203: 2002-09-12  paf
                   13204: 
                   13205:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   13206:          VClass get_element now first looks to fields, next to methods &
                   13207:          co todo: the rest reason: more speed
                   13208: 
                   13209:        * src/main/untaint.C: quoted printable encoding stops before
                   13210:          \s*<...>$
                   13211: 
                   13212:        * src/main/untaint.C, www/htdocs/index.html: quoted printable ' '
                   13213:          now =20 and encoding stops before <...>$
                   13214: 
                   13215: 2002-09-11  paf
                   13216: 
                   13217:        * src/main/pa_charset.C, src/targets/cgi/parser3.dsp,
                   13218:          www/htdocs/index.html: while fixing (
                   13219:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   13220:          forgot to check users of those funcs. not all were using that
                   13221:          return value convention
                   13222: 
                   13223:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   13224:          windows-1254 added
                   13225: 
                   13226: 2002-09-10  paf
                   13227: 
                   13228:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   13229:          VCodeFrame parent param were specified badly
                   13230: 
                   13231:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   13232:          WWrapper which used in constructing objects(second param to sql
                   13233:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   13234:          code in hash to survivi
                   13235: 
                   13236:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   13237:          param to execute [stack said 'thanks']
                   13238: 
                   13239:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   13240:          types/pa_value.h, types/pa_vcode_frame.h,
                   13241:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   13242:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   13243:          responsibility to wcontext
                   13244: 
                   13245:        * src/classes/file.C: decided not to log exec's with stderr, that
                   13246:          could be warnings, and it's up to scritper to log/show them
                   13247: 
                   13248:        * src/classes/double.C, src/main/execute.C, www/htdocs/index.html:
                   13249:          double:sql badly called write_assign_lang, not write_no_lang,
                   13250:          thus doing unnecessary double/string converstion, which were
                   13251:          loosing time&precesion
                   13252: 
                   13253:        * src/main/pa_charset.C, src/types/pa_vmail.C,
                   13254:          www/htdocs/index.html: xmlCharEncodingInput/OutputFunc callbacks
                   13255:          returned bad value in case of unfinished in buffer processing,
                   13256:          causing accidental transcode stop [in case that source enc !=
                   13257:          utf-8 & there is incomplete utf-8 sequence at the end of
                   13258:          16000block iside of libxml lib] tfm readed & code updated
                   13259: 
                   13260: 2002-09-04  paf
                   13261: 
                   13262:        * configure: makes with sjlj
                   13263: 
                   13264:        * INSTALL, src/include/pa_config_fixed.h,
                   13265:          src/include/pa_sql_connection.h,
                   13266:          src/main/pa_sql_driver_manager.C, www/htdocs/index.html:
                   13267:          -with-sjlj-exceptions define checked.  on win32 it made default
                   13268: 
                   13269:        * src/include/pa_config_auto.h.in: sjlj define
                   13270: 
                   13271:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   13272:          can not work with longjump/throw pair, and one must switch that
                   13273:          on there.  todo: detect that automatically]
                   13274: 
                   13275:        * src/types/pa_vxnode.C, www/htdocs/index.html: removed too strong
                   13276:          checks of xnode.elements.  now, for instance, if element does not
                   13277:          have any attributes, $xnode.attributes is void, not error
                   13278: 
                   13279: 2002-09-02  paf
                   13280: 
                   13281:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp,
                   13282:          www/htdocs/index.html: removed double_result, didn't help
                   13283: 
                   13284:        * src/main/execute.C: double_result made to move that var away from
                   13285:          hungry g++ optimizer (-O2), before: it were optimized and
                   13286:          comparison operators worked badly
                   13287: 
                   13288:        * src/types/pa_vdate.h: removed debug
                   13289: 
                   13290:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
                   13291: 
                   13292:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   13293:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   13294:          unknown reason.
                   13295: 
                   13296: 2002-08-29  paf
                   13297: 
                   13298:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   13299:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   13300:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   13301:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   13302:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   13303:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   13304:          src/types/types.dsp, www/htdocs/index.html: junction_cleaner
                   13305:          moved to auto VMethodFrame [called less frequent, allowed to
                   13306:          remove ugly Junction.change_context-s from many places, switch,
                   13307:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   13308:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   13309:          [speed up]
                   13310: 
                   13311: 2002-08-28  paf
                   13312: 
                   13313:        * src/types/pa_vcookie.C, www/htdocs/index.html: $cookie:name[&]
                   13314:          $cookie:name << now tainted
                   13315: 
                   13316:        * src/types/pa_vcookie.C, www/htdocs/index.html: fixed cookie
                   13317:          delete when $cookie:name[$.value[]]
                   13318: 
                   13319:        * operators.txt, src/classes/string.C, www/htdocs/derived.p,
                   13320:          www/htdocs/index.html: ^string.split[delim[;options]]
                   13321: 
                   13322: 2002-08-27  paf
                   13323: 
                   13324:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
                   13325: 
                   13326:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13327:          www/htdocs/index.html, www/htdocs/mailreceive.eml: # now
                   13328:          delimiter
                   13329: 
                   13330:        * INSTALL: recommended latest gmime 1.0.5
                   13331: 
                   13332: 2002-08-26  paf
                   13333: 
1.89      moko     13334:        * configure, configure.in: apache13/hook added to make dist.
1.86      moko     13335: 
                   13336: 2002-08-23  paf
                   13337: 
                   13338:        * src/include/pa_common.h, src/main/pa_common.C,
                   13339:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   13340:          www/htdocs/index.html: when auto.p beside binary [cgi, isapi] not
                   13341:          accessible [due to bad rights or whatever] it's error now
                   13342: 
                   13343: 2002-08-21  paf
                   13344: 
                   13345:        * www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
                   13346:          "base class".  compiled as if here they named base class
                   13347: 
                   13348:        * Makefile.am: can use: make happy equals to make update install
                   13349: 
                   13350:        * src/main/compile.tab.C, src/main/compile.y,
                   13351:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13352:          www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
                   13353:          "base class".  compiled as if here they named base class
                   13354: 
                   13355:        * src/main/pa_string.C, www/htdocs/index.html: fixed bad language
                   13356:          bug, [were wrong string cloning constructor]
                   13357: 
                   13358:        * src/main/execute.C, src/types/pa_vobject.h, www/htdocs/base.p,
                   13359:          www/htdocs/derived.p, www/htdocs/index.html: fixed virtual calls
                   13360: 
                   13361:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   13362:          src/types/pa_vfile.C, src/types/pa_vmail.C,
                   13363:          www/htdocs/mailreceive.eml, www/htdocs/mailreceive.html:
                   13364:          $mail.received.file.value.content-type fixed
                   13365: 
                   13366: 2002-08-20  paf
                   13367: 
                   13368:        * src/classes/file.C, www/htdocs/index.html: fixed language of
                   13369:          file:file result
                   13370: 
                   13371:        * operators.txt, src/classes/void.C, www/htdocs/index.html:
                   13372:          ^void.pos[...] = -1 merged from 3.0.0005
                   13373: 
                   13374:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   13375: 
                   13376:        * operators.txt, src/classes/void.C, www/htdocs/index.html:
                   13377:          ^void.length[] = 0 merged from 3.0.0005
                   13378: 
                   13379:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   13380: 
                   13381: 2002-08-19  paf
                   13382: 
                   13383:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   13384:          work now
                   13385: 
                   13386:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   13387:          error in xnode, which were not catched in xdoc]
                   13388: 
                   13389:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   13390:          prepared:        // validate each document after load/create (?)
                   13391:                 //xmlDoValidityCheckingDefaultValue = 1;
                   13392: 
                   13393: 2002-08-15  paf
                   13394: 
                   13395:        * src/classes/classes.h, www/htdocs/index.html: write to static var
                   13396:          caused useless Exception, introduced Methoded::put_element wich
                   13397:          consumes those
                   13398: 
                   13399:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   13400:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   13401:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13402:          www/htdocs/index.html: $response:field[date]
                   13403:          $response:field[$.xxx[date]]
                   13404: 
                   13405:        * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   13406:          src/classes/void.C, src/include/pa_sql_connection.h,
                   13407:          www/htdocs/index.html: fixed source of ^hash::sql{bad}
                   13408: 
                   13409:        * operators.txt: $request:body unprecessed POST request body
                   13410: 
                   13411:        * src/types/pa_vrequest.C, www/htdocs/index.html: $request:body
                   13412:          unprecessed POST request
                   13413: 
                   13414:        * src/types/pa_value.h, src/types/pa_vdate.h,
                   13415:          src/types/pa_vrequest.C, src/types/pa_vxdoc.C,
                   13416:          src/types/pa_vxnode.C, www/htdocs/index.html: few barks: bark("%s
                   13417:          field not found", 0, &aname)
                   13418: 
                   13419:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   13420:          src/include/pa_request.h, src/main/pa_pool.C,
                   13421:          src/types/pa_vform.C, src/types/pa_vform.h, www/htdocs/.htaccess:
                   13422:          planning/preparing_to $request:body r.post_data now const
                   13423: 
                   13424:        * src/classes/image.C, src/classes/op.C, src/classes/xdoc.C,
                   13425:          src/classes/xnode.C, src/main/execute.C, src/types/pa_value.h,
                   13426:          src/types/pa_vhash.h, src/types/pa_vobject.C,
                   13427:          src/types/pa_vobject.h, src/types/pa_vtable.h,
                   13428:          www/htdocs/index.html: instead of type() checking everywhere used
                   13429:          Value.as now user descendants can be used in params.
                   13430: 
                   13431:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   13432:          ^if($xtable) now OK
                   13433: 
                   13434:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   13435:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   13436:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   13437: 
                   13438: 2002-08-14  paf
                   13439: 
                   13440:        * src/classes/xnode.h, src/main/execute.C,
                   13441:          src/targets/cgi/parser3.dsp, src/types/pa_value.h,
                   13442:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13443:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13444:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13445:          src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13446:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13447:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   13448:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13449:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   13450:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   13451:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   13452:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13453:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13454:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13455:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13456:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13457:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13458:          src/types/pa_wwrapper.h, www/htdocs/index.html: is now works with
                   13459:          VObject & VClass
                   13460: 
                   13461:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   13462: 
                   13463:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   13464:          removed fixopt stupidity. on stupid linux use cd /document/root
                   13465:          ../cgi/parser3 script
                   13466: 
                   13467:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   13468:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   13469: 
                   13470:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   13471:          fixopt.h: fixopt now preprocesses command line params, splitting
                   13472:          them by space, excluding argv[0], argv[argc-1]
                   13473: 
                   13474:        * src/targets/cgi/parser3.C: -f config file
                   13475: 
                   13476:        * src/targets/cgi/parser3.C, www/htdocs/auto.p,
                   13477:          www/htdocs/derived.p, www/htdocs/index.html: fixed .log file dir
                   13478: 
                   13479: 2002-08-13  paf
                   13480: 
                   13481:        * src/types/pa_vobject.C, www/htdocs/derived.p,
                   13482:          www/htdocs/index.html: allow override parent variables, useful
                   13483:          for form descendants [in vobject too, were in vclass]
                   13484: 
                   13485:        * src/types/pa_vclass.C, www/htdocs/index.html: allow override
                   13486:          parent variables, useful for form descendants
                   13487: 
                   13488:        * src/types/pa_vclass.C, www/htdocs/derived.p: checked:
                   13489:          form[vclass]fields can be overwritten in derived(table)
                   13490: 
                   13491:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   13492:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   13493:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   13494:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   13495:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   13496:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13497:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   13498:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13499:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13500:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13501:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13502:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   13503:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   13504:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13505:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   13506:          Value::get_element(..., bool looking_down) [needed to exclude
                   13507:          endless recoursion]
                   13508: 
                   13509:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   13510:          fix bug with put endless recoursion todo: check 'as'
                   13511: 
                   13512:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   13513:          reorganized modules todo: fix bug with put endless recoursion
                   13514:          todo: check 'as'
                   13515: 
                   13516:        * src/types/pa_vobject.h, www/htdocs/derived.p: checked: table
                   13517:          fields can be overwritten in derived(table)
                   13518: 
                   13519:        * www/htdocs/derived.p: sample: dont convinient that table fields
                   13520:          can be overridden
                   13521: 
                   13522:        * src/types/pa_vobject.h, www/htdocs/derived.p,
                   13523:          www/htdocs/index.html: derived classes can have fields of their
                   13524:          own now
                   13525: 
                   13526:        * src/classes/table.C, src/types/pa_vtable.C,
                   13527:          src/types/pa_vtable.h, www/htdocs/derived.p: fixed error message
                   13528:          on using non-created table
                   13529: 
                   13530:        * src/classes/form.C, src/classes/hash.C, src/classes/mail.C,
                   13531:          src/classes/op.C, src/classes/xnode.h, src/include/pa_request.h,
                   13532:          src/main/compile.C, src/main/compile.tab.C, src/main/execute.C,
                   13533:          src/main/pa_request.C, src/types/pa_value.h,
                   13534:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   13535:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   13536:          src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
                   13537:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
                   13538:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13539:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13540:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
                   13541:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13542:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13543:          src/types/pa_vstateless_class.h,
                   13544:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13545:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13546:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13547:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13548:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13549:          src/types/pa_wwrapper.h, www/htdocs/derived.p: VObject.get/out
                   13550:          now looking down/up tree todo: fix error message on
                   13551:          non-constructed parents
                   13552: 
                   13553: 2002-08-12  paf
                   13554: 
                   13555:        * src/types/pa_vstateless_class.h,
                   13556:          src/types/pa_vstateless_object.h, www/htdocs/derived.p: table
                   13557:          derived OK
                   13558: 
                   13559:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   13560:          thorough testing
                   13561: 
                   13562:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   13563:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   13564:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   13565:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   13566:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   13567:          ^base:create[] dynamic call rewritten todo: thorough testing
                   13568: 
                   13569:        * www/htdocs/: base.p, derived.p: not good - along upward-virtual
                   13570:          call self eq child
                   13571: 
                   13572:        * src/types/pa_value.h, src/types/pa_vclass.h,
                   13573:          src/types/pa_vobject.h, www/htdocs/base.p, www/htdocs/derived.p:
                   13574:          VObject ctor now instantates base class, remembers it and saves
                   13575:          child in parent VObject.get_class now returns last child =
                   13576:          downward virtual calls OK
                   13577: 
                   13578:        * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
                   13579:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   13580:          src/types/pa_vfile.h, src/types/pa_vimage.h, src/types/pa_vint.h,
                   13581:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
                   13582:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13583:          src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
                   13584:          src/types/pa_vtable.h, src/types/pa_vxdoc.h,
                   13585:          src/types/pa_vxnode.h, src/types/pa_wcontext.h,
                   13586:          src/types/types.dsp, www/htdocs/index.html: killed VAliased
                   13587:          [redundant], moved $CLASS to VObject only [parser class instance]
                   13588: 
                   13589:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   13590: 
                   13591:        * bin/auto.p.dist.in: fixed sendmail default comment
                   13592: 
                   13593:        * src/main/pa_request.C: $response:body[file] content-type check
                   13594:          fixed [were bad when content-type is hash]
                   13595: 
                   13596: 2002-08-09  paf
                   13597: 
                   13598:        * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
                   13599:          src/types/pa_vobject.h, src/types/pa_vxdoc.h,
                   13600:          www/htdocs/index.html: started as()
                   13601: 
                   13602: 2002-08-08  paf
                   13603: 
                   13604:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   13605:          src/main/pa_globals.C, www/htdocs/index.html: year column in
                   13606:          month calendar [week year]
                   13607: 
                   13608:        * src/main/execute.C, www/htdocs/index.html: error reporting on
                   13609:          object writes to MAIN improved [were ruind with fixing
                   13610:          $obj[^if(1){$obj}] ]
                   13611: 
                   13612:        * operators.txt, src/types/pa_vdate.h, www/htdocs/index.html:
                   13613:          $date.yearday $date.daylightsaving
                   13614: 
                   13615:        * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/auto.p,
                   13616:          www/htdocs/index.html: in letter texts one can use tainted data
                   13617:          now. only she must specify the language.
                   13618: 
                   13619:          ^mail:send[     $.from[paf@mail.design.ru]
                   13620:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   13621:                $.text[^taint[uri][ìîñêâà]=] ]
                   13622: 
                   13623:        * www/htdocs/index.html: ^process now prints more precise origin
                   13624: 
                   13625:        * src/classes/file.C, src/classes/op.C, src/types/pa_vfile.C,
                   13626:          www/htdocs/index.html: ^process now prints more precise origin
                   13627: 
                   13628:        * src/include/pa_string.h, www/htdocs/index.html:
                   13629:          String::first_char now not fails on empty strings ^if(-f '') now
                   13630:          ok and in 3 other places.
                   13631: 
                   13632:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   13633:          String::first_char now not fails on empty strings ^if(-f '') now
                   13634:          ok and in 3 other places.
                   13635: 
                   13636: 2002-08-07  paf
                   13637: 
                   13638:        * src/classes/string.C, src/main/pa_string.C,
                   13639:          www/htdocs/index.html: ^string.mid(0;bad) fixed
                   13640: 
                   13641:        * src/main/pa_string.C, www/htdocs/index.html: ^string.mid(0;bad)
                   13642:          fixed
                   13643: 
                   13644:        * src/main/execute.C, src/types/pa_vcode_frame.h,
                   13645:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.C,
                   13646:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
                   13647:          www/htdocs/index.html: vcodeframe were mistakenly not completely
                   13648:          transparent to object writes.  $hash[^if(1){$hash}] now works
                   13649: 
                   13650:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   13651:          now erasing cache file [there were bad check on that]
                   13652: 
                   13653:        * src/classes/classes.dsp, src/classes/table.C,
                   13654:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/pa_array.C,
                   13655:          src/types/types.dsp, www/htdocs/index.html: all Debug dirs in
                   13656:          .dsp now named 'Debug'
                   13657: 
                   13658:        * etc/parser3.charsets/Makefile.am: all included into dist
                   13659: 
                   13660:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   13661: 
                   13662:        * operators.txt, src/types/pa_vmail.C, www/htdocs/index.html:
                   13663:          exception_type  email.format
                   13664: 
                   13665:        * src/types/pa_vmail.C, www/htdocs/global.xsl,
                   13666:          www/htdocs/index.html: mail:send empty  email checked
                   13667: 
                   13668: 2002-08-06  paf
                   13669: 
                   13670:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   13671:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
                   13672:          www/htdocs/index.html: ^table::create[$source;$.options]
                   13673:          ^table::join[$source;$.options]
                   13674: 
                   13675:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   13676:          src/classes/table.C, www/htdocs/index.html: sql options can be
                   13677:          string now ^xxx:sql{...}[ #  $.default() }
                   13678: 
                   13679:        * src/classes/file.C, www/htdocs/index.html: $f[file::cgi] $f.UPPER
                   13680:          case fields
                   13681: 
                   13682:        * src/classes/file.C, src/include/pa_globals.h,
                   13683:          src/main/pa_globals.C, src/main/pa_request.C,
                   13684:          src/types/pa_vfile.C, src/types/pa_vfile.h,
                   13685:          www/htdocs/index.html: $file.content-type [instead of .mime-type]
                   13686:          now works for file::stat also
                   13687: 
                   13688:        * src/main/pa_request.C, www/htdocs/index.html: case insensitive
                   13689:          mime_type_of
                   13690: 
                   13691:        * bin/auto.p.dist.in: jpeg
                   13692: 
                   13693: 2002-08-05  paf
                   13694: 
                   13695:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   13696: 
                   13697:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   13698: 
                   13699:        * operators.txt: comment on date:calendar week column
                   13700: 
                   13701:        * src/main/pa_common.C: write checked
                   13702: 
                   13703:        * src/main/: pa_common.C: write checked
                   13704: 
                   13705:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   13706: 
                   13707:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   13708:          month calendar week column [ISO 8601 Week Numbers]
                   13709: 
                   13710: 2002-08-02  paf
                   13711: 
                   13712:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   13713:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   13714:          DEBUG*
                   13715: 
                   13716:        * configure, configure.in, src/include/pa_version.h: release
                   13717:          3_0_0005
                   13718: 
                   13719:        * bin/auto.p.dist.in: unhandled_exception comments
                   13720: 
                   13721:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   13722:          multipart post fixed
                   13723: 
                   13724:        * operators.txt, src/main/pa_request.C, www/htdocs/index.html,
                   13725:          src/types/pa_vform.C: response transcoded source->client only
                   13726:          when text/* or simple onoverridden $response:body
                   13727: 
                   13728: 2002-08-01  paf
                   13729: 
                   13730:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13731:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13732:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13733:          classes/op.C, classes/response.C, classes/string.C,
                   13734:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88      moko     13735:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   13736:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     13737:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   13738:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   13739:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   13740:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   13741:          include/pa_socks.h, include/pa_sql_connection.h,
                   13742:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   13743:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   13744:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13745:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13746:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   13747:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   13748:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13749:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   13750:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   13751:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   13752:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   13753:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   13754:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   13755:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   13756:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   13757:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   13758:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   13759:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   13760:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   13761:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   13762:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   13763:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   13764:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   13765:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   13766:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13767:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   13768:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   13769:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13770:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13771:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13772:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13773:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13774:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13775:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13776:          types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
                   13777: 
                   13778:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   13779:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   13780:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13781:          classes/math.C, classes/op.C, classes/response.C,
                   13782:          classes/string.C, classes/table.C, classes/void.C,
                   13783:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     13784:          include/pa_array.h, include/pa_cache_managers.h,
                   13785:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     13786:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   13787:          include/pa_dictionary.h, include/pa_dir.h,
                   13788:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   13789:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   13790:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   13791:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   13792:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13793:          include/pa_stack.h, include/pa_string.h,
                   13794:          include/pa_stylesheet_connection.h,
                   13795:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13796:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13797:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   13798:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13799:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   13800:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13801:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   13802:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   13803:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   13804:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13805:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1.89      moko     13806:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   13807:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   13808:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   13809:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   13810:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   13811:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   13812:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   13813:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   13814:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   13815:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   13816:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13817:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   13818:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   13819:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13820:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   13821:          types/pa_vresponse.C, types/pa_vresponse.h,
                   13822:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13823:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   13824:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   13825:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   13826:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13827:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   13828:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   13829:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
1.88      moko     13830:          types/Makefile.am: ident.C* removed
1.86      moko     13831: 
1.88      moko     13832:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   13833:          file:find[/can/do/this/now.txt]
1.86      moko     13834: 
                   13835:        * src/targets/cgi/parser3.C: usage to stdout now
                   13836: 
                   13837: 2002-07-31  paf
                   13838: 
                   13839:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   13840: 
                   13841:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   13842:          default "postmaster"
                   13843: 
1.88      moko     13844:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   13845:          -f postmaster now default sendmail key word "postmaster"
                   13846:          replaced to $.from
1.86      moko     13847: 
                   13848: 2002-07-30  paf
                   13849: 
                   13850:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   13851:          src/targets/cgi/parser3.C: removed pa_config_paths.h
                   13852: 
                   13853:        * src/main/pa_charset.C: comment
                   13854: 
1.88      moko     13855:        * src/main/pa_charset.C, www/htdocs/auto.p: UTF-8 to 1byte charset
                   13856:          convert, no char in table, &#decimal;
1.86      moko     13857: 
                   13858:        * src/main/pa_request.C: comment
                   13859: 
                   13860:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   13861:          paragraf]
                   13862: 
                   13863: 2002-07-11  paf
                   13864: 
                   13865:        * src/main/pa_exec.C: build command line badly added params twice
                   13866:          [and first time without ' ']. double wrong. fixed.
                   13867: 
                   13868:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   13869:          wich parser did not provide = reported badly.  fixed that.
                   13870: 
                   13871:        * src/classes/mail.C: $MAIL[ # xxx ]
                   13872: 
                   13873:          now ok
                   13874: 
                   13875:        * operators.txt: plan: sql detailed exception
                   13876: 
                   13877: 2002-07-01  paf
                   13878: 
                   13879:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   13880:          [MForm.configure_admin were called when request.main_class ==0
                   13881: 
                   13882:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   13883: 
                   13884:        * src/classes/form.C: content_length type fix
                   13885: 
                   13886: 2002-06-30  paf
                   13887: 
                   13888:        * src/classes/mail.C: merged from 4
                   13889: 
                   13890:        * src/classes/mail.C: restored $MAIL
                   13891: 
                   13892: 2002-06-28  paf
                   13893: 
                   13894:        * configure, configure.in: removed paths.h
                   13895: 
                   13896:        * configure, src/include/pa_version.h,
                   13897:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   13898:          merged, makes updated
                   13899: 
                   13900:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   13901:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   13902:          src/include/pa_pool.h, src/include/pa_version.h,
                   13903:          src/main/pa_charset.C, src/main/pa_pool.C,
                   13904:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
1.88      moko     13905:          src/types/pa_vmail.C, www/htdocs/index.html: merged latest
                   13906:          updates to head
1.86      moko     13907: 
                   13908: 2002-06-27  paf
                   13909: 
1.89      moko     13910:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   13911:          not error now
1.86      moko     13912: 
                   13913:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   13914:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
1.88      moko     13915:          src/main/pa_charset.C, src/main/pa_pool.C, www/htdocs/index.html:
1.86      moko     13916:          ^xdoc::create[[uri]]... base uri for document being created,
                   13917:          imports and other relative file names would be relative to this
                   13918:          uri default uri=path_translated
                   13919: 
                   13920:        * src/classes/xdoc.C, www/htdocs/index.html: xsltParseStylesheetDoc
                   13921:          bug workaround
                   13922: 
                   13923: 2002-06-26  paf
                   13924: 
                   13925:        * configure, configure.in, src/include/pa_version.h:
                   13926:          release_3_0_0004
                   13927: 
                   13928:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   13929:          0 now
                   13930: 
1.88      moko     13931:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
1.86      moko     13932: 
                   13933: 2002-06-25  paf
                   13934: 
1.88      moko     13935:        * www/htdocs/index.html, src/main/pa_string.C: emtpy string, or
                   13936:          string of whitespaces considered bad number now
1.86      moko     13937: 
1.88      moko     13938:        * www/htdocs/index.html: ^xdoc.transform[xdoc <<can be now
                   13939: 
                   13940:        * operators.txt, src/classes/xdoc.C, www/htdocs/index.html:
1.86      moko     13941:          ^xdoc.transform[xdoc <<can be now
                   13942: 
                   13943:        * operators.txt, src/classes/string.C, www/htdocs/index.html:
                   13944:          ^string.normalize  [old name: optimize
                   13945: 
                   13946:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   13947:          library configured
                   13948: 
                   13949:        * src/main/pa_request.C: configure_admin forced if no @conf
                   13950: 
                   13951:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
1.88      moko     13952:          src/types/pa_vmail.C, www/htdocs/index.html: ^math:crypt updated
                   13953:          to generate random salt when needed and to call system crypt() if
                   13954:          not $apr1$ prefix
1.86      moko     13955: 
                   13956: 2002-06-24  paf
                   13957: 
                   13958:        * INSTALL: --with-static/shared-mailreceive described
                   13959: 
                   13960:        * src/include/pa_config_fixed.h: ssize_t fixed
                   13961: 
                   13962:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   13963:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   13964:          src/types/pa_vmail.C: $mail:received makes update
                   13965: 
                   13966:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   13967:          WITH_MAILRECEIVE
                   13968: 
                   13969:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   13970: 
                   13971:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   13972:          option, for $mail:receive
                   13973: 
                   13974:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   13975:          introducting $message:received ^mail:send rewritten with backward
                   13976:          comp
                   13977: 
1.88      moko     13978:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
1.86      moko     13979:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   13980:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   13981:          now
                   13982: 
                   13983:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   13984:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   13985:          src/include/pa_request.h, src/include/pa_string.h,
                   13986:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   13987:          src/main/pa_globals.C, src/main/pa_request.C,
                   13988:          src/main/pa_string.C, src/main/pa_uue.C,
1.89      moko     13989:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   13990:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   13991:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp,
                   13992:          www/htdocs/index.html: uue to separate file introducting
                   13993:          $message:received ^mail:send rewritten with backward comp
1.86      moko     13994: 
                   13995: 2002-06-21  paf
                   13996: 
1.89      moko     13997:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   13998:          co changes
1.86      moko     13999: 
1.88      moko     14000:        * configure, configure.in, src/lib/md5/Makefile.am,
                   14001:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   14002:          restructure .in and .am files appropriate changes
1.86      moko     14003: 
                   14004:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   14005:          pcre to libs/ added libs/md5 which is linked to non-apache
                   14006:          targets ^math:crypt[password;$apr1$salt]
                   14007: 
                   14008:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   14009:          src/Makefile.am, src/classes/Makefile.am,
                   14010:          src/classes/classes.dsp, src/classes/math.C,
1.88      moko     14011:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
                   14012:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   14013:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   14014:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   14015:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   14016:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   14017:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   14018:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   14019:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.86      moko     14020:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   14021:          src/lib/pcre/pcre_parser_ctype.dsp,
                   14022:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   14023:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   14024:          src/main/compile.tab.C, src/main/main.dsp,
1.89      moko     14025:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   14026:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   14027:          src/types/types.dsp, www/htdocs/.htaccess, www/htdocs/index.html,
                   14028:          src/lib/Makefile.am: moved libltdl and pcre to libs/ added
                   14029:          libs/md5 which is linked to non-apache targets
                   14030:          ^math:crypt[password;$apr1$salt]
1.86      moko     14031: 
                   14032: 2002-06-20  paf
                   14033: 
                   14034:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
                   14035:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   14036:          src/doc/doxygen.cfg, src/include/pa_globals.h,
                   14037:          src/include/pa_request.h, src/main/execute.C,
1.89      moko     14038:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   14039:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h,
                   14040:          www/htdocs/auto.p, www/htdocs/index.html: marged latest HEAD
                   14041:          updates, mainly file:justname&co & @auto/conf[filespec
1.86      moko     14042: 
1.88      moko     14043:        * operators.txt, src/classes/file.C, www/htdocs/auto.p,
                   14044:          www/htdocs/index.html:     !^file:dirname[/a/some.tar.gz]=/a
1.86      moko     14045:              !^file:dirname[/a/b/]=/a
                   14046:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   14047:              !^file:justname[/a/some.tar.gz]=some.tar
                   14048:              !^file:justext[/a/some.tar.gz]=gz
                   14049: 
                   14050:        * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
                   14051:          src/main/pa_request.C, src/types/pa_vmethod_frame.h,
1.88      moko     14052:          www/htdocs/auto.p, www/htdocs/index.html: introducing
                   14053:          @conf/auto[filespec]
1.86      moko     14054: 
                   14055:        * bin/auto.p.dist.in: <noindex>
                   14056: 
                   14057:        * configure: parser3.conf renamed to auto.p autoconf changes
                   14058: 
                   14059:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   14060:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
1.89      moko     14061:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   14062:          src/targets/isapi/parser3isapi.C, www/htdocs/auto.p,
                   14063:          www/htdocs/index.html: parser3.conf renamed to auto.p
1.86      moko     14064: 
                   14065: 2002-06-18  paf
                   14066: 
                   14067:        * configure, configure.in, src/include/pa_version.h: version to
                   14068:          configure.in
                   14069: 
                   14070:        * INSTALL: reflected .conf.dist dir change
                   14071: 
                   14072:        * Makefile.am, configure, configure.in, bin/Makefile.am,
1.88      moko     14073:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
                   14074:          .in & *.am updated
1.86      moko     14075: 
                   14076:        * src/classes/file.C: strncasecmp
                   14077: 
                   14078:        * src/classes/file.C: strcasecmp
                   14079: 
                   14080:        * bin/Makefile.am, etc/Makefile.am, www/htdocs/index.html:
                   14081:          bin/parser3.conf.dist [moved from etc
                   14082: 
1.88      moko     14083:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   14084:          insensitive check now
1.86      moko     14085: 
1.88      moko     14086:        * src/classes/file.C, www/htdocs/index.html:
                   14087:          ^file::exec[script;$.bad now error, not skip
1.86      moko     14088: 
                   14089:        * configure, configure.in, src/include/pa_pool.h,
                   14090:          src/include/pa_types.h: pack configure.in detection simplified.
                   14091:          figured out that gcc on sparc not that stupid as thought
                   14092:          previously: on sparc: when it sees packed class it modifies it's
                   14093:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   14094:          operations [st, lduh] so packed must be all parts of packed
                   14095:          class, i.e. it's parents&fields(classes).  for now it's only
                   14096:          String that packed and what was wrong is that it's parent -
                   14097:          Pooled, were not packed. fixed that.
                   14098: 
                   14099: 2002-06-14  paf
                   14100: 
                   14101:        * operators.txt: more precise xml-to-text options
                   14102: 
                   14103:        * operators.txt, src/types/pa_vxnode.C: xnode
                   14104:          attribute_node.name/value xnode pi.node.data
                   14105: 
                   14106: 2002-06-12  paf
                   14107: 
                   14108:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   14109:          src/targets/cgi/parser3.C: removed root conf define creation
                   14110: 
                   14111:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   14112:          src/include/pa_globals.h, src/include/pa_request.h,
                   14113:          src/main/compile.tab.C, src/main/pa_globals.C,
1.89      moko     14114:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   14115:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
1.86      moko     14116: 
                   14117:        * src/classes/mail.C: sendmail -ti [default now]
                   14118: 
                   14119:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   14120:          to be strings. for convinient #ing
                   14121: 
1.88      moko     14122:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   14123:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
1.86      moko     14124: 
1.88      moko     14125:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   14126:          main/pa_globals.C, main/pa_request.C: @conf
1.86      moko     14127: 
                   14128: 2002-06-11  paf
                   14129: 
                   14130:        * src/classes/file.C: check simplified
                   14131: 
                   14132:        * src/classes/file.C, src/targets/cgi/parser3.dsp,
1.88      moko     14133:          src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   14134:          www/htdocs/index.html: suexec env keys filter plus CGI_ as valid
                   14135:          prefix
1.86      moko     14136: 
                   14137:        * src/classes/file.C, src/include/pa_request.h,
1.89      moko     14138:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   14139:          src/targets/isapi/parser3isapi.C, www/htdocs/index.html:
                   14140:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
1.86      moko     14141: 
                   14142: 2002-06-10  paf
                   14143: 
                   14144:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   14145:          src/main/pa_common.C: lock failures reported now
                   14146: 
1.88      moko     14147:        * src/main/compile_tools.C, www/htdocs/index.html: ^if(" 1 "){y}
                   14148:          bug fixed optimization string->double @ compile time were
                   14149:          not-enough-checking...
1.86      moko     14150: 
                   14151:        * src/main/compile.tab.C, src/main/pa_string.C,
1.88      moko     14152:          www/htdocs/index.html: whitespace after number in autoconvert now
                   14153:          ignored
1.86      moko     14154: 
                   14155:        * src/types/pa_vform.C, src/types/pa_vform.h,
                   14156:          www/htdocs/index.html: $form: not determined yet check
                   14157: 
                   14158:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   14159:          $response:body content-type:name
                   14160: 
                   14161:        * configure, configure.in: hpux check, nsl link, no socket
                   14162: 
                   14163:        * operators.txt: old merge conflict removed
                   14164: 
                   14165:        * configure, configure.in: pack even address access on sparc&co
                   14166:          arch checked in configure
                   14167: 
                   14168:        * configure, src/include/pa_version.h: makes
                   14169: 
                   14170:        * configure, configure.in, src/include/pa_version.h: makes
                   14171: 
                   14172:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   14173:          with charset even when all letters were 7bit one
                   14174: 
                   14175:        * src/main/pa_common.C: merged fixed -d (bug)
                   14176: 
                   14177:        * src/main/pa_common.C: fixed -d (bug)
                   14178: 
                   14179: 2002-06-03  paf
                   14180: 
                   14181:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
1.88      moko     14182:          src/classes/classes.dsp, src/main/compile.tab.C,
1.86      moko     14183:          src/main/main.dsp, src/main/pa_globals.C,
                   14184:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   14185:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp,
                   14186:          www/htdocs/index.html: fixed .dsp-s along with reorganized cvs
                   14187:          modules dirs structure
                   14188: 
1.88      moko     14189:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.89      moko     14190:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   14191:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   14192:          modules
1.86      moko     14193: 
                   14194: 2002-05-28  paf
                   14195: 
                   14196:        * src/targets/cgi/parser3.C: info.uri now ""
                   14197: 
                   14198: 2002-05-17  paf
                   14199: 
                   14200:        * src/classes/: table.C: ^table.save << checked empty
                   14201:          pre/match/post columns
                   14202: 
                   14203: 2002-05-16  paf
                   14204: 
1.88      moko     14205:        * src/classes/image.C, www/htdocs/index.html: image::measure can
                   14206:          png now
1.86      moko     14207: 
                   14208: 2002-05-15  paf
                   14209: 
1.88      moko     14210:        * operators.txt, src/classes/date.C, www/htdocs/index.html:
                   14211:          ^date::create[%H:%M[:%S]] added
1.86      moko     14212: 
                   14213:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   14214: 
1.88      moko     14215:        * operators.txt, src/classes/date.C, www/htdocs/.htaccess,
                   14216:          www/htdocs/auto.p, www/htdocs/index.html:
1.86      moko     14217:          ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
                   14218: 
                   14219: 2002-05-14  paf
                   14220: 
                   14221:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   14222: 
                   14223: 2002-05-07  paf
                   14224: 
                   14225:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   14226:          src/include/pa_globals.h, src/include/pa_request.h,
                   14227:          src/include/pa_table.h, src/main/compile.tab.C,
                   14228:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
1.88      moko     14229:          src/main/pa_request.C, src/main/pa_table.C,
1.86      moko     14230:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14231:          src/targets/isapi/parser3isapi.dsp,
                   14232:          src/targets/isapi/pool_storage.h, src/types/types.dsp,
                   14233:          www/htdocs/parser-status.html: Table name2number field now &.
                   14234:          main_method_name now on Request pool rather on global_pool
                   14235:          [Junction+VJunction created on same pool as name = were created
                   14236:          on global pool, causing mem leaks]
                   14237: 
1.88      moko     14238:        * src/classes/classes.dsp, src/classes/op.C,
                   14239:          src/include/pa_globals.h, src/include/pa_request.h,
                   14240:          src/include/pa_table.h, src/main/compile.tab.C,
                   14241:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   14242:          src/main/pa_request.C, src/main/pa_table.C,
1.86      moko     14243:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14244:          src/targets/isapi/parser3isapi.dsp,
                   14245:          src/targets/isapi/pool_storage.h, src/types/types.dsp,
                   14246:          www/htdocs/parser-status.html: Table name2number field now &.
                   14247:          main_method_name now on Request pool rather on global_pool
                   14248:          [Junction+VJunction created on same pool as name = were created
                   14249:          on global pool, causing mem leaks]
                   14250: 
                   14251: 2002-05-06  paf
                   14252: 
                   14253:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14254:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14255:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14256: 
                   14257:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14258:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14259:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14260: 
                   14261: 2002-04-30  paf
                   14262: 
                   14263:        * configure, src/include/pa_version.h: version now not b
                   14264: 
1.88      moko     14265:        * src/targets/cgi/parser3.C, www/htdocs/global.xsl,
                   14266:          www/htdocs/index.html: request.uri now never 0
1.86      moko     14267: 
                   14268: 2002-04-29  paf
                   14269: 
                   14270:        * configure.in: removed b
                   14271: 
                   14272:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   14273:          Exception::comment/type checked in (), no there's no empty
                   14274:          type/comment by default
                   14275: 
                   14276:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   14277:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   14278:          src/doc/value.dox, src/include/pa_exception.h,
                   14279:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   14280:          0001
                   14281: 
                   14282: 2002-04-26  paf
                   14283: 
                   14284:        * src/doc/doxygen.cfg, src/targets/cgi/parser3.dsp,
1.88      moko     14285:          www/htdocs/index.html: doxygen dot image size reduced
1.86      moko     14286: 
                   14287: 2002-04-25  paf
                   14288: 
                   14289:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   14290:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   14291:          now that took into account
                   14292: 
1.88      moko     14293:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   14294:          01:03:04]
1.86      moko     14295: 
                   14296:        * ChangeLog, operators.txt, src/classes/date.C,
                   14297:          www/htdocs/index.html: ^date::create[2002-12-33 01:03:04]
                   14298: 
                   14299:        * ChangeLog: updated changelog
                   14300: 
1.88      moko     14301:        * www/htdocs/index.html: sample of 'using junction out of context'
1.86      moko     14302: 
1.88      moko     14303:        * src/classes/table.C, www/htdocs/.htaccess, www/htdocs/index.html:
                   14304:          removed restriction on column count to ^table.hash to work, now
                   14305:          must be >0 [were >1]
1.86      moko     14306: 
                   14307: 2002-04-24  paf
                   14308: 
1.88      moko     14309:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.89      moko     14310:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14311:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   14312:          targets
1.86      moko     14313: 
                   14314: 2002-04-23  paf
                   14315: 
1.88      moko     14316:        * operators.txt, src/classes/string.C, www/htdocs/index.html:
                   14317:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   14318:          "junction used outside of context"]
1.86      moko     14319: 
                   14320: 2002-04-22  paf
                   14321: 
                   14322:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   14323:          src/main/pa_string.C, src/types/pa_vstring.C,
                   14324:          src/types/pa_vstring.h: ^string.optimize[]
                   14325: 
                   14326:        * src/: include/pa_globals.h, include/pa_table.h,
                   14327:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   14328:          table template
                   14329: 
                   14330:        * src/classes/: string.C: optimize removed from string
                   14331:          .left/right/pos
                   14332: 
1.88      moko     14333:        * src/main/execute.C: rolled back to
1.86      moko     14334:          before_killing_userjunction_contexts
                   14335: 
1.88      moko     14336:        * src/main/execute.C, www/htdocs/index.html: user junctions context
                   14337:          killed
1.86      moko     14338: 
1.88      moko     14339:        * src/main/execute.C, www/htdocs/index.html: junctions to local
                   14340:          contexts got cleanized&checked later
1.86      moko     14341: 
                   14342: 2002-04-19  paf
                   14343: 
                   14344:        * src/classes/string.C, src/include/pa_request.h,
                   14345:          src/include/pa_string.h, src/main/pa_request.C,
                   14346:          src/main/pa_string.C, src/types/pa_vstring.C,
1.88      moko     14347:          src/types/pa_vstring.h, www/htdocs/index.html: string now
                   14348:          optimized prior to .left .right .mid .pos .match when that is
                   14349:          profitable, and always before .replace when $ORIGINS(1)
                   14350:          optimization disabled economy from not wasting mem on lots of
                   14351:          strings which occur by lots of String:mid calls to get parts of
                   14352:          source string between found_occurances
1.86      moko     14353: 
                   14354:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   14355:          ^file:list
                   14356: 
                   14357:        * src/: include/pa_globals.h, include/pa_table.h,
                   14358:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   14359:          globalized, not created @ each ^match anymore economy:
                   14360:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   14361: 
                   14362:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   14363:          removed from each String::match replace iteration, and made
                   14364:          stacked sizeof(VTable)=12bytes economy on each replace code
                   14365: 
                   14366:        * src/doc/footer.htm: 2001,
                   14367: 
                   14368:        * src/classes/string.C, src/include/pa_string.h,
                   14369:          src/main/pa_string.C, www/htdocs/index.html: string.match[][']
                   14370:          option enables generation of $match.prematch .match .postmatch
                   14371:          columns
                   14372: 
                   14373:        * src/main/pa_string.C: String::match options analized without
                   14374:          cstr-ing them now
                   14375: 
                   14376:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   14377:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   14378:          config updated to doxygen 1.2.15, created helper which fixes
                   14379:          minor bugs in chm project files & htm tree.  changed extension to
                   14380:          .htm
                   14381: 
                   14382: 2002-04-18  paf
                   14383: 
                   14384:        * src/doc/doxygen.cfg: .chi generation disabled
                   14385: 
                   14386:        * src/classes/classes.h, src/classes/xdoc.C, src/classes/xnode.C,
1.88      moko     14387:          src/classes/xnode.h, src/types/pa_vxdoc.C, www/htdocs/index.html:
                   14388:          xdoc(xnode) now fully - fields&methods
1.86      moko     14389: 
                   14390:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   14391:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   14392:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   14393:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   14394:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   14395:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   14396:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   14397:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   14398:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   14399:          VStateless_class to VObject
                   14400: 
                   14401:        * src/main/pa_request.C, src/types/pa_valiased.h,
                   14402:          src/types/pa_vstateless_class.h,
                   14403:          src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
1.88      moko     14404:          www/htdocs/index.html: VStateless_string_object speicalized light
                   14405:          version of VStateless_object
1.86      moko     14406: 
                   14407:        * src/classes/op.C: ^throw comment param made optional
                   14408: 
                   14409:        * src/types/pa_valiased.C, src/types/pa_valiased.h,
                   14410:          src/types/pa_vclass.h, src/types/pa_vobject.h,
1.88      moko     14411:          src/types/pa_wcontext.C, www/htdocs/index.html: VAliased get/set
                   14412:          alias now virtual and implemented down in VClass, fclass_alias
                   14413:          removed,
1.86      moko     14414: 
                   14415:        * src/types/pa_value.C: forced to cut that from .h because of
                   14416:          VStateless_class usage [undefined in .h]
                   14417: 
                   14418:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   14419:          src/main/compile.y, src/main/compile_tools.C,
                   14420:          src/main/compile_tools.h, src/main/execute.C,
                   14421:          src/main/pa_request.C, src/types/pa_vmethod_frame.h,
1.88      moko     14422:          www/htdocs/index.html: OP_GET_METHOD_FRAME merged with OP_CALL,
                   14423:          VCodeFrame move to stack [no more heap waste on each CALL]
1.86      moko     14424: 
                   14425:        * src/classes/classes.h, src/classes/date.C, src/classes/double.C,
                   14426:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   14427:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   14428:          src/classes/math.C, src/classes/op.C, src/classes/response.C,
                   14429:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14430:          src/classes/xnode.C, src/include/pa_globals.h,
                   14431:          src/include/pa_request.h, src/main/execute.C,
                   14432:          src/main/pa_globals.C, src/main/pa_request.C,
                   14433:          src/types/Makefile.am, src/types/pa_value.h,
                   14434:          src/types/pa_vdouble.h, src/types/pa_vform.C,
                   14435:          src/types/pa_vhash.h, src/types/pa_vint.h, src/types/pa_vmath.h,
                   14436:          src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
                   14437:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14438:          src/types/pa_wwrapper.h, src/types/types.dsp,
1.88      moko     14439:          www/htdocs/index.html: removed Value::fname
1.86      moko     14440: 
                   14441: 2002-04-17  paf
                   14442: 
                   14443:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   14444:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   14445:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   14446:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   14447:          state, PTHROW freshen to throw & co
                   14448: 
                   14449:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   14450: 
                   14451:        * src/classes/op.C: taint local result var bug fixed
                   14452: 
                   14453: 2002-04-16  paf
                   14454: 
1.88      moko     14455:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   14456:          Attic asm.txt as most interesting
1.86      moko     14457: 
                   14458:        * src/main/pa_request.C, src/targets/isapi/parser3isapi.C,
                   14459:          www/htdocs/index.html: removed check, preventing content-length:
                   14460:          0 from appearing
                   14461: 
                   14462:        * src/main/execute.C, www/htdocs/index.html: $result in @main now
                   14463:          taken into account as in usual functions
                   14464: 
1.88      moko     14465:        * src/doc/postbuild.txt, src/main/execute.C, www/htdocs/index.html:
                   14466:          $result in @postprocess & @unhandled_exception now taken into
                   14467:          account as in usual functions
1.86      moko     14468: 
                   14469:        * src/doc/postbuild.txt: instructions on post .html build
                   14470: 
                   14471:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   14472: 
1.88      moko     14473:        * src/classes/file.C, src/main/pa_exec.C, www/htdocs/index.html:
                   14474:          stderr of execs mark as tainted
1.86      moko     14475: 
                   14476:        * src/main/pa_request.C: uri in error log
                   14477: 
1.88      moko     14478:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   14479:          cheched date:create(days) param for validity [later were assumed
                   14480:          valid and crashed on invalid onces]
1.86      moko     14481: 
1.88      moko     14482:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   14483:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   14484:          and used that for removing VString wrapper
1.86      moko     14485: 
                   14486:        * src/classes/op.C: exception2vhash file now tainted
                   14487: 
1.88      moko     14488:        * src/classes/op.C: _process pseudo origin copied from local var to
                   14489:          heap
1.86      moko     14490: 
1.88      moko     14491:        * src/classes/op.C, www/htdocs/auto.p: extra check on empty file in
                   14492:          origin in _execute
1.86      moko     14493: 
                   14494: 2002-04-15  paf
                   14495: 
1.88      moko     14496:        * src/: main/execute.C, types/pa_value.h: fixed name update
1.86      moko     14497: 
1.88      moko     14498:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   14499:          functions
1.86      moko     14500: 
                   14501:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   14502:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   14503:          started dual write_xxx_lang functions, if checked & works
                   14504: 
                   14505:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   14506:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   14507:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   14508:          unnecessary VString shells
                   14509: 
                   14510:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   14511:          prev changes]
                   14512: 
1.88      moko     14513:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   14514:          classes/table.C, include/pa_request.h, main/execute.C,
                   14515:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   14516:          StringOrValue wcontext result, now ready for dual writes
1.86      moko     14517: 
                   14518:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   14519:          checked that
                   14520: 
                   14521:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   14522:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   14523:          changed to OP_WRITE_VALUE in var get cases
                   14524: 
                   14525:        * src/classes/op.C, src/include/pa_globals.h,
                   14526:          src/include/pa_opcode.h, src/include/pa_request.h,
                   14527:          src/main/compile.tab.C, src/main/compile.y,
                   14528:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14529:          src/main/execute.C, src/main/pa_globals.C, src/main/pa_request.C,
1.88      moko     14530:          src/targets/cgi/parser3.C, www/htdocs/index.html: switch in hash
                   14531:          constructor fixed [were problems with using of stacked wwrapper
                   14532:          after it's death]
1.86      moko     14533: 
                   14534: 2002-04-12  paf
                   14535: 
1.88      moko     14536:        * operators.txt, src/classes/table.C, www/htdocs/index.html:
                   14537:          table.select(expression) 0
1.86      moko     14538: 
                   14539: 2002-04-11  paf
                   14540: 
                   14541:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   14542:          Request::process_internal codeFrame & wwrapper stacked [not
                   14543:          wasting  heap anymore]
                   14544: 
                   14545: 2002-04-10  paf
                   14546: 
                   14547:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   14548:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   14549:          classes/string.C, classes/table.C, classes/void.C,
                   14550:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   14551:          main/pa_string.C: killed Request::process() wrapping
                   14552:          VString(String) in case we need only String
                   14553: 
                   14554:        * src/include/pa_string.h, src/main/pa_string.C,
1.88      moko     14555:          src/main/untaint.C, www/htdocs/index.html: killed 8 bytes from
                   14556:          String.head
1.86      moko     14557: 
                   14558: 2002-04-09  paf
                   14559: 
1.88      moko     14560:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   14561:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   14562:          local*/char b[...];      a=b; situations
1.86      moko     14563: 
1.88      moko     14564:        * operators.txt, src/classes/xdoc.C: xslt params made literal
1.86      moko     14565: 
1.88      moko     14566:        * src/classes/xdoc.C, www/htdocs/global.xsl, www/htdocs/index.html:
                   14567:          xslt params fixed
1.86      moko     14568: 
                   14569:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   14570:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   14571:          not pool.malloc(MAX_NUMBER) but really neaded
                   14572: 
                   14573:        * operators.txt, src/classes/double.C, src/classes/int.C,
                   14574:          www/htdocs/global.xsl: int/double.int/double(default)
                   14575: 
                   14576: 2002-04-04  paf
                   14577: 
                   14578:        * src/include/pa_string.h, src/main/pa_string.C,
1.88      moko     14579:          www/htdocs/index.html: fixed string.replace [when reconstructing
                   14580:          pieces were split by max_integral(piece.size), thus some strings
                   14581:          to replace happen to be split into two = not replaced)
1.86      moko     14582: 
                   14583:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   14584:          standalone version = current dir
                   14585: 
                   14586:        * src/targets/cgi/parser3.C: document root in standalone version =
                   14587:          current dir
                   14588: 
                   14589: 2002-04-03  paf
                   14590: 
                   14591:        * configure, configure.in: more checks on nonexistent charset
                   14592: 
                   14593:        * INSTALL, configure, configure.in: root config configure options
                   14594: 
                   14595: 2002-04-02  paf
                   14596: 
                   14597:        * src/main/compile.C: parser.compile [exception name more like in
                   14598:          doc]
                   14599: 
                   14600: 2002-04-01  paf
                   14601: 
1.88      moko     14602:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   14603:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   14604:          .content-type.charset, not .charset
1.86      moko     14605: 
                   14606: 2002-03-29  paf
                   14607: 
                   14608:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   14609: 
1.88      moko     14610:        * operators.txt, src/classes/date.C, www/htdocs/index.html:
                   14611:          ^date::create now may not supply day, default 1.  checked 29.03
                   14612:          -> 29.02 roll on non 366 days' year.  | 31.05->31.04   roll
1.86      moko     14613: 
                   14614: 2002-03-28  paf
                   14615: 
                   14616:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   14617:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14618:          src/main/pa_globals.C, src/types/pa_vdate.h,
                   14619:          www/htdocs/index.html: ^cache[file][date]{    ^cache(seconds)
                   14620:          ^cache[date] }
                   14621: 
                   14622:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   14623:          param
                   14624: 
                   14625: 2002-03-27  paf
                   14626: 
                   14627:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   14628:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   14629:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   14630:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   14631:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
1.88      moko     14632:          src/classes/xnode.C, src/include/pa_exception.h,
                   14633:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   14634:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
1.86      moko     14635:          src/main/pa_array.C, src/main/pa_charset.C,
                   14636:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14637:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   14638:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   14639:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   14640:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
1.89      moko     14641:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   14642:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   14643:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
1.86      moko     14644:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   14645:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   14646:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
1.88      moko     14647:          src/types/pa_wwrapper.h, www/htdocs/index.html: assigned
                   14648:          exception types
1.86      moko     14649: 
                   14650:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   14651:          src/include/pa_request.h, src/main/execute.C,
1.88      moko     14652:          src/main/pa_request.C: decided agains resetting exception_trace,
                   14653:          just changed name
1.86      moko     14654: 
                   14655: 2002-03-26  paf
                   14656: 
                   14657:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   14658:          fixed
                   14659: 
                   14660:        * src/classes/op.C, www/htdocs/index.html: forced language of
                   14661:          $source field of exception to 'tainted', so that sql-langed-frags
                   14662:          could be outputed outside of connect
                   14663: 
                   14664:        * operators.txt: removed date.roll limit of +-1 offset
                   14665: 
                   14666:        * src/classes/date.C, www/htdocs/index.html: removed date.roll
                   14667:          limit of +-1 offset
                   14668: 
                   14669:        * operators.txt, src/classes/date.C, www/htdocs/index.html: fixed
                   14670:          date roll on daylightsaving days mktime took into account
                   14671:          tm_isdst flag, which remained from BEFORE roll, but should have
                   14672:          been reset
                   14673: 
                   14674: 2002-03-25  paf
                   14675: 
                   14676:        * operators.txt, src/targets/cgi/parser3.C:
                   14677:          http_site_config_filespec
                   14678: 
                   14679:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   14680:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   14681:          with any/both --disable-foreign-group-files --disable-execs
                   14682: 
                   14683:        * INSTALL: "--with=sendmail=COMMAND" comment
                   14684: 
                   14685:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   14686:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
                   14687:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   14688:          disables execs also.  introducing --sendmail
                   14689: 
                   14690:        * operators.txt: pgsql options comment
                   14691: 
                   14692:        * INSTALL: comment on --disable-link-stdcpp
                   14693: 
                   14694:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   14695:          libstdc++ link skipping configure option
                   14696: 
                   14697:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   14698:          with error were put to cache with 'marked_to_rollback' flag, all
                   14699:          consequent even OK requests rolled back
                   14700: 
                   14701: 2002-03-22  paf
                   14702: 
                   14703:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   14704:          false return
                   14705: 
                   14706:        * operators.txt: few comments on sets
                   14707: 
                   14708: 2002-03-18  paf
                   14709: 
                   14710:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   14711:          src/include/pa_globals.h, src/include/pa_request.h,
                   14712:          src/include/pa_stack.h, src/main/pa_globals.C,
1.88      moko     14713:          src/main/pa_request.C, www/htdocs/index.html: introducing ^try
1.86      moko     14714: 
                   14715:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   14716:          types/pa_vdouble.h: removed some tested @tests
                   14717: 
                   14718: 2002-03-15  paf
                   14719: 
                   14720:        * operators.txt, src/classes/table.C, www/htdocs/index.html:
                   14721:          ^table.locate(logical expr)
                   14722: 
                   14723: 2002-03-13  paf
                   14724: 
                   14725:        * src/main/pa_exception.C: checked not-pooled malloc
                   14726: 
                   14727: 2002-03-11  paf
                   14728: 
                   14729:        * INSTALL, configure, configure.in,
                   14730:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   14731: 
                   14732:        * src/main/pa_common.C: --disable-foreign-group-files
                   14733: 
                   14734:        * INSTALL, www/htdocs/index.html: --disable-execs
                   14735: 
                   14736:        * src/main/pa_exec.C, www/htdocs/index.html: --disable-execs
                   14737: 
                   14738:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   14739:          --disable-execs
                   14740: 
                   14741:        * src/include/pa_config_fixed.h, src/main/pa_exec.C,
                   14742:          www/htdocs/index.html: --disable-execs
                   14743: 
                   14744:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   14745:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   14746: 
                   14747: 2002-03-05  paf
                   14748: 
                   14749:        * operators.txt, src/classes/date.C: date week calendar columns
                   14750:          named
                   14751: 
                   14752:        * operators.txt, src/classes/date.C: date week calendar columns
                   14753:          named
                   14754: 
                   14755:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   14756:          requires headers to be terminated with \r\n manually [refuses to
                   14757:          separate header/body itself]
                   14758: 
                   14759:        * src/main/pa_globals.C, src/targets/cgi/parser3.C,
                   14760:          src/targets/isapi/parser3isapi.C, www/htdocs/index.html: isapi
                   14761:          site config beside .dll
                   14762: 
                   14763: 2002-03-04  paf
                   14764: 
1.88      moko     14765:        * src/classes/op.C, src/types/pa_vfile.C, www/htdocs/index.html:
                   14766:          process body now evaluated in PASS language
1.86      moko     14767: 
                   14768:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   14769:          deserialize checks on broken file
                   14770: 
                   14771:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   14772:          parser3isapi.dsp: isapi updated
                   14773: 
                   14774: 2002-03-01  paf
                   14775: 
                   14776:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   14777: 
                   14778: 2002-02-28  paf
                   14779: 
                   14780:        * src/main/untaint.C: removed some debug comments
                   14781: 
                   14782:        * src/main/pa_charsets.C: when placing charset to cache using
                   14783:          global name now [were request]
                   14784: 
1.89      moko     14785:        * configure, configure.in: apache module updated
1.86      moko     14786: 
1.89      moko     14787:        * www/htdocs/auto.p: apache module updated
1.86      moko     14788: 
                   14789:        * src/main/pa_string.C: origin by first piece preferred before last
                   14790:          piece
                   14791: 
                   14792: 2002-02-27  paf
                   14793: 
                   14794:        * src/main/pa_charset.C: size_t
                   14795: 
                   14796:        * INSTALL: shared/static-xml with-pathlink
                   14797: 
                   14798:        * operators.txt: SMTP comment
                   14799: 
                   14800: 2002-02-26  paf
                   14801: 
                   14802:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   14803: 
1.88      moko     14804:        * src/classes/xnode.C, www/htdocs/auto.p, www/htdocs/global.xsl,
                   14805:          www/htdocs/index.html: in some situation, xpath query returned
                   14806:          result with type NODESET, but empty nodeset member field, checked
                   14807:          that
1.86      moko     14808: 
                   14809: 2002-02-22  paf
                   14810: 
                   14811:        * INSTALL: without-zlib comment
                   14812: 
                   14813:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   14814: 
                   14815:        * configure, configure.in: glib###.a detection fixed
                   14816: 
                   14817:        * INSTALL: hashfile removed from INSTALL
                   14818: 
                   14819:        * Makefile.am: make update
                   14820: 
1.88      moko     14821:        * src/main/pa_string.C: string iterators fixed again, so were
                   14822:          String::join_chain
1.86      moko     14823: 
1.88      moko     14824:        * src/main/pa_string.C: string iterators fixed again, so were
                   14825:          String::join_chain
1.86      moko     14826: 
1.88      moko     14827:        * src/include/pa_string.h, src/main/pa_string.C, www/htdocs/auto.p,
1.86      moko     14828:          www/htdocs/index.html: string iterators fixed again, so were
                   14829:          String::join_chain
                   14830: 
1.88      moko     14831:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
1.86      moko     14832: 
                   14833:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   14834:          "session"
                   14835: 
                   14836:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   14837:          --with-shared-xml --with-static-xml
                   14838: 
1.88      moko     14839:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.86      moko     14840:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14841:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   14842:          xalan&xml
                   14843: 
                   14844:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   14845: 
                   14846:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   14847:          src/types/types.dsp: removed hashfile support from sources for
                   14848:          now
                   14849: 
                   14850:        * configure, configure.in, src/classes/Makefile.am,
                   14851:          src/classes/hashfile.C, src/include/Makefile.am,
                   14852:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   14853:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   14854:          src/main/Makefile.am, src/main/pa_db_connection.C,
                   14855:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.89      moko     14856:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   14857:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   14858:          src/types/pa_vhashfile.h: removed hashfile support for now
1.86      moko     14859: 
                   14860: 2002-02-21  paf
                   14861: 
1.88      moko     14862:        * src/main/untaint.C: removed debug code, activated commented-for
                   14863:          debug parts
1.86      moko     14864: 
                   14865:        * Makefile.am: make cvsupdate
                   14866: 
1.88      moko     14867:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   14868:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
1.86      moko     14869:          append_row, not at link zero now string to string appending works
                   14870: 
                   14871: 2002-02-20  paf
                   14872: 
                   14873:        * src/include/pa_string.h, src/main/execute.C, src/main/untaint.C,
                   14874:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
                   14875:          www/htdocs/index.html: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
                   14876: 
1.88      moko     14877:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14878:          economy: 22%
1.86      moko     14879: 
1.88      moko     14880:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14881:          space uptimized: string::link_row removed
1.86      moko     14882: 
                   14883:        * src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   14884:          src/main/pa_db_manager.C, src/main/pa_dictionary.C,
                   14885:          src/main/pa_string.C, src/main/untaint.C,
                   14886:          src/targets/cgi/parser3.C, src/types/pa_vcookie.C,
                   14887:          src/types/pa_vstring.h, www/htdocs/index.html: speed uptimized:
                   14888:          string::is_empty
                   14889: 
                   14890:        * operators.txt, src/include/pa_common.h,
                   14891:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   14892:          src/include/pa_types.h, src/main/compile.tab.C,
                   14893:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   14894:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
                   14895:          www/htdocs/auto.p, www/htdocs/global.xsl, www/htdocs/index.html:
                   14896:          strign to string append optimiziation idea and estimates
                   14897: 
                   14898: 2002-02-19  paf
                   14899: 
                   14900:        * src/classes/math.C: not used directly [but erroreously reported
                   14901:          that 'is', thus registering twice&other probs]
                   14902: 
                   14903:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   14904:          to node [element]
                   14905: 
                   14906:        * src/main/compile.C: without string_origins parse error
                   14907:          file+line+col possible
                   14908: 
                   14909:        * src/main/: compile.C: without string_origins not worked
                   14910: 
                   14911: 2002-02-18  paf
                   14912: 
                   14913:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   14914:          trick i've installed into double::as_string
                   14915: 
                   14916:        * src/main/pa_globals.C: extern "C" was removed too fast
                   14917: 
                   14918:        * src/include/pa_opcode.h, src/include/pa_request.h,
                   14919:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   14920:          src/types/pa_wcontext.h, www/htdocs/index.html: in_expression
                   14921:          aimed to solve old problem with string/nonstring values, now in
                   14922:          expressions double/int values are passed as-is, without stupid
                   14923:          tostring/fromstring conversions
                   14924: 
                   14925:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   14926:          __cplusplus } #endif
                   14927: 
                   14928:        * src/main/compile.tab.C: bison env set so one could compile
                   14929:          without cygwin installed
                   14930: 
1.88      moko     14931:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
1.86      moko     14932:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   14933:          gnome xml libs parser .dsp-s changed accordingly
                   14934: 
                   14935:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   14936: 
                   14937:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   14938:          with backward comp
                   14939: 
                   14940:        * src/classes/math.C, www/htdocs/index.html: math:random range
                   14941:          check fixed
                   14942: 
                   14943:        * src/main/compile.tab.C, src/main/compile.y,
                   14944:          www/htdocs/global.xsl, www/htdocs/index.html: integer  division
                   14945:          stops name
                   14946: 
                   14947:        * INSTALL: local install comment
                   14948: 
                   14949:        * ltconfig, ltmain.sh: removed libtool subpart files
                   14950: 
                   14951:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   14952:          src/include/pa_config_auto.h.in,
1.89      moko     14953:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   14954:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.86      moko     14955: 
                   14956:        * operators.txt: \ comment
                   14957: 
                   14958: 2002-02-13  paf
                   14959: 
                   14960:        * src/include/pa_config_includes.h: sys/time time both included
                   14961:          now.  vaguely remember confilicts on this on some system [not on
                   14962:          six|ablv] so when would see them again would think up proper
                   14963:          check
                   14964: 
                   14965:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   14966:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
                   14967: 
                   14968:        * src/main/pa_common.C: truncation never occured when writing files
                   14969:          on unix [since i've changed cache mech] fix
                   14970: 
                   14971:        * src/main/pa_common.C: strnchr: sanity check added
                   14972: 
                   14973:        * etc/parser3.charsets/windows-1257.cfg: id added
                   14974: 
1.88      moko     14975:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   14976:          baltic charset file generated, in generation script ispunct check
                   14977:          added
1.86      moko     14978: 
                   14979: 2002-02-08  paf
                   14980: 
1.88      moko     14981:        * src/: include/Makefile.am, sql/Makefile.am,
                   14982:          targets/isapi/Makefile.am: forgotten makes
1.86      moko     14983: 
                   14984:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   14985:          forgotten
                   14986: 
                   14987:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   14988: 
                   14989:        * INSTALL, README: install&others updated
                   14990: 
                   14991:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   14992: 
                   14993:        * Makefile.am, configure, configure.in,
                   14994:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
1.88      moko     14995:          src/classes/Makefile.am, src/main/Makefile.am,
                   14996:          src/main/pa_status_provider.C, src/targets/Makefile.am,
1.89      moko     14997:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   14998:          works
1.86      moko     14999: 
                   15000:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15001:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15002:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   15003:          classes/math.C, classes/op.C, classes/response.C,
                   15004:          classes/string.C, classes/table.C, classes/void.C,
                   15005:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15006:          include/pa_array.h, include/pa_cache_managers.h,
                   15007:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15008:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15009:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15010:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15011:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15012:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15013:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15014:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15015:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15016:          include/pa_stack.h, include/pa_string.h,
                   15017:          include/pa_stylesheet_connection.h,
                   15018:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15019:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15020:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15021:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   15022:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15023:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15024:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   15025:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   15026:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   15027:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
1.89      moko     15028:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   15029:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   15030:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15031:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15032:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   15033:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15034:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15035:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   15036:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   15037:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   15038:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15039:          types/pa_vrequest.h, types/pa_vresponse.h,
1.86      moko     15040:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15041:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15042:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   15043:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   15044:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   15045:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   15046:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   15047:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   15048:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   15049:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   15050:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   15051: 
                   15052:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15053:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15054:          classes/hashfile.C, classes/image.C, classes/int.C,
                   15055:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15056:          classes/string.C, classes/table.C, classes/void.C,
                   15057:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15058:          include/pa_array.h, include/pa_cache_managers.h,
                   15059:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15060:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15061:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15062:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15063:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15064:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15065:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15066:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15067:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15068:          include/pa_stack.h, include/pa_string.h,
                   15069:          include/pa_stylesheet_connection.h,
                   15070:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15071:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15072:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   15073:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   15074:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15075:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15076:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15077:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   15078:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   15079:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15080:          main/pa_status_provider.C, main/pa_string.C,
                   15081:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
1.89      moko     15082:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   15083:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15084:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15085:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15086:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   15087:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   15088:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15089:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15090:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15091:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15092:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   15093:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   15094:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15095:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15096:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15097:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15098:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15099:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15100:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15101:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15102:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
1.86      moko     15103: 
                   15104: 2002-02-07  paf
                   15105: 
                   15106:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   15107: 
                   15108:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   15109:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   15110:          added yet another locking function: fcntl
                   15111: 
                   15112:        * config.sub: on cygwin configure passes it with strange i1586
                   15113:          const, hacked it to mean i586
                   15114: 
                   15115:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   15116:          disabled $if reference due to conflicts with local variables
                   15117: 
                   15118:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   15119:          xdoc::set obsolete now, now xdoc::create, with both sences
                   15120: 
                   15121:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   15122:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
                   15123:          www/htdocs/auto.p, www/htdocs/index.html: table::create now //
                   15124:          'set' name obsolete now table clone.
                   15125: 
                   15126:        * operators.txt, src/classes/string.C,
                   15127:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   15128:          ^int/double/string.format now can be called with normal []
                   15129:          brackets, not stupid {} as it were implemented for some strange
                   15130:          reason.  retaining backward compatibility due to some
                   15131:          already-implemented servers
                   15132: 
                   15133:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   15134:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   15135:          operators now detected by check at name_without_curly_rdive_read
                   15136:          rule whether diving code constists only of
                   15137:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   15138:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   15139:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   15140: 
                   15141: 2002-02-06  paf
                   15142: 
                   15143:        * configure, configure.in: prefix expanded, grr
                   15144: 
                   15145:        * operators.txt, src/classes/mail.C: mail:send config changed
                   15146: 
                   15147: 2002-02-05  paf
                   15148: 
                   15149:        * operators.txt: regex options commented
                   15150: 
                   15151:        * src/main/: pa_exec.C: argv0 now correct
                   15152: 
                   15153:        * src/types/pa_vstatus.C: status:rusage 3
                   15154: 
                   15155:        * src/types/pa_vstatus.C: status:rusage 2
                   15156: 
                   15157:        * operators.txt: status:rusage described int operators
                   15158: 
                   15159:        * src/types/pa_vstatus.C: status:rusage 1
                   15160: 
                   15161:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   15162:          src/types/types.dsp: status:rusage
                   15163: 
                   15164:        * configure.in, operators.txt, src/classes/file.C,
                   15165:          src/classes/op.C, src/include/pa_common.h,
                   15166:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   15167:          src/main/pa_common.C, www/htdocs/index.html: rewritten ^cache to
                   15168:          use non-blocking-exclusive-caches
                   15169: 
                   15170:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   15171:          [speed impact. was off for debugging purpose, but forgotten
                   15172:          afterwards]
                   15173: 
                   15174: 2002-02-01  paf
                   15175: 
                   15176:        * src/classes/op.C: file_write does EX lock after create, while
                   15177:          file_read does SH after open, so there's a moment after create
                   15178:          but before EX lock when read can sneak into, and read
                   15179:          just-created-for-writing-and-not-yet-locked file, added a check
                   15180:          for that in ^cache...read
                   15181: 
                   15182: 2002-01-31  paf
                   15183: 
                   15184:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   15185:          ^xxx:
                   15186: 
                   15187:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   15188:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   15189: 
                   15190:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   15191:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   15192:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   15193:          operators check 6.1 rewritten. now check is done at compile time
                   15194: 
                   15195:        * src/main/execute.C: operators check 5 floated up old error of
                   15196:          staying in 'entered class/object' state after $a($a..) it
                   15197:          prevented operators from being called thereafter
                   15198: 
                   15199:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15200:          main/execute.C: operators check 4 floated up old error of staying
                   15201:          in 'entered object' state after ^a.a(a) it prevented operators
                   15202:          from being called thereafter
                   15203: 
                   15204:        * src/main/execute.C: operators check 3 floated up old error of
                   15205:          staying in 'entered class' state after $a:a(a) it prevented
                   15206:          operators from being called thereafter
                   15207: 
                   15208:        * src/main/execute.C, src/types/pa_wcontext.h, www/htdocs/auto.p,
                   15209:          www/htdocs/index.html: operators check 2 floated up old error of
                   15210:          staying in 'entered class' state after $a:a[a] it prevented
                   15211:          operators from being called thereafter
                   15212: 
                   15213:        * src/main/execute.C, www/htdocs/index.html: operators check, thay
                   15214:          mistakenly seen in   $class:operator   $object.operators contexts
                   15215: 
                   15216:        * src/classes/xdoc.C, src/targets/cgi/parser3.dsp,
                   15217:          www/htdocs/index.html: now compiles under win32
                   15218: 
                   15219:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
1.88      moko     15220:          src/classes/Makefile.am, src/main/Makefile.am,
1.89      moko     15221:          src/targets/cgi/Makefile.am,
1.86      moko     15222:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
                   15223:          src/types/Makefile.am: lowered indent.awk back to src/
                   15224: 
                   15225:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   15226:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   15227:          configure, configure.in, form.txt, ident.awk, install-sh,
                   15228:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   15229:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
                   15230:          etc/parser3.charsets/Makefile.am,
                   15231:          etc/parser3.charsets/koi8-r.cfg,
                   15232:          etc/parser3.charsets/windows-1250.cfg,
                   15233:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.88      moko     15234:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
1.89      moko     15235:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   15236:          src/targets/cgi/parser3.C, src/types/Makefile.am,
                   15237:          www/Makefile.am, www/htdocs/auto.p, www/htdocs/global.xsl,
                   15238:          www/htdocs/index.html, www/htdocs/parser-status.html,
                   15239:          www/htdocs/people.dtd: moved etc&www out of src, moved
                   15240:          configure&co out of src added windows-1250.cfg straightened
                   15241:          installation scripts procedure made targets/cgi/parser3.C be
                   15242:          dependant on ./configure --sysconfdir change
1.86      moko     15243: 
                   15244: 2002-01-30  paf
                   15245: 
                   15246:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   15247:          removed] those comments were a mistake, and prevented libltdl
                   15248:          from function properly
                   15249: 
                   15250: 2002-01-29  paf
                   15251: 
1.88      moko     15252:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   15253:          creation [modified acinclude.m4 which were creating int into just
                   15254:          assignment LIBTOOL=../libtool] added default system
                   15255:          config&charsetts prepared 'make install', now it installs
                   15256:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   15257:          etc/parser3.charsets/* into $sysconfdir and
1.86      moko     15258:          $sysconfdir/parser3.charsets respectively
                   15259: 
                   15260:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
1.88      moko     15261:          main/pa_globals.C: few forgotten ifdef XML added
1.86      moko     15262: 
                   15263: 2002-01-28  paf
                   15264: 
                   15265:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
                   15266:          removed
                   15267: 
                   15268:        * src/main/pa_exception.C: dom|generic error output fix
                   15269: 
                   15270:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   15271: 
                   15272:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   15273: 
                   15274:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   15275:          [fixed as_node helper func to accept docs]
                   15276: 
                   15277:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   15278:          xdoc.importNode 0
                   15279: 
1.88      moko     15280:        * src/classes/xdoc.C: xdoc::set now untaints OK
1.86      moko     15281: 
                   15282: 2002-01-25  paf
                   15283: 
1.88      moko     15284:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   15285:          @SPECIAL now works OK
1.86      moko     15286: 
1.88      moko     15287:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
1.86      moko     15288: 
                   15289:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   15290:          violation that added
                   15291: 
                   15292:        * src/classes/hash.C: unified  hash::sql, now
                   15293:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   15294: 
1.88      moko     15295:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   15296:          ^file:lock[filename]{code}
1.86      moko     15297: 
                   15298:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   15299:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   15300:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   15301:          to some pa_common funcs
                   15302: 
1.88      moko     15303:        * src/: include/pa_charset.h, main/pa_globals.C:
1.86      moko     15304:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   15305: 
                   15306:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15307:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   15308:          not stupid illegal define
                   15309: 
                   15310: 2002-01-24  paf
                   15311: 
                   15312:        * src/include/pa_version.h: changed version number
                   15313: 
                   15314:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15315:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15316:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15317:          main/pa_db_connection.C, main/pa_db_table.C,
1.88      moko     15318:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   15319:          hashfile without logfiles
1.86      moko     15320: 
                   15321:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15322:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   15323:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   15324:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   15325:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   15326:          cluttered disk without huge need]
                   15327: 
1.88      moko     15328:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   15329:          handy macro, which is strangly abscent in dome lib
1.86      moko     15330: 
                   15331:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   15332: 
                   15333:        * src/classes/xdoc.C: checked empty response
                   15334: 
                   15335:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   15336:          /, not self node]
                   15337: 
                   15338:        * src/classes/xnode.C: xnode.select returns array always now, in
                   15339:          case 'nothing found' returns empty array
                   15340: 
                   15341:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   15342:          be more tender with ctrl/c/v
                   15343: 
                   15344: 2002-01-23  paf
                   15345: 
1.88      moko     15346:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   15347:          substituted.         // 2. when dom tree with entites goes under
                   15348:          transform text nodes        // got [erroreosly] cut on first
                   15349:          entity occurance
1.86      moko     15350: 
                   15351:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   15352:          twice-converting
                   15353: 
                   15354:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   15355:          'e' in output this is for regretful twice-converting here:
                   15356:          $a(double value) when they write double falue  they convert it to
                   15357:          string first, thus %g were losing precesion.
                   15358: 
                   15359:          todo: think up some way to remove double->string string->double
                   15360:          twice-converting
                   15361: 
1.88      moko     15362:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   15363:          %.20E now default float format this is for regretful
                   15364:          twice-converting here: $a(double value) when they write double
                   15365:          falue  they convert it to string first, thus %g were losing
                   15366:          precesion.
1.86      moko     15367: 
                   15368:          todo: think up some way to remove double->string string->double
                   15369:          twice-converting
                   15370: 
                   15371:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
1.88      moko     15372:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   15373:          reasons in comment inside
1.86      moko     15374: 
                   15375:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   15376:          statically linked]
                   15377: 
                   15378:        * src/: include/pa_exception.h, main/compile.tab.C,
                   15379:          main/pa_exception.C: removed exception va_list constructor.  1.
                   15380:          not needed anymore 2. there were a conflict[causing errors]
                   15381:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   15382:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   15383:          ctor(, va_list) which, of course, caused gpf
                   15384: 
                   15385:        * src/main/pa_globals.C: removed debug xslt messages
                   15386: 
                   15387: 2002-01-22  paf
                   15388: 
                   15389:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   15390:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   15391:          helps compiling stylesheet properly.  example: this refused to
                   15392:          work,             <b>&laquo;<xsl:value-of select="@title"
                   15393:          />&raquo;</b> stranly worked only this way:
                   15394:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   15395: 
                   15396:          docs says "set it to 1", never going into details, so I decided
                   15397:          to try NOT to do that
                   15398: 
1.88      moko     15399:        * src/classes/table.C: join behaived badly in case named tables
                   15400:          structure mismatched: 0 strings sneaked into dest failing
                   15401:          afterwards.  replaced them with empty strings
1.86      moko     15402: 
                   15403: 2002-01-21  paf
                   15404: 
                   15405:        * src/main/pa_charset.C: checked empty transcoders in
                   15406:          transcode_cstr|buf
                   15407: 
1.88      moko     15408:        * src/classes/xdoc.C: xdoc::load error source = filespec
1.86      moko     15409: 
1.88      moko     15410:        * src/classes/xdoc.C: transform error source now
                   15411:          stylesheet_filespec
1.86      moko     15412: 
                   15413:        * src/: classes/xdoc.C, classes/xnode.C,
                   15414:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   15415:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   15416:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   15417:          gnome
                   15418: 
                   15419:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   15420:          include/pa_globals.h, include/pa_stylesheet_connection.h,
1.89      moko     15421:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   15422:          xslt generic error 1
1.86      moko     15423: 
1.88      moko     15424:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   15425:          xml generic message 1
1.86      moko     15426: 
                   15427:        * src/classes/table.C: ^table::load empty lines or #comments before
                   15428:          headline
                   15429: 
                   15430:        * src/: include/pa_array.h, include/pa_globals.h,
                   15431:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   15432:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
1.89      moko     15433:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   15434:          errors 0
1.86      moko     15435: 
                   15436: 2002-01-16  paf
                   15437: 
                   15438:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   15439:          classes/table.C, classes/void.C, classes/xdoc.C,
                   15440:          include/pa_db_connection.h, include/pa_request.h,
                   15441:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15442:          include/pa_stylesheet_connection.h,
                   15443:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   15444:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15445:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   15446:          stylesheet_connection auto destroyers to remaining gnome objects
                   15447: 
                   15448:        * src/classes/xdoc.C: few comments
                   15449: 
                   15450: 2002-01-15  paf
                   15451: 
1.88      moko     15452:        * src/classes/xdoc.C: xdoc   file   save   string
1.86      moko     15453: 
                   15454:          ready.  todo: error handling
                   15455: 
1.88      moko     15456:        * src/classes/xdoc.C: xdoc save rewritten using
                   15457:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   15458:          result
1.86      moko     15459: 
1.88      moko     15460:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   15461:          started output options parsing
1.86      moko     15462: 
                   15463: 2002-01-14  paf
                   15464: 
                   15465:        * src/classes/xdoc.C: method
                   15466: 
                   15467:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15468:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   15469:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
1.88      moko     15470:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   15471:          xslt transform0.  TODO:   use output options   handle errors
1.86      moko     15472: 
1.88      moko     15473:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
1.86      moko     15474: 
                   15475: 2002-01-11  paf
                   15476: 
                   15477:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
1.88      moko     15478:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   15479:          partial logical && || evaluation
1.86      moko     15480: 
1.88      moko     15481:        * src/classes/xnode.C: xpath selectNodes
1.86      moko     15482: 
1.88      moko     15483:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   15484:          string/number/bool
1.86      moko     15485: 
1.88      moko     15486:        * src/classes/xnode.C: xpath selectNode 2
1.86      moko     15487: 
1.88      moko     15488:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   15489:          xpath selectNode 1
1.86      moko     15490: 
                   15491: 2002-01-10  paf
                   15492: 
                   15493:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   15494: 
                   15495:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15496:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
1.88      moko     15497:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   15498:          refcounter]
1.86      moko     15499: 
                   15500: 2001-12-29  paf
                   15501: 
                   15502:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   15503:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   15504:          glib works 0
                   15505: 
                   15506: 2001-12-28  paf
                   15507: 
                   15508:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   15509:          main/pa_exception.C: started glib transcoders
                   15510: 
1.88      moko     15511:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
1.86      moko     15512: 
                   15513:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
1.88      moko     15514:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
1.86      moko     15515:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   15516:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   15517:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   15518:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   15519:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   15520:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   15521: 
                   15522: 2001-12-27  paf
                   15523: 
                   15524:        * src/: include/pa_charset.h, include/pa_common.h,
                   15525:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15526:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
1.88      moko     15527:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   15528:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15529:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   15530:          from xalan&xerces, started the process.  globals [initialization
                   15531:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   15532:          calls
                   15533: 
                   15534:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   15535:          anymore
1.86      moko     15536: 
                   15537: 2001-12-26  paf
                   15538: 
                   15539:        * src/: include/pa_charset.h, include/pa_charsets.h,
1.88      moko     15540:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   15541:          key globalized [bug]
1.86      moko     15542: 
                   15543: 2001-12-25  paf
                   15544: 
                   15545:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
1.88      moko     15546:          main/pa_string.C: table set & append changed splitting languages,
                   15547:          separators now can be clean AND as-is same to mail command line
                   15548:          $MAIN:MAIL.progX arguments
1.86      moko     15549: 
                   15550: 2001-12-24  paf
                   15551: 
1.88      moko     15552:        * src/classes/mail.C: one parted text messages - no multipart
                   15553:          mime-type anymore.  for convinient if $.attach-ments
1.86      moko     15554: 
                   15555:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   15556:          main/pa_string.C: read from cache size check updated
                   15557: 
                   15558:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   15559: 
                   15560: 2001-12-21  paf
                   15561: 
1.88      moko     15562:        * src/classes/date.C: date:sql-string now returns localtime
1.86      moko     15563: 
                   15564:        * src/main/pa_request.C: $result in @main actually not working, to
                   15565:          hell with it for now
                   15566: 
                   15567:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15568:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   15569:          @postprocess @exception
                   15570: 
1.88      moko     15571:        * src/main/execute.C: junction evaluation canceled - endless
                   15572:          recursion detected
1.86      moko     15573: 
                   15574: 2001-12-19  paf
                   15575: 
                   15576:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   15577:          intermediate
                   15578: 
1.88      moko     15579:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
1.86      moko     15580: 
1.88      moko     15581:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
1.86      moko     15582: 
1.88      moko     15583:        * src/classes/op.C: ^cache keypath now relative
1.86      moko     15584: 
                   15585:        * src/classes/mail.C: changed weighting prior to sort
                   15586: 
                   15587:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   15588:          were missing
                   15589: 
                   15590: 2001-12-17  paf
                   15591: 
                   15592:        * src/main/pa_charset.C: ifndef XML were bad type
                   15593: 
                   15594:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   15595:          outdated unset services_pool
                   15596: 
                   15597:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   15598:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   15599:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   15600: 
                   15601:        * src/main/untaint.C: allowed space in filespec
                   15602: 
1.88      moko     15603:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
1.86      moko     15604: 
                   15605:        * src/classes/image.C: no govno
                   15606: 
                   15607:        * src/classes/image.C: govno
                   15608: 
                   15609: 2001-12-16  paf
                   15610: 
                   15611:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   15612: 
1.88      moko     15613:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   15614:          charset_connection&manager replaced by charset&charsets
1.86      moko     15615: 
1.88      moko     15616:        * src/main/pa_charset.C: name_cstr 0
1.86      moko     15617: 
                   15618:        * src/main/untaint.C: uri lang now knows about client/source
                   15619:          charsets
                   15620: 
                   15621:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   15622:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15623:          include/pa_array.h, include/pa_cache_managers.h,
                   15624:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   15625:          include/pa_common.h, include/pa_db_connection.h,
                   15626:          include/pa_db_manager.h, include/pa_db_table.h,
                   15627:          include/pa_dictionary.h, include/pa_exception.h,
                   15628:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   15629:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   15630:          include/pa_sapi.h, include/pa_socks.h,
                   15631:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15632:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   15633:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15634:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   15635:          main/pa_charset.C, main/pa_charset_connection.C,
                   15636:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   15637:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   15638:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   15639:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   15640:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1.88      moko     15641:          types/types.dsp: introducing Charset
1.86      moko     15642: 
                   15643: 2001-12-14  paf
                   15644: 
                   15645:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   15646:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   15647:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   15648:          uri lang
                   15649: 
                   15650:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   15651: 
1.89      moko     15652:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
1.86      moko     15653: 
                   15654:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   15655:          defalts_name global
                   15656: 
                   15657:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   15658:          include/pa_request.h, main/main.dsp,
                   15659:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   15660:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   15661:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
1.88      moko     15662:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   15663:          changed charset model.  now important: $request:charset
                   15664:          $response:charset while $response:content-type.charset become
                   15665:          unimportant [informational]
1.86      moko     15666: 
                   15667: 2001-12-13  paf
                   15668: 
                   15669:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   15670: 
                   15671:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   15672:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   15673:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   15674:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   15675:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   15676:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   15677: 
                   15678:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   15679:          auto_ptr part other way, because of stupid gcc 2.96
                   15680:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   15681:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   15682:          FormatterListener] /usr/include/g++-3/memory:48:
                   15683:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   15684:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   15685: 
                   15686:        * src/classes/xdoc.C: removed extra inc
                   15687: 
                   15688:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   15689: 
                   15690:        * src/include/pa_types.h: msvc head debugging flag
                   15691: 
                   15692:        * src/classes/xdoc.C: freed up listener
                   15693: 
                   15694:        * src/classes/string.C: change msg '... code is not code'
                   15695: 
                   15696:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   15697:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15698:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   15699:          [past/future prob]
                   15700: 
                   15701:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   15702:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   15703:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   15704:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   15705: 
                   15706:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   15707:          main/pa_string.C: removed signed mismatch warnings
                   15708: 
1.89      moko     15709:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   15710:          'expires' from header outputs
1.86      moko     15711: 
                   15712:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   15713:          row ptr
                   15714: 
                   15715:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   15716:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   15717: 
1.88      moko     15718:        * src/classes/xdoc.C: lang list updated
1.86      moko     15719: 
                   15720: 2001-12-10  paf
                   15721: 
                   15722:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   15723: 
1.88      moko     15724:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   15725:          erase files like that, knowing their full name introducing   //
                   15726:          theoretical problem with, for instance, "_2B" and "." fragments,
                   15727:          // they would yield the same    // because
                   15728:          need_file_encode('_')=false  // but we need to delete such files
                   15729:          somehow, getting names from ^index
1.86      moko     15730: 
1.88      moko     15731:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   15732:          string::join_chank break]
1.86      moko     15733: 
                   15734: 2001-12-07  paf
                   15735: 
                   15736:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   15737:          include/pa_common.h, include/pa_config_auto.h.in,
                   15738:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15739:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   15740:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
1.88      moko     15741:          types/pa_vhashfile.C: merged from r14_simple_cache
1.86      moko     15742: 
                   15743:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   15744:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   15745:             lduh  [ %i2 + 1 ], %l0
                   15746: 
                   15747:          bus error, fixed that
                   15748: 
                   15749:        * src/main/pa_string.C: strange string deserialize bug on
                   15750:          client[pmts], a bit shortened,
                   15751: 
                   15752:        * src/include/pa_config_auto.h.in: makes
                   15753: 
                   15754:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   15755:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   15756:          file write shared lock file read
                   15757: 
                   15758:        * src/: classes/op.C, include/pa_common.h,
1.88      moko     15759:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
1.86      moko     15760: 
                   15761: 2001-12-06  paf
                   15762: 
                   15763:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15764:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   15765: 
1.88      moko     15766:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   15767:          info
1.86      moko     15768: 
                   15769:        * src/classes/hashfile.C: removed transaction from ^cache
                   15770: 
                   15771: 2001-12-05  paf
                   15772: 
1.88      moko     15773:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   15774:          IIS5 there were a prob with illegal call check
1.86      moko     15775: 
                   15776: 2001-12-04  paf
                   15777: 
                   15778:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15779:          main/pa_request.C: measures to log
                   15780: 
                   15781: 2001-11-23  paf
                   15782: 
                   15783:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   15784:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
1.88      moko     15785:          types/pa_vhashfile.C: merged from _0014, 1
1.86      moko     15786: 
                   15787:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
1.88      moko     15788:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   15789:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   15790:          ^cache(33) would change
1.86      moko     15791: 
                   15792:          0660 bits in file_write & hashfile create
                   15793: 
1.88      moko     15794:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   15795:          after pa_string optimization]
1.86      moko     15796: 
                   15797: 2001-11-22  paf
                   15798: 
                   15799:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   15800:          table.offset[whence]
                   15801: 
1.88      moko     15802:        * src/classes/op.C: process cstr(,connection)
1.86      moko     15803: 
1.88      moko     15804:        * src/classes/op.C: process now gets its body on current language,
                   15805:          not as-is
1.86      moko     15806: 
                   15807:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   15808: 
1.88      moko     15809:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   15810:          bit
1.86      moko     15811: 
                   15812:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
                   15813: 
                   15814: 2001-11-21  paf
                   15815: 
1.88      moko     15816:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   15817:          <xsl:output output options made identical to xsl:output
                   15818:          attributes exclusion:    cdata-section-elements what xalan can do
                   15819:          but that not used now:    it can escape and remove CDATA sections
1.86      moko     15820: 
1.88      moko     15821:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
1.86      moko     15822:          produced by xslt
                   15823: 
                   15824:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   15825: 
                   15826:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   15827: 
                   15828:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
1.88      moko     15829:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
1.86      moko     15830:          default language for {code}, it happen to change it's language
                   15831:          from CLEAN, so later refused to split by CLEAN \t
                   15832: 
                   15833: 2001-11-20  paf
                   15834: 
                   15835:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   15836:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
                   15837:          bottom of dependeces, so that errors would popup quicklier, fixed
                   15838:          line numbering in table::sql
                   15839: 
                   15840: 2001-11-19  paf
                   15841: 
                   15842:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   15843:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
1.89      moko     15844:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   15845:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   15846:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   15847:          at wcontext.write
1.86      moko     15848: 
1.89      moko     15849:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
                   15850:          _set_new_handler
1.86      moko     15851: 
1.89      moko     15852:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   15853:          set_new_handler in apache&isapi
1.86      moko     15854: 
                   15855: 2001-11-16  paf
                   15856: 
                   15857:        * src/targets/cgi/parser3.C: pool debug @ die
                   15858: 
1.88      moko     15859:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   15860:          removed 8 bytes from String, 2 bytes from
1.86      moko     15861:          string::chunk::row::item
                   15862: 
                   15863:        * src/main/pa_string.C: removed 1+4 bytes from String
                   15864: 
                   15865:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   15866:          types/pa_vstring.C: removed 1+4 bytes from String
                   15867: 
                   15868:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   15869:          0
                   15870: 
                   15871:        * src/: include/pa_globals.h, include/pa_string.h,
                   15872:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   15873:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
1.88      moko     15874:          targets/cgi/parser3.C: introducing estimating
                   15875:          String::cstr_bufsize, 0
1.86      moko     15876: 
                   15877:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   15878: 
                   15879:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   15880: 
                   15881:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   15882:          include/pa_pool.h: die in pool::fail
                   15883: 
                   15884: 2001-11-15  paf
                   15885: 
                   15886:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   15887:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   15888:          dynamic buffer re-back now with counter
                   15889: 
                   15890:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   15891:          static buffer back
                   15892: 
                   15893:        * src/targets/cgi/parser3.C: std::
                   15894: 
                   15895:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   15896:          include/pa_config_includes.h: setnewhandler check
                   15897: 
                   15898:        * src/include/pa_config_auto.h.in: makes
                   15899: 
1.88      moko     15900:        * src/targets/cgi/parser3.C: set_new_handler started
1.86      moko     15901: 
                   15902: 2001-11-14  paf
                   15903: 
                   15904:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   15905:          was wrong
                   15906: 
                   15907:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   15908:          was wrong
                   15909: 
                   15910:        * src/main/pa_request.C: z
                   15911: 
1.88      moko     15912:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   15913:          full returns win32 -1 solaris >buffer_size
1.86      moko     15914: 
                   15915:          checked all that
                   15916: 
1.88      moko     15917:        * src/classes/op.C: ^untaint{body} as-is default now
1.86      moko     15918: 
                   15919:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
1.88      moko     15920:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   15921:          with no_bad_constructors_try
1.86      moko     15922: 
                   15923:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
1.88      moko     15924:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   15925:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   15926:          $bred[^int::int[]]
1.86      moko     15927: 
                   15928:          now VObject creation moved into overriden
                   15929:          VClass::create_new_value, thus 0 from create_new_value means that
                   15930:          class has no ctors
                   15931: 
                   15932: 2001-11-13  paf
                   15933: 
                   15934:        * src/classes/classes.C: returned accedently removed if in foreach
                   15935:          callbacks [when hash no-0-restructure]
                   15936: 
                   15937: 2001-11-12  paf
                   15938: 
1.88      moko     15939:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   15940:          passed as-is to method, xalan makes & into &amp; itself
1.86      moko     15941: 
1.88      moko     15942:        * src/classes/date.C: date.roll parser2 alg used
1.86      moko     15943: 
                   15944:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   15945:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   15946:          main/pa_dictionary.C, main/pa_hash.C,
1.88      moko     15947:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   15948:          now does not containt 0 values. put 0 actullay removes.  no check
                   15949:          on 0 value in foreach now required
1.86      moko     15950: 
                   15951: 2001-11-11  paf
                   15952: 
                   15953:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   15954: 
                   15955:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   15956: 
                   15957:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   15958:          driver initialize not const
                   15959: 
                   15960: 2001-11-10  paf
                   15961: 
1.88      moko     15962:        * src/main/pa_exec.C: doc
1.86      moko     15963: 
                   15964: 2001-11-09  paf
                   15965: 
1.88      moko     15966:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   15967:          param properly
1.86      moko     15968: 
                   15969:        * src/classes/string.C: string.save now does untainting before
                   15970:          saving
                   15971: 
                   15972:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   15973:          still cstr oriented]
                   15974: 
                   15975:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   15976:          line endings fixing got rid of cstr, now must work ok with post
                   15977:          multipart
                   15978: 
                   15979:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   15980:          not file  also now
                   15981: 
                   15982: 2001-11-08  paf
                   15983: 
                   15984:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   15985:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   15986:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   15987:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   15988:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   15989:          simple parent, not second parent [gcc 2.96 strangly refused to
                   15990:          call virtual from second parent]
                   15991: 
                   15992:        * src/: include/pa_common.h, main/Makefile.am,
                   15993:          targets/cgi/pa_pool.C: makes
                   15994: 
                   15995:        * src/: include/pa_request.h, main/pa_request.C,
1.89      moko     15996:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   15997:          'status' class enabler
1.86      moko     15998: 
                   15999:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   16000: 
                   16001:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16002:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16003:          include/pa_stylesheet_manager.h, main/main.dsp,
                   16004:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   16005:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16006:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16007:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   16008:          todo: apache 'status' class enabler
                   16009: 
                   16010: 2001-11-05  paf
                   16011: 
                   16012:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   16013:          debug to normal
                   16014: 
                   16015:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   16016:          hence i removed skipping 0 values in hash::for_each-es we need to
                   16017:          check cleaned cache items manually. few more checks.
                   16018: 
                   16019:          expiring to 0 time was wrong, changed to 'now' time
                   16020: 
                   16021:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   16022:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   16023:          on apache already done :)
                   16024: 
                   16025:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   16026:          skipping 0 values in hash::for_each-es we need to check cleaned
                   16027:          cache items manually
                   16028: 
                   16029:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   16030:          parser_multithreaded check was wrong
                   16031: 
                   16032:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16033:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16034:          classes/hashfile.C, classes/image.C, classes/int.C,
                   16035:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   16036:          classes/string.C, classes/table.C, classes/void.C,
                   16037:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16038:          include/pa_array.h, include/pa_charset_connection.h,
                   16039:          include/pa_charset_manager.h, include/pa_common.h,
                   16040:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16041:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16042:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   16043:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16044:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16045:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16046:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16047:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16048:          include/pa_stack.h, include/pa_string.h,
                   16049:          include/pa_stylesheet_connection.h,
                   16050:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16051:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   16052:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   16053:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   16054:          main/pa_charset_manager.C, main/pa_common.C,
                   16055:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16056:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   16057:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   16058:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   16059:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16060:          main/pa_status_provider.C, main/pa_string.C,
                   16061:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
1.89      moko     16062:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16063:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16064:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   16065:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16066:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16067:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   16068:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16069:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16070:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16071:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16072:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   16073:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16074:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16075:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   16076:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16077:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16078:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   16079:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16080:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16081:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   16082:          $status:db fixed used not initialized in db_connection & db_table
1.86      moko     16083: 
1.88      moko     16084:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   16085:          $status:charset
1.86      moko     16086: 
                   16087:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   16088:          include/pa_stylesheet_connection.h,
                   16089:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
1.88      moko     16090:          types/pa_vstatus.h: $status:stylesheet
1.86      moko     16091: 
                   16092:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   16093:          include/pa_request.h, include/pa_sql_connection.h,
                   16094:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16095:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   16096:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16097:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   16098:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
1.88      moko     16099:          types/pa_vxnode.C, types/types.dsp: started status parser class
1.86      moko     16100: 
                   16101: 2001-11-01  paf
                   16102: 
                   16103:        * src/include/pa_config_auto.h.in: makes
                   16104: 
                   16105:        * src/main/pa_hash.C: removed old extra include
                   16106: 
1.88      moko     16107:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   16108:          checks [for hp, there are such in math.h]
1.86      moko     16109: 
                   16110:        * src/classes/op.C: ^for endless loop check strightened
                   16111: 
                   16112:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   16113:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   16114:          co can use r.root to write their i & key,value there
                   16115: 
                   16116:        * src/classes/op.C: detected for var storage bug, fixed.
                   16117:          todo:foreach
                   16118: 
                   16119:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   16120:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
1.88      moko     16121:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   16122:          changing of hash inside of foreach
1.86      moko     16123: 
1.88      moko     16124:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
1.86      moko     16125:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   16126:          were hash.foreach
                   16127: 
                   16128:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
1.88      moko     16129:          types/pa_vstring.C, types/pa_vstring.h:
1.86      moko     16130:          ^foreach[key|value]{body}[[separator]|{separator}]
                   16131: 
                   16132:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
1.88      moko     16133:          types/pa_vcookie.C: ^hash.delete[key]
1.86      moko     16134: 
                   16135: 2001-10-31  paf
                   16136: 
1.88      moko     16137:        * src/main/: compile.C, pa_common.C: completely empty file now
                   16138:          considered "read", not ignored [not perfect trick used]
1.86      moko     16139: 
                   16140:        * src/main/pa_common.C: simplier common ifdefs
                   16141: 
                   16142:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   16143: 
1.88      moko     16144:        * src/main/pa_db_connection.C: z
1.86      moko     16145: 
1.88      moko     16146:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   16147:          lockdetector flags
1.86      moko     16148:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   16149: 
1.88      moko     16150:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   16151:          from accidental show [imagine user forgot @exception]
1.86      moko     16152: 
1.88      moko     16153:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
1.86      moko     16154: 
                   16155:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16156:          classes/string.C, classes/xnode.C, include/pa_common.h,
1.88      moko     16157:          main/pa_common.C: ^string.save[[append;]path]
1.86      moko     16158: 
                   16159:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
1.88      moko     16160:          main/execute.C: \ in expression: int divide 10/3=3
1.86      moko     16161: 
                   16162:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   16163:          inside of ^cache
                   16164: 
                   16165:        * src/: include/pa_threads.h, main/pa_db_connection.C,
1.89      moko     16166:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   16167:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   16168:          needed
1.86      moko     16169: 
                   16170: 2001-10-30  paf
                   16171: 
1.88      moko     16172:        * src/: classes/classes.dsp, main/main.dsp,
1.86      moko     16173:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16174:          types/types.dsp: enabled debug incremental compile
                   16175: 
1.88      moko     16176:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   16177:          form post data line endings not reformatted now.
1.86      moko     16178: 
1.88      moko     16179:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   16180:          now required [had bug when file= has no value]
1.86      moko     16181: 
1.88      moko     16182:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   16183:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   16184:          cstr(asis) default param removed
1.86      moko     16185: 
                   16186:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   16187: 
                   16188:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   16189: 
1.88      moko     16190:        * src/include/pa_dir.h: LOAD_DIR fixed
1.86      moko     16191: 
1.88      moko     16192:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   16193:          was broken} fix_line_breaks
1.86      moko     16194: 
1.88      moko     16195:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   16196:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   16197:          packed with #pragma pack
1.86      moko     16198: 
                   16199:        * src/include/pa_config_auto.h.in: pragma detection
                   16200: 
                   16201: 2001-10-29  paf
                   16202: 
                   16203:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   16204: 
1.88      moko     16205:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   16206:          string hash.puts
1.86      moko     16207: 
                   16208:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   16209: 
                   16210:        * src/include/pa_sql_connection.h: there were one wrong
                   16211:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   16212: 
                   16213:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   16214:          param.someday either ifdef or remove it
                   16215: 
1.89      moko     16216:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
1.86      moko     16217: 
                   16218:        * src/main/untaint.C: optimizing returned after debugging
                   16219: 
                   16220:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   16221:          main/untaint.C: memory hunging #pragma pack(1)
                   16222: 
                   16223:          16 419 844 13 169 394
                   16224: 
                   16225:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   16226:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   16227:          places [todo:Array]
                   16228: 
                   16229:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   16230:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   16231:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   16232: 
                   16233:          total 5 652 652/158731 total 5 469 332/158731
                   16234: 
                   16235:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   16236:          Array:: without cache in get/put now
                   16237: 
                   16238:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   16239:          18:25:27 2001] total 5 652 652/158731
                   16240: 
                   16241:        * src/: include/pa_string.h, main/pa_string.C,
                   16242:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   16243:          now
                   16244: 
                   16245:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   16246:          18:11:53 2001] total 5796092/158731
                   16247: 
                   16248:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   16249:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   16250:          key ref now
                   16251: 
                   16252:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   16253:          17:11:17 2001] total 16867948/202658
                   16254: 
                   16255:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   16256:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   16257:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   16258:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16259:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
1.88      moko     16260:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   16261:          string::as_int/double now usually uses stack, not heap [200K out
                   16262:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
1.86      moko     16263: 
1.88      moko     16264:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   16265:          hiding bug]
1.86      moko     16266: 
                   16267:        * src/Makefile.am: .am order
                   16268: 
                   16269:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   16270:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16271:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   16272:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16273:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   16274:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   16275:          required "friend class"
                   16276: 
                   16277:          ../include/pa_request.h:51: friend declaration requires
                   16278:          class-key, i.e. `friend    class Temp_lang'
                   16279: 
                   16280:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16281:          main/pa_exception.C, main/pa_sql_driver_manager.C,
1.88      moko     16282:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
1.86      moko     16283: 
                   16284:          the idea is to #1 jump to C++ some function to main body, where
                   16285:          every function stack frame has exception unwind information and
                   16286:          from there... #2 propagate_exception()
                   16287: 
                   16288: 2001-10-28  paf
                   16289: 
                   16290:        * src/main/pa_db_connection.C: removed old consts
                   16291: 
                   16292:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   16293:          with wrong type/cast]
                   16294: 
                   16295:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   16296:          translation
                   16297: 
1.89      moko     16298:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
                   16299:          remember to build DB2 with -fexceptions!!!
1.86      moko     16300: 
                   16301:        * src/main/pa_db_table.C: DB_RMW defed
                   16302: 
                   16303:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   16304:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16305:          include/pa_db_table.h, main/pa_db_connection.C,
                   16306:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   16307: 
                   16308: 2001-10-27  paf
                   16309: 
                   16310:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16311:          include/pa_db_table.h, main/pa_db_connection.C,
                   16312:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   16313:          types/pa_vhashfile.C: DB2 ifdefs
                   16314: 
                   16315:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
1.89      moko     16316:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   16317:          makes with DB2
1.86      moko     16318: 
                   16319:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
1.89      moko     16320:          types/Makefile.am: makes db
1.86      moko     16321: 
1.89      moko     16322:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   16323:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   16324:          globals.C
1.86      moko     16325: 
                   16326:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16327:          include/pa_db_table.h, main/pa_db_connection.C,
1.88      moko     16328:          main/pa_db_table.C: ^hashfile.clear[]
1.86      moko     16329: 
                   16330:        * src/classes/classes.awk: no $ in var names
                   16331: 
1.88      moko     16332:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   16333:          connection&table [forgotten calls]
1.86      moko     16334: 
                   16335: 2001-10-26  paf
                   16336: 
                   16337:        * src/main/pa_db_connection.C: db checkpoints
                   16338: 
1.88      moko     16339:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   16340:          checkpoints
1.86      moko     16341: 
1.88      moko     16342:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   16343:          default. but entities still reparsed. todo: tothink
1.86      moko     16344: 
1.88      moko     16345:        * src/main/pa_db_connection.C: db recover mech 2
1.86      moko     16346: 
                   16347:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16348:          include/pa_db_manager.h, include/pa_db_table.h,
                   16349:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   16350:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   16351:          types/pa_vhashfile.h: db connections & tables now cached at
                   16352:          create time & multithreaded
                   16353: 
1.88      moko     16354:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   16355:          parsed_source
1.86      moko     16356: 
                   16357:        * src/main/pa_db_connection.C: about to remove connection from
                   16358:          vhashfile
                   16359: 
                   16360:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   16361:          transaction commit/rollback responsibility left to parent [as it
                   16362:          sould - else there were a bug with double free]
                   16363: 
                   16364:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   16365:          responsibility left to parent [as it sould - else there were a
                   16366:          bug with double free]
                   16367: 
                   16368: 2001-10-25  paf
                   16369: 
                   16370:        * src/: classes/hashfile.C, include/pa_common.h,
                   16371:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16372:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   16373:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   16374:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   16375:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   16376:          yet]
                   16377: 
                   16378:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   16379: 
1.88      moko     16380:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   16381:          transaction parent passed
1.86      moko     16382: 
                   16383: 2001-10-24  parser
                   16384: 
                   16385:        * src/classes/Makefile.am: makes
                   16386: 
                   16387:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   16388:          isapi/pool_storage.h: pool_storage fixed
                   16389: 
                   16390:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   16391:          types/pa_vform.h: form fix_line_breaks
                   16392: 
                   16393:        * src/targets/cgi/pool_storage.h: makes
                   16394: 
                   16395:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   16396:          targets/cgi/pool_storage.h: makes
                   16397: 
                   16398:        * src/sql/pa_sql_driver.h: version
                   16399: 
                   16400:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   16401:          types/pa_vform.C, types/pa_vform.h: .am
                   16402: 
1.88      moko     16403:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   16404:          this: DB_RMW Acquire write locks instead of read locks when doing
                   16405:          the retrieval. Setting this flag may decrease the likelihood of
                   16406:          deadlock during a read-modify-write cycle by immediately
                   16407:          acquiring the write lock during the read part of the cycle so
                   16408:          that another thread of control acquiring a read lock for the same
                   16409:          item, in its own read-modify-write cycle, will not result in
                   16410:          deadlock
1.86      moko     16411: 
1.89      moko     16412:        * src/targets/isapi/parser3isapi.dsp: doc
1.86      moko     16413: 
1.88      moko     16414:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
1.86      moko     16415: 
1.88      moko     16416:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
1.86      moko     16417: 
                   16418:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16419:          main/pa_db_connection.C: hashfile expired deleted from db when
                   16420:          get & iterate
                   16421: 
1.88      moko     16422:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   16423:          expiring 1
1.86      moko     16424: 
                   16425:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   16426: 
                   16427:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   16428:          db_connection not bothers with key when not returning expired
                   16429:          data
                   16430: 
                   16431:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16432:          types/pa_vhashfile.C: db_cursor constructor public now
                   16433: 
                   16434:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16435:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   16436:          stamped, todo: put_element analize
                   16437: 
                   16438:        * src/: include/pa_db_connection.h, include/pa_string.h,
1.88      moko     16439:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   16440:          serialize. todo stamp
1.86      moko     16441: 
                   16442: 2001-10-23  parser
                   16443: 
                   16444:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   16445:          classes/image.C, classes/mail.C, classes/response.C,
                   16446:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16447:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   16448:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   16449:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   16450:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
1.88      moko     16451:          types/pa_vtable.C: ^hashfile.hash[]
1.86      moko     16452: 
                   16453:        * src/: classes/hashfile.C, classes/xdoc.C,
                   16454:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   16455:          main/pa_globals.C: ifdefs so it compiled without db
                   16456: 
                   16457:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16458:          include/pa_db_manager.h, main/pa_db_connection.C,
1.88      moko     16459:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   16460:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   16461:          ^hashfile.delete[key]
1.86      moko     16462: 
                   16463: 2001-10-22  parser
                   16464: 
                   16465:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   16466:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   16467: 
                   16468:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   16469:          classes/xnode.C, include/pa_charset_connection.h,
                   16470:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16471:          include/pa_exception.h, include/pa_sapi.h,
                   16472:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16473:          include/pa_stylesheet_connection.h,
                   16474:          include/pa_stylesheet_manager.h,
                   16475:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   16476:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16477:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   16478:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
1.89      moko     16479:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
1.86      moko     16480:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   16481:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
1.88      moko     16482:          types/types.dsp: hashfile 0
1.86      moko     16483: 
1.88      moko     16484:        * src/types/pa_vhashfile.C: z
1.86      moko     16485: 
                   16486:        * src/: classes/classes.dsp, classes/hashfile.C,
                   16487:          include/pa_config_fixed.h, main/execute.C,
                   16488:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
1.88      moko     16489:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
1.86      moko     16490: 
1.89      moko     16491:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
1.86      moko     16492: 
                   16493:        * src/: include/pa_exception.h, include/pa_request.h,
                   16494:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   16495:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.88      moko     16496:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
1.86      moko     16497: 
                   16498: 2001-10-19  parser
                   16499: 
                   16500:        * src/include/pa_pool.h: header
                   16501: 
                   16502:        * src/main/pa_pool.C: auto compiled on gcc
                   16503: 
                   16504:        * src/classes/image.C: comment
                   16505: 
                   16506:        * src/: include/pa_pool.h, main/pa_common.C: makes
                   16507: 
                   16508:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16509:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16510:          types/pa_vxnode.h: xnode clone got freed
                   16511: 
                   16512:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   16513:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   16514:          can free up xalandomstring resulting from pool::transcode
                   16515: 
                   16516:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   16517:          include/pa_config_fixed.h, include/pa_exception.h,
                   16518:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   16519:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
1.88      moko     16520:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   16521:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   16522:          from non-xml compile
1.86      moko     16523: 
1.89      moko     16524:        * src/main/pa_request.C: pool:: context - get_context
1.86      moko     16525: 
                   16526:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   16527:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   16528:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   16529:          classes/string.C, classes/table.C, classes/void.C,
                   16530:          include/pa_config_fixed.h, include/pa_exception.h,
                   16531:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   16532:          main/compile.C, main/compile_tools.C, main/execute.C,
                   16533:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   16534:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   16535:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16536:          main/pa_string.C, main/pa_table.C, main/untaint.C,
1.89      moko     16537:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16538:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   16539:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   16540:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   16541:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   16542:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   16543:          exceptions 0
1.86      moko     16544: 
                   16545:        * src/classes/classes.awk: $ removed
                   16546: 
                   16547: 2001-10-18  parser
                   16548: 
1.88      moko     16549:        * src/types/pa_vcookie.C: cookie:CLASS
1.86      moko     16550: 
                   16551:        * src/main/main.dsp: project
                   16552: 
1.88      moko     16553:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   16554:          set_document & ctor question "who owns document" solved
1.86      moko     16555: 
                   16556:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   16557: 
                   16558:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
1.88      moko     16559:          main/pa_pool.C: encoding in dom creating funcs
1.86      moko     16560: 
1.88      moko     16561:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   16562:          be transformed now
1.86      moko     16563: 
1.88      moko     16564:        * src/classes/xdoc.C: dom created by create can be transformed now
1.86      moko     16565: 
1.88      moko     16566:        * src/classes/xdoc.C: z
1.86      moko     16567: 
1.88      moko     16568:        * src/classes/xdoc.C: comment
1.86      moko     16569: 
1.88      moko     16570:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   16571:          create now uses XercesDocumentBridge, appendChild&co now works
1.86      moko     16572: 
                   16573:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   16574:          @ recompile
                   16575: 
1.88      moko     16576:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
1.86      moko     16577:          $origin @exception[
                   16578: 
1.88      moko     16579:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   16580:          tag names forced to XML lang
1.86      moko     16581: 
                   16582:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   16583:          leechy-found bugs in code&doc fixed
                   16584: 
                   16585: 2001-10-17  parser
                   16586: 
                   16587:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
1.88      moko     16588:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   16589:          n functionality preserved
1.86      moko     16590: 
                   16591:        * src/types/pa_vimage.h: removed unused vimage::save
                   16592: 
                   16593: 2001-10-16  parser
                   16594: 
                   16595:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   16596: 
                   16597:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   16598: 
1.88      moko     16599:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
1.86      moko     16600: 
1.88      moko     16601:        * src/classes/image.C: image.copy tolerance
1.86      moko     16602: 
1.88      moko     16603:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   16604:          ineffective, but works for small paleted image
1.86      moko     16605: 
1.88      moko     16606:        * src/types/pa_vimage.C: comment
1.86      moko     16607: 
1.88      moko     16608:        * src/classes/image.C: gd size/resize bugfix
1.86      moko     16609: 
1.88      moko     16610:        * src/: classes/classes.dsp, main/main.dsp,
1.86      moko     16611:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
1.88      moko     16612:          types/types.dsp: ident >nul 2>&1
1.86      moko     16613: 
                   16614:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   16615:          systems
                   16616: 
1.88      moko     16617:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   16618:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
1.86      moko     16619: 
                   16620: 2001-10-15  parser
                   16621: 
                   16622:        * src/main/execute.C: z
                   16623: 
1.88      moko     16624:        * src/classes/: xdoc.C:     !::create{qualifiedName}
1.86      moko     16625: 
                   16626:        * src/types/pa_vxnode.C:     document_type_node.
                   16627:                  !readonly attribute DOMString name
                   16628:              !notation_node.
                   16629:                  !readonly attribute DOMString publicId
                   16630:                  !readonly attribute DOMString systemId
                   16631: 
1.88      moko     16632:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   16633:          ::write badly passed string too transparently [failed to
                   16634:          intercept it]
1.86      moko     16635: 
                   16636:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   16637:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   16638:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16639:          types/pa_vxnode.h: DOM1 major addtion, only few
                   16640:          attributes/methods left
                   16641: 
                   16642: 2001-10-13  parser
                   16643: 
                   16644:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   16645:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   16646:          in main handler
                   16647: 
                   16648:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   16649:          cleanups & frees order
                   16650: 
                   16651:        * src/types/pa_vcode_frame.h: couple comments
                   16652: 
1.88      moko     16653:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   16654:          transparent enough to handle hash if creation&passing
1.86      moko     16655: 
                   16656:        * src/: include/pa_config_fixed.h, main/execute.C,
1.88      moko     16657:          main/pa_exception.C: noticed that vcodeframe not transparent
                   16658:          enough, would change now
1.86      moko     16659: 
                   16660: 2001-10-12  parser
                   16661: 
                   16662:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   16663:          fixed. initialization&free on each thread!
                   16664: 
1.88      moko     16665:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   16666:          handling changed: now type of default param analized always, not
                   16667:          only at problem time, thus helping early problem spotting
1.86      moko     16668: 
1.88      moko     16669:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
1.89      moko     16670:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
1.86      moko     16671:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
1.88      moko     16672:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   16673:          multithread bug fixed. initialization&free on each thread!
1.86      moko     16674: 
                   16675: 2001-10-11  parser
                   16676: 
                   16677:        * src/classes/xnode.C: xnode.selectSingle now
                   16678: 
                   16679:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   16680:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   16681:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   16682:          convertors out of Pool into Exception
                   16683: 
                   16684:        * src/main/pa_string.C: const
                   16685: 
1.88      moko     16686:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   16687:          linked pieces of same language together prior to String::replace
1.86      moko     16688: 
1.88      moko     16689:        * src/classes/hash.C:     !^hash.add[addme]
1.86      moko     16690:              !^hash.sub[subme]
                   16691:              !^a.union[b] = new
                   16692:              !^a.intersection[b] = new
                   16693:              !^a.intersects[b] = bool
                   16694: 
                   16695:        * src/classes/hash.C:     !^hash::append[append_from]
                   16696: 
1.88      moko     16697:        * src/: classes/hash.C, types/pa_vhash.h:
1.86      moko     16698:          !^hash::create[[copy_from]]
                   16699: 
                   16700:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   16701:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
1.88      moko     16702:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   16703:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   16704:          exception but somebody[value.bark] tried to throw it on it's pool
1.86      moko     16705: 
1.89      moko     16706:        * src/include/pa_config_auto.h.in: makes
1.86      moko     16707: 
                   16708: 2001-10-10  parser
                   16709: 
1.88      moko     16710:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
1.86      moko     16711: 
1.88      moko     16712:        * src/main/: compile.tab.C, compile.y: ^a[
1.86      moko     16713: 
                   16714:          @next_method  << now unclosed ] would be reported here
                   16715: 
1.88      moko     16716:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   16717:          compile error
1.86      moko     16718: 
                   16719: 2001-10-09  parser
                   16720: 
1.88      moko     16721:        * src/: classes/Makefile.am, main/Makefile.am,
1.86      moko     16722:          targets/cgi/Makefile.am, types/Makefile.am: makes
                   16723: 
1.88      moko     16724:        * src/classes/Makefile.am: makes
1.86      moko     16725: 
1.88      moko     16726:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   16727:          win32 errors intercepted [xalan transformer patched and
                   16728:          incorporated]
1.86      moko     16729: 
1.88      moko     16730:        * src/: classes/classes.dsp, classes/xdoc.C,
1.86      moko     16731:          include/pa_stylesheet_connection.h, main/main.dsp,
                   16732:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16733:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   16734:          patches starting
                   16735: 
1.88      moko     16736:        * src/classes/: string.C, table.C: ^string.save[file]
1.86      moko     16737: 
1.88      moko     16738:        * src/classes/: date.C, table.C: calendar moved to date
1.86      moko     16739: 
1.88      moko     16740:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
1.86      moko     16741:          string/table]  now
                   16742: 
1.88      moko     16743:        * src/classes/: op.C, table.C: z
1.86      moko     16744: 
                   16745:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   16746:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
1.88      moko     16747:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   16748:          be code [be string..]
1.86      moko     16749: 
1.88      moko     16750:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   16751:          table.C: lots of
1.86      moko     16752:          params->as_int/double/as_string/as_junction/as_no_junction
                   16753:          messages added
                   16754: 
                   16755: 2001-10-08  parser
                   16756: 
                   16757:        * src/: classes/date.C, classes/image.C, classes/string.C,
1.88      moko     16758:          classes/table.C, classes/void.C, include/pa_request.h:
                   16759:          params->as_int/double message added
1.86      moko     16760: 
1.88      moko     16761:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
1.86      moko     16762: 
1.88      moko     16763:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   16764:          image:sector removed image:html internal "line-*" attribs
1.86      moko     16765: 
                   16766:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1.88      moko     16767:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
1.86      moko     16768: 
                   16769:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   16770:          way
                   16771: 
                   16772:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
1.88      moko     16773:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   16774:          UL_MAIL_HEADER made nonforced [only tainted pieces]
1.86      moko     16775: 
                   16776:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   16777:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   16778:          @ SAPI::log
                   16779: 
                   16780:        * src/main/untaint.C: \r to ' ' in origins mode
                   16781: 
1.88      moko     16782:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   16783:          set]
1.86      moko     16784: 
                   16785:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   16786:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   16787:          nonstandard liaison freed up
                   16788: 
                   16789: 2001-10-07  parser
                   16790: 
1.88      moko     16791:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   16792:          project
1.86      moko     16793: 
                   16794: 2001-10-05  parser
                   16795: 
                   16796:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
1.88      moko     16797:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   16798:          from outputing to cerr.  lots of "todos"
1.86      moko     16799: 
1.88      moko     16800:        * src/main/untaint.C: http_header tainting more gentle with
                   16801:          enquoting now
1.86      moko     16802: 
                   16803:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
1.88      moko     16804:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   16805:          xml errorhandler.  fixed string.replace a little, read @test
1.86      moko     16806: 
                   16807:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   16808:          *) does not have limit, and looks further eos, fixing....
                   16809: 
                   16810:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   16811: 
1.88      moko     16812:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
1.86      moko     16813: 
1.88      moko     16814:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   16815:          bugfix
1.86      moko     16816: 
1.88      moko     16817:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   16818:          $result[^[$p^]z] now works fine
1.86      moko     16819: 
1.88      moko     16820:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   16821:          wrong. fixed it
1.86      moko     16822: 
1.88      moko     16823:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   16824:          of totable appered to be vital
1.86      moko     16825: 
                   16826: 2001-10-04  parser
                   16827: 
1.88      moko     16828:        * src/classes/image.C: ^image.length[text]
1.86      moko     16829: 
                   16830: 2001-10-03  parser
                   16831: 
                   16832:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   16833: 
                   16834:        * src/main/pa_request.C: restored pcre defaulting in request
                   16835:          [mindlessly "optimized" yesterday] comment left
                   16836: 
                   16837: 2001-10-02  parser
                   16838: 
                   16839:        * src/: main/pa_charset_manager.C,
                   16840:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   16841:          needed
                   16842: 
                   16843:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   16844:          forgot non-xml pool.*charset needed
                   16845: 
1.88      moko     16846:        * src/classes/table.C: # config comments fixed
1.86      moko     16847: 
                   16848:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   16849:          charset_connection #comment now
                   16850: 
                   16851:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   16852:          options fixed to use release msvcrt lib
                   16853: 
                   16854:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   16855:          removed default - pcre handles that internally fixed bug on
                   16856:          not-cleaning tables [previously was calloced, now member]
                   16857: 
                   16858:        * src/: include/pa_request.h, main/pa_charset_connection.C,
1.88      moko     16859:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   16860:          inside removed default - pcre handles that internally fixed bug
                   16861:          on not-cleaning tables [previously was calloced, now member]
                   16862: 
                   16863:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   16864:          tested charset reload on file change @ apache version = OK tested
                   16865:          freeing up prev encoding on adding new = OK
1.86      moko     16866: 
                   16867: 2001-10-01  parser
                   16868: 
1.88      moko     16869:        * src/main/pa_charset_connection.C: removed entitify external hack
                   16870:          [internal installed]
1.86      moko     16871: 
1.88      moko     16872:        * src/main/Makefile.am: makes+removed dtd
1.86      moko     16873: 
                   16874:        * src/: include/pa_charset_connection.h,
                   16875:          include/pa_charset_manager.h,
                   16876:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   16877:          main/pa_charset_connection.C, main/pa_charset_manager.C,
1.88      moko     16878:          main/pa_request.C: charset loading & caching mech 0
1.86      moko     16879: 
                   16880:        * src/: include/pa_stylesheet_connection.h,
                   16881:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
1.88      moko     16882:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   16883:          & caching mech now
1.86      moko     16884: 
                   16885: 2001-09-30  parser
                   16886: 
                   16887:        * src/main/pa_request.C: forgot to fill toTable
                   16888: 
                   16889:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   16890:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   16891:          failed on win32 for now..
                   16892: 
1.88      moko     16893:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   16894:          now charsets table configuration variable is: CHARSETS
1.86      moko     16895: 
1.88      moko     16896:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   16897:          ctype with unicode 1. todo: no &#1055; entities on output somehow
1.86      moko     16898: 
                   16899:        * src/: classes/file.C, classes/op.C, classes/string.C,
1.88      moko     16900:          include/pa_request.h, main/pa_request.C: started ctype with
                   16901:          unicode values
1.86      moko     16902: 
                   16903: 2001-09-28  parser
                   16904: 
                   16905:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
1.88      moko     16906:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
1.86      moko     16907:          string passed AS-IS now
                   16908: 
1.88      moko     16909:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   16910:          way of user-configuring... todo: implement
1.86      moko     16911: 
                   16912: 2001-09-27  parser
                   16913: 
1.88      moko     16914:        * src/classes/table.C: table.sort changed to sort table itself
1.86      moko     16915: 
1.88      moko     16916:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
1.86      moko     16917:          X^.getElementsByTagName[tagname] = array of xnode
                   16918:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   16919:          nodes removed - regretfully not supported @ xalan. maybe someday
                   16920:          would reimplement, if needed.
                   16921: 
                   16922:          win32build system: solved long waiting anti-non-started-apache
                   16923:          problem
                   16924: 
1.88      moko     16925:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
1.86      moko     16926:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
1.88      moko     16927:          types/types.dsp: win32 ident make system so not to rebuild
                   16928:          library [ident.C.new]
1.86      moko     16929: 
                   16930: 2001-09-26  parser
                   16931: 
                   16932:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
1.88      moko     16933:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
1.86      moko     16934:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88      moko     16935:          types/pa_vxnode.C, types/types.dsp: z
1.86      moko     16936: 
1.88      moko     16937:        * src/classes/classes.C: forgot one non-xml check
1.86      moko     16938: 
1.88      moko     16939:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   16940:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.86      moko     16941: 
                   16942:        * src/targets/cgi/parser3.C: z
                   16943: 
1.88      moko     16944:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   16945:          targets/isapi/parser3isapi.C: #ifdef SMTP
1.86      moko     16946: 
                   16947:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   16948:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     16949:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   16950:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   16951:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16952:          types/types.dsp: xdoc&xnode now
1.86      moko     16953: 
                   16954:        * src/: classes/classes.C, classes/classes.awk,
                   16955:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   16956:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   16957:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16958:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16959:          classes/op.C, classes/response.C, classes/string.C,
1.88      moko     16960:          classes/table.C, classes/void.C, include/pa_array.h,
                   16961:          include/pa_common.h, include/pa_config_fixed.h,
                   16962:          include/pa_config_includes.h, include/pa_dictionary.h,
                   16963:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   16964:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   16965:          include/pa_socks.h, include/pa_sql_connection.h,
                   16966:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   16967:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16968:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1.86      moko     16969:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   16970:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   16971:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   16972:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   16973:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   16974:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   16975:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
1.88      moko     16976:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   16977:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16978:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16979:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   16980:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16981:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   16982:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   16983:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16984:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16985:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   16986:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   16987:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16988:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   16989:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   16990:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16991:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   16992:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16993:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   16994:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16995:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16996:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   16997:          main.dsp splitted to main+classes+types along to .am
1.86      moko     16998: 
                   16999:        * src/classes/Makefile.am: removed useless var
                   17000: 
                   17001:        * src/: classes/classes.cmd, main/main.dsp,
                   17002:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   17003:          main.dsp
                   17004: 
                   17005: 2001-09-25  parser
                   17006: 
1.88      moko     17007:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   17008:          1251 though, todo ICU
1.86      moko     17009: 
                   17010:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.88      moko     17011:          include/pa_stylesheet_connection.h, main/Makefile.am,
                   17012:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   17013:          types/pa_vdom.h: xml configure makes
1.86      moko     17014: 
                   17015: 2001-09-24  parser
                   17016: 
                   17017:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   17018:          types/Makefile.am: makes
                   17019: 
                   17020:        * src/targets/cgi/Makefile.am: makefiles
                   17021: 
1.89      moko     17022:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   17023:          started unix makes update
1.86      moko     17024: 
1.88      moko     17025:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   17026:          started unix makes update
1.86      moko     17027: 
                   17028:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   17029: 
                   17030:        * src/types/pa_value.h: z
                   17031: 
                   17032:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   17033:          bugs with usinge hash/table in expressions
                   17034: 
1.88      moko     17035:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   17036:          resolved conflicts fixed [const]
1.86      moko     17037: 
                   17038:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
1.88      moko     17039:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
1.86      moko     17040:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17041:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
1.88      moko     17042:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17043:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   17044:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   17045:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17046:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   17047:          with before_xml [merge2 actually didn't happen - i've created
                   17048:          tags on wrong branch. so this merge is in fact re-merge]
1.86      moko     17049: 
                   17050: 2001-09-21  parser
                   17051: 
1.88      moko     17052:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   17053:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   17054:          produced "" in make file and sadly wrong interpreted on load]
1.86      moko     17055: 
                   17056:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
1.88      moko     17057:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
1.86      moko     17058:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   17059:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17060:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
1.88      moko     17061:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   17062:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.86      moko     17063: 
                   17064:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   17065:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
1.88      moko     17066:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   17067:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17068:          main/pa_pool.C, main/pa_request.C,
                   17069:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   17070:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   17071:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17072:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   17073:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   17074:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   17075:          types/pa_vrequest.C, types/pa_vresponse.h,
1.86      moko     17076:          types/pa_vstateless_class.C, types/pa_vstring.C,
1.88      moko     17077:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   17078:          created new projects for sql drivers [planning to remove sql
                   17079:          drivers from main cvs project] first, will join latest changes
1.86      moko     17080: 
1.88      moko     17081:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   17082:          pool.get_charset
1.86      moko     17083: 
1.88      moko     17084:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   17085:          pool.get_charset
1.86      moko     17086: 
                   17087:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   17088:          pool.get_charset
                   17089: 
                   17090:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
1.88      moko     17091:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   17092:          methods encoding to pool.get_charset
1.86      moko     17093: 
1.88      moko     17094:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   17095:          transcoder were created right "unsupported encoding" message.
                   17096:          not @ set time, but @ use time, so until xml output functions
                   17097:          .string, .file, .save used - no encoding name check occur
1.86      moko     17098: 
                   17099:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   17100:          registration needed, pools are officially destructured
                   17101: 
                   17102: 2001-09-20  parser
                   17103: 
                   17104:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   17105: 
1.88      moko     17106:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
1.86      moko     17107:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   17108: 
1.88      moko     17109:        * src/: classes/dnode.C, classes/dom.C,
                   17110:          include/pa_config_includes.h, include/pa_globals.h,
                   17111:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17112:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   17113:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17114:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
1.86      moko     17115:          Pool::transcode 0
                   17116: 
1.88      moko     17117:        * src/classes/dom.C: dom. string save file moved output xml options
                   17118:          to last param and made it optional
1.86      moko     17119: 
                   17120:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   17121:          dnodes
                   17122:              !$attributenode.specified = boolean
                   17123:                      true if the attribute received its value explicitly
                   17124:          in the XML document,
                   17125:                      or if a value was assigned programatically with the
                   17126:          setValue function.
                   17127:                  false if the attribute value came from the default value
                   17128:          declared in the document's DTD.
                   17129:              !$pinode.target = target of this processing instruction
                   17130:                  XML defines this as being the first token following the
                   17131:          markup
                   17132:                  that begins the processing instruction.
                   17133:                  XPath:
                   17134:              !^node.select[xpath/query/expression] = hash of 0->node0
                   17135:          1->node1
                   17136:              !^node.select-single[xpath/query/expression] = first node if
                   17137:          any
                   17138: 
                   17139:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   17140:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   17141:          some 'const's added
                   17142: 
                   17143:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   17144:          expression context now, there value = size and boolean value
                   17145:          size!=0
                   17146: 
                   17147:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   17148:          can be used in expression context now, there value = size and
                   17149:          boolean value size!=0
                   17150: 
                   17151:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
1.88      moko     17152:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   17153:          due to strange xalan bug
1.86      moko     17154: 
                   17155: 2001-09-18  parser
                   17156: 
                   17157:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
1.88      moko     17158:          classes/image.C, classes/op.C, classes/table.C,
                   17159:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   17160:          include/pa_sql_driver_manager.h, main/compile.C,
                   17161:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   17162:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   17163:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
1.86      moko     17164:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17165:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   17166:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
1.88      moko     17167:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   17168:          before_xml branch ^if(def $hash) now true only when
                   17169:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
1.86      moko     17170: 
1.88      moko     17171:        * src/: classes/op.C, main/execute.C: operators self changed to
                   17172:          root ^for variable context changed to self
1.86      moko     17173: 
1.88      moko     17174:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   17175:          dnode 1
1.86      moko     17176: 
                   17177:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   17178:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   17179: 
1.88      moko     17180:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   17181:          poly* fixed
1.86      moko     17182: 
                   17183: 2001-09-17  parser
                   17184: 
                   17185:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
1.88      moko     17186:          types/pa_vdom.h: started dnode+dom
1.86      moko     17187: 
                   17188:          dnode     DOM methods:     $node.name     $node.value
                   17189:          ...others...
                   17190: 
                   17191:              ^node.xpath[/rates/USD] = hash
                   17192:                  $hash[
                   17193:                          $.0[node0]
                   17194:                          $.1[node1]
                   17195:                  ]
                   17196: 
1.88      moko     17197:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   17198:          applies to all linear primitives
1.86      moko     17199: 
                   17200:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   17201:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17202:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
1.88      moko     17203:          types/pa_vimage.h: started dnode     DOM:     $node.name
1.86      moko     17204:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   17205:          dom(dnode)
                   17206: 
                   17207:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   17208:          main/compile.y, main/compile_tools.h, main/execute.C,
1.88      moko     17209:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   17210:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   17211:          name after '.'
1.86      moko     17212: 
                   17213: 2001-09-15  parser
                   17214: 
1.88      moko     17215:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1.86      moko     17216:          image: $line-width ^line(...)[****   style]
                   17217: 
                   17218:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   17219:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   17220:          pool_storage - cleanups first, allocations second.  apache wisely
                   17221:          does just like that
                   17222: 
                   17223:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   17224:          rewritten using template, no bugs now
                   17225: 
1.88      moko     17226:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
1.86      moko     17227:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   17228:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   17229:          poorly started isapi pool_storage, would rewrite using template
                   17230:          now
                   17231: 
                   17232:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   17233:          include/pa_stylesheet_connection.h, main/main.dsp,
1.88      moko     17234:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   17235:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   17236:          xalan objects freed up [introducing Pool::register_cleanup]
1.86      moko     17237: 
1.88      moko     17238:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   17239:          comments
1.86      moko     17240: 
                   17241: 2001-09-14  parser
                   17242: 
                   17243:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   17244:          z
                   17245: 
                   17246:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   17247:          classes/mail.C, include/pa_common.h,
                   17248:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17249:          include/pa_stylesheet_connection.h,
                   17250:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17251:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   17252:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
1.88      moko     17253:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
1.86      moko     17254:          compiled&cached
                   17255: 
                   17256: 2001-09-13  parser
                   17257: 
                   17258:        * src/: classes/dom.C, classes/file.C, classes/image.C,
1.88      moko     17259:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
1.86      moko     17260: 
1.88      moko     17261:        * src/classes/dom.C: dom:file content-type(.method)
1.86      moko     17262: 
                   17263:        * src/: include/pa_common.h, include/pa_globals.h,
1.88      moko     17264:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   17265:          string now more informative error messages
1.86      moko     17266: 
                   17267:        * src/: include/pa_globals.h, include/pa_request.h,
1.88      moko     17268:          main/pa_request.C, targets/cgi/parser3.C,
                   17269:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   17270:          ParserSiteConfig .../parser3.conf
1.86      moko     17271: 
                   17272:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   17273: 
                   17274: 2001-09-12  parser
                   17275: 
                   17276:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
1.88      moko     17277:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   17278:          precise error reporting: "connection string must start with
                   17279:          protocol://" now
1.86      moko     17280: 
1.88      moko     17281:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   17282:          braced
1.86      moko     17283: 
                   17284:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   17285:          lexer on LS_USER level did [] matching without setting nestage,
                   17286:          introduced special LS_NAME_SQUARE_PART state
                   17287: 
                   17288: 2001-09-11  parser
                   17289: 
                   17290:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   17291:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   17292:          languages+=xml
                   17293: 
1.88      moko     17294:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   17295: 
                   17296:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17297:          options:     $.method[xml|html|text] detection fixed
1.86      moko     17298: 
1.88      moko     17299:        * src/types/pa_vdom.h: messages
                   17300: 
                   17301:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17302:          options:     $.method[xml|html|text] detection fixed
1.86      moko     17303: 
                   17304: 2001-09-10  parser
                   17305: 
1.88      moko     17306:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17307:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
1.86      moko     17308: 
                   17309:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   17310:          added]
                   17311: 
                   17312:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17313:          ^dom.xslt[stylesheet filename] 0
                   17314: 
1.88      moko     17315:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17316:          ^dom.xslt[stylesheet filename] -1 doc is lying
1.86      moko     17317: 
1.88      moko     17318:        * src/classes/dom.C: ^dom.file[encoding] = file
1.86      moko     17319: 
1.88      moko     17320:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   17321:          ^dom.save[encoding;filename]
1.86      moko     17322: 
1.88      moko     17323:        * src/classes/dom.C: ^dom.string[] 0
1.86      moko     17324: 
                   17325:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   17326: 
                   17327:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
1.88      moko     17328:          types/pa_vform.h: ^dom.save[b.xml] 0
1.86      moko     17329: 
                   17330: 2001-09-08  parser
                   17331: 
                   17332:        * src/types/pa_vform.C: $form:tables.name.field
                   17333: 
                   17334: 2001-09-07  parser
                   17335: 
                   17336:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   17337:          $table)...
                   17338: 
                   17339:        * src/targets/cgi/parser3.C: z
                   17340: 
1.88      moko     17341:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   17342:          from '' to int/double is 0]
1.86      moko     17343: 
1.88      moko     17344:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   17345:          $table) is false when table is empty
1.86      moko     17346: 
1.88      moko     17347:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   17348:          !$form:tables $atable[$form:tables.a]
1.86      moko     17349:          ^atable.menu{a=$atable.element}[,]
                   17350: 
                   17351:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
1.88      moko     17352:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
1.86      moko     17353: 
                   17354:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.88      moko     17355:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   17356:          of dom
1.86      moko     17357: 
                   17358:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
1.88      moko     17359:          types/pa_vform.C, types/pa_vform.h: z
1.86      moko     17360: 
                   17361:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   17362:          element [not last]
                   17363: 
                   17364:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.88      moko     17365:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
1.86      moko     17366: 
                   17367: 2001-09-06  parser
                   17368: 
1.88      moko     17369:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17370:          table with one column 'element' and two rows: 1 and 2
1.86      moko     17371: 
                   17372:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17373:          table with one column 'element' and two rows: 1 and 2
                   17374: 
                   17375:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   17376:          bad int/double conversions, and now $form:nonexistent.int(88)
                   17377:          would return 88
                   17378: 
                   17379:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
1.88      moko     17380:          types/pa_vhash.h: now there's special hash key '_default'
                   17381:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   17382:          $._default[xx] ] $hash.c
1.86      moko     17383: 
                   17384:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   17385:          fixed [thanks, fif], ^; were treated there non-literally
                   17386: 
                   17387:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   17388:          doxygen
                   17389: 
                   17390:        * src/: classes/image.C, classes/op.C, classes/string.C,
1.88      moko     17391:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
1.86      moko     17392:          types/pa_vtable.C: few #ifndef DOXYGEN
                   17393: 
                   17394: 2001-09-05  parser
                   17395: 
1.88      moko     17396:        * src/classes/: string.C, table.C: sql options can be void [same as
                   17397:          image:html the other day]
1.86      moko     17398: 
1.88      moko     17399:        * src/targets/cgi/Makefile.am: .am undo
1.86      moko     17400: 
                   17401:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17402:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   17403:          macro expantion on param, simply qoutes whatever passed, undone
                   17404: 
                   17405:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17406:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   17407:          STRINGIZE(name) #name invented
                   17408: 
                   17409:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   17410:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   17411:          MAIN_SQL_DRIVERS_NAME "drivers"
                   17412: 
                   17413:          moved to be availible to all users
                   17414: 
1.88      moko     17415:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   17416:          SQL_DRIVER_CREATE_FUNC_NAME
1.86      moko     17417: 
                   17418:        * src/classes/mail.C: MAIN:MAIL check fixed
                   17419: 
                   17420: 2001-09-04  parser
                   17421: 
                   17422:        * src/classes/image.C: image.html now can accept void params
                   17423: 
                   17424:        * src/targets/isapi/parser3isapi.C: z
                   17425: 
                   17426:        * src/targets/cgi/parser3.C: full_file_spec bug
                   17427: 
1.88      moko     17428:        * src/targets/cgi/parser3.C: getenvcheck
1.86      moko     17429: 
                   17430:        * src/targets/cgi/parser3.C: zz
                   17431: 
                   17432:        * src/targets/cgi/parser3.C: zzz
                   17433: 
                   17434:        * src/classes/date.C: date
                   17435: 
                   17436:        * src/classes/date.C: date:sql-string is now without ''
                   17437: 
                   17438:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
                   17439:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   17440:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   17441: 
                   17442:        * src/include/pa_config_auto.h.in: makes
                   17443: 
                   17444: 2001-09-03  parser
                   17445: 
1.88      moko     17446:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
1.86      moko     17447: 
                   17448: 2001-09-01  parser
                   17449: 
                   17450:        * src/classes/image.C: letter_spacing
                   17451: 
1.88      moko     17452:        * src/classes/image.C: image: font params changed
1.86      moko     17453: 
                   17454:        * src/classes/image.C: image: as_int as_string used
                   17455: 
1.88      moko     17456:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   17457:          analized
1.86      moko     17458: 
                   17459: 2001-08-31  parser
                   17460: 
1.88      moko     17461:        * src/targets/cgi/parser3.C: z
1.86      moko     17462: 
                   17463:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   17464:          cygwin
                   17465: 
1.88      moko     17466:        * src/classes/void.C: void:int/double += (default)
1.86      moko     17467: 
1.88      moko     17468:        * src/classes/image.C: image:font added space param image:font
                   17469:          changed charwidth alg, added kerning const[for now]
1.86      moko     17470: 
1.88      moko     17471:        * src/classes/: string.C, table.C: string:int/double (defaults)
1.86      moko     17472: 
                   17473: 2001-08-29  parser
                   17474: 
1.88      moko     17475:        * src/main/pa_exception.C: exception redundant debug info
1.86      moko     17476: 
                   17477: 2001-08-28  parser
                   17478: 
1.88      moko     17479:        * src/classes/image.C: image error msgs
1.86      moko     17480: 
1.88      moko     17481:        * src/classes/image.C: image: gifsize little endian
1.86      moko     17482: 
                   17483:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   17484:          doxygeneration
                   17485: 
1.88      moko     17486:        * src/: classes/Makefile.am, main/Makefile.am,
1.86      moko     17487:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   17488: 
                   17489:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   17490:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   17491: 
                   17492:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   17493: 
                   17494:        * src/classes/table.C: NO_STRING_ORIGIN check
                   17495: 
                   17496:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   17497:          storage class specifiers invalid in friend function declarations
                   17498: 
                   17499:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   17500:          main/untaint.C, targets/cgi/parser3.C,
                   17501:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   17502:          case of limit
                   17503: 
1.88      moko     17504:        * src/: classes/file.C, main/pa_common.C: file:move
                   17505:          autocreate/remove dest/src dir
1.86      moko     17506: 
                   17507:        * src/: classes/string.C, include/pa_dictionary.h,
                   17508:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
1.88      moko     17509:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   17510:          to directory constructor.  string:replace
1.86      moko     17511: 
                   17512: 2001-08-27  parser
                   17513: 
                   17514:        * src/classes/image.C: fixed jpgsize alg
                   17515: 
                   17516:        * src/classes/image.C: fixed jpgsize alg
                   17517: 
                   17518:        * src/main/pa_exception.C: z
                   17519: 
                   17520:        * src/main/pa_common.C: removed debug info from pa_common
                   17521: 
                   17522:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   17523:          [auto.p from current dir loading]
                   17524: 
                   17525:        * src/: main/pa_common.C, main/pa_exception.C,
1.88      moko     17526:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   17527:          for solaris -lsocket
1.86      moko     17528: 
                   17529: 2001-08-24  parser
                   17530: 
                   17531:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   17532: 
                   17533:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   17534: 
                   17535:        * src/targets/cgi/parser3.C: not cgi extra \n
                   17536: 
1.88      moko     17537:        * src/main/pa_sql_driver_manager.C: z
1.86      moko     17538: 
1.88      moko     17539:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   17540:          sql* removed services from disconnect - cross-request ideological
                   17541:          probs.
1.86      moko     17542: 
1.88      moko     17543:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
1.86      moko     17544:          cross-request ideological probs.  oracle - fixed bug: cs
                   17545:          allocated on request.pool and got freed before disconnect
                   17546: 
                   17547:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   17548:          mallocs fixed
                   17549: 
                   17550: 2001-08-23  parser
                   17551: 
1.88      moko     17552:        * src/classes/file.C: minor bug in file:save fixed
1.86      moko     17553: 
1.88      moko     17554:        * src/main/pa_sql_driver_manager.C: oracle: dlink
1.86      moko     17555: 
                   17556: 2001-08-22  parser
                   17557: 
                   17558:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
1.88      moko     17559:          types/pa_vfile.h: file:load|save[text|binary;
1.86      moko     17560: 
1.88      moko     17561:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
1.86      moko     17562: 
                   17563: 2001-08-21  parser
                   17564: 
1.88      moko     17565:        * src/classes/: file.C, table.C: ^file:list
1.86      moko     17566: 
                   17567: 2001-08-20  parser
                   17568: 
                   17569:        * src/: main/compile.tab.C, main/compile.y,
1.88      moko     17570:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   17571:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   17572:          recousively caused problems: inc incremeted 123 literal!! fixed
1.86      moko     17573: 
                   17574: 2001-08-10  parser
                   17575: 
                   17576:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   17577: 
1.88      moko     17578:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   17579:          added
1.86      moko     17580: 
1.88      moko     17581:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   17582:          added
1.86      moko     17583: 
1.88      moko     17584:        * src/classes/table.C: table:sort restored [it was bad test :(]
1.86      moko     17585: 
                   17586:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   17587:          ''
                   17588: 
1.88      moko     17589:        * src/main/: pa_request.C: wanted to make const int
                   17590:          MAX_EXECUTE_SECONDS=1;
1.86      moko     17591: 
                   17592:          but couldnt, set_callback_and_alarm appeared to be not exported
                   17593:          :(
                   17594: 
                   17595:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   17596:          check but it weren't wise enough
                   17597: 
                   17598:          @parse[dateString][tmp]
                   17599:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   17600:          #end
                   17601: 
                   17602:          @main[] ^parse[2001-02-03]
                   17603: 
1.88      moko     17604:        * src/classes/: table.C: table:sort now default desc
1.86      moko     17605: 
                   17606:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   17607:          table.sort now creates new sorted table
                   17608: 
                   17609: 2001-08-09  parser
                   17610: 
                   17611:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   17612: 
                   17613:        * src/classes/hash.C: hash:_default now [was hash:default]
                   17614: 
1.88      moko     17615:        * src/classes/op.C: case without switch check added
1.86      moko     17616: 
1.88      moko     17617:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   17618:          precise $ORIGINS(1)
1.86      moko     17619: 
                   17620:        * src/main/Makefile.am: .am
                   17621: 
                   17622:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   17623:          fixed
                   17624: 
                   17625:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   17626:          fixed
                   17627: 
                   17628: 2001-08-07  parser
                   17629: 
                   17630:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   17631:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   17632:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   17633:          string, table
                   17634: 
1.88      moko     17635:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   17636:          srand made working
1.86      moko     17637: 
                   17638: 2001-08-06  parser
                   17639: 
                   17640:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   17641:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   17642:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   17643:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
1.88      moko     17644:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
1.86      moko     17645: 
1.88      moko     17646:        * src/main/pa_exec.C: exec win32 real filename
1.86      moko     17647: 
1.88      moko     17648:        * src/classes/file.C: exec stderr out
1.86      moko     17649: 
1.88      moko     17650:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
1.86      moko     17651: 
                   17652: 2001-08-03  parser
                   17653: 
                   17654:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   17655: 
                   17656: 2001-08-02  parser
                   17657: 
                   17658:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   17659:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   17660: 
                   17661:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   17662:          get@execute, but needs array iterator, separate from array to
                   17663:          avoid it & use caching
                   17664: 
1.88      moko     17665:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   17666:          bug fixed
1.86      moko     17667: 
                   17668:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
1.88      moko     17669:          main/execute.C, main/pa_globals.C: found another multithread bug
                   17670:          in op.C (last, last global var killed) :)
1.86      moko     17671: 
                   17672: 2001-08-01  parser
                   17673: 
                   17674:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   17675:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   17676:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88      moko     17677:          main/untaint.C: speeded up typo-html replacements. introducing
                   17678:          Dictionary with first-char caching
1.86      moko     17679: 
                   17680: 2001-07-31  parser
                   17681: 
                   17682:        * src/types/Makefile.am: pa_vtable.C added to .am
                   17683: 
                   17684:        * src/main/compile.tab.C: added, so that could be compiled even on
                   17685:          non-bison-enabled platforms
                   17686: 
                   17687: 2001-07-28  parser
                   17688: 
                   17689:        * src/classes/table.C: table:hash always produces hash, when can't
                   17690:          - empty
                   17691: 
                   17692:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   17693:          skipped \n
                   17694: 
                   17695: 2001-07-27  parser
                   17696: 
1.88      moko     17697:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   17698:          on int/double/string :sql without result and default
1.86      moko     17699: 
                   17700: 2001-07-26  parser
                   17701: 
1.88      moko     17702:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   17703:          OP
1.86      moko     17704: 
1.88      moko     17705:        * src/main/compile.y: $man[$.age[zzz]]  0
1.86      moko     17706: 
                   17707:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   17708:          creation syntax problem persists. restored $: for a while.
                   17709:          thinking of $man[$.age[zzz]] syntax now
                   17710: 
                   17711:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   17712:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   17713:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   17714:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
1.88      moko     17715:          types/pa_wwrapper.h: fixing :: realization #1
1.86      moko     17716: 
                   17717:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   17718:          main/compile_tools.h, main/execute.C, main/pa_request.C,
1.88      moko     17719:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   17720:          prefix.  ordinary : remains for static accesses
1.86      moko     17721: 
                   17722: 2001-07-25  parser
                   17723: 
1.88      moko     17724:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   17725:          fields 2. methods 3. columns
1.86      moko     17726: 
1.88      moko     17727:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   17728:          quote.  optimized double&int tostring-s
1.86      moko     17729: 
1.88      moko     17730:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   17731:          whitespace before first method decl
1.86      moko     17732: 
1.88      moko     17733:        * src/classes/table.C: allowed nontable result in table:sql,
                   17734:          results in empty table
1.86      moko     17735: 
1.88      moko     17736:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   17737:          lines before first method decl
1.86      moko     17738: 
                   17739:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   17740:          types/pa_vtable.h: ^table.record[] now $table.fields
                   17741: 
                   17742:        * src/main/compile.y: $var[] is now empty string, not void
                   17743: 
1.88      moko     17744:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   17745:          void
1.86      moko     17746: 
                   17747:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
1.88      moko     17748:          main/pa_globals.C: match replace code context moved to implicit
                   17749:          $match context
1.86      moko     17750: 
                   17751:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   17752:          main/compile_tools.h, main/execute.C: with killed, code storage
                   17753:          introduced with former 'with' syntax
                   17754: 
                   17755: 2001-07-24  parser
                   17756: 
                   17757:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
1.88      moko     17758:          types/pa_value.h: first get_element, next get operator
1.86      moko     17759: 
                   17760:        * src/main/compile.y: removed @end handling
                   17761: 
1.88      moko     17762:        * src/main/: compile.C, compile.y: @end handling method2
1.86      moko     17763: 
1.88      moko     17764:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   17765:          file:move
1.86      moko     17766: 
                   17767:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   17768:          fixed
                   17769: 
                   17770: 2001-07-23  parser
                   17771: 
1.88      moko     17772:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   17773:          driver
1.86      moko     17774: 
1.88      moko     17775:        * src/classes/hash.C: changed sql driver query interface
1.86      moko     17776: 
                   17777:        * src/: classes/hash.C, classes/string.C, classes/table.C,
1.88      moko     17778:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   17779:          changed sql driver query interface
1.86      moko     17780: 
                   17781: 2001-07-20  parser
                   17782: 
                   17783:        * src/types/pa_vrequest.C: X!$browser:type
                   17784: 
                   17785:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   17786:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   17787:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   17788:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   17789:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   17790:          types/pa_vobject.h, types/pa_vrequest.C,
                   17791:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   17792:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   17793:          BASE element globally removed
                   17794: 
                   17795: 2001-07-18  parser
                   17796: 
                   17797:        * src/classes/file.C: file:exec/cgi msg
                   17798: 
                   17799:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   17800: 
                   17801:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   17802: 
1.88      moko     17803:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
1.89      moko     17804:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   17805:          removed $id from *.in *.am
1.86      moko     17806: 
1.88      moko     17807:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
1.86      moko     17808:          abbrevations
                   17809: 
                   17810:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   17811:          classes/string.C, classes/table.C, include/pa_globals.h,
                   17812:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   17813:          main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88      moko     17814:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17815:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   17816:          $ORIGINS(1) output tracing mode
1.86      moko     17817: 
                   17818: 2001-07-13  parser
                   17819: 
                   17820:        * src/: classes/double.C, classes/int.C, classes/string.C,
1.88      moko     17821:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   17822:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   17823:          second would not call first @auto
1.86      moko     17824: 
                   17825:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   17826:          wrong, fixed
                   17827: 
                   17828: 2001-07-12  parser
                   17829: 
1.88      moko     17830:        * src/types/pa_value.h: pa_value.putelement modification of system
                   17831:          classes prevented
1.86      moko     17832: 
                   17833: 2001-07-11  parser
                   17834: 
1.88      moko     17835:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   17836:          table $piece
1.86      moko     17837: 
                   17838:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1.88      moko     17839:          types/pa_vstateless_class.h: $file created by file:state +=
                   17840:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   17841:          get_junction-created objects [they were on wrong pool]
1.86      moko     17842: 
                   17843: 2001-07-09  parser
                   17844: 
                   17845:        * src/main/untaint.C: qp wrong name
                   17846: 
                   17847:        * src/: classes/date.C, classes/string.C, classes/table.C,
1.88      moko     17848:          main/compile.y: date format 0
1.86      moko     17849: 
                   17850: 2001-07-07  parser
                   17851: 
                   17852:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
1.88      moko     17853:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   17854:          roll table calendar
1.86      moko     17855: 
                   17856:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   17857:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   17858:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   17859:          include/pa_request.h, main/main.dsp, types/pa_value.h,
1.88      moko     17860:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   17861:          string.  todo: sql, calendar
1.86      moko     17862: 
                   17863: 2001-07-06  parser
                   17864: 
                   17865:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
1.88      moko     17866:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
1.86      moko     17867: 
                   17868: 2001-07-03  parser
                   17869: 
                   17870:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
1.88      moko     17871:          classes/random.C, main/main.dsp: class random renamed to math,
                   17872:          operators became methods
1.86      moko     17873: 
                   17874:        * src/classes/op.C:  pow sqrt
                   17875: 
                   17876:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   17877: 
                   17878: 2001-07-02  parser
                   17879: 
1.88      moko     17880:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   17881:          'column'
1.86      moko     17882: 
1.88      moko     17883:        * src/classes/hash.C: ^hash.keys[]
1.86      moko     17884: 
1.88      moko     17885:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
1.86      moko     17886: 
1.88      moko     17887:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   17888:          'strings'
1.86      moko     17889: 
                   17890: 2001-06-29  parser
                   17891: 
1.88      moko     17892:        * src/main/: execute.C: /0  %0 checkes ver 2
1.86      moko     17893: 
1.88      moko     17894:        * src/main/execute.C: /0  %0 checke
1.86      moko     17895: 
                   17896:        * src/classes/Makefile.am: nothing - void
                   17897: 
1.88      moko     17898:        * src/classes/table.C: empty strings @ sql
1.86      moko     17899: 
                   17900: 2001-06-28  parser
                   17901: 
                   17902:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   17903:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17904:          classes/op.C, classes/random.C, classes/response.C,
                   17905:          classes/string.C, classes/table.C, classes/void.C,
                   17906:          main/compile.C, main/compile_tools.C, main/execute.C,
                   17907:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   17908:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   17909:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   17910:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
1.88      moko     17911:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   17912:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   17913:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   17914:          $";
1.86      moko     17915: 
                   17916:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   17917:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17918:          classes/op.C, classes/random.C, classes/response.C,
                   17919:          classes/string.C, classes/table.C, classes/void.C,
                   17920:          main/compile.C, main/compile.y, main/compile_tools.C,
                   17921:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   17922:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   17923:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   17924:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
1.88      moko     17925:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   17926:          targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
                   17927: 
                   17928:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   17929:          $class:name: == ${class:name}:
1.86      moko     17930: 
                   17931:        * src/classes/string.C: exactly one
                   17932: 
                   17933: 2001-06-27  parser
                   17934: 
                   17935:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   17936:          types/pa_vvoid.h: nothing renamed to void
                   17937: 
1.88      moko     17938:        * src/classes/op.C: ^switch ^case
1.86      moko     17939: 
                   17940:        * src/main/compile.y: nothing renamed to void
                   17941: 
                   17942:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   17943:          main/execute.C, main/main.dsp, main/pa_request.C,
                   17944:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
1.88      moko     17945:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   17946:          void
1.86      moko     17947: 
1.88      moko     17948:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
1.86      moko     17949: 
                   17950: 2001-05-28  parser
                   17951: 
                   17952:        * src/doc/html2chm.cmd: removed >a
                   17953: 
                   17954:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   17955:          project options [some bugs]
                   17956: 
                   17957:        * src/doc/sources2html.cmd: z
                   17958: 
                   17959:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   17960:          main/execute.C: operators are not in root class again
                   17961: 
                   17962: 2001-05-24  parser
                   17963: 
                   17964:        * src/targets/cgi/parser3.dsp: project file
                   17965: 
1.88      moko     17966:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   17967:          ^log ^exp
1.86      moko     17968: 
1.88      moko     17969:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   17970:          conversions in @exception[params]
1.86      moko     17971: 
1.88      moko     17972:        * src/main/pa_request.C: // no _ conversions in @exception[params]
1.86      moko     17973: 
                   17974: 2001-05-23  parser
                   17975: 
1.88      moko     17976:        * src/main/pa_string.C: string cmp bug
1.86      moko     17977: 
                   17978:        * src/classes/: mail.C, op.C: rem max 1000
                   17979: 
1.88      moko     17980:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   17981:          LS_DEF_NAME
1.86      moko     17982: 
                   17983: 2001-05-22  parser
                   17984: 
1.88      moko     17985:        * src/classes/op.C: if params code-required
1.86      moko     17986: 
                   17987: 2001-05-21  parser
                   17988: 
                   17989:        * src/types/pa_vstring.C: eoleof
                   17990: 
                   17991:        * src/classes/Makefile.am: .AM
                   17992: 
1.88      moko     17993:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
1.86      moko     17994: 
                   17995:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   17996: 
                   17997:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   17998:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
1.88      moko     17999:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   18000:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   18001:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   18002:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   18003:          'nothing'
1.86      moko     18004: 
                   18005:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   18006:          vstring::set_string
                   18007: 
1.88      moko     18008:        * src/classes/: double.C, int.C, string.C: int,double;sql
1.86      moko     18009: 
                   18010:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   18011:          classes/table.C, include/pa_string.h, main/pa_string.C,
1.88      moko     18012:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
1.86      moko     18013: 
                   18014:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
1.88      moko     18015:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   18016:          hash:sql moved to main trunc. operators.txt updated
1.86      moko     18017: 
1.88      moko     18018:        * src/classes/: hash.C, op.C, table.C: hash:sql
1.86      moko     18019: 
1.88      moko     18020:        * src/classes/op.C: z
1.86      moko     18021: 
                   18022:        * src/: main/compile.C, classes/classes.C: 1
                   18023: 
                   18024:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   18025:          main/execute.C: 0
                   18026: 
                   18027:        * src/main/execute.C: z
                   18028: 
1.88      moko     18029:        * src/targets/cgi/parser3.C: z
1.86      moko     18030: 
                   18031:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   18032:          site_auto_path "." in that case
                   18033: 
                   18034:        * src/targets/cgi/: parser3.C: z
                   18035: 
1.88      moko     18036:        * src/main/pa_request.C: .am
1.86      moko     18037: 
1.88      moko     18038:        * src/: main/pa_request.C, targets/cgi/parser3.C:
1.86      moko     18039:          pcre_tables=pcre_default_tables;
                   18040: 
                   18041: 2001-05-19  parser
                   18042: 
                   18043:        * src/main/pa_string.C: z
                   18044: 
                   18045:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   18046:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   18047:          target.
                   18048: 
                   18049:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
1.88      moko     18050:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   18051:          used, 4* mem wasted
1.86      moko     18052: 
                   18053:        * src/classes/string.C: root context in match replace body now
                   18054:          unchanged
                   18055: 
                   18056:        * src/types/pa_value.h: parameter # 1 based
                   18057: 
                   18058:        * src/main/pa_common.C: common:  actual filename '%s'
                   18059: 
                   18060:        * src/classes/string.C: z
                   18061: 
                   18062:        * src/classes/Makefile.am: classes/.am
                   18063: 
                   18064:        * src/classes/: Makefile.am: classes/.am
                   18065: 
                   18066:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   18067:          targets/cgi/pa_pool.C: classes/.am
                   18068: 
                   18069: 2001-05-18  parser
                   18070: 
1.88      moko     18071:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   18072:          pa_threads.C ins
1.86      moko     18073: 
1.88      moko     18074:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
1.86      moko     18075: 
                   18076: 2001-05-17  parser
                   18077: 
                   18078:        * src/: classes/string.C, include/pa_config_fixed.h,
                   18079:          include/pa_config_includes.h, main/compile.y,
                   18080:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   18081:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   18082:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   18083:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   18084:          most .C
                   18085: 
                   18086:        * src/doc/html2chm.cmd: z
                   18087: 
1.88      moko     18088:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   18089:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
1.86      moko     18090: 
                   18091:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   18092:          get_connection_from_cache
                   18093: 
1.88      moko     18094:        * src/main/pa_sql_driver_manager.C: cache expiration bf
1.86      moko     18095: 
                   18096:        * src/: classes/classes.h, include/pa_sql_connection.h,
1.88      moko     18097:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   18098:          cache expiration[use SQL_Driver::disconnect]
1.86      moko     18099: 
1.88      moko     18100:        * src/main/pa_table.C: table.locate current restored on "not found"
1.86      moko     18101: 
                   18102:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   18103:          line no
                   18104: 
1.88      moko     18105:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   18106:          ANTI_ENDLESS_EXECUTE_RECOURSION
1.86      moko     18107: 
                   18108:        * src/: classes/op.C, include/pa_sql_connection.h,
                   18109:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
1.88      moko     18110:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   18111:          1driver and set_services fight for driver::fservices. before fix
1.86      moko     18112: 
                   18113:        * src/: classes/op.C, include/pa_config_fixed.h,
                   18114:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1.88      moko     18115:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   18116:          own 1driver and set_services fight for driver::fservices. before
                   18117:          fix
1.86      moko     18118: 
                   18119:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18120:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   18121:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   18122:          pa_threads.C
                   18123: 
1.88      moko     18124:        * src/include/pa_threads.h: removed targets/parser
1.86      moko     18125: 
                   18126:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   18127:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   18128:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   18129:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   18130:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   18131:          headers
                   18132: 
                   18133:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   18134:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   18135:          order prevented sqlmanager to see MULTYTHREAD define
                   18136: 
                   18137:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18138:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   18139:          put/gets
                   18140: 
                   18141:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   18142:          from hash.h
                   18143: 
                   18144:        * src/: classes/op.C, include/pa_sql_connection.h,
1.88      moko     18145:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   18146:          from cache ->set_services(&services);
1.86      moko     18147: 
                   18148: 2001-05-16  parser
                   18149: 
                   18150:        * src/targets/cgi/parser3.C: z
                   18151: 
                   18152:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   18153:          debug, #ifdefed some.  would debug later, on more precise sample
                   18154:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   18155:          $name.$tail[$tail!] $name.$tail } ok3
                   18156: 
                   18157:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   18158:          removed array debug. before vstring rebasing
                   18159: 
                   18160:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   18161:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   18162:          array debugged; adjusted
                   18163: 
                   18164:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   18165:          SQL_Driver_manager line no for connect/charset errors
                   18166: 
                   18167: 2001-05-15  parser
                   18168: 
                   18169:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   18170:          main/pa_string.C: string+array made linear grows
                   18171: 
                   18172:        * src/: include/pa_string.h, main/pa_string.C,
                   18173:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   18174:          grow lineary, not exponentialy
                   18175: 
                   18176:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   18177:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   18178:          with fullchunk cmps
                   18179: 
                   18180:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   18181:          70041=           81
                   18182: 
1.88      moko     18183:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   18184:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   18185:          malloc 27809390/368771, calloc 3232/83. would test now
1.86      moko     18186: 
                   18187:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   18188:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   18189:          numbered params had wrong name - for instance: bad error message
                   18190:          in ^for[] bad body type. fixed
                   18191: 
                   18192: 2001-05-14  parser
                   18193: 
                   18194:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
1.88      moko     18195:          main/untaint.C: ^string.upper|lower[]
1.86      moko     18196: 
                   18197: 2001-05-11  parser
                   18198: 
                   18199:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   18200:          classes/string.C, classes/table.C, classes/unknown.C,
                   18201:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   18202:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
1.88      moko     18203:          types/pa_vunknown.h: op: MAX_LOOPS as_int
1.86      moko     18204: 
1.88      moko     18205:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   18206:          .dsp for win32tools
1.86      moko     18207: 
                   18208: 2001-05-11  paf
                   18209: 
                   18210:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   18211:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   18212:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
1.88      moko     18213:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
1.86      moko     18214: 
                   18215: 2001-05-10  paf
                   18216: 
                   18217:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   18218:          for C++, that's all
                   18219: 
1.88      moko     18220:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   18221:          pa_config_includes.h: inline wonders
1.86      moko     18222: 
                   18223:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   18224:          doc/doxygen.cmd: hash.C added
                   18225: 
1.88      moko     18226:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
1.86      moko     18227: 
1.88      moko     18228:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   18229:          menthod
1.86      moko     18230: 
                   18231:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   18232:          pa_vstateless_object.h: changed priority: field before method
                   18233:          lookup in vclass & vobject
                   18234: 
1.88      moko     18235:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   18236:          grammar: priorities changes [lowerd && prior] vobject: now first
                   18237:          fields, next methods
1.86      moko     18238: 
                   18239: 2001-05-08  paf
                   18240: 
1.88      moko     18241:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   18242:          bark=false. fixed
1.86      moko     18243: 
                   18244:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
1.88      moko     18245:          types/pa_vmethod_frame.h: hash:default works at last!
1.86      moko     18246: 
                   18247:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
1.88      moko     18248:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   18249:          hash:default
1.86      moko     18250: 
1.88      moko     18251:        * src/classes/table.C: z
1.86      moko     18252: 
                   18253:        * src/classes/table.C: table:hash always hash of hash now
                   18254: 
                   18255:        * src/classes/table.C: table:empty return bool now
                   18256: 
                   18257:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   18258:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
1.88      moko     18259:          types/pa_vtable.h: table:hash
1.86      moko     18260: 
1.88      moko     18261:        * src/classes/table.C: table:record have name
1.86      moko     18262: 
1.88      moko     18263:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   18264:          returns vunknown
1.86      moko     18265: 
1.88      moko     18266:        * src/classes/: double.C, int.C, op.C, string.C:
                   18267:          int,double,string:int[] double[] string:length[] results now have
                   18268:          hames
1.86      moko     18269: 
                   18270:        * src/: classes/op.C, classes/table.C, main/main.dsp,
1.88      moko     18271:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   18272:          now return bool
1.86      moko     18273: 
1.88      moko     18274:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   18275:          in method checkparams again. fixed
1.86      moko     18276: 
                   18277: 2001-05-07  paf
                   18278: 
                   18279:        * src/doc/chm.cmd: cmd
                   18280: 
                   18281:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   18282:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
1.88      moko     18283:          types/pa_value.h: method reported errors on wrong pool
1.86      moko     18284: 
1.88      moko     18285:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   18286:          now
1.86      moko     18287: 
                   18288:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   18289:          include/code.h, include/pa_opcode.h, main/compile.C,
                   18290:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   18291:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18292:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   18293:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   18294:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18295:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18296:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18297:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   18298:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
1.88      moko     18299:          types/pa_wwrapper.h: pa_code.h
1.86      moko     18300: 
                   18301:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   18302: 
1.88      moko     18303:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   18304:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   18305:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   18306:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   18307:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   18308:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
1.86      moko     18309:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   18310:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
1.88      moko     18311:          types/pa_vtable.h: dox, split by not clean parts also
1.86      moko     18312: 
                   18313:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   18314:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   18315:          'dir' fields & co. more
                   18316: 
1.88      moko     18317:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   18318:          so to enable 'dir' fields & co.
1.86      moko     18319: 
1.88      moko     18320:        * src/main/compile.y: grammar: @end
1.86      moko     18321: 
                   18322: 2001-05-04  paf
                   18323: 
                   18324:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
1.88      moko     18325:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
1.86      moko     18326: 
                   18327:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   18328:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   18329:          classes/op.C, classes/random.C, classes/response.C,
                   18330:          classes/string.C, classes/table.C, classes/unknown.C,
1.88      moko     18331:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   18332:          method dox
1.86      moko     18333: 
                   18334: 2001-05-03  paf
                   18335: 
                   18336:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   18337:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   18338:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   18339:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   18340:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   18341:          main/pa_request.C: dox splitted .dox files and added some
                   18342: 
                   18343:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   18344: 
                   18345: 2001-05-02  paf
                   18346: 
                   18347:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   18348:          by file_name  language now
                   18349: 
                   18350: 2001-04-28  paf
                   18351: 
                   18352:        * src/classes/classes.inc: removed classes.inc
                   18353: 
                   18354:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   18355:          from .am
                   18356: 
                   18357:        * src/classes/classes.awk: skipped classes in .awk
                   18358: 
                   18359:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   18360:          classes/classes.inc, classes/double.C, classes/file.C,
                   18361:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   18362:          classes/string.C, classes/table.C, classes/unknown.C,
                   18363:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   18364:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   18365:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   18366:          pa_methoded back to classes/classes.h
                   18367: 
                   18368:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   18369: 
                   18370:        * src/: classes/Makefile.am, classes/classes.awk,
                   18371:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   18372:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   18373: 
                   18374:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   18375:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   18376:          classes/response.C, classes/string.C, classes/table.C,
                   18377:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
1.88      moko     18378:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   18379:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   18380:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   18381:          include|main/pa_methoded
1.86      moko     18382: 
                   18383:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   18384:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   18385: 
                   18386:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   18387:          moved some configured data to request::classes_conf moved some
                   18388:          string crations from globals to M...  [works]
                   18389: 
                   18390:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18391:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   18392:          main/pa_request.C: moved some configured data to
                   18393:          request::classes_conf moved some string crations from globals to
                   18394:          M...
                   18395: 
                   18396:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   18397:          about to move configured data to special request hash
                   18398: 
                   18399:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   18400:          classes/form.C, classes/mail.C, include/pa_request.h,
1.88      moko     18401:          main/pa_request.C: configure started
1.86      moko     18402: 
1.88      moko     18403:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   18404:          2. todo: methoded-configure
1.86      moko     18405: 
                   18406:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   18407:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18408:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18409:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   18410:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   18411:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18412:          classes/random.C, classes/response.C, classes/string.C,
                   18413:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   18414:          include/pa_request.h, main/compile.y, main/execute.C,
                   18415:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   18416:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   18417:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   18418:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   18419:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   18420:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18421:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   18422:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
1.88      moko     18423:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   18424:          methoded-configure
1.86      moko     18425: 
                   18426:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   18427:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
1.88      moko     18428:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
1.86      moko     18429:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   18430: 
                   18431:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   18432:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   18433:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18434:          classes/random.C, classes/response.C, classes/string.C,
                   18435:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   18436:          main/compile.y, main/execute.C, main/pa_globals.C,
                   18437:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   18438:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18439:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
1.88      moko     18440:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   18441:          beautifying just compiled. todo: debug, configure
1.86      moko     18442: 
                   18443: 2001-04-27  paf
                   18444: 
                   18445:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   18446:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   18447:          beautifying -99
                   18448: 
                   18449:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   18450:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   18451:          classes/classes.h, classes/double.C, classes/file.C,
                   18452:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   18453:          classes/op.C, classes/random.C, classes/response.C,
                   18454:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   18455:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   18456:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   18457:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
1.88      moko     18458:          types/pa_vunknown.h: beautifying -100
1.86      moko     18459: 
1.88      moko     18460:        * src/main/compile.y: serge@ found @CLASS bug. fixed
1.86      moko     18461: 
                   18462:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   18463:          classes/_op.h, classes/_random.h, classes/_table.h,
                   18464:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   18465:          classes/op.C, classes/random.C, classes/response.C,
                   18466:          classes/string.C, classes/table.C, classes/unknown.C,
                   18467:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
1.88      moko     18468:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   18469:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   18470:          beautifying
1.86      moko     18471: 
                   18472: 2001-04-26  paf
                   18473: 
                   18474:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   18475: 
1.88      moko     18476:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   18477:          documentation ++
1.86      moko     18478: 
                   18479:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   18480:          include/pa_config_fixed.h, include/pa_config_includes.h,
1.88      moko     18481:          targets/cgi/pa_pool.C: code documentation ++
1.86      moko     18482: 
                   18483:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   18484:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18485:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   18486:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   18487:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18488:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18489:          types/pa_vrequest.C, types/pa_vrequest.h,
                   18490:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   18491:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   18492:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   18493:          code documentation ++
                   18494: 
                   18495:        * src/: classes/image.C, classes/mail.C, classes/string.C,
1.88      moko     18496:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
1.86      moko     18497:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   18498:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   18499:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18500:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   18501:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   18502:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   18503: 
1.88      moko     18504:        * src/main/: pa_request.C, pa_string.C: z
1.86      moko     18505: 
                   18506:        * src/: include/pa_common.h, include/pa_types.h,
1.88      moko     18507:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   18508:          connection caching fixed.  request-pooled-url were stored into
                   18509:          global connectioncache
1.86      moko     18510: 
                   18511: 2001-04-25  paf
                   18512: 
                   18513:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   18514:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   18515: 
                   18516:        * src/: include/code.h, include/pa_common.h, main/compile.y,
1.88      moko     18517:          main/execute.C, main/pa_common.C: -d
1.86      moko     18518: 
1.88      moko     18519:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   18520:          illegal call check a bit improved, but still under iis no mapping
                   18521:          of dir with parser allowed!
1.86      moko     18522: 
                   18523: 2001-04-24  paf
                   18524: 
1.89      moko     18525:        * src/targets/Makefile.am: apache module lib .am
1.86      moko     18526: 
                   18527:        * src/main/pa_exec.C: windows32 buildCommand
                   18528: 
                   18529: 2001-04-23  paf
                   18530: 
                   18531:        * src/targets/cgi/Makefile.am: win32 conditional
                   18532: 
                   18533:        * src/targets/cgi/Makefile.am: win32 conditional
                   18534: 
                   18535:        * src/targets/cgi/Makefile.am: liblink
                   18536: 
                   18537:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   18538:          vfile fields return type
                   18539: 
                   18540:        * src/types/pa_vfile.h: vfile fields return type
                   18541: 
1.88      moko     18542:        * src/include/pa_config_auto.h.in: .h.in
1.86      moko     18543: 
1.88      moko     18544:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   18545:          types/Makefile: makefiles removed
1.86      moko     18546: 
                   18547:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
1.88      moko     18548:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
1.86      moko     18549: 
1.88      moko     18550:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   18551:          [tested: i & g ]
1.86      moko     18552: 
                   18553:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   18554:          @test noticed series in isapi, check how initialize_random_class
                   18555:          is called! [must be called only once]
                   18556: 
                   18557:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   18558:          would not be 'unknown column'
                   18559: 
1.88      moko     18560:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   18561:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
1.86      moko     18562: 
                   18563:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   18564:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   18565:          [now doesnt]
                   18566: 
                   18567:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   18568: 
                   18569:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   18570:          /cgi-bin/parser3/auto.p
                   18571: 
                   18572:        * src/main/untaint.C: untaint without charset
                   18573: 
                   18574:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
1.88      moko     18575:          main/pa_common.C: common: file_write /// @test mkdirs
                   18576:          file_delete rmdirs
1.86      moko     18577: 
                   18578:        * src/main/untaint.C: mail header only once to =?
                   18579: 
1.88      moko     18580:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   18581:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   18582:          main/untaint.C: untaint -        @test optimize whitespaces for
                   18583:          all but 'html'
1.86      moko     18584: 
                   18585:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   18586:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
1.88      moko     18587:          main/untaint.C: untaint -  @test mail-header
1.86      moko     18588: 
                   18589: 2001-04-20  paf
                   18590: 
                   18591:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   18592:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   18593:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88      moko     18594:          targets/cgi/parser3.C: $MAIN:LOCALE
1.86      moko     18595: 
                   18596:        * src/main/untaint.C: z
                   18597: 
                   18598:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   18599: 
                   18600: 2001-04-19  paf
                   18601: 
1.88      moko     18602:        * src/main/compile_tools.h: $a$b bugfix
1.86      moko     18603: 
                   18604:        * src/targets/cgi/parser3.C: z
                   18605: 
1.88      moko     18606:        * src/classes/file.C: z
1.86      moko     18607: 
                   18608:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   18609:          done: header to $fields. waits for header '\' tricks
                   18610: 
                   18611:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1.88      moko     18612:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   18613:          changed urlencode here and in untaint.C to HTTP standard's " and
                   18614:          \" mech
1.86      moko     18615: 
                   18616:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   18617:          http://alx/~paf/ doesnt load /auto.p
                   18618: 
                   18619: 2001-04-18  paf
                   18620: 
                   18621:        * src/main/pa_request.C: 1
                   18622: 
1.88      moko     18623:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   18624:          linux @alx
1.86      moko     18625: 
                   18626: 2001-04-17  paf
                   18627: 
                   18628:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   18629:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1.88      moko     18630:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   18631:          enabled
1.86      moko     18632: 
                   18633:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   18634:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   18635:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18636:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18637:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   18638:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   18639:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18640:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   18641:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   18642:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
1.88      moko     18643:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   18644:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
1.86      moko     18645:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
1.88      moko     18646:          types/pa_vform.C, types/pa_vimage.h: exec @jav
1.86      moko     18647: 
                   18648:        * src/: include/pa_sql_driver_manager.h,
                   18649:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
1.88      moko     18650:          types/pa_vimage.h: sql driver interface now has initialize(client
                   18651:          .so)
1.86      moko     18652: 
                   18653: 2001-04-16  paf
                   18654: 
                   18655:        * src/Makefile.am: compile2 cygwin
                   18656: 
                   18657:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   18658:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   18659: 
1.88      moko     18660:        * src/targets/cgi/Makefile.am: compile0 jav
1.86      moko     18661: 
                   18662:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   18663:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   18664:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18665:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18666:          classes/_table.h, classes/_unknown.h, classes/image.C,
1.88      moko     18667:          classes/mail.C, classes/op.C, classes/random.C,
                   18668:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18669:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   18670:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   18671:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   18672:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   18673:          compile-1
1.86      moko     18674: 
                   18675: 2001-04-15  paf
                   18676: 
                   18677:        * src/classes/op.C: z
                   18678: 
                   18679:        * src/classes/table.C: table:empty +=process
                   18680: 
                   18681:        * src/types/pa_value.h: MethodParams !junction
                   18682: 
                   18683:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   18684:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18685:          classes/random.C, classes/response.C, classes/string.C,
                   18686:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   18687:          MethodParams everywhere
                   18688: 
                   18689:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   18690:          types/pa_vmethod_frame.h: MethodParams in op.C
                   18691: 
                   18692: 2001-04-12  paf
                   18693: 
1.88      moko     18694:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
1.86      moko     18695: 
                   18696:        * src/: classes/_unknown.h, classes/unknown.C,
                   18697:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
1.88      moko     18698:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
1.86      moko     18699: 
1.88      moko     18700:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
1.86      moko     18701: 
                   18702:        * src/classes/image.C: image:gif now does not have params
                   18703: 
1.88      moko     18704:        * src/classes/image.C:
1.86      moko     18705:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   18706: 
1.88      moko     18707:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   18708:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   18709:          for var now written not to r.wcontext, but to r.root cleared
                   18710:          "entered_object" state
1.86      moko     18711: 
                   18712: 2001-04-11  paf
                   18713: 
1.88      moko     18714:        * src/classes/image.C: image:create image:load
                   18715: 
                   18716:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   18717:          just compiled
                   18718: 
                   18719:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   18720:          todo: gif without file
                   18721: 
                   18722:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   18723:          started porting to Pooled descendant
1.86      moko     18724: 
                   18725:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   18726:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   18727:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
1.88      moko     18728:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
1.86      moko     18729: 
1.88      moko     18730:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   18731:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   18732:          end. switching to python imaging lib
1.86      moko     18733: 
1.88      moko     18734:        * src/main/main.dsp: gd+smtp made separate libs
1.86      moko     18735: 
                   18736:        * src/: include/pa_globals.h, include/pa_string.h,
                   18737:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   18738:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   18739:          length
                   18740: 
                   18741:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   18742:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   18743:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   18744:          UL_FILE_NAME of posted file name
                   18745: 
1.88      moko     18746:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   18747:          post [broke when moved post read to core]
1.86      moko     18748: 
                   18749: 2001-04-10  paf
                   18750: 
1.88      moko     18751:        * src/classes/image.C: image:html done
1.86      moko     18752: 
1.88      moko     18753:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
1.86      moko     18754: 
                   18755:        * src/classes/image.C: z
                   18756: 
                   18757:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   18758:          forgotten!
                   18759: 
                   18760:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   18761:          main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88      moko     18762:          types/pa_vimage.h: image:measure -90
1.86      moko     18763: 
                   18764:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   18765:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   18766:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18767:          classes/_table.h, classes/file.C, classes/mail.C,
                   18768:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   18769:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   18770:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   18771:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
1.88      moko     18772:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
1.86      moko     18773:          compiled
                   18774: 
1.88      moko     18775:        * src/classes/mail.C: minor bug with unclear from/to
1.86      moko     18776: 
                   18777:        * src/classes/mail.C: sendmail unix skipping defaults
                   18778: 
1.88      moko     18779:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   18780:          sendmail unix added defaults
1.86      moko     18781: 
1.88      moko     18782:        * src/classes/mail.C: unix sendmail compiled. todo:testing
1.86      moko     18783: 
1.88      moko     18784:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
1.86      moko     18785: 
                   18786: 2001-04-09  paf
                   18787: 
                   18788:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
1.88      moko     18789:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   18790:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   18791:          targets/isapi/parser3isapi.dsp: all targets exec
1.86      moko     18792: 
                   18793:        * src/: include/pa_sapi.h, include/pa_string.h,
                   18794:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   18795:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   18796:          args in apache:util.script
                   18797: 
                   18798:        * src/include/pa_string.h: written but not tested exec with env for
                   18799:          unix
                   18800: 
                   18801:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   18802:          targets/cgi/parser3.C: exec win32 env
                   18803: 
1.88      moko     18804:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   18805:          0
1.86      moko     18806: 
                   18807:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   18808:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   18809:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
1.88      moko     18810:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
1.86      moko     18811: 
                   18812:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
1.88      moko     18813:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
1.86      moko     18814: 
                   18815:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
1.88      moko     18816:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
1.86      moko     18817: 
                   18818:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   18819:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   18820:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   18821:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   18822:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   18823:          exec class just compiled. moved post read to request core
                   18824: 
                   18825:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   18826:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   18827:          main/pa_globals.C, targets/cgi/parser3.C,
                   18828:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   18829:          are already read by vform
                   18830: 
                   18831: 2001-04-08  paf
                   18832: 
                   18833:        * src/: classes/file.C, classes/mail.C, classes/string.C,
1.88      moko     18834:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   18835:          uuencode. string<<
1.86      moko     18836: 
                   18837: 2001-04-07  paf
                   18838: 
                   18839:        * src/classes/mail.C: z
                   18840: 
                   18841:        * src/classes/mail.C: z
                   18842: 
1.88      moko     18843:        * src/classes/mail.C: ^mail[$attach
1.86      moko     18844: 
1.88      moko     18845:        * src/classes/mail.C: ^attach dead end
1.86      moko     18846: 
                   18847:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   18848:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.88      moko     18849:          targets/isapi/parser3isapi.C: mail:send 1
1.86      moko     18850: 
1.88      moko     18851:        * src/: classes/mail.C, main/pa_request.C: z
1.86      moko     18852: 
1.88      moko     18853:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   18854:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   18855:          compiled
1.86      moko     18856: 
                   18857:        * src/classes/mail.C: +=
                   18858: 
1.88      moko     18859:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   18860:          prepared
1.86      moko     18861: 
                   18862:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   18863:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   18864:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88      moko     18865:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
1.86      moko     18866: 
                   18867: 2001-04-06  paf
                   18868: 
                   18869:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
1.88      moko     18870:          main/pa_string.C: table:dir 1
1.86      moko     18871: 
                   18872:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
1.88      moko     18873:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
1.86      moko     18874: 
                   18875:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   18876:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   18877:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   18878:          main/pa_request.C: renamed 'root' to 'op'
                   18879: 
                   18880:        * src/classes/: _op.h, op.C: renamed from 'root'
                   18881: 
1.88      moko     18882:        * src/types/pa_valiased.C: another root inherititance skipped
1.86      moko     18883: 
1.88      moko     18884:        * src/main/: compile.C, compile.y, execute.C: operators are now not
1.86      moko     18885:          root methods of parent class. just 'ROOT' class
                   18886: 
1.88      moko     18887:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   18888:          @office
1.86      moko     18889: 
1.88      moko     18890:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
1.86      moko     18891: 
                   18892: 2001-04-05  paf
                   18893: 
                   18894:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
1.88      moko     18895:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   18896:          constructor flag dropped at get_method_frame and remembered into
                   18897:          method_frame
1.86      moko     18898: 
                   18899:        * src/: classes/file.C, classes/root.C, classes/string.C,
1.88      moko     18900:          classes/table.C, main/pa_request.C: junction to code&expression
                   18901:          in errors
1.86      moko     18902: 
                   18903:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
1.88      moko     18904:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   18905:          $LOCALE:ctype[Russian_Russia.1251]
1.86      moko     18906: 
                   18907:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   18908:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
1.88      moko     18909:          main/pa_table.C: hash now not thread-safe.
1.86      moko     18910: 
                   18911:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
1.88      moko     18912:          main/untaint.C: z
1.86      moko     18913: 
                   18914:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   18915:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   18916:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
1.88      moko     18917:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   18918:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
1.86      moko     18919: 
                   18920:        * src/: classes/table.C, include/pa_sql_connection.h,
1.88      moko     18921:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
1.86      moko     18922: 
1.88      moko     18923:        * src/classes/table.C: select * from hren error contains statement
1.86      moko     18924: 
                   18925:        * src/: classes/table.C, include/pa_sql_connection.h,
                   18926:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
1.88      moko     18927:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
1.86      moko     18928: 
                   18929:        * src/: classes/root.C, include/pa_sql_connection.h,
                   18930:          include/pa_sql_driver.h, main/main.dsp,
1.88      moko     18931:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
1.86      moko     18932:          services for conv memory & error reporting
                   18933: 
                   18934: 2001-04-04  paf
                   18935: 
1.88      moko     18936:        * src/doc/doxygen.cfg: z
1.86      moko     18937: 
1.88      moko     18938:        * src/include/pa_sql_driver.h: mysql connect
1.86      moko     18939: 
1.88      moko     18940:        * src/include/pa_sql_driver.h: mysql info
1.86      moko     18941: 
                   18942:        * src/: classes/root.C, include/pa_sql_driver.h,
                   18943:          include/pa_sql_driver_manager.h, main/main.dsp,
1.88      moko     18944:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   18945: 
                   18946:        * src/sql/Makefile.am: forgot to add mysql client
1.86      moko     18947: 
                   18948:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   18949:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   18950:          [forgot to add libltdl, added]
                   18951: 
                   18952:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   18953:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   18954:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   18955:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   18956:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
1.88      moko     18957:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   18958:          -1000 just compiled
1.86      moko     18959: 
                   18960:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   18961:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
1.88      moko     18962:          main/pa_request.C, types/pa_vclass.h: sql frame -10
1.86      moko     18963: 
                   18964: 2001-04-03  paf
                   18965: 
1.88      moko     18966:        * src/types/pa_vform.C: z
1.86      moko     18967: 
1.88      moko     18968:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   18969:          assigned lang
1.86      moko     18970: 
1.88      moko     18971:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   18972:          {}[]< empty []
1.86      moko     18973: 
                   18974:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   18975:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
1.88      moko     18976:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
1.86      moko     18977: 
1.88      moko     18978:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   18979:          string:match replace strange matches
1.86      moko     18980: 
1.88      moko     18981:        * src/classes/string.C: string:match replace 0
1.86      moko     18982: 
                   18983:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   18984:          prepared 2
                   18985: 
1.88      moko     18986:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   18987:          string:match replace prepared
1.86      moko     18988: 
                   18989:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   18990:          string:match replace -11
                   18991: 
                   18992:        * src/: classes/string.C, include/pa_globals.h,
                   18993:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
1.88      moko     18994:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
1.86      moko     18995: 
                   18996:        * src/: classes/string.C, include/pa_globals.h,
                   18997:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
1.88      moko     18998:          main/pa_string.C: string:match [search] -1 just compiled
1.86      moko     18999: 
                   19000:        * src/types/pa_vstring.C: z
                   19001: 
                   19002:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   19003:          classes/int.C, classes/response.C, classes/root.C,
                   19004:          classes/string.C, classes/table.C, include/pa_string.h,
1.88      moko     19005:          main/pa_string.C: string:match -10 [frame]
1.86      moko     19006: 
                   19007:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   19008:          main/pa_request.C: z
                   19009: 
1.88      moko     19010:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   19011:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   19012:          todo/tests
1.86      moko     19013: 
1.88      moko     19014:        * src/include/pa_common.h: z
1.86      moko     19015: 
                   19016:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   19017:          main/pa_request.C, targets/cgi/parser3.C,
                   19018:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   19019:          content-disposition
                   19020: 
                   19021:        * src/: include/pa_common.h, include/pa_globals.h,
                   19022:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
1.88      moko     19023:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
1.86      moko     19024: 
                   19025:        * src/: include/pa_common.h, include/pa_request.h,
                   19026:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   19027:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
1.88      moko     19028:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   19029:          response:body
1.86      moko     19030: 
1.88      moko     19031:        * src/classes/table.C: table:append now uses string::split
1.86      moko     19032: 
1.88      moko     19033:        * src/classes/table.C: z
1.86      moko     19034: 
                   19035:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   19036:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   19037:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   19038:          include/pa_string.h, main/execute.C, main/pa_string.C,
1.88      moko     19039:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   19040:          string::pos & cmp & piece bugs fixed.  string::split new
                   19041:          table:load separated from set table:set implemented with clean \n
                   19042:          \t searches
1.86      moko     19043: 
                   19044: 2001-04-02  paf
                   19045: 
                   19046:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   19047:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   19048:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   19049:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   19050:          it in table:set/load
                   19051: 
                   19052:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
1.88      moko     19053:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
1.86      moko     19054: 
                   19055:        * src/classes/random.C: random:generate 1
                   19056: 
                   19057:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   19058:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
1.88      moko     19059:          types/pa_value.h: random:generate
1.86      moko     19060: 
                   19061: 2001-03-30  paf
                   19062: 
1.88      moko     19063:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   19064:          todo: table flip and append. string::pos
1.86      moko     19065: 
                   19066:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   19067:          classes/response.C, classes/root.C, classes/string.C,
                   19068:          classes/table.C, main/compile.y, main/execute.C,
                   19069:          types/pa_value.h, types/pa_vstateless_class.C,
                   19070:          types/pa_vstateless_class.h: static|dynamic|any method
                   19071:          registration
                   19072: 
                   19073:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
1.88      moko     19074:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   19075:          table:flip
1.86      moko     19076: 
                   19077: 2001-03-29  paf
                   19078: 
1.88      moko     19079:        * src/classes/string.C: string:xsplit forgot that they must result
                   19080:          in 1 row N column [not vice versa]
1.86      moko     19081: 
                   19082:        * src/classes/string.C: z
                   19083: 
1.88      moko     19084:        * src/classes/string.C: string: rsplit
1.86      moko     19085: 
1.88      moko     19086:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19087:          string: lsplit
1.86      moko     19088: 
                   19089:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
1.88      moko     19090:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   19091:          lsplit -1
1.86      moko     19092: 
1.88      moko     19093:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19094:          string: pos
1.86      moko     19095: 
1.88      moko     19096:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19097:          string: pos -1
1.86      moko     19098: 
                   19099:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   19100:          main/compile.y, main/pa_request.C, main/pa_string.C,
1.88      moko     19101:          main/untaint.C: string: left right mid
1.86      moko     19102: 
                   19103:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   19104:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
1.88      moko     19105:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   19106:          and [;] are different now.
1.86      moko     19107: 
                   19108:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   19109:          main/untaint.C: pool.request undone
                   19110: 
                   19111:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   19112:          main/untaint.C: pool.request
                   19113: 
                   19114: 2001-03-28  paf
                   19115: 
                   19116:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   19117:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88      moko     19118:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   19119:          $request:browser [.type .version]; unknown.get_double now = 0.
1.86      moko     19120: 
                   19121:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   19122:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   19123:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
1.88      moko     19124:          types/pa_vform.C: file:load autodetection of mime-type by
                   19125:          user-file-name
1.86      moko     19126: 
                   19127:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   19128:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
1.88      moko     19129:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
1.86      moko     19130: 
                   19131:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1.88      moko     19132:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   19133:          write. must be self.set
1.86      moko     19134: 
                   19135:        * src/: classes/file.C, classes/root.C, classes/table.C,
1.88      moko     19136:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
1.86      moko     19137: 
                   19138:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   19139:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   19140:          types/pa_vtable.h: table:locate just compiled
                   19141: 
                   19142: 2001-03-27  paf
                   19143: 
1.88      moko     19144:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   19145:          code-params2, fixed ntfs hardlink slow dir update
1.86      moko     19146: 
                   19147:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
1.88      moko     19148:          types/pa_wcontext.h: fixed r/w context of code-params
1.86      moko     19149: 
1.88      moko     19150:        * src/: classes/table.C, main/execute.C: about to change junction
                   19151:          rcontext!!
1.86      moko     19152: 
                   19153:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19154:          classes/string.C, classes/table.C, main/compile_tools.C,
                   19155:          main/execute.C, main/pa_request.C, main/untaint.C,
                   19156:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   19157:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   19158:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
1.88      moko     19159:          types/pa_vunknown.h: sort 0
1.86      moko     19160: 
                   19161:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   19162:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   19163:          renamed to are_static_calls_disabled
                   19164: 
                   19165:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   19166:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   19167:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
1.88      moko     19168:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
1.86      moko     19169: 
                   19170:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   19171: 
1.88      moko     19172:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   19173:          started table:sort fixed minor bug in #...^{
1.86      moko     19174: 
                   19175:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
1.88      moko     19176:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   19177:          decided to have as it were. stepped back.  grammar: added 'in'
                   19178:          'is' 'lt'&co follow-space check
1.86      moko     19179: 
                   19180: 2001-03-26  paf
                   19181: 
                   19182:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19183:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   19184:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88      moko     19185:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   19186:          invocation in ^process
1.86      moko     19187: 
                   19188:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   19189: 
                   19190:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
1.88      moko     19191:          main/pa_array.C: table:record
1.86      moko     19192: 
1.88      moko     19193:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   19194:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19195:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   19196:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   19197:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   19198:          types/pa_vtable.h: z
1.86      moko     19199: 
                   19200:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   19201:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   19202:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
1.88      moko     19203:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   19204:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   19205:          method realisations on 'self' validity - they now can simply
                   19206:          assume that 'self' is V{Proper} .
1.86      moko     19207: 
                   19208: 2001-03-25  paf
                   19209: 
                   19210:        * src/main/untaint.C: z
                   19211: 
                   19212:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   19213:          lowlevel - it initialization could be skipped if failed in @auto.
                   19214:          so that exception report would use some table
                   19215: 
1.88      moko     19216:        * src/main/pa_request.C: table empty lines ignored. system-default
                   19217:          content type assigned in output:result [can fail in main:auto and
                   19218:          skipped normal defaults extraction]
                   19219: 
                   19220:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   19221:          bug
                   19222: 
                   19223:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   19224:          processing to table [except preliminary \r\n \r \n replacements
                   19225:          to "\n"]
1.86      moko     19226: 
1.88      moko     19227:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   19228:          move all the processing to table
1.86      moko     19229: 
                   19230:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   19231:          main/pa_table.C, main/untaint.C: returned table originating.
                   19232:          useful for reporting typo table problems origin. think would be
                   19233:          useful somewhere else
                   19234: 
                   19235:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   19236: 
                   19237:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   19238:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   19239:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   19240:          main/pa_string.C, main/pa_table.C, main/untaint.C,
1.88      moko     19241:          types/pa_vcookie.h: typo & typo-default
1.86      moko     19242: 
                   19243: 2001-03-24  paf
                   19244: 
                   19245:        * src/main/pa_common.C: z
                   19246: 
                   19247:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
1.88      moko     19248:          targets/cgi/parser3.C: html-typo 2
1.86      moko     19249: 
                   19250:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   19251:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   19252:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   19253:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   19254:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   19255:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88      moko     19256:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   19257:          noticed double default content-type prob. run cgi.cmd tomorrow
                   19258:          first html-typo sample. detected << problem: they become ltlt too
                   19259:          fast
1.86      moko     19260: 
                   19261:        * src/main/compile.y: z
                   19262: 
1.88      moko     19263:        * src/main/: compile.y, compile_tools.h: #comment
1.86      moko     19264: 
                   19265:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19266:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   19267:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   19268:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   19269:          stringified
                   19270: 
1.88      moko     19271:        * src/types/pa_valiased.C: decided to String-ify file_read
1.86      moko     19272: 
                   19273:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   19274:          isapi/parser3isapi.dsp: cgi: sapi::log
                   19275: 
                   19276:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   19277:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
1.88      moko     19278:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   19279:          error log experiments failed - cgi under iis got no access to
                   19280:          log. registereventsource simply failed with 5(illegal call) code,
                   19281:          while worked OK as standalone executable.  isapi: used
                   19282:          HSE_APPEND_LOG_PARAMETER feature
1.86      moko     19283: 
                   19284:        * src/: include/pa_common.h, include/pa_globals.h,
                   19285:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88      moko     19286:          targets/isapi/parser3isapi.C: fixed default content-type
                   19287:          allocation storage
1.86      moko     19288: 
                   19289:        * src/: include/pa_globals.h, include/pa_request.h,
                   19290:          main/pa_globals.C, main/pa_request.C: z
                   19291: 
                   19292:        * src/: include/pa_array.h, include/pa_hash.h,
                   19293:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   19294:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   19295:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   19296:          content-type
                   19297: 
1.88      moko     19298:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
1.86      moko     19299:          sanity
                   19300: 
                   19301:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
1.88      moko     19302:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   19303:          away freeze mech.  no danger now for you can't do
                   19304:          ^request:process[@new-method[] body] trick anymore.  still
                   19305:          remains $some_instance.process[@new-method[] possibility] but
                   19306:          would leave it as a feature.  see index for sample
1.86      moko     19307: 
                   19308:        * src/: include/pa_common.h, main/pa_common.C,
1.88      moko     19309:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   19310:          monkey every target
1.86      moko     19311: 
                   19312:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   19313:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
1.88      moko     19314:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
1.86      moko     19315: 
                   19316: 2001-03-23  paf
                   19317: 
                   19318:        * src/: include/pa_pool.h, main/pa_request.C,
1.88      moko     19319:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   19320:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19321:          targets/isapi/pool_storage.h: isapi: dumb pool storage
1.86      moko     19322: 
                   19323:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   19324: 
                   19325:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   19326:          it would be better to rewrite as filter then to deal with pool
                   19327: 
1.88      moko     19328:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   19329:          now like in cgi, not from APPL_PHYSICAL_PATH
1.86      moko     19330: 
                   19331:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   19332:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19333:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   19334:          include/pa_version.h, main/compile.y, main/execute.C,
                   19335:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   19336:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19337:          main/untaint.C, targets/cgi/parser3.C,
1.88      moko     19338:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   19339:          cgi: reinvent document_root and request_uri under iis. autoconf
                   19340:          updated. introducing ap_config_includes
1.86      moko     19341: 
                   19342:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   19343: 
                   19344:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   19345: 
                   19346:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
1.88      moko     19347:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19348:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   19349:          types/pa_venv.h, types/pa_vform.C: sapi made object
1.86      moko     19350: 
                   19351:        * src/: include/pa_globals.h, main/pa_request.C,
                   19352:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19353:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
1.88      moko     19354:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
1.86      moko     19355: 
1.88      moko     19356:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   19357:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   19358:          isapi minor env beauty
1.86      moko     19359: 
1.88      moko     19360:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   19361:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   19362:          isapi document_root 0
1.86      moko     19363: 
                   19364: 2001-03-22  paf
                   19365: 
1.88      moko     19366:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
1.86      moko     19367: 
                   19368:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   19369:          isapi/parser3isapi.C: z
                   19370: 
                   19371:        * src/: include/pa_pool.h, main/pa_request.C,
1.88      moko     19372:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
1.86      moko     19373: 
                   19374:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   19375:          kill.pl: isapi added utils
                   19376: 
                   19377:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   19378:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
1.88      moko     19379:          types/pa_vform.C: isapi 0
1.86      moko     19380: 
1.88      moko     19381:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
1.86      moko     19382:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19383:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   19384:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   19385:          started isapi
                   19386: 
1.88      moko     19387:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   19388:          some comments
1.86      moko     19389: 
                   19390:        * src/: include/pa_globals.h, include/pa_request.h,
                   19391:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
1.88      moko     19392:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   19393:          parser_root_auto_path parser_site_auto_path
1.86      moko     19394: 
1.88      moko     19395:        * src/types/pa_vcookie.C: cookie attr decoded
1.86      moko     19396: 
                   19397: 2001-03-21  paf
                   19398: 
1.88      moko     19399:        * src/targets/cgi/parser3.C: z
1.86      moko     19400: 
1.88      moko     19401:        * src/include/pa_globals.h: post. todo: config of auto.p path
1.86      moko     19402: 
1.88      moko     19403:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   19404:          types/pa_venv.h: in cookie & env. todo:post
1.86      moko     19405: 
                   19406:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   19407:          classes/root.C, classes/table.C, include/pa_array.h,
                   19408:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   19409:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   19410:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   19411:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19412:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   19413:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19414:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
1.88      moko     19415:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   19416:          shifted apache branch on main trunc
1.86      moko     19417: 
                   19418:        * src/: include/pa_common.h, include/pa_globals.h,
                   19419:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
1.88      moko     19420:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   19421:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   19422:          starting mod_parser3
                   19423: 
                   19424:        * src/targets/cgi/parser3.C: starting mod_parser3
1.86      moko     19425: 
                   19426: 2001-03-20  paf
                   19427: 
                   19428:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   19429:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   19430:          win32 ifdefs work and add ifdef unistd
                   19431: 
                   19432:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   19433:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   19434:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   19435:          z
                   19436: 
                   19437:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   19438:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   19439:          locking
                   19440: 
                   19441:        * src/: classes/Makefile.am, types/Makefile.am: z
                   19442: 
                   19443:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   19444:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   19445:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   19446:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19447:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   19448:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19449:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   19450: 
                   19451:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
1.88      moko     19452:          main/pa_request.C, types/pa_vfile.h: ^table:save
1.86      moko     19453: 
                   19454:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   19455:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   19456:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   19457:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
1.88      moko     19458:          types/pa_vform.h: z
1.86      moko     19459: 
1.88      moko     19460:        * src/include/pa_string.h: z
1.86      moko     19461: 
                   19462:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   19463:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
1.88      moko     19464:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   19465:          :Value
1.86      moko     19466: 
                   19467:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
1.88      moko     19468:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   19469:          :VStateless_object
1.86      moko     19470: 
                   19471:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   19472:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   19473:          :VStateless_object
                   19474: 
                   19475:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   19476:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   19477: 
                   19478:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   19479:          types/pa_valiased.h, types/pa_value.h,
                   19480:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19481:          types/pa_vstateless_object.h: moved common get_element part from
                   19482:          stateless object&class into VAliased
                   19483: 
                   19484:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   19485:          classes/table.C, main/execute.C, main/main.dsp,
                   19486:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   19487:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   19488:          now :Value
                   19489: 
                   19490:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   19491:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   19492:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   19493: 
                   19494:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   19495:          doxx
                   19496: 
                   19497:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   19498:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19499:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
1.88      moko     19500:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   19501:          and ^file:save
1.86      moko     19502: 
                   19503: 2001-03-19  paf
                   19504: 
                   19505:        * src/types/pa_vfile.C: z
                   19506: 
                   19507:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   19508:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   19509:          main/pa_request.C, main/untaint.C, types/pa_value.h,
1.88      moko     19510:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
1.86      moko     19511: 
                   19512:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   19513:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   19514:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   19515:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   19516:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   19517:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   19518:          types/pa_vfile.h: file class just compiled
                   19519: 
                   19520:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   19521:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   19522:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   19523:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
1.88      moko     19524:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
1.86      moko     19525: 
                   19526:        * src/include/pa_pool.h: z
                   19527: 
                   19528:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   19529:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   19530:          Hash::Value to Val so to doxygen would finlly stop confusing
                   19531:          those Value-s
                   19532: 
                   19533:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   19534:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   19535:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   19536:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   19537:          include/pa_types.h, main/compile.C, main/compile.y,
                   19538:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19539:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   19540:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   19541:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   19542:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   19543: 
                   19544:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   19545:          derivates somehow unlinked. don't know why yet
                   19546: 
                   19547:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   19548:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   19549:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   19550:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19551:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   19552:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19553:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   19554: 
                   19555:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   19556:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   19557:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   19558:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   19559:          types/pa_vrequest.h: doc: detected Value derivates prob
                   19560: 
                   19561:        * src/include/pa_globals.h: z
                   19562: 
                   19563:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   19564:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   19565:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   19566:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   19567:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   19568:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   19569:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19570:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   19571: 
                   19572: 2001-03-18  paf
                   19573: 
1.88      moko     19574:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   19575:          cookie: allowed access to hash-assigned
1.86      moko     19576: 
                   19577:        * src/targets/cgi/parser3.C: z
                   19578: 
                   19579:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   19580:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   19581:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   19582:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19583:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19584:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19585:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
1.88      moko     19586:          types/pa_vunknown.h: cookie class
1.86      moko     19587: 
1.88      moko     19588:        * src/main/pa_request.C: zero length output allowed
1.86      moko     19589: 
                   19590:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
1.88      moko     19591:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
1.86      moko     19592: 
1.88      moko     19593:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   19594:          lang switch
1.86      moko     19595: 
                   19596:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   19597:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88      moko     19598:          types/pa_value.h, types/pa_vhash.h:
1.86      moko     19599:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   19600: 
1.88      moko     19601:        * src/main/execute.C: z
1.86      moko     19602: 
                   19603:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
1.88      moko     19604:          targets/cgi/parser3.C: taint[uri
1.86      moko     19605: 
                   19606:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   19607:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   19608:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
1.88      moko     19609:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
1.86      moko     19610: 
                   19611:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   19612:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19613:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   19614:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   19615:          bool tainted) ctor
                   19616: 
                   19617:        * src/: include/pa_hash.h, include/pa_request.h,
                   19618:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   19619:          main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88      moko     19620:          targets/cgi/parser3.C: proper @exceptions params tainting
1.86      moko     19621: 
1.88      moko     19622:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   19623:          response fields to header
1.86      moko     19624: 
1.88      moko     19625:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   19626:          z
1.86      moko     19627: 
                   19628:        * src/: classes/_response.h, classes/response.C,
                   19629:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   19630:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   19631:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19632:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
1.88      moko     19633:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   19634:          $response: 0  request::core exception rethrow
1.86      moko     19635: 
                   19636: 2001-03-16  paf
                   19637: 
                   19638:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
1.88      moko     19639:          types/pa_vrequest.h: native method' class call with less params
                   19640:          then needed error reporting
1.86      moko     19641: 
                   19642:        * src/: classes/_request.h, classes/request.C,
                   19643:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   19644:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19645:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
1.88      moko     19646:          types/pa_vrequest.h: $request : query :uri
1.86      moko     19647: 
                   19648:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   19649:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
1.88      moko     19650:          types/pa_wcontext.h: $result
1.86      moko     19651: 
1.88      moko     19652:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
1.86      moko     19653: 
                   19654:        * src/: classes/double.C, include/code.h, main/compile.y,
1.88      moko     19655:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   19656:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
1.86      moko     19657: 
                   19658:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   19659:          main/compile.y, main/execute.C, types/pa_value.h,
                   19660:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
1.88      moko     19661:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   19662:          wcontext conflict
1.86      moko     19663: 
                   19664:        * src/: main/execute.C, types/pa_value.h,
1.88      moko     19665:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   19666:          $string.field
1.86      moko     19667: 
                   19668: 2001-03-15  paf
                   19669: 
1.88      moko     19670:        * src/main/pa_request.C: news sample
1.86      moko     19671: 
                   19672:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   19673:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   19674: 
                   19675:        * src/main/: compile.y, execute.C: z
                   19676: 
                   19677:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   19678:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   19679:          pre pre works
                   19680: 
                   19681:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   19682:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   19683:          fillfields just compiled
                   19684: 
                   19685: 2001-03-14  paf
                   19686: 
                   19687:        * src/: include/pa_request.h, main/pa_request.C,
                   19688:          targets/cgi/parser3.C: z
                   19689: 
                   19690:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   19691:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   19692:          types/pa_vstring.h: limits -1
                   19693: 
                   19694:        * src/: include/pa_globals.h, include/pa_request.h,
                   19695:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   19696:          main/pa_request.C, targets/cgi/parser3.C,
                   19697:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   19698:          request_info -1
                   19699: 
                   19700:        * src/: include/pa_globals.h, main/pa_globals.C,
                   19701:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19702:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   19703:          vform_fields_fill
                   19704: 
                   19705:        * src/targets/cgi/parser3.C: #  if MSVC
                   19706: 
                   19707:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   19708:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   19709: 
                   19710:        * src/targets/cgi/parser3.C: z
                   19711: 
                   19712:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   19713:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   19714:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19715:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   19716:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   19717:          types/pa_vunknown.h: global handler, exceptions in parser3
                   19718: 
                   19719: 2001-03-13  paf
                   19720: 
                   19721:        * src/: classes/form.C, main/compile.y, main/core.C,
                   19722:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   19723:          types/pa_vform.h, types/pa_vstateless_class.C,
                   19724:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   19725:          instead
                   19726: 
                   19727:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   19728:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   19729:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   19730:          started cgi target
                   19731: 
                   19732:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   19733:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   19734:          before error show with parser
                   19735: 
                   19736:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   19737:          include/pa_request.h, main/core.C, main/pa_request.C,
                   19738:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   19739: 
                   19740:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   19741: 
                   19742:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   19743:          parser3.C: renamed targets/ parser to cgi
                   19744: 
                   19745:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   19746:          classes/root.C, classes/string.C, classes/table.C,
1.88      moko     19747:          include/pa_request.h, types/pa_vhash.h: z
1.86      moko     19748: 
                   19749:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   19750:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   19751:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
1.88      moko     19752:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   19753:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   19754:          [historical moment :)]
1.86      moko     19755: 
                   19756:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   19757:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   19758: 
                   19759:        * src/types/pa_venv.h: $ENV 1
                   19760: 
                   19761:        * src/main/execute.C: z
                   19762: 
                   19763:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   19764:          future methods of ENV constructor if
                   19765: 
                   19766:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   19767:          class
                   19768: 
                   19769:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19770:          classes/_root.h, classes/_string.h, classes/_table.h,
                   19771:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   19772:          classes/string.C, classes/table.C, include/pa_request.h,
                   19773:          main/compile.C, main/compile_tools.h, main/core.C,
                   19774:          main/execute.C, main/main.dsp, main/pa_request.C,
                   19775:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   19776:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   19777:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   19778:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19779:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   19780: 
                   19781:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19782:          classes/_root.h, classes/_string.h, classes/_table.h,
                   19783:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   19784:          classes/string.C, classes/table.C, include/pa_request.h,
                   19785:          main/compile.C, main/compile_tools.h, main/core.C,
                   19786:          main/execute.C, main/main.dsp, main/pa_request.C,
                   19787:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   19788:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   19789:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   19790:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19791:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   19792: 
                   19793:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   19794:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   19795:          yesterdays bad decision on execute_static_method
                   19796: 
                   19797:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   19798: 
                   19799:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19800:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   19801: 
                   19802:        * src/main/pa_request.C: z
                   19803: 
                   19804:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   19805:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   19806: 
                   19807:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   19808:          include/pa_pool.h, main/pa_request.C:
                   19809:          restructure_exceptions_dead_end
                   19810: 
                   19811:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   19812:          allowed ; inside {} to break params
                   19813: 
                   19814:        * src/classes/root.C: ^eval
                   19815: 
                   19816:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   19817:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   19818:          string ^format
                   19819: 
                   19820:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   19821:          'bad' but not 'enough'
                   19822: 
                   19823:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   19824:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   19825:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   19826:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   19827:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   19828: 
                   19829:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19830:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   19831:          types/pa_vint.h: ^for
                   19832: 
                   19833: 2001-03-12  paf
                   19834: 
                   19835:        * src/classes/table.C: table ^empty
                   19836: 
                   19837:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   19838: 
                   19839:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   19840:          ^offset ^line ^count
                   19841: 
                   19842:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   19843:          ^abs()  ^sign()
                   19844: 
                   19845:        * src/classes/: root.C, table.C: ^use
                   19846: 
                   19847:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   19848:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   19849:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   19850:          ^while. switched off wcontext.constructing after write(value) or
                   19851:          auto-vhash-constructing
                   19852: 
                   19853:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   19854:          main/pa_request.C: fail_if_junction_ helper func
                   19855: 
                   19856:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   19857:          include/pa_request.h, main/execute.C, main/main.dsp,
                   19858:          main/pa_common.C, main/pa_request.C: ^process error point by
                   19859:          actual method_name, not source.  ^load
                   19860: 
                   19861:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   19862: 
                   19863:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   19864:          classes/_table.h, classes/table.C, main/untaint.C: z
                   19865: 
                   19866:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   19867:          include/pa_table.h, main/core.C, main/execute.C,
                   19868:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   19869:          types/pa_value.h: table:set 0
                   19870: 
                   19871:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   19872:          include/pa_request.h, include/pa_table.h, main/core.C,
                   19873:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   19874:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   19875:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   19876:          types/pa_vstring.h: freeze, ^table:create[] -1
                   19877: 
                   19878:        * src/: classes/root.C, types/pa_value.h: z
                   19879: 
                   19880:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   19881:          get_method in couple places optimizing them
                   19882: 
                   19883:        * src/classes/root.C: z
                   19884: 
                   19885:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   19886:          zeroing
                   19887: 
                   19888:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19889:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   19890:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   19891:          main/compile.y, main/compile_tools.h, main/execute.C,
                   19892:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   19893:          types/pa_vmframe.h: ^process. actual names to store param and
                   19894:          check_actual_numbered_params for better place diagnostics
                   19895: 
                   19896:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   19897:          method-junctions bug fixed
                   19898: 
                   19899:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   19900:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   19901: 
                   19902: 2001-03-11  paf
                   19903: 
                   19904:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   19905:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   19906:          VDouble VInt base now VObject_base - without fields
                   19907: 
                   19908:        * src/: classes/root.C, include/core.h, main/core.C: z
                   19909: 
                   19910:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19911:          classes/string.C, include/core.h, include/pa_hash.h,
                   19912:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   19913:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   19914: 
                   19915:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19916:          include/pa_request.h, main/execute.C: intercept_string
                   19917: 
                   19918:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19919:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   19920: 
                   19921:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   19922:          ^inc-s(expr)
                   19923: 
                   19924:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19925:          classes/_root.h, classes/_string.h, classes/double.C,
                   19926:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   19927:          include/code.h, include/core.h, include/pa_array.h,
                   19928:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   19929:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   19930:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   19931:          include/pa_types.h, main/compile.C, main/compile.y,
                   19932:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   19933:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19934:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   19935:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   19936:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19937:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   19938:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   19939:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   19940:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   19941:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   19942: 
                   19943:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   19944: 
                   19945:        * src/: include/core.h, include/pa_request.h, main/core.C,
1.88      moko     19946:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
1.86      moko     19947: 
                   19948:        * src/: include/pa_valiased.h, include/pa_value.h,
                   19949:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   19950:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   19951:          include/pa_vjunction.h, include/pa_vmframe.h,
                   19952:          include/pa_vobject.h, include/pa_vstring.h,
                   19953:          include/pa_vunknown.h, include/pa_wcontext.h,
                   19954:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   19955:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   19956:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   19957:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19958:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   19959:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   19960:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   19961:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   19962:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   19963:          include/
                   19964: 
                   19965: 2001-03-10  paf
                   19966: 
                   19967:        * src/: include/core.h, include/pa_request.h, main/core.C,
1.88      moko     19968:          main/pa_request.C: run+auto=run
1.86      moko     19969: 
                   19970:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   19971: 
                   19972:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19973:          classes/_root.h, classes/_string.h, classes/double.C,
                   19974:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   19975:          include/code.h, include/core.h, include/pa_array.h,
                   19976:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   19977:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   19978:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   19979:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   19980:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   19981:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   19982:          include/pa_vjunction.h, include/pa_vmframe.h,
                   19983:          include/pa_vobject.h, include/pa_vstring.h,
                   19984:          include/pa_vunknown.h, include/pa_wcontext.h,
                   19985:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   19986:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   19987:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   19988:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   19989:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19990:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
1.88      moko     19991:          main/pa_wcontext.C: sources header
1.86      moko     19992: 
                   19993:        * src/main/pa_request.C: auto..
                   19994: 
                   19995:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   19996:          main/pa_request.C: auto tree0
                   19997: 
                   19998:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   19999:          main/core.C, main/pa_request.C: names to core.C
                   20000: 
                   20001:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   20002:          include/pa_request.h, main/core.C, main/execute.C,
                   20003:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   20004: 
                   20005:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   20006:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   20007:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20008:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   20009: 
                   20010:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   20011:          @auto[] realised. auto.p scan togo
                   20012: 
                   20013:        * src/: include/pa_request.h, main/execute.C: autocalc
                   20014:          code-junctions result now have names
                   20015: 
                   20016:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20017:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   20018:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   20019:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   20020: 
                   20021:        * src/classes/env.C: env:file/line
                   20022: 
                   20023:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   20024:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   20025:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   20026:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   20027:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20028:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   20029:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   20030: 
                   20031:        * src/include/pa_vclass.h: const fight to go
                   20032: 
                   20033:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   20034:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   20035:          main/main.dsp: env0
                   20036: 
                   20037:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   20038:          classes/_string.h, classes/double.C, classes/int.C,
                   20039:          classes/root.C, classes/string.C, include/pa_request.h,
                   20040:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   20041:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   20042:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   20043:          main/pa_wcontext.C: ^lang prepare0
                   20044: 
                   20045: 2001-03-09  paf
                   20046: 
                   20047:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   20048:          construct proper naming
                   20049: 
                   20050:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   20051:          classes/double.C, classes/int.C, classes/root.C,
                   20052:          classes/string.C, include/code.h, include/pa_value.h,
                   20053:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   20054:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20055:          main/compile.y, main/compile_tools.C, main/core.C,
                   20056:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   20057:          and ^double[]. fixed expr type
                   20058: 
                   20059:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20060:          ^string.length[]
                   20061: 
                   20062: 2001-03-08  paf
                   20063: 
                   20064:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   20065: 
                   20066:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   20067:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20068:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   20069:          derivated from vobject
                   20070: 
                   20071:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   20072:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   20073: 
                   20074:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   20075:          remained clone conseqs
                   20076: 
                   20077:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   20078: 
                   20079:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   20080: 
                   20081:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   20082:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   20083:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   20084:          include/pa_vobject.h, include/pa_vstring.h,
                   20085:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   20086:          main/execute.C: withoud cloning. didn't need it actually, params
                   20087:          got passed from out unnamed ewpool
                   20088: 
                   20089:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   20090:          include/pa_vjunction.h, include/pa_vobject.h,
                   20091:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   20092: 
                   20093:        * src/: include/pa_bool.h, include/pa_double.h,
                   20094:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   20095:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   20096:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20097:          include/pa_vobject.h, include/pa_vstring.h,
                   20098:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   20099:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   20100:          to give params proper names
                   20101: 
                   20102:        * src/main/pa_wcontext.C: z
                   20103: 
                   20104:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   20105:          unknown values in get_element and unfilled params. removed wrong
                   20106:          name change in get_element
                   20107: 
                   20108:        * src/main/execute.C: z
                   20109: 
                   20110:        * src/main/execute.C: fixed problems calling operators in
                   20111:          constructors
                   20112: 
                   20113:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   20114:          detected problems calling operators in constructors
                   20115: 
                   20116:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20117:          autocalc def to string
                   20118: 
                   20119:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   20120:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   20121: 
                   20122:        * src/classes/root.C: added root.c
                   20123: 
                   20124:        * src/: include/pa_request.h, include/pa_value.h,
                   20125:          include/pa_vcframe.h, include/pa_vmframe.h,
                   20126:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   20127:          main/core.C, main/execute.C, main/pa_cframe.C,
                   20128:          main/pa_wcontext.C: 'if' just compiled
                   20129: 
                   20130:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   20131:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20132:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   20133:          main/pa_wcontext.C: z
                   20134: 
                   20135:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   20136:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   20137:          with parameter names  in operator methods
                   20138: 
                   20139:        * src/main/compile.y: minor renamings in .y
                   20140: 
                   20141:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   20142:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   20143:          @BASE.  changed 'RUN' assignment mech
                   20144: 
                   20145:        * src/main/execute.C: z
                   20146: 
                   20147:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   20148:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   20149:          static. so to enable runtime ^use
                   20150: 
                   20151:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   20152: 
                   20153:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   20154:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   20155: 
                   20156:        * src/main/execute.C: root root in code-junction
                   20157: 
                   20158: 2001-03-07  paf
                   20159: 
                   20160:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   20161:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   20162: 
                   20163:        * src/: include/pa_stack.h, include/pa_value.h,
                   20164:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   20165:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   20166:          fixed rwcontext of {} params up
                   20167: 
                   20168:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   20169: 
                   20170:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   20171: 
                   20172:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   20173:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   20174:          main/pa_hash.C: expr def in -f
                   20175: 
                   20176:        * src/main/: compile.y, execute.C: expr calls
                   20177: 
                   20178:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   20179:          fixed
                   20180: 
                   20181:        * src/main/compile.y: expr quoted code
                   20182: 
                   20183:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   20184:          support0
                   20185: 
                   20186:        * src/main/compile.y: expr string comparisons 0
                   20187: 
                   20188:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   20189:          main/pa_string.C: just compiled lt&co
                   20190: 
                   20191:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   20192:          $field not a $var.field
                   20193: 
                   20194: 2001-03-06  paf
                   20195: 
                   20196:        * src/main/compile.y: .y expr visible-shorter
                   20197: 
                   20198:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   20199:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   20200:          logical
                   20201: 
                   20202:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   20203:          skipping whitespace in yylex
                   20204: 
                   20205:        * src/include/pa_vbool.h: forgot this
                   20206: 
                   20207:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   20208:          string ops in expressions 0
                   20209: 
                   20210:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   20211:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   20212:          main/execute.C, main/main.dsp: !~
                   20213: 
                   20214:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   20215:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   20216:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20217:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20218:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   20219:          main/compile_tools.h, main/execute.C: +-*/
                   20220: 
                   20221:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   20222:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   20223: 
                   20224:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   20225:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   20226: 
                   20227:        * src/main/compile.y: expr grammar-1
                   20228: 
                   20229:        * src/main/compile.y: expr lexx1
                   20230: 
                   20231:        * src/main/: compile.y, execute.C, main.dsp: z
                   20232: 
                   20233:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   20234:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   20235:          main/execute.C: expr lex0 exec-1
                   20236: 
                   20237:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   20238: 
                   20239: 2001-02-26  paf
                   20240: 
                   20241:        * src/main/compile.y: max_string in yyerror bug fix
                   20242: 
                   20243: 2001-02-25  paf
                   20244: 
                   20245:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   20246:          include/pa_wcontext.h, main/execute.C: VAliased3
                   20247: 
                   20248:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   20249: 
                   20250:        * src/main/execute.C: VAliased1
                   20251: 
                   20252:        * src/: include/pa_request.h, include/pa_value.h,
                   20253:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   20254:          VAliased0
                   20255: 
                   20256:        * src/: include/pa_pool.h, include/pa_request.h,
                   20257:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   20258:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   20259:          VAliased just compiled
                   20260: 
                   20261:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   20262:          include/pa_vobject.h, main/execute.C: alias dead end
                   20263: 
                   20264:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20265:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   20266:          main/main.dsp: no not get fields into interm VFielded class.
                   20267:          fields & staticfields 1
                   20268: 
                   20269:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   20270:          include/pa_vobject.h, include/pa_wcontext.h,
                   20271:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   20272:          main/main.dsp: would now get fields into interm VFielded class
                   20273: 
                   20274:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   20275:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20276:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20277:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   20278:          main/pa_wcontext.C: virtuals2
                   20279: 
                   20280:        * src/main/compile.y: : 1
                   20281: 
                   20282:        * src/main/compile.y: rethought to $class:static.field.subfield
                   20283: 
                   20284:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   20285:          $class:element
                   20286: 
                   20287:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   20288:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   20289:          main/pa_wcontext.C: before execute class calls rewrite
                   20290: 
                   20291:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   20292:          name RUN, also alias
                   20293: 
                   20294:        * src/main/compile.y: escaping bug
                   20295: 
                   20296:        * src/: include/pa_request.h, include/pa_value.h,
                   20297:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   20298:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   20299: 
                   20300:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   20301:          include/pa_vmframe.h, include/pa_vobject.h,
                   20302:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   20303:          main/compile_tools.h, main/execute.C: ^class:method() just
                   20304:          compiled
                   20305: 
                   20306: 2001-02-24  paf
                   20307: 
                   20308:        * src/main/main.dsp: no bison -d
                   20309: 
                   20310:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   20311:          class' err msg wrong
                   20312: 
                   20313:        * src/main/compile.y: z
                   20314: 
                   20315:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   20316: 
                   20317:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   20318:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   20319: 
                   20320:        * src/: include/pa_vclass.h, main/core.C: z
                   20321: 
                   20322:        * src/: include/pa_value.h, include/pa_vclass.h,
1.88      moko     20323:          include/pa_vobject.h, main/main.dsp: vobject00
1.86      moko     20324: 
                   20325:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   20326:          60% from 1 were 0
                   20327: 
                   20328:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   20329:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   20330:          as bad as you've named it: wcontext.value() was not a perfect
                   20331:          idea
                   20332: 
                   20333:        * src/main/execute.C: codeframe1
                   20334: 
                   20335:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   20336:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   20337:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20338:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   20339:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   20340:          just compiled
                   20341: 
                   20342:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   20343:          ideology @: ^x{$a()) must construct current wcontext element, so
                   20344:          smart wcontext handling needed
                   20345: 
                   20346:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   20347:          klinch
                   20348: 
                   20349:        * src/main/: compile.y, execute.C: fixed empty constructor
                   20350:          optimized empty case. failed on calls - produced empty string
                   20351:          param
                   20352: 
                   20353:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   20354: 
                   20355:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   20356:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   20357:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20358:          main/execute.C: code junctions0. something wrong with last \n
                   20359:          macrotemplate strip
                   20360: 
                   20361:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   20362:          main/pa_value.C: minor error reporting format beautifyings
                   20363: 
                   20364:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20365:          include/pa_vframe.h, main/core.C, main/execute.C,
                   20366:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   20367:          junctions0
                   20368: 
                   20369: 2001-02-23  paf
                   20370: 
                   20371:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   20372:          pa_wwrapper.h: lara came, can't work, sorry :(
                   20373: 
                   20374:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   20375:          junction
                   20376: 
                   20377:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   20378:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   20379:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   20380: 
                   20381:        * src/: include/pa_hash.h, include/pa_value.h,
                   20382:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   20383:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   20384:          done
                   20385: 
                   20386:        * src/include/pa_wcontext.h: z
                   20387: 
                   20388:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   20389:          wrong grammar in complex constructor case
                   20390: 
                   20391:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   20392: 
                   20393:        * src/main/execute.C: with result rwpool
                   20394: 
                   20395:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   20396:          main/main.dsp: value named
                   20397: 
                   20398:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   20399:          strign 2 value in 2 places in execute
                   20400: 
                   20401:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   20402:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   20403:          wcontext.put_element when wcontext fvalue==0
                   20404: 
                   20405: 2001-02-22  paf
                   20406: 
                   20407:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   20408:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   20409:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   20410: 
                   20411:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   20412:          erroreos checkout
                   20413: 
                   20414:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   20415: 
                   20416:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   20417:          main/compile_tools.h, main/pa_array.C: $self.get
                   20418: 
                   20419:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   20420: 
                   20421:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   20422:          bit. finished now.
                   20423: 
                   20424:        * src/main/compile.y: $: finished
                   20425: 
1.88      moko     20426:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
1.86      moko     20427: 
                   20428:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   20429:          main/execute.C: OP_STRING better then some xxx _VALUE
                   20430: 
                   20431:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   20432:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20433:          string to vstring it .y all
                   20434: 
                   20435:        * src/: include/pa_request.h, include/pa_stack.h,
                   20436:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   20437:          all
                   20438: 
                   20439:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   20440:          precise parse error line:col
                   20441: 
                   20442:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
1.88      moko     20443:          main/pa_hash.C, main/pa_pool.C: TRY...
1.86      moko     20444: 
                   20445:        * src/: include/pa_exception.h, include/pa_pool.h,
                   20446:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   20447:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20448:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   20449:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
1.88      moko     20450:          main/pa_table.C: removed exception from request
1.86      moko     20451: 
                   20452:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   20453:          some forgotten
                   20454: 
                   20455:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   20456:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   20457:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   20458:          get/put simple vars to VClass works0
                   20459: 
                   20460:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   20461:          main/pa_string.C: in process, but found that exceptions are too
                   20462:          global
                   20463: 
                   20464:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   20465:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   20466:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   20467:          seems wcontext must write strings regardles of fvalue!=0
                   20468: 
                   20469: 2001-02-21  paf
                   20470: 
                   20471:        * src/main/execute.C: tired :)
                   20472: 
                   20473:        * src/main/: compile.C, compile.y, execute.C: store0
                   20474: 
                   20475:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   20476:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   20477:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   20478:          main/execute.C, main/main.dsp, main/pa_array.C,
1.88      moko     20479:          main/pa_request.C: get put -1 [just compiled]
1.86      moko     20480: 
                   20481:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   20482:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
1.88      moko     20483:          main/main.dsp, main/pa_request.C: request core methods0
1.86      moko     20484: 
                   20485:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
1.88      moko     20486:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   20487:          execute
1.86      moko     20488: 
                   20489:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
1.88      moko     20490:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   20491:          methods and one_big_piece. now compile returns array<method*>
1.86      moko     20492: 
                   20493:        * src/main/compile.y: more straightforward yylex[end]
                   20494: 
                   20495:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   20496:          string.operator==(char*)
                   20497: 
                   20498:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
1.88      moko     20499:          main/execute.C, main/pa_array.C: after array.const get wonders
1.86      moko     20500: 
                   20501:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   20502:          pa_string.h, pa_value.h: struck with const array.gets
                   20503: 
                   20504:        * src/main/: execute.C: z
                   20505: 
                   20506:        * src/main/: compile.y, execute.C: z
                   20507: 
                   20508:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   20509:          processing in eval & yyerror so it wouldn't cause memleaks.
                   20510: 
                   20511:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   20512:          parse error positions. leaving RIGHTMOST position as
                   20513:          @file[line:col]
                   20514: 
                   20515:        * src/: include/compile.h, main/compile.C, main/compile.y,
1.88      moko     20516:          main/compile_tools.h: line numbers needed. would add them to .y
                   20517:          now internally. externally it's not as precise as needed
1.86      moko     20518: 
                   20519:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   20520:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20521:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   20522:          compiler works ok
                   20523: 
                   20524: 2001-02-20  paf
                   20525: 
1.88      moko     20526:        * src/main/: compile.C, compile.y, compile_tools.C,
                   20527:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   20528:          not perfect
1.86      moko     20529: 
                   20530:        * src/: include/code.h, include/compile.h, include/execute.h,
                   20531:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   20532:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20533:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20534:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   20535:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
1.88      moko     20536:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   20537:          compiled.  execute=dump for now
1.86      moko     20538: 
                   20539:        * src/main/core.C: core rewrite using yacc investigations now will
                   20540:          be compile[yacc]/execute[opcodes]
                   20541: 
                   20542: 2001-02-15  paf
                   20543: 
                   20544:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   20545:          rewrite as turing machine? for it seems it would be it's too many
                   20546:          ifs with this syntax now
                   20547: 
                   20548: 2001-02-14  paf
                   20549: 
                   20550:        * src/main/core.C: get_params 1
                   20551: 
                   20552:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   20553:          :( ]
                   20554: 
                   20555:        * src/main/core.C: varios breaks
                   20556: 
                   20557:        * src/main/core.C: get names 3
                   20558: 
                   20559:        * src/main/core.C: get names 2
                   20560: 
                   20561:        * src/main/core.C: get names 1
                   20562: 
                   20563:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   20564:          names 0
                   20565: 
                   20566:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   20567:          text repassing2 operator static vars
                   20568: 
                   20569:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   20570:          main/pa_string.C: process text repassing
                   20571: 
                   20572:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   20573:          module:calls changes
                   20574: 
                   20575: 2001-02-13  paf
                   20576: 
                   20577:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   20578:          ^class:calls[] started
                   20579: 
                   20580:        * src/: include/pa_value.h, main/core.C: z
                   20581: 
                   20582:        * src/main/core.C: operators : and self. prefixes
                   20583: 
                   20584:        * src/main/core.C: z
                   20585: 
1.88      moko     20586:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   20587:          tested
1.86      moko     20588: 
                   20589:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   20590:          optimized
                   20591: 
                   20592:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   20593:          would change privates to better support optimization
                   20594: 
                   20595:        * src/: include/pa_string.h, main/pa_string.C:
                   20596:          String_iterator::skip_to todo:optimize
                   20597: 
                   20598: 2001-02-12  paf
                   20599: 
                   20600:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   20601:          String_iterator
                   20602: 
                   20603:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   20604:          comments
                   20605: 
                   20606:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   20607:          self/methodref joined
                   20608: 
                   20609: 2001-02-11  paf
                   20610: 
                   20611:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   20612:          main/main.dsp: core started.  core.C, context&value .h
                   20613: 
                   20614:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20615:          include/pa_string.h, main/main.dsp, main/pa_array.C,
1.88      moko     20616:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
1.86      moko     20617: 
                   20618: 2001-01-30  paf
                   20619: 
1.88      moko     20620:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   20621:          comments
1.86      moko     20622: 
                   20623:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
1.88      moko     20624:          main/pa_pool.C: moved pa_pool.C to be target specific
1.86      moko     20625: 
                   20626:        * src/: include/pa_exception.h, include/pa_pool.h,
1.88      moko     20627:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   20628:          to & changes
1.86      moko     20629: 
                   20630:        * src/: include/pa_exception.h, include/pa_pool.h,
                   20631:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
1.88      moko     20632:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   20633:          re-associated. that's much better even removed 'die' necessety
1.86      moko     20634: 
                   20635:        * src/: include/pa_error.h, include/pa_exception.h,
                   20636:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   20637:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   20638:          targets/Makefile.am: lowered targets/parser into subdir, added
                   20639:          parser_Pool(Pool) failed to add. would think..
                   20640: 
                   20641:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   20642:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   20643:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   20644:          hence lots of 'const'
                   20645: 
                   20646:        * src/: include/pa_error.h, include/pa_request.h,
                   20647:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   20648:          main/pa_table.C: Error fixed
                   20649: 
                   20650: 2001-01-29  paf
                   20651: 
                   20652:        * src/: include/pa_array.h, include/pa_common.h,
                   20653:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   20654:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   20655:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   20656:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   20657: 
                   20658:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20659:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20660:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   20661:          main/pa_string.C, main/pa_table.C: Request Error Table
                   20662: 
                   20663:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   20664:          templates"
                   20665: 
                   20666:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   20667:          main/main.dsp, main/pa_array.C: templates failed no template
                   20668:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   20669:          2.95.2-6 from latest cygwin]
                   20670: 
                   20671:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20672:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20673:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   20674:          main/pa_table.C: Table started would test template Array now
                   20675: 
                   20676:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   20677:          String originating
                   20678: 
                   20679:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   20680:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   20681:          SYNCHRONIZED(thread_safe)
                   20682: 
                   20683:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   20684:          parts to top
                   20685: 
                   20686:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   20687:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   20688:          see: needed only in global Hash now, made Hash:: put/get
                   20689:          SYNCHRONIZED
                   20690: 
                   20691:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   20692:          main/pa_threads.C: added pa_threads
                   20693: 
                   20694:          Mutex
                   20695: 
                   20696:        * src/include/pa_hash.h: some comments
                   20697: 
                   20698:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   20699:          Array& operator += (Array& src)
                   20700: 
                   20701:        * src/main/pa_array.C: expand not convinient, would rewrite
                   20702: 
                   20703:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   20704:          (Array& src)
                   20705: 
                   20706:          rethought, would change now
                   20707: 
                   20708: 2001-01-27  paf
                   20709: 
                   20710:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   20711:          caching
                   20712: 
                   20713:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20714:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   20715:          cache rethought to chunk caching
                   20716: 
                   20717:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20718:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   20719:          main/pa_hash.C, main/pa_string.C: Array 0
                   20720: 
                   20721:        * src/main/pa_string.C: String::operator ==
                   20722: 
                   20723:        * src/main/pa_hash.C: String(&String)
                   20724: 
                   20725:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   20726: 
                   20727:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   20728:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   20729:          pa_hash[forgotten]
                   20730: 
                   20731: 2001-01-26  paf
                   20732: 
                   20733:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   20734:          removed templates [vc++ suxx]
                   20735: 
                   20736:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   20737:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   20738: 
                   20739:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   20740: 
                   20741:        * src/main/: main.dsp, pa_string.C: $Id$ check
                   20742: 
                   20743:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
                   20744:          check
                   20745: 
                   20746:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   20747:          dynamic row_count
                   20748: 
                   20749:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   20750:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   20751:          targets/Makefile.am: Initial revision
                   20752: 
                   20753:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   20754:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   20755:          targets/Makefile.am: creating parser3 module
                   20756: 

E-mail: