Annotation of parser3/ChangeLog, revision 1.89

1.89    ! moko        1: 2013-10-17  moko
        !             2: 
        !             3:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
        !             4:          LIBXML2_NEW_BUFFER check (closes issue #943)
        !             5: 
        !             6:        * buildall: libxml 2.9.1 build is broken --without-reader.
        !             7: 
        !             8: 2013-10-16  moko
        !             9: 
        !            10:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
        !            11: 
        !            12:        * tests/: 294.html, results/294.processed: test for issue #938
        !            13: 
        !            14:        * src/: classes/xdoc.C, classes/xnode.C,
        !            15:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
        !            16:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
        !            17: 
        !            18:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
        !            19:          libxslt-1.1.26 -> libxslt-1.1.28
        !            20: 
        !            21:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
        !            22:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
        !            23:          to '?', related to issue #938
        !            24: 
        !            25: 2013-10-15  moko
        !            26: 
        !            27:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
        !            28:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
        !            29:          minor optimizations (closes issue #896)
        !            30: 
        !            31:        * tests/results/: 292.processed, 293.processed: results updated to
        !            32:          comply with issue #896
        !            33: 
        !            34:        * tests/: 292.html, 293.html, results/292.processed,
        !            35:          results/293.processed: tests for json escaping
        !            36: 
        !            37: 2013-10-14  moko
        !            38: 
        !            39:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
        !            40:          and cleanup, code moved from .h to .C, no changes in code
        !            41: 
        !            42: 2013-10-12  moko
        !            43: 
        !            44:        * tests/results/119.processed: updated test result commited
        !            45: 
        !            46:        * tests/: 291.html, results/291.processed: test for issue #894
        !            47:          added
        !            48: 
        !            49:        * src/types/pa_wcontext.h: base methods call support function
        !            50:          get_somebody_entered_some_class should not be true forever, as
        !            51:          wcontext can have many get_elements calls (fixes issue #894)
        !            52: 
        !            53: 2013-10-11  moko
        !            54: 
        !            55:        * tests/: 290.html, results/290.processed: test for junction GPF
        !            56:          issue #942 added
        !            57: 
        !            58:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
        !            59:          to native method fixed (closes issue #942)
        !            60: 
        !            61:        * tests/: 158.html, results/158.processed: test for csv-string[]
        !            62:          added
        !            63: 
        !            64:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
        !            65:          feature #907)
        !            66: 
        !            67:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
        !            68:          feature #907)
        !            69: 
        !            70: 2013-10-09  moko
        !            71: 
        !            72:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
        !            73:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
        !            74:          types/pa_vstateless_class.C: GET_default, SET_default now works
        !            75:          properly not only in objects, but in classes as well (closes
        !            76:          issue #903)
        !            77: 
        !            78:        * tests/: 289.html, results/289.processed: GET/SET_default now
        !            79:          works in classes, not only objects, test case added, related to
        !            80:          issue #903
        !            81: 
        !            82:        * tests/: 288.html, results/288.processed: test for endless
        !            83:          recursion bug added (related to issue #903)
        !            84: 
        !            85: 2013-10-05  moko
        !            86: 
        !            87:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
        !            88:          classes/table.C, main/execute.C, types/pa_method.h,
        !            89:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
        !            90:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
        !            91:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
        !            92:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
        !            93:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
        !            94:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
        !            95:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
        !            96:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !            97:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
        !            98:          optimization: put_element no longer has "bool areplace" argument,
        !            99:          related to issue #903
        !           100: 
        !           101: 2013-10-03  moko
        !           102: 
        !           103:        * tests/results/182.processed: result for $.replace(false) test
        !           104:          commited
        !           105: 
        !           106:        * src/classes/date.C: ^date::create(number) processed correctly
        !           107:          (fixes issue #901)
        !           108: 
        !           109:        * src/classes/image.C: as_no_junction removed, as param can be
        !           110:          expression (closes issue #931)
        !           111: 
        !           112:        * tests/233.html: test for issue #931 added
        !           113: 
        !           114: 2013-10-02  moko
        !           115: 
        !           116:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
        !           117:          modified, test for $.replace(false) added
        !           118: 
        !           119:        * src/main/compile_tools.h: forgotten class replace returned. :)
        !           120: 
        !           121: 2013-09-30  moko
        !           122: 
        !           123:        * tests/: 141.html, results/141.processed: md5 tainting test added
        !           124: 
        !           125:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
        !           126:          main/compile_tools.h, main/pa_request.C: allow_class_replace
        !           127:          implemented; $.replace option added to ^process and ^use
        !           128: 
        !           129: 2013-08-27  moko
        !           130: 
        !           131:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
        !           132:          cstr_to_string_body_untaint should be called with charsets for
        !           133:          possible uri language and connection for possible sql language.
        !           134:          related to issue #857
        !           135: 
        !           136:        * buildall: and -> or fixed
        !           137: 
        !           138: 2013-08-26  moko
        !           139: 
        !           140:        * buildall: prepare_ functions logic changed to support
        !           141:          gc-7.2d.tar.gz extracting to gc-7.2 directory
        !           142: 
        !           143: 2013-08-23  moko
        !           144: 
        !           145:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
        !           146:          statically
        !           147: 
        !           148: 2013-08-22  moko
        !           149: 
        !           150:        * src/classes/string.C: String::Empty used (related to issue #912)
        !           151:          append_know_length removed (related to old GPF bug)
        !           152: 
        !           153: 2013-08-21  moko
        !           154: 
        !           155:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
        !           156: 
        !           157:        * src/classes/math.C: ^math:digest[...;$file] support added
        !           158:          (related to ticket #857
        !           159: 
        !           160:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
        !           161:          implemented
        !           162: 
        !           163:        * src/types/pa_vhashfile.h: warning war
        !           164: 
        !           165:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
        !           166:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
        !           167:          anti_endless_json_string_recoursion removed from request;
        !           168:          json_string_recoursion added to json_options; $.indent[indent
        !           169:          value] now supported and passed within recoursion closes feature
        !           170:          #937
        !           171: 
        !           172:        * tests/: 287.html, results/287.processed: test for feature #937
        !           173: 
1.88      moko      174: 2013-07-31  moko
                    175: 
                    176:        * src/lib/json/json.c: STATE__X -> STATE_XX for cygwin compilation
                    177:          having #define _S
                    178: 
                    179:        * src/main/pa_globals.C: cleanup
                    180: 
                    181: 2013-07-30  moko
                    182: 
                    183:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                    184:          main/pa_common.C: vs2003 warning war
                    185: 
                    186:        * src/lib/json/json.c: vs2003 warning war
                    187: 
                    188:        * src/lib/json/json.c: vs2003 compilation fix
                    189: 
                    190:        * src/lib/md5/pa_sha2.c: warning war
                    191: 
                    192: 2013-07-29  moko
                    193: 
                    194:        * src/lib/json/: json.c, json.h: some libjson patches from github
                    195: 
                    196:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                    197:          classes/memcached.C, include/pa_config_includes.h,
                    198:          types/pa_vfile.C, types/pa_vfile.h: warning war
                    199: 
                    200:        * src/lib/json/json.vcproj: C++ -> C
                    201: 
                    202:        * src/lib/json/json.c: C++ warning revert
                    203: 
                    204:        * src/lib/json/json.c: windows compatibility
                    205: 
                    206:        * src/lib/json/json.c: windows compatibility
                    207: 
                    208:        * src/lib/json/: json.c: warning war
                    209: 
                    210:        * src/lib/json/json.c: win32 compilation issues fixes
                    211: 
                    212:        * src/include/pa_config_fixed.h: uint16_t added
                    213: 
                    214:        * configure.in: uint16_t check added
                    215: 
                    216:        * src/: classes/json.C, lib/json/JSON_parser.C,
                    217:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                    218:          lib/json/json.h, lib/json/json.vcproj: JSON_parser with non-free
                    219:          licence is replaced with similar GPL licenced libjson (fixes
                    220:          issue #892)
                    221: 
                    222: 2013-07-25  moko
                    223: 
                    224:        * parser3.sln: dependencies added
                    225: 
                    226:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                    227:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                    228:          module support
                    229: 
                    230:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                    231: 
                    232:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                    233: 
                    234: 2013-07-23  moko
                    235: 
                    236:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                    237:          PA_DEBUG_GC_MEMORY removed
                    238: 
                    239:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                    240:          PA_DEBUG_DISABLE_GC compilation fix
                    241: 
                    242:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                    243:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                    244: 
                    245:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                    246:          garbage cleanup
                    247: 
                    248:        * src/main/pa_common.C: warning war
                    249: 
                    250:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                    251: 
                    252:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                    253:          minor cleanup
                    254: 
                    255:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                    256:          uses cygwin, not WIN32 implementation
                    257: 
                    258:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                    259:          able to exec shell scripts
                    260: 
                    261:        * src/classes/math.C: ifdef WIN32 cleanup
                    262: 
                    263:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                    264: 
                    265:        * bin/auto.p.dist.in: libpq.so -> libpq.
                    266: 
                    267:        * src/classes/curl.C: LT_MODULE_EXT used
                    268: 
                    269:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                    270: 
                    271: 2013-07-22  moko
                    272: 
                    273:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                    274:          includes fix
                    275: 
                    276:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                    277: 
                    278:        * configure.in, src/include/pa_config_includes.h,
                    279:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                    280:          src/main/pa_exec.C: includes cleanup
                    281: 
                    282:        * src/targets/cgi/parser3.C: 2012->2013
                    283: 
                    284:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                    285: 
                    286:        * configure.in, src/include/pa_config_includes.h,
                    287:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                    288:          src/main/pa_random.C, src/main/pa_socks.C,
                    289:          src/types/pa_vstatus.C: cygwin support cleanup
                    290: 
                    291:        * configure.in: dirent.h check added
                    292: 
                    293:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                    294:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                    295:          not copied
                    296: 
                    297: 2013-07-21  moko
                    298: 
                    299:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                    300: 
                    301:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                    302:          parser3.vcproj: unused getopt.h / getopt.c removed
                    303: 
                    304:        * operators.txt, src/classes/file.C, tests/022.html,
                    305:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                    306:          $.stat(true)] usage commented
                    307: 
                    308:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                    309:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                    310:          $.stat(true) it has size/*date columns modified patch from misha@
                    311:          that closes issue #914.
                    312: 
                    313:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                    314:          PA_RELEASE_ASSERTS removed
                    315: 
                    316:        * src/lib/md5/pa_md5c.c: minor cleanup
                    317: 
                    318:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                    319:          localeconv()->decimal_point usage remoed (related to issue #934)
                    320: 
                    321:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                    322:          cordprnt.c removed
                    323: 
                    324:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                    325:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                    326:          pa-include/pa_strings.h: includes cleanup
                    327: 
                    328:        * src/lib/md5/pa_md5c.c: headers cleanup
                    329: 
                    330: 2013-07-20  moko
                    331: 
                    332:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                    333:          cleanup
                    334: 
                    335: 2013-07-19  moko
                    336: 
                    337:        * src/classes/math.C: extern "C" added for crypt
                    338: 
                    339: 2013-07-18  moko
                    340: 
                    341:        * src/classes/math.C: fix redhat7.2 build
                    342: 
                    343: 2013-07-17  moko
                    344: 
                    345:        * configure.in, src/include/pa_config_includes.h,
                    346:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                    347:          added for uint8/32/64_t)
                    348: 
                    349:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                    350:          pa_config_includes.h used for uint32/64_t
                    351: 
                    352: 2013-07-16  moko
                    353: 
                    354:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                    355:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                    356:          war
                    357: 
                    358:        * src/main/compile.tab.C: compile.y was updated
                    359: 
                    360:        * src/main/compile.y: warning war
                    361: 
                    362:        * src/: include/pa_exception.h, main/pa_exception.C,
                    363:          main/pa_xml_exception.C: warning war
                    364: 
                    365:        * src/: include/pa_common.h, main/pa_common.C: warning war
                    366: 
                    367:        * configure.in: beauty :)
                    368: 
                    369:        * tests/: 141.html, results/141.processed: sha256/512 added
                    370: 
                    371: 2013-07-13  moko
                    372: 
                    373:        * src/lib/md5/md5.vcproj: sha2 added
                    374: 
                    375:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                    376:          classes/math.C: sha2 support (sha256/sha512 digest)
                    377: 
                    378: 2013-07-08  moko
                    379: 
                    380:        * src/classes/image.C: directory read or other read problem message
                    381:          fixed (related to issue #933)
                    382: 
                    383: 2013-07-07  moko
                    384: 
                    385:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                    386:          dependense from $charsetsdir directory existance and content (and
                    387:          UTF-8 is default allready)
                    388: 
                    389:        * AUTHORS: + misha + moko. :)
                    390: 
                    391: 2013-07-06  moko
                    392: 
                    393:        * src/: classes/curl.C, include/pa_globals.h,
                    394:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                    395:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                    396:          for lt_dlinit to be called once and lt_dlexit called at right
                    397:          place (related to issue #925)
                    398: 
                    399: 2013-07-04  moko
                    400: 
                    401:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                    402:          VString::as_vfile now uses vfile.set_binary_string to avoid
                    403:          content-type to be set, as it brokes badly designed logic in
                    404:          response output. This hopefully finishes issue #928.
                    405: 
                    406:        * tests/results/: 256.processed, 286.processed: file now displayed
                    407:          as name, size, mode, content-type
                    408: 
                    409:        * src/main/pa_common.C: read error now reported cottectly (fixes
                    410:          issue #933
                    411: 
                    412: 2013-06-28  moko
                    413: 
                    414:        * tests/: 286.html, results/286.processed: test extended
                    415: 
                    416:        * tests/: 286.html, results/286.processed: Test for issue #928
                    417:          added.  it tests default content-type change.
                    418: 
                    419:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                    420:          now updated
                    421: 
                    422: 2013-06-25  moko
                    423: 
                    424:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                    425:          content-type for text/binary files without name added;
                    426:          ^file::create[$f;...] options now works properly and $f
                    427:          properties are default (fixes issue #928)
                    428: 
                    429: 2013-05-16  misha
                    430: 
                    431:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                    432:          added
                    433: 
                    434:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                    435:          table if specified limit is bigger than source rows count
                    436: 
                    437:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                    438:          added ( new feature: #858 )
                    439: 
                    440: 2013-04-29  moko
                    441: 
                    442:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                    443:          $.ipresolve(0|1|2) added (closes issue #891)
                    444: 
                    445:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                    446: 
                    447: 2013-04-24  moko
                    448: 
                    449:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                    450:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                    451:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                    452:          memcached_quit (refs #893)
                    453: 
                    454: 2013-04-22  moko
                    455: 
                    456:        * src/: include/pa_string.h, main/pa_common.C: no more double
                    457:          slashes in file path (fixes bug #872)
                    458: 
                    459:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                    460:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                    461:          #739)
                    462: 
                    463:        * tests/results/266.processed: $.max_params added (feature #915)
                    464: 
                    465:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                    466:          option added to file::load (closes issue #867)
                    467: 
                    468: 2013-04-20  misha
                    469: 
                    470:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                    471:          commited
                    472: 
                    473: 2013-03-15  misha
                    474: 
                    475:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                    476:          multiple empty strings while ::sql. uae String::Empty instead
                    477: 
                    478: 2013-03-14  misha
                    479: 
                    480:        * src/classes/reflection.C: - for user classes
                    481:          ^reflection:method_info[] returns $.max_params and $.extra_param
                    482:          with $.call_type if they available ( new feature: #915 )
                    483: 
                    484:        * src/classes/file.C: - ^file:delete[] now supports an option
                    485:          $.exception(false) that suppress any exception while deleting
                    486:          file ( new feature: #916 )
                    487: 
                    488:        * src/classes/curl.C: - parsing cookies after curl:load now should
                    489:          work :)
                    490: 
                    491: 2013-03-12  misha
                    492: 
                    493:        * src/types/pa_vfile.C: - if specified file_name is empty string
                    494:          set default name for the file
                    495: 
                    496: 2013-03-11  misha
                    497: 
                    498:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                    499:          also available in $f.cookies
                    500: 
                    501:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                    502:          moved to a separate method
                    503: 
                    504: 2013-03-10  moko
                    505: 
                    506:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                    507:          added
                    508: 
                    509:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                    510:          removed (declared by autoconf)
                    511: 
                    512:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                    513:          uint32_t define
                    514: 
1.87      moko      515: 2013-03-10  misha
                    516: 
                    517:        * src/classes/file.C: ^file:delete and ^file:move now support
                    518:          option $.keep-empty-dirs(true) ( new feature: #884 )
                    519: 
                    520:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                    521:          empty dirs is added
                    522: 
                    523: 2013-03-10  moko
                    524: 
                    525:        * src/classes/: bool.C, double.C, int.C: default can be present,
                    526:          but default check removed from ^int/double/bool.int/double/bool
                    527:          for string.int/double/bool compatibility (related to issue #913)
                    528: 
                    529:        * src/classes/string.C: ^string.int/dobule/bool no longer
                    530:          internally throws exception if default is present (closes issue
                    531:          #913)
                    532: 
                    533: 2013-03-09  misha
                    534: 
                    535:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                    536:          optimisations ( #845 )
                    537: 
                    538:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                    539: 
                    540: 2013-03-08  moko
                    541: 
                    542:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                    543:          creates correct table (fixes issue #910)
                    544: 
                    545:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                    546:          use outside of 'connect' operator (fixes issue #911)
                    547: 
                    548:        * tests/results/: 096.processed, 122.processed: test results
                    549:          updated as doubles now printed with 15 significant digits, not 5
                    550:          (fixes issue #882)
                    551: 
                    552:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                    553:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                    554: 
                    555: 2013-02-21  moko
                    556: 
                    557:        * src/classes/table.C: _locate_name_value does not check arguments
                    558:          count, so we check it in advance (fixes issue #905)
                    559: 
                    560: 2012-10-23  moko
                    561: 
                    562:        * buildall: old shell for and echo compatibility (for six)
                    563: 
                    564: 2012-10-19  moko
                    565: 
                    566:        * buildall: --strip added --disable-safe-mode listed in usage
                    567: 
                    568: 2012-10-17  misha
                    569: 
                    570:        * src/classes/op.C: - apply-taint should not throw "outside
                    571:          connect" exception with sql lang now
                    572: 
                    573: 2012-10-17  moko
                    574: 
                    575:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                    576:          each request (for apache module)
                    577: 
                    578: 2012-09-26  moko
                    579: 
                    580:        * src/doc/doxygen.cfg: png -> svg
                    581: 
                    582: 2012-09-25  moko
                    583: 
                    584:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                    585:          test added
                    586: 
                    587:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                    588:          double use when key is long
                    589: 
                    590: 2012-09-16  moko
                    591: 
                    592:        * src/classes/math.C: Format -> Method Encode -> Format
                    593: 
                    594:        * tests/: 141.html, results/141.processed: math:digest hmac test
                    595:          added
                    596: 
                    597: 2012-09-14  moko
                    598: 
                    599:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                    600:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                    601:          implementation added
                    602: 
                    603: 2012-09-12  moko
                    604: 
                    605:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                    606:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                    607:          targets.dox and string.dox slightly actualized
                    608: 
                    609: 2012-08-31  moko
                    610: 
                    611:        * ChangeLog: now generated with patched cvs2cl.pl
                    612: 
1.86      moko      613: 2012-07-29  moko
                    614: 
                    615:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                    616:          result should be pushed after VMethodFrame destructor is called,
                    617:          as it deletes junctions from stack params (fixes issue #868)
                    618: 
                    619: 2012-07-23  moko
                    620: 
                    621:        * INSTALL, README: buildall script usage documented, other outdated
                    622:          info updated.
                    623: 
                    624:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                    625: 
                    626: 2012-07-21  moko
                    627: 
                    628:        * buildall: glib does not compile when threads are disabled...
                    629: 
                    630:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                    631: 
                    632:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                    633:          unref, can't unref nested objects)
                    634: 
                    635:        * src/types/pa_vmail.C: another check added
                    636: 
                    637: 2012-07-19  moko
                    638: 
                    639:        * buildall: usage added
                    640: 
                    641:        * buildall: new buildall script that unites buildall-with-xml,
                    642:          buildall-without-xml, --with-apache and --with-mailreceive
                    643: 
                    644:        * configure.in: support for static gmime and dynamic glib linking.
                    645:          fixes for FreeBSD
                    646: 
                    647: 2012-07-17  moko
                    648: 
                    649:        * configure.in: --with-mailreceive replaced
                    650:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                    651:          removed
                    652: 
                    653: 2012-07-16  moko
                    654: 
                    655:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                    656:          capitalized, content now decoded and text content converted to
                    657:          $request:charset.  all properties are accessed by functions, this
                    658:          ready for dynamic load.
                    659: 
                    660: 2012-06-28  moko
                    661: 
                    662:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                    663:          32 bit
                    664: 
                    665: 2012-06-27  moko
                    666: 
                    667:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                    668:          passive ftp
                    669: 
                    670:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                    671: 
                    672:        * configure.in: 3.4.2 RC -> 3.4.2
                    673: 
                    674: 2012-06-22  moko
                    675: 
                    676:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                    677:          #815)
                    678: 
                    679:        * tests/: 284.html, results/284.processed: output options test
                    680:          (feature #265)
                    681: 
                    682: 2012-06-22  misha
                    683: 
                    684:        * tests/215.html: - little changes
                    685: 
                    686: 2012-06-21  moko
                    687: 
                    688:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                    689:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                    690:          feature #265)
                    691: 
                    692:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                    693:          breaks long .*, default 10M restored. (issue #216)
                    694: 
                    695:        * tests/: 283.html, results/283.processed: test for issue #815
                    696:          added
                    697: 
                    698:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                    699:          again, cstrm not required.
                    700: 
                    701:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                    702:          Win32 and broken FreeBSD (issue #45)
                    703: 
                    704:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                    705: 
                    706:        * src/main/pa_string.C: warnings war
                    707: 
                    708:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                    709:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                    710:          main/pa_socks.C, targets/apache/pa_threads.C,
1.89    ! moko      711:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !           712:          types/pa_vstatus.C: compilation under cygwin fixed
1.86      moko      713: 
                    714: 2012-06-19  moko
                    715: 
                    716:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                    717:          Windows fixed
                    718: 
                    719:        * parser3.sln: removed antique pcre_ctype
                    720: 
                    721:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                    722: 
                    723:        * src/include/pa_config_fixed.h: undefined reference to
                    724:          __imp__pcre_* fix for Windows
                    725: 
                    726:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
                    727:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                    728:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                    729:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                    730:          define fixed
                    731: 
                    732: 2012-06-18  moko
                    733: 
                    734:        * src/classes/memcached.C: flush -> clear
                    735: 
                    736:        * src/classes/memcached.C: memcached does not support quotes even
                    737:          in server name
                    738: 
                    739:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                    740:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                    741:          called on open to check servers existance.  $.key(true) syntax
                    742:          now supported
                    743: 
                    744: 2012-06-17  moko
                    745: 
                    746:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                    747:          cleanup
                    748: 
                    749:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                    750:          tests/results/282.processed: encloser at the EOF bug fixed,
                    751:          incorrectly enclosed data now processed more logicaly (fixes
                    752:          #339)
                    753: 
                    754: 2012-06-15  moko
                    755: 
                    756:        * buildall-without-xml: sync with buildall-with-xml
                    757: 
                    758:        * buildall-with-xml: download auto-detected between fetch and curl
                    759: 
                    760:        * configure.in: --with-gc and --with-pcre now also processed
                    761:          correctly
                    762: 
                    763:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                    764:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                    765:          should be run on rol1 using automake / aclocal (GNU automake)
                    766:          1.11.1 autoconf (GNU Autoconf) 2.68
                    767: 
                    768:        * configure.in: new PARSER_VERSION logic
                    769: 
                    770:        * src/include/pa_version.h: new pa_version.h logic
                    771: 
                    772:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    773:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                    774:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                    775:          feols_normalized -> fis_text_content set_binary added
                    776: 
                    777:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                    778: 
                    779: 2012-06-15  misha
                    780: 
                    781:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    782:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                    783:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                    784:          ^file::create[text;content] EOLs in content now is normalized. (
                    785:          new feature: #815 )
                    786: 
                    787: 2012-06-15  moko
                    788: 
                    789:        * configure.in: --disable-version-update added to disable version
                    790:          update with host information (for debian package) whitespace
                    791:          optimized
                    792: 
                    793:        * configure.in: version changed to 3.4.2 RC no-pic added for
                    794:          libtool
                    795: 
                    796:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                    797:          it.
                    798: 
                    799: 2012-06-14  moko
                    800: 
                    801:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                    802:          tests/results/281.processed: "hash flocked" error removed for
                    803:          safe operations like ^h._count[] ( new feature: #335 )
                    804: 
                    805:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
                    806: 
                    807:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                    808: 
                    809:        * configure.in: --with-static/shared xml replaced with --with-xml,
                    810:          xml compilation check added
                    811: 
                    812:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                    813:          replaced with --with-gc and --with-pcre test for pcre linking
                    814:          added
                    815: 
                    816: 2012-06-13  moko
                    817: 
                    818:        * configure.in: apxs2 check optimized
                    819: 
                    820:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                    821:          .la, includes optimized
                    822: 
                    823:        * buildall-with-xml: --with-pic looks better for -fPIC
                    824: 
                    825:        * configure.in: switched to convenience library in static linking
                    826: 
                    827:        * src/targets/apache/Makefile.am: switched to convenience library
                    828:          usage to avoid libtool warnings
                    829: 
                    830:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                    831:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                    832:          smtp/Makefile.am: switched to convenience library usage
                    833: 
                    834:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                    835: 
                    836:        * src/targets/apache/Makefile.am: updated for libtool usage
                    837: 
                    838:        * bin/auto.p.dist.in: .cfg removed from charset names.
                    839: 
                    840:        * buildall-without-xml: --with-included-ltdl added
                    841: 
                    842:        * buildall-without-xml: sync with buildall-with-xml
                    843: 
                    844:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                    845:          -fPIC for x64 $download added for wget success check added
                    846: 
                    847:        * buildall-without-xml: --with-dynamic-stdcpp removed
                    848: 
                    849:        * configure.in: disable-static returned
                    850: 
                    851:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                    852:          LIBTOOLFLAGS
                    853: 
                    854: 2012-06-12  moko
                    855: 
                    856:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                    857:          compatible with LIBTOOLFLAGS for unknown reasons
                    858: 
                    859:        * buildall-with-xml: --with-dynamic-stdcpp removed
                    860: 
                    861:        * configure.in: static/dynamic -lstdc++ linking option removed
                    862:          apxs2 check added
                    863: 
                    864:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                    865:          option removed
                    866: 
                    867: 2012-06-10  moko
                    868: 
                    869:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                    870:          added
                    871: 
                    872:        * src/targets/cgi/pp3.cmd: old PAF stuff
                    873: 
                    874:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                    875:          beauty
                    876: 
                    877:        * depcomp: from libtool 2.4.2
                    878: 
                    879:        * configure.in: ltdl directory removed, it has correct Makefile.in
                    880: 
                    881: 2012-06-09  moko
                    882: 
                    883:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                    884:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
                    885:          autogenerated files updated after libtool update
                    886: 
                    887:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                    888:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
                    889:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                    890:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                    891:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                    892:          config/compile, config/config.guess, config/config.sub,
                    893:          config/depcomp, config/install-sh, config/ltmain.sh,
                    894:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                    895:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                    896:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                    897:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                    898:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                    899:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                    900:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                    901:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                    902: 
                    903:        * configure.in: preparation for new libtool
                    904: 
                    905:        * configure.in: Some beauty added :)
                    906: 
                    907:        * src/targets/apache/Makefile.am: := -> =
                    908: 
                    909:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                    910:          again. :)
                    911: 
                    912:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                    913:          previously was taken from pcre_internal.h. :)
                    914: 
                    915:        * src/lib/pcre/Makefile.am: config.h returned
                    916: 
                    917:        * src/lib/pcre/config.h: still need this. :)
                    918: 
                    919:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                    920: 
                    921:        * configure.in: --with-charsets removed; --with-mysql-client & co
                    922:          removed
                    923: 
                    924:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                    925:          now in parser tree, no need to copy
                    926: 
                    927:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                    928:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                    929:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                    930:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                    931:          extracts now used old trash removed
                    932: 
                    933:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                    934:          rare charsets/drivers are commented, sql driver quessing removed
                    935:          (debian/patches/103_auto_p.patch)
                    936: 
                    937:        * etc/parser3.charsets/Makefile.am: charsets now in share
                    938:          (debian/patches/104_automake.patch) + all charsets are copied
                    939: 
                    940:        * buildall-with-xml, buildall-without-xml: curl option removed +
                    941:          extra arguments now supported
                    942: 
                    943: 2012-06-08  misha
                    944: 
                    945:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                    946:          the 2nd option in ^table.hash[] could be hash or table so
                    947:          .as_hash will throw an exception when table option is specified
                    948: 
                    949:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                    950:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                    951:          classes/table.C, classes/void.C, classes/xdoc.C,
                    952:          include/pa_exception.h, types/pa_vmethod_frame.C,
                    953:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                    954:          and improved (whitespaces are allowed as empty options) -
                    955:          MethodParams::as_table is added - above methods are used for
                    956:          parsing methods' options ( new feature: #9 )
                    957: 
                    958:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                    959:          to vclass. now class fields can be accessible as a hash:
                    960:          $h[^hash::create[$asd:CLASS]]
                    961: 
                    962:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                    963:          have get_fields method so their fields can be accessed with
                    964:          ^reflection:fields[...] & ^reflection:field[...]
                    965: 
                    966: 2012-06-06  misha
                    967: 
                    968:        * tests/280.html: - tests for
                    969:          ^reflection:method[obj-or-class;method],
                    970:          ^reflection:field[obj-or-class;field] and
                    971:          ^reflection:fields[obj-or-class] are added
                    972: 
                    973: 2012-06-05  misha
                    974: 
                    975:        * src/classes/reflection.C: - ^reflection:method[class or
                    976:          object;method name] and ^reflection:field[class or object;field
                    977:          name] are added
                    978: 
                    979:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                    980:          is used
                    981: 
                    982:        * src/types/pa_method.h: - Method::as_vjunction method is added
                    983: 
                    984: 2012-06-05  moko
                    985: 
                    986:        * src/targets/Makefile.am: cgi now build with apache module
                    987: 
                    988:        * src/classes/memcached.C: flish ttl fixed
                    989: 
                    990: 2012-06-04  moko
                    991: 
                    992:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                    993:          tests/results/279.processed: ^json:parse[] now supports $.taint
                    994:          option (new feature #833)
                    995: 
                    996: 2012-06-04  misha
                    997: 
                    998:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                    999:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   1000: 
                   1001: 2012-06-03  misha
                   1002: 
                   1003:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   1004:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   1005: 
                   1006: 2012-05-30  misha
                   1007: 
                   1008:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   1009:          incomplete class into a scope while @USE is found
                   1010: 
                   1011:        * src/main/compile.y: - add incomplete class into a scope while
                   1012:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   1013: 
                   1014: 2012-05-30  moko
                   1015: 
                   1016:        * src/types/pa_vclass.C, tests/278.html,
                   1017:          tests/results/278.processed: removed "property has no getter
                   1018:          method" exception when GET_DEFAULT present (fixes #269)
                   1019: 
                   1020:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   1021:          $._default
                   1022: 
                   1023: 2012-05-29  moko
                   1024: 
                   1025:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   1026:          uninitialized values usage (new feature: #154)
                   1027: 
                   1028: 2012-05-28  moko
                   1029: 
                   1030:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   1031:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   1032:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   1033:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   1034:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   1035:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   1036:          tests/results/277.processed, src/types/pa_vtable.h,
                   1037:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   1038:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   1039:          feature #803)
                   1040: 
                   1041:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   1042:          tests/results/277.processed: json numbers are now treated as
                   1043:          double ( new feature: #834 )
                   1044: 
                   1045:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   1046:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   1047:          added for out of range checks, zero division in vint/vdouble
                   1048:          check added ( fixes #832 )
                   1049: 
                   1050:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   1051:          ( fixes #832 )
                   1052: 
                   1053: 2012-05-28  misha
                   1054: 
                   1055:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   1056:          configure
                   1057: 
                   1058:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   1059:          added - tests for unsupported values for options $.file, $.table
                   1060:          and $.date are added
                   1061: 
                   1062:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   1063:          accepts "stat" $.file[] option's value in addition to existed
                   1064:          "text" and "base64" ( new feature: #835 )
                   1065: 
                   1066:        * tests/276.html: - test for
                   1067:          ^reflection:delete[$object-or-class;field-name]
                   1068: 
                   1069:        * src/classes/reflection.C: -
                   1070:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   1071:          feature: #268 )
                   1072: 
                   1073: 2012-05-27  misha
                   1074: 
                   1075:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   1076: 
                   1077: 2012-05-24  misha
                   1078: 
                   1079:        * src/include/pa_common.h: - method lastposafter was removed
                   1080: 
                   1081:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   1082:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   1083:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   1084:          work as *nix commands
                   1085: 
                   1086:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   1087: 
                   1088:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   1089:          rskipchars were added
                   1090: 
                   1091:        * tests/270.html: - more tests for ^file:find[]
                   1092: 
                   1093:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   1094: 
                   1095:        * src/include/pa_version.h: - must be "win32" here. it is
                   1096:          auto-generated on *nix
                   1097: 
                   1098: 2012-05-24  moko
                   1099: 
                   1100:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   1101:          throws overflow exception ( new feature: #830 )
                   1102: 
                   1103:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   1104:          uint32 support and overflow added ( new feature: #830 )
                   1105: 
                   1106: 2012-05-23  moko
                   1107: 
                   1108:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   1109:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   1110:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   1111:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   1112:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   1113:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   1114:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   1115:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   1116:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   1117:          "return string as-is" removed from as_expr_result. ( new feature:
                   1118:          #831 )
                   1119: 
                   1120:        * tests/results/244.processed: test changed after bug #782 fix
                   1121:          commited
                   1122: 
                   1123:        * tests/results/229.processed: test results for bug #782 commited
                   1124: 
                   1125:        * tests/: 254.html, results/254.processed: uid now just compared,
                   1126:          not printed. :)
                   1127: 
                   1128: 2012-05-20  moko
                   1129: 
                   1130:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   1131:          feature: #341 )
                   1132: 
                   1133:        * tests/: 254.html, results/254.processed: test for
                   1134:          ^reflection:uid[] added
                   1135: 
                   1136:        * tests/: 254.html, results/254.processed: test for
                   1137:          ^reflection:uid[$obj] added
                   1138: 
                   1139: 2012-05-17  misha
                   1140: 
                   1141:        * src/main/untaint.C: - do not replace ' char by _26 while
                   1142:          exploding filespec-tainting ( new feature: #829 )
                   1143: 
                   1144: 2012-05-12  moko
                   1145: 
                   1146:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   1147:          not.
                   1148: 
                   1149: 2012-05-08  moko
                   1150: 
                   1151:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   1152: 
                   1153:        * tests/229.html: test for bug #782
                   1154: 
                   1155:        * tests/results/259.processed, src/main/pa_request.C,
                   1156:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   1157:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   1158:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   1159:          string; defined locals are empty strings; $STRICT-VARS(true)
                   1160:          added
                   1161: 
                   1162: 2012-04-27  moko
                   1163: 
                   1164:        * src/targets/apache/Makefile.am:
                   1165:          ../../lib/memcached/libmemcached.a added
                   1166: 
                   1167: 2012-04-27  misha
                   1168: 
                   1169:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   1170:          ( #827 )
                   1171: 
                   1172: 2012-04-25  moko
                   1173: 
                   1174:        * src/: classes/json.C, classes/memcached.C,
                   1175:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1176:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   1177:          implemented.
                   1178: 
                   1179:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   1180: 
                   1181: 2012-04-23  moko
                   1182: 
                   1183:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1184:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   1185:          types/pa_vmemcached.h: open allows options hash for new
                   1186:          memcached(options) function
                   1187: 
                   1188:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   1189:          not appended
                   1190: 
                   1191: 2012-04-21  moko
                   1192: 
                   1193:        * src/classes/curl.C: '' added. :)
                   1194: 
                   1195:        * src/classes/classes.vcproj: new curl.h location
                   1196: 
                   1197:        * src/classes/curl.C: verbose output redirection from stderr to
                   1198:          file curl option added
                   1199: 
                   1200: 2012-04-20  moko
                   1201: 
                   1202:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   1203:          contains what we need from curl, #ifdef HAVE_CURL removed
                   1204: 
                   1205:        * configure, configure.in, src/classes/Makefile.am,
                   1206:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
                   1207:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   1208:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
                   1209:          configure option
                   1210: 
                   1211: 2012-04-19  moko
                   1212: 
                   1213:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   1214:          classes/string.C, lib/gc/include/gc_allocator.h,
                   1215:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   1216:          options from sql_result_string removed. (closes issue #468)
                   1217: 
                   1218:        * src/types/pa_vmemcached.C: empty string fix
                   1219: 
                   1220:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   1221:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   1222:          pa_vmemcached.C
                   1223: 
                   1224: 2012-04-18  moko
                   1225: 
                   1226:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   1227:          apache2-mpm-prefork" error displayed in threaded mpm.
                   1228: 
                   1229:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   1230:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   1231:          installed (issue #354)
                   1232: 
                   1233: 2012-04-16  moko
                   1234: 
                   1235:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   1236:          memcached_result_free removed
                   1237: 
                   1238: 2012-04-14  moko
                   1239: 
                   1240:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   1241: 
                   1242:        * src/types/pa_vmemcached.C: check_key added and used
                   1243: 
                   1244: 2012-04-13  moko
                   1245: 
                   1246:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   1247:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   1248:          Serialization_data now added and used, VString now serialized
                   1249:          with languages into memcached.
                   1250: 
                   1251: 2012-03-28  moko
                   1252: 
                   1253:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   1254:          lib/memcached/pa_memcached.h: result lengths added
                   1255: 
                   1256: 2012-03-27  moko
                   1257: 
                   1258:        * src/types/pa_vmemcached.C: strdup added
                   1259: 
                   1260: 2012-03-24  moko
                   1261: 
                   1262:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1263:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   1264:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   1265: 
                   1266: 2012-03-20  moko
                   1267: 
                   1268:        * configure, configure.in: Makefiles.in updated for memcached
                   1269: 
                   1270:        * src/targets/cgi/Makefile.am: cleanup
                   1271: 
                   1272:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   1273:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   1274: 
                   1275:        * src/: classes/Makefile.am, classes/memcached.C,
                   1276:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   1277:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1278:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   1279: 
                   1280: 2012-03-16  moko
                   1281: 
                   1282:        * src/main/execute.C: ident now works under Linux + ident displays
                   1283:          filenames (closes issue #818)
                   1284: 
                   1285:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
                   1286:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   1287:          pa_vmethod_frame_local.h removed
                   1288: 
                   1289:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1290:          classes/classes.h, classes/curl.C, classes/date.C,
                   1291:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1292:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1293:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1294:          classes/memory.C, classes/op.C, classes/reflection.C,
                   1295:          classes/regex.C, classes/response.C, classes/string.C,
                   1296:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   1297:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   1298:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   1299:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1300:          include/pa_dictionary.h, include/pa_dir.h,
                   1301:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1302:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1303:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1304:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1305:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1306:          include/pa_sapi.h, include/pa_socks.h,
                   1307:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1308:          include/pa_stack.h, include/pa_string.h,
                   1309:          include/pa_stylesheet_connection.h,
                   1310:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   1311:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   1312:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   1313:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   1314:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   1315:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1316:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1317:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1318:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   1319:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   1320:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   1321:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   1322:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   1323:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   1324:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   1325:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   1326:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   1327:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   1328:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1329:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1.89    ! moko     1330:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          1331:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          1332:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
        !          1333:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
        !          1334:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          1335:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
        !          1336:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
        !          1337:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
        !          1338:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
        !          1339:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
        !          1340:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
        !          1341:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
        !          1342:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
        !          1343:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
        !          1344:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
        !          1345:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
        !          1346:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
        !          1347:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
        !          1348:          types/pa_vresponse.h, types/pa_vstateless_class.C,
        !          1349:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          1350:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
        !          1351:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
        !          1352:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
        !          1353:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
        !          1354:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
        !          1355:          ident now works under Linux + ident displays filenames (closes
        !          1356:          issue #818) Copyright updated
1.86      moko     1357: 
                   1358: 2012-03-13  moko
                   1359: 
                   1360:        * src/main/pa_string.C: compilation fix for feature #741
                   1361: 
                   1362: 2012-03-09  misha
                   1363: 
                   1364:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   1365: 
                   1366:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   1367:          now detects invalid base64 chars in the middle of encoded stricg
                   1368:          ( new feature: #55 )
                   1369: 
                   1370:        * src/include/pa_exception.h: - new exception type for base64
                   1371:          decoding is added
                   1372: 
                   1373: 2012-03-06  misha
                   1374: 
                   1375:        * tests/274.html: - tests for ^date::today[] and
                   1376:          ^date.sql-string[datetime|date|time] are added
                   1377: 
                   1378:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   1379:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   1380:          strings "datetime", "date" or "time" - comments tidying up
                   1381: 
                   1382:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   1383:          date and time
                   1384: 
                   1385: 2012-03-03  misha
                   1386: 
                   1387:        * tests/193.html: - tests for
                   1388:          ^string:base64[encoded;$.strict(true)] are added
                   1389: 
                   1390:        * tests/results/auto.p: - try-catch operator is added
                   1391: 
                   1392:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   1393:          main/pa_common.C: - $.strict(true|false) option is added to
                   1394:          base64 decode methods ( new feature: #55 )
                   1395: 
                   1396:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   1397:          ( new feature: #819 )
                   1398: 
                   1399: 2012-02-28  moko
                   1400: 
                   1401:        * src/classes/hash.C: ident test
                   1402: 
                   1403: 2012-02-27  misha
                   1404: 
                   1405:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   1406: 
                   1407: 2012-01-08  misha
                   1408: 
                   1409:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   1410: 
                   1411:        * src/: classes/string.C, include/pa_dictionary.h,
                   1412:          main/pa_dictionary.C, main/pa_string.C: -
                   1413:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   1414:          ^string.replace[one subst here] is slightly optimized
                   1415: 
                   1416: 2011-12-07  misha
                   1417: 
                   1418:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   1419:          named table with one empty column ( bugfix: #63 )
                   1420: 
                   1421: 2011-11-30  misha
                   1422: 
                   1423:        * src/classes/json.C: - it's possible to set user's method for
                   1424:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   1425:          #763 )
                   1426: 
                   1427:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   1428: 
                   1429: 2011-11-23  misha
                   1430: 
                   1431:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1432:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   1433:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   1434:          ^file::create[mode;filename;content[;options]] now accepts binary
                   1435:          mode and file-content - new constructor's format:
                   1436:          ^file::create[string-or-file-content[;$.name[filename]
                   1437:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   1438:          feature: #65 )
                   1439: 
                   1440:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   1441:          mime_type_of(const String*) is added
                   1442: 
                   1443:        * src/include/pa_exception.h: - new exception constant
                   1444:          FILE_NAME_MUST_BE_SPECIFIED is added
                   1445: 
                   1446:        * src/classes/table.C: - bug with negative offset transformed into
                   1447:          a feature. it means pointing to a row from the end of the table (
                   1448:          new feature: #810 )
                   1449: 
                   1450: 2011-11-19  misha
                   1451: 
                   1452:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   1453:          â ìåòîäå _select ( new feature: #810 )
                   1454: 
                   1455:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   1456:          options were specified together is simplified
                   1457: 
                   1458: 2011-11-12  misha
                   1459: 
                   1460:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   1461:          HTTP content-disposition header (a part of bug #361 )
                   1462: 
                   1463:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   1464:          checks for ancestors' classes as well ( new feature: #456 )
                   1465: 
                   1466:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   1467:          "without cycle" now have types "parser.break" and
                   1468:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   1469:          )
                   1470: 
                   1471: 2011-11-11  misha
                   1472: 
                   1473:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   1474:          237.processed: - since bug #361 was fixed the content of filename
                   1475:          in HTTP headers is quoted
                   1476: 
                   1477:        * tests/results/270.processed: - result for test 270
                   1478: 
                   1479:        * tests/: 065.html, results/065.processed: - more tests for
                   1480:          ^file:basename[] & Co were added
                   1481: 
                   1482:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   1483: 
                   1484:        * tests/270.html: - tests for ^file:find[] are added
                   1485: 
                   1486:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   1487:          using option $.charset. option $.engoding is still supported but
                   1488:          these options can not be specified together
                   1489: 
                   1490:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   1491:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   1492: 
                   1493: 2011-10-11  misha
                   1494: 
                   1495:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   1496:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   1497:          #622)
                   1498: 
                   1499: 2011-09-30  misha
                   1500: 
                   1501:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   1502:          exception "saving stat-ed file" ( bugfix: #395 )
                   1503: 
                   1504: 2011-05-30  misha
                   1505: 
                   1506:        * src/classes/string.C: - fixed bug which was added with
                   1507:          params.as_hash into string:sql
                   1508: 
                   1509: 2011-05-29  misha
                   1510: 
                   1511:        * src/types/pa_value.C: - filename in content-disposition header
                   1512:          must be quoted ( bugfix: #361 )
                   1513: 
                   1514: 2011-05-27  misha
                   1515: 
                   1516:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   1517:          created file
                   1518: 
                   1519:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   1520:          usage
                   1521: 
                   1522:        * src/include/pa_exception.h: - one more string for exception was
                   1523:          added
                   1524: 
                   1525: 2011-05-25  misha
                   1526: 
                   1527:        * tests/269.html: - tests for checking input params in some dom
                   1528:          methods
                   1529: 
                   1530:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   1531:          was added. it isn't possible not wo create xdoc with invalid
                   1532:          tagName. ( bugfix: #160 )
                   1533: 
                   1534:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   1535:          string "data must be string" was mover from pa_exception.h to
                   1536:          pa_xml_exception.h
                   1537: 
                   1538:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   1539:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   1540: 
                   1541:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   1542: 
                   1543:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   1544:          options - XML-related exception's strings were added
                   1545: 
                   1546:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   1547:          output_options were removed)
                   1548: 
                   1549: 2011-05-19  misha
                   1550: 
                   1551:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   1552:          params.as_hash is used more while parsing methods hash-options
                   1553: 
                   1554: 2011-05-18  misha
                   1555: 
                   1556:        * operators.txt: - info about json-serialization of xdoc was added
                   1557: 
                   1558:        * tests/256.html: - tests for json-serialization xdoc were added
                   1559: 
                   1560:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   1561: 
                   1562:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1563:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   1564:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   1565:          specified in $.xdoc[] ( new feature: #265 )
                   1566: 
                   1567: 2011-05-15  misha
                   1568: 
                   1569:        * tests/268.html: - tests for ^table.count[with options] were added
                   1570: 
                   1571:        * src/classes/table.C: - method ^table.count[] now can accept
                   1572:          options ( new feature: #93 ): ^table.count[column] returns number
                   1573:          of columns for named table; ^table.count[cells] returns number of
                   1574:          cells in the current row; ^table.count[] & ^table.count[rows]
                   1575:          return number of rows in a table.
                   1576: 
                   1577:        * tests/267.html: - test for checking switch/case in boolean mode
                   1578:          was added
                   1579: 
                   1580:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   1581:          compared as bool values, not as double values: new feature: #351
                   1582: 
                   1583: 2011-05-06  misha
                   1584: 
                   1585:        * tests/242.html: - EOL before EOF was added
                   1586: 
                   1587:        * tests/169.html: - tests for splitting empty string and void were
                   1588:          added
                   1589: 
                   1590:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   1591:          returned table with one empty cell)
                   1592: 
                   1593: 2011-04-03  misha
                   1594: 
                   1595:        * src/include/pa_version.h, configure.in: - version in head was
                   1596:          changed to 3.4.2b
                   1597: 
                   1598: 2011-03-30  misha
                   1599: 
                   1600:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   1601:          as well ( new feature #294 )
                   1602: 
                   1603: 2011-03-29  misha
                   1604: 
                   1605:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   1606:          limited to approx. 6 MB. previous limits were too big for real
                   1607:          life. bugfix: #216
                   1608: 
                   1609: 2011-03-04  moko
                   1610: 
                   1611:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   1612:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   1613: 
                   1614:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   1615:          vlalek@
                   1616: 
                   1617: 2011-02-22  misha
                   1618: 
                   1619:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   1620:          be under #ifdef XML or parser can't be compiled without xml
                   1621:          support
                   1622: 
                   1623: 2011-02-21  misha
                   1624: 
                   1625:        * src/targets/apache/: Makefile.am: - mention
                   1626:          ApacheModuleParser3.vcproj was removed
                   1627: 
                   1628:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   1629:          removed)
                   1630: 
                   1631: 2011-02-20  misha
                   1632: 
                   1633:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   1634:          $.overridden in ^reflection:method_info[...] were added
                   1635: 
                   1636:        * src/classes/reflection.C: - beautifying result of
                   1637:          ^reflection:method_info[] ($.overridden/inherited)
                   1638: 
                   1639: 2011-02-18  misha
                   1640: 
                   1641:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   1642:          and pa_isalnum instead of isalpha and isalnum - bug with
                   1643:          redundand quoting lowercased latin chars while building email
                   1644:          body was fixed
                   1645: 
                   1646:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   1647:          added (they check for latin chars only)
                   1648: 
                   1649: 2011-02-16  misha
                   1650: 
                   1651:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   1652:          string size for transcoding gave too small value (should ever
                   1653:          look for availability char in dest charset inspite of the char
                   1654:          size)
                   1655: 
                   1656: 2011-02-04  moko
                   1657: 
                   1658:        * tests/223.html: header values now not url-encoded (issue #195)
                   1659: 
                   1660: 2011-02-01  misha
                   1661: 
                   1662:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   1663: 
                   1664: 2011-01-31  misha
                   1665: 
                   1666:        * src/main/pa_request.C: - throw exception if param file_name in
                   1667:          use_file is empty
                   1668: 
                   1669: 2011-01-08  moko
                   1670: 
                   1671:        * src/classes/curl.C: compilations errors fixed
                   1672: 
                   1673: 2010-12-29  moko
                   1674: 
                   1675:        * tests/: 265.html, results/265.processed: test for issue #200
                   1676:          added
                   1677: 
                   1678:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   1679:          #200)
                   1680: 
                   1681:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   1682: 
                   1683:        * tests/results/223.processed: header values now not url-encoded
                   1684:          (issue #195)
                   1685: 
                   1686:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   1687:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   1688:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   1689: 
                   1690: 2010-12-18  misha
                   1691: 
                   1692:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   1693:          => pa-include
                   1694: 
                   1695: 2010-11-28  moko
                   1696: 
                   1697:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   1698: 
                   1699:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   1700:          -> pa
                   1701: 
                   1702:        * configure.in: apr -> pa
                   1703: 
                   1704:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   1705: 
                   1706:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   1707:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   1708: 
                   1709:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   1710:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   1711:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
1.88      moko     1712:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   1713:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   1714:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   1715:          module apr name conflict resolved)
1.86      moko     1716: 
                   1717: 2010-11-27  misha
                   1718: 
                   1719:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   1720:          libbz2
                   1721: 
                   1722: 2010-11-26  misha
                   1723: 
                   1724:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   1725:          warnings removed
                   1726: 
                   1727: 2010-11-25  moko
                   1728: 
                   1729:        * operators.txt: $.indent(true)
                   1730: 
                   1731:        * operators.txt: another bugfix. :)
                   1732: 
                   1733:        * operators.txt: bugfix. :)
                   1734: 
                   1735:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   1736: 
                   1737: 2010-11-24  moko
                   1738: 
                   1739:        * configure: apxs support
                   1740: 
                   1741:        * configure.in: apxs support -Bstatic gc removed for OS X
                   1742: 
                   1743:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   1744: 
                   1745:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   1746:          THREAD_LOCAL usage
                   1747: 
                   1748:        * src/: classes/curl.C, include/pa_config_includes.h,
                   1749:          main/pa_globals.C: THREAD_LOCAL defined and used
                   1750: 
                   1751: 2010-11-23  moko
                   1752: 
                   1753:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   1754:          should be passed to pa_sleep, and only fractional part (bugfix:
                   1755:          #188)
                   1756: 
                   1757:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   1758: 
                   1759:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   1760:          GC_dont_gc=1, as in cgi version
                   1761: 
                   1762:        * src/targets/apache/mod_parser3.c: warning war
                   1763: 
                   1764:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1765:          pa_httpd.h: version removed, some trash removed
                   1766: 
                   1767:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   1768:          to show it), warning war
                   1769: 
                   1770:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1771:          pa_httpd.h: parser_status_allowed removed + merge config
                   1772:          functions removed (override is the default) + beauty
                   1773: 
                   1774:        * src/: include/pa_request.h, main/pa_request.C,
1.89    ! moko     1775:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
        !          1776:          hide $status used in apache module removed
1.86      moko     1777: 
                   1778: 2010-11-18  moko
                   1779: 
                   1780:        * operators.txt: $.table[compact] added for ^json:string[]
                   1781: 
                   1782: 2010-11-16  moko
                   1783: 
                   1784:        * src/targets/apache/mod_parser3.c: some cleanup done
                   1785: 
                   1786:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   1787:          is hashcode; second, info.fragment_begin is original, not
                   1788:          resulting length
                   1789: 
                   1790:        * src/classes/file.C: new feature: $.stdin now untainted
                   1791: 
                   1792:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   1793: 
                   1794:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   1795: 
                   1796:        * src/classes/op.C: ^apply-taint[] method added
                   1797: 
                   1798:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   1799:          added; $.stdin untaint test added
                   1800: 
                   1801: 2010-11-15  moko
                   1802: 
                   1803:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   1804:          removed
                   1805: 
                   1806:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   1807:          pa_httpd.h: 2x2 calculated under apache2. :)
                   1808: 
                   1809: 2010-11-13  moko
                   1810: 
                   1811:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   1812:          with apache 2.x includes
                   1813: 
                   1814:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   1815:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   1816:          united apache 1.3 / apache 2.x DSO module
                   1817: 
                   1818: 2010-11-09  moko
                   1819: 
                   1820:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   1821:          syntax
                   1822: 
                   1823:        * tests/: 263.html, results/263.processed: test from method[*args]
                   1824:          added
                   1825: 
                   1826:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   1827:          number of params can now be passed to a method declared with *arg
                   1828: 
                   1829: 2010-11-06  moko
                   1830: 
                   1831:        * src/classes/table.C: formating fixed. :)
                   1832: 
                   1833:        * src/classes/table.C: closes #4: ^table.select now supports
                   1834:          $.limit(), $.offset, $.reverse() options
                   1835: 
                   1836:        * tests/: 262.html, results/262.processed: test for ^table:select
                   1837:          with options added (feature #4)
                   1838: 
                   1839:        * src/include/pa_array.h: remove function added
                   1840: 
                   1841:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   1842:          object in get_element/put_element, using static one.
                   1843: 
                   1844: 2010-11-04  moko
                   1845: 
                   1846:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   1847:          options is passed
                   1848: 
                   1849:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   1850:          now tested; k and p in handler now tested.
                   1851: 
                   1852:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   1853:          $.table[compact] feature added
                   1854: 
                   1855:        * src/classes/json.C: key is now passed to handler in
                   1856:          value_json_string; ^json:string result now process tainting
                   1857:          inside and returns clean string, related to issue #153
                   1858: 
                   1859:        * src/main/untaint.C: bugfix: charset can be null (in
                   1860:          ^string:save[] as example), thus check is added
                   1861: 
                   1862: 2010-10-31  moko
                   1863: 
                   1864:        * src/classes/string.C: error message changed (fixes issue #149)
                   1865: 
                   1866: 2010-10-29  moko
                   1867: 
                   1868:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   1869:          port is not default (fixes issue #155); exception on invalid port
                   1870:          added.
                   1871: 
                   1872:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   1873:          "Accept: */*" to be passed
                   1874: 
                   1875: 2010-10-28  moko
                   1876: 
                   1877:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   1878:          exception on unknown charset even if response_charset was
                   1879:          specified
                   1880: 
                   1881: 2010-10-27  moko
                   1882: 
                   1883:        * src/classes/string.C: ^string.append removed for void
                   1884:          compatibility
                   1885: 
                   1886: 2010-10-26  moko
                   1887: 
                   1888:        * src/classes/json.C: libjson supports array at top level, we too
                   1889:          (GPF fixed)
                   1890: 
                   1891: 2010-10-25  moko
                   1892: 
                   1893:        * tests/: 253.html, results/253.processed: libjson supports array
                   1894:          at top level, parser now supports it as well.
                   1895: 
                   1896:        * tests/261.html, tests/results/261.processed,
                   1897:          src/types/pa_vstring.h: empty string is now void compatible
                   1898:          (allows $empty.key)
                   1899: 
                   1900: 2010-10-22  misha
                   1901: 
                   1902:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   1903:          while adding additional expires checkout)
                   1904: 
                   1905:        * tests/030.html: - test for session cookie was added
                   1906: 
                   1907: 2010-10-21  moko
                   1908: 
                   1909:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   1910:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   1911:          string (feature #111)
                   1912: 
                   1913:        * tests/: 261.html, results/261.processed: checks void from string
                   1914:          inheritance (feature #111)
                   1915: 
                   1916:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   1917:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   1918:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   1919:          now true by default
                   1920: 
                   1921: 2010-10-17  moko
                   1922: 
                   1923:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   1924:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   1925:          (bugfix: #128)
                   1926: 
                   1927:        * tests/: 223.html, results/223.processed: binary file upload test
                   1928:          added, GPF (issue #128) also checked in this test
                   1929: 
                   1930: 2010-10-13  misha
                   1931: 
                   1932:        * tests/260.html: - test for math:convert
                   1933: 
                   1934:        * src/classes/math.C: - error in math:convert was fixed
                   1935: 
                   1936:        * operators.txt: - info about
                   1937:          ^math:convert[number](from-base;to-base) was added
                   1938: 
                   1939:        * src/classes/math.C: - method
                   1940:          ^math:convert[number](from-base;to-base) for converting number
                   1941:          represention from one base to another was added ( new feature:
                   1942:          #23 )
                   1943: 
                   1944: 2010-10-13  moko
                   1945: 
                   1946:        * src/main/compile.tab.C: [] now is empty string, not void
                   1947: 
                   1948:        * src/main/compile.y: [] now is empty string, not void
                   1949: 
                   1950:        * src/types/pa_vvoid.h: void now passed as parameter
                   1951: 
                   1952:        * tests/: 259.html, results/259.processed: to test difference
                   1953:          between void and empty string (see ticket #111)
                   1954: 
                   1955:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   1956:          void
                   1957: 
                   1958:        * tests/256.html: $s[$void] is no longer empty string
                   1959: 
                   1960:        * tests/254.html: empty string is no longer void
                   1961: 
                   1962: 2010-10-12  misha
                   1963: 
                   1964:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   1965:          converted to date during cookies set up ( bugfix: #104 )
                   1966: 
                   1967:        * tests/041.html: - more tests for ^table.locate were added
                   1968: 
                   1969:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   1970:          work ( bugfix: #129 ) - exception comment for incorrect options
                   1971:          ^table.locate[field;value;options] was fixed
                   1972: 
                   1973: 2010-10-10  moko
                   1974: 
                   1975:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   1976:          another object feature returned
                   1977: 
                   1978:        * tests/results/258.processed: test result updated as constructor
                   1979:          returning another object feature returned
                   1980: 
                   1981:        * tests/: 258.html, results/258.processed: test for constructor
                   1982:          returning another object
                   1983: 
                   1984: 2010-10-08  misha
                   1985: 
                   1986:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   1987:          options shouldn't cause exceptions any longer
                   1988: 
                   1989: 2010-10-06  moko
                   1990: 
                   1991:        * src/classes/: hash.C, table.C: length from sql server is now
                   1992:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   1993: 
                   1994: 2010-10-02  misha
                   1995: 
                   1996:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   1997:          usable to delete cache file.
                   1998: 
                   1999: 2010-10-02  moko
                   2000: 
                   2001:        * tests/: 253.html, results/253.processed: hook_key added for key
                   2002:          checking
                   2003: 
                   2004:        * src/classes/json.C: null key bug fixed
                   2005: 
                   2006: 2010-09-29  misha
                   2007: 
                   2008:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   2009: 
                   2010: 2010-09-25  moko
                   2011: 
                   2012:        * src/classes/json.C: small fixed
                   2013: 
                   2014:        * tests/results/: 253.processed, 255.processed: just updated
                   2015: 
                   2016:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   2017:          results/255.processed: charset transcode test added for
                   2018:          json:parse
                   2019: 
                   2020: 2010-09-24  moko
                   2021: 
                   2022:        * src/types/pa_value.h: warning war :)
                   2023: 
                   2024:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   2025:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   2026:          ^json:string
                   2027: 
                   2028: 2010-09-22  moko
                   2029: 
                   2030:        * src/main/pa_charset.C: parser charset tables declare only
                   2031:          white-space before 0x20, thus adding the missing chars
                   2032: 
                   2033:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   2034:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   2035: 
                   2036: 2010-09-21  misha
                   2037: 
                   2038:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   2039:          want to compile grammar if they are absent)
                   2040: 
                   2041:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   2042: 
                   2043:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   2044: 
                   2045:        * src/main/main.vcproj: - path to bison is changed
                   2046: 
                   2047: 2010-09-21  moko
                   2048: 
                   2049:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   2050:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   2051:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
                   2052: 
                   2053: 2010-09-20  misha
                   2054: 
                   2055:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   2056: 
                   2057:        * src/classes/json.C: - add EOL while json-serializing hash
                   2058: 
                   2059:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   2060:          compilers don't like 'ES'.
                   2061: 
                   2062: 2010-09-17  misha
                   2063: 
                   2064:        * operators.txt: - info about json class was added
                   2065: 
                   2066:        * src/classes/json.C: - ^json:string[object]
                   2067: 
                   2068:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   2069:          preventing infinite recursion while executing json:string was
                   2070:          added
                   2071: 
                   2072:        * src/include/pa_string.h: - method append_quoted was added
                   2073: 
                   2074:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   2075:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   2076:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   2077:          was added to Value & Co
                   2078: 
                   2079:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   2080:          were used
                   2081: 
                   2082:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   2083:          were added
                   2084: 
                   2085: 2010-09-10  moko
                   2086: 
                   2087:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   2088:          die_or_abort (backport from 3.4.1)
                   2089: 
                   2090:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   2091:          die_or_abort (bugfix: #106)
                   2092: 
                   2093: 2010-09-09  moko
                   2094: 
                   2095:        * src/classes/json.C: warning war. :)
                   2096: 
                   2097: 2010-09-08  misha
                   2098: 
                   2099:        * src/lib/json/Makefile.am: - additional include directories were
                   2100:          added (for pa_memory.h and gc.h)
                   2101: 
                   2102:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   2103:          compile as C++ instead default - additional include directory was
                   2104:          added (for gc.h)
                   2105: 
                   2106:        * src/types/pa_vform.C: - little code reformating
                   2107: 
                   2108:        * src/classes/file.C: - $.content-type option now can be specified
                   2109:          in ^file::create ( new feature: #102 )
                   2110: 
                   2111: 2010-09-08  moko
                   2112: 
                   2113:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   2114:          pa_malloc/pa_free
                   2115: 
                   2116: 2010-09-07  moko
                   2117: 
                   2118:        * tests/results/254.processed: VStateless_class:put_element
                   2119:          exception was fixed
                   2120: 
                   2121:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   2122:          VStateless_class:put_element barks self.type, not this.type
                   2123:          (bugfix: #105)
                   2124: 
                   2125: 2010-09-06  moko
                   2126: 
                   2127:        * src/classes/reflection.C: bugfix: new String() is required for
                   2128:          exception handling
                   2129: 
                   2130:        * tests/: 254.html, results/254.processed: test modified
                   2131: 
                   2132: 2010-09-05  moko
                   2133: 
                   2134:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   2135:          added
                   2136: 
                   2137:        * src/: classes/reflection.C, include/pa_request.h:
                   2138:          ^reflection:copy implemented (new feature: #100)
                   2139: 
                   2140: 2010-09-03  moko
                   2141: 
                   2142:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   2143: 
                   2144:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   2145:          option testing added
                   2146: 
                   2147: 2010-09-02  moko
                   2148: 
                   2149:        * src/classes/json.C: $.distinct[first|last|all] added
                   2150: 
                   2151: 2010-09-01  moko
                   2152: 
                   2153:        * tests/results/253.processed: json test result
                   2154: 
                   2155:        * tests/: 253.html, 253_json.txt: json test added
                   2156: 
                   2157:        * src/classes/json.C: json.C update to actual version + hash key
                   2158:          creation bugfix
                   2159: 
                   2160: 2010-08-31  misha
                   2161: 
                   2162:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   2163:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   2164:          src/lib/Makefile.am, src/classes/Makefile.am,
                   2165:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   2166:          json library was added
                   2167: 
                   2168: 2010-08-30  moko
                   2169: 
                   2170:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   2171:          types/pa_vobject.C: cosmetic optimization in
                   2172:          request:execute_method usage
                   2173: 
                   2174:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   2175:          optimization, just to decrease number of lines. :)
                   2176: 
                   2177: 2010-08-27  misha
                   2178: 
                   2179:        * src/classes/op.C: - taint[json] was added
                   2180: 
                   2181:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   2182:          were added
                   2183: 
                   2184:        * src/main/pa_exec.C: - warning fix was rolled back.
                   2185: 
                   2186:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   2187:          include/pa_string.h: - taint[json] was added - escaping was
                   2188:          slightly modified
                   2189: 
                   2190: 2010-08-25  misha
                   2191: 
                   2192:        * src/classes/file.C: - typo in file:sql exception was fixed
                   2193: 
                   2194:        * src/main/pa_exec.C: - warning about declared and not used
                   2195:          variable forced_allow was removed
                   2196: 
                   2197: 2010-08-14  misha
                   2198: 
                   2199:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   2200:          were removed
                   2201: 
                   2202: 2010-08-11  moko
                   2203: 
                   2204:        * tests/: 249.html, results/249.processed: default setter and
                   2205:          anti-recursive default getter test added
                   2206: 
                   2207:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   2208:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   2209:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   2210:          types/pa_vstateless_class.h: default setter support +
                   2211:          anti-recursive default getter support ( new feature: #13 )
                   2212: 
                   2213:        * src/include/pa_hash.h: optimization: threshold member removed
                   2214:          from hash, reducing sizeof(hash)
                   2215: 
                   2216: 2010-08-10  misha
                   2217: 
                   2218:        * tests/196.html: - junction-method was added to the test
                   2219: 
                   2220:        * tests/248.html: - ups. typo :)
                   2221: 
                   2222:        * tests/248.html: - test for checking .match with 4 params
                   2223: 
                   2224:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   2225:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   2226:          $request:charset during loading if the BOM code is detected"
                   2227: 
                   2228:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   2229:          $request:charset during loading if the BOM code is detected ( new
                   2230:          feature: #98 )
                   2231: 
                   2232: 2010-08-05  misha
                   2233: 
                   2234:        * src/classes/image.C: - ^image.replace now can accept only 2
                   2235:          params. in this case the whole image is affected ( new feature:
                   2236:          #95 )
                   2237: 
                   2238: 2010-08-04  misha
                   2239: 
                   2240:        * tests/246.html: - test tor ^hash._at[] was added
                   2241: 
                   2242:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   2243:          #53 )
                   2244: 
                   2245:        * src/include/pa_hash.h: - methods for accessing the first and the
                   2246:          last values of ordered hash were added (first_value and
                   2247:          last_value)
                   2248: 
                   2249:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   2250:          (similar to others file's methods):
                   2251:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   2252:          #68 )
                   2253: 
                   2254:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   2255: 
                   2256: 2010-08-01  moko
                   2257: 
                   2258:        * src/classes/op.C: to correctly process $result[] in code, called
                   2259:          from ^process
                   2260: 
                   2261:        * tests/245.html: $result in ^process[] test added
                   2262: 
                   2263:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   2264:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   2265:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   2266:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   2267:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   2268:          removed, construct(class,method) added
                   2269: 
                   2270:        * tests/results/: 192.processed, 244.processed: request::construct
                   2271:          added
                   2272: 
                   2273:        * tests/: 244.html, 245.html, results/244.processed,
                   2274:          results/245.processed: object creation exceptions and ^process
                   2275:          tests added
                   2276: 
                   2277: 2010-07-28  misha
                   2278: 
                   2279:        * tests/make_tests.cmd: - win32 EOLs
                   2280: 
                   2281:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   2282:          tests on Win32 were added (The system timezone should be GMT+3)
                   2283: 
                   2284: 2010-07-26  misha
                   2285: 
                   2286:        * tests/: 212.html, results/212.processed: - sizes were removed
                   2287:          mecause they could be different on different OSs
                   2288: 
                   2289:        * tests/065.html: - make it "win32 friendly"
                   2290: 
                   2291: 2010-07-25  misha
                   2292: 
                   2293:        * src/main/compile.y: - all EOLs between methods are removed during
                   2294:          compilation ( new feature: #47 )
                   2295: 
                   2296:        * tests/results/149.processed: - prepare tests to trim trailing
                   2297:          methods' EOLs
                   2298: 
                   2299:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   2300: 
                   2301:        * tests/: results/006.processed, results/014.processed, 006.html,
                   2302:          014.html, 022.html: - prepare tests to trim trailing methods'
                   2303:          EOLs
                   2304: 
                   2305:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   2306:          results/071.processed, results/022.processed: - prepare tests to
                   2307:          trim trailing methods' EOLs
                   2308: 
                   2309:        * tests/: results/073.processed, results/109.processed,
                   2310:          results/142.processed, results/144.processed,
                   2311:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   2312:          144.html: - prepare tests to trim trailing methods' EOLs
                   2313: 
                   2314:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   2315:          149.html, 152.html, results/096.processed, results/107.processed,
                   2316:          results/109.processed, results/142.processed,
                   2317:          results/144.processed: - prepare tests to trim trailing methods'
                   2318:          EOLs
                   2319: 
                   2320: 2010-07-24  moko
                   2321: 
                   2322:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   2323:          the hash order in this test
                   2324: 
                   2325:        * tests/014.html: to check hash order, hash no is longer sorted
                   2326:          before print
                   2327: 
                   2328:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   2329:          (bugfix: #54)
                   2330: 
                   2331: 2010-07-23  moko
                   2332: 
                   2333:        * tests/results/224.processed: @auto[] is no longer inherited
                   2334: 
                   2335:        * src/types/pa_vstateless_class.C, tests/227.html,
                   2336:          tests/results/227.processed: @auto[] is no longer inherited
                   2337:          (bugfix: #57)
                   2338: 
                   2339: 2010-07-22  misha
                   2340: 
                   2341:        * src/classes/table.C: - don't skip comment lines during
                   2342:          table::load if encloser or separator is set as '#' ( new feature:
                   2343:          #30 )
                   2344: 
                   2345:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   2346:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   2347:          #12 )
                   2348: 
                   2349:        * src/classes/file.C: - set PARSER_VARSION env before external
                   2350:          script executing
                   2351: 
                   2352: 2010-07-13  misha
                   2353: 
                   2354:        * tests/058.html: - test for suppressing @border was added - test
                   2355:          for user attribute was added
                   2356: 
                   2357:        * tests/results/186.processed: unescaping from \uXXXX
                   2358: 
                   2359:        * tests/186.html: unescaping from \uXXXX
                   2360: 
                   2361:        * tests/: 239.html, results/239.processed: method call type
                   2362: 
                   2363:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   2364:          $junction_method.CLASS_NAME (+CLASS)
                   2365: 
                   2366: 2010-07-07  misha
                   2367: 
                   2368:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   2369:          *nix
                   2370: 
                   2371: 2010-07-05  misha
                   2372: 
                   2373:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   2374:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   2375:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   2376:          comment strings "options must be hash", "options must be hash,
                   2377:          not code" and "called with invalid option" were replaced by
                   2378:          constatns - exception comment string "invalid option passed" was
                   2379:          replaced by "called with invalid option" (now in different
                   2380:          methods are the same exception comment string)
                   2381: 
                   2382:        * src/include/pa_exception.h: - more exception strings were defined
                   2383: 
                   2384:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2385:          types/pa_vstateless_class.h: - now we can define possible
                   2386:          method's call type ( new feature: #5 )   1.
                   2387:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   2388:          methods   2. @static:method[params] (only static keyword could be
                   2389:          used here) -- for specified methods
                   2390: 
                   2391:        * src/main/pa_common.C: - junction points should not be deleted on
                   2392:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   2393:          cleanup
                   2394: 
                   2395: 2010-07-03  misha
                   2396: 
                   2397:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   2398:          results/158.processed, results/160.processed,
                   2399:          results/161.processed, results/162.processed,
                   2400:          results/163.processed: - prepare tests to trim trailing methods'
                   2401:          EOLs
                   2402: 
                   2403:        * tests/results/169.processed: - prepare tests to trim trailing
                   2404:          methods' EOLs
                   2405: 
                   2406:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   2407:          trim trailing methods' EOLs
                   2408: 
                   2409:        * tests/: results/170.processed, results/167.processed,
                   2410:          results/168.processed, results/169.processed, 167.html, 168.html,
                   2411:          169.html: - prepare tests to trim trailing methods' EOLs
                   2412: 
                   2413:        * tests/: results/170.processed, results/171.processed,
                   2414:          results/172.processed, results/173.processed,
                   2415:          results/174.processed, results/175.processed, 170.html, 171.html,
                   2416:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   2417:          trailing methods' EOLs
                   2418: 
                   2419:        * tests/: results/176.processed, results/180.processed,
                   2420:          results/184.processed, results/185.processed,
                   2421:          results/191.processed, results/192.processed,
                   2422:          results/196.processed, results/197.processed,
                   2423:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   2424:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   2425:          to trim trailing methods' EOLs
                   2426: 
                   2427:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   2428:          results/199.processed, results/208.processed,
                   2429:          results/209.processed, results/213.processed,
                   2430:          results/214.processed: - prepare tests to trim trailing methods'
                   2431:          EOLs
                   2432: 
                   2433: 2010-06-29  misha
                   2434: 
                   2435:        * tests/: 220.html, 218.html, results/218.processed,
                   2436:          results/215.processed, results/217.processed, 215.html, 217.html:
                   2437:          - prepare tests to trim trailing methods' EOLs
                   2438: 
                   2439:        * tests/: results/224.processed, 224.html, 223.html,
                   2440:          results/223.processed, results/220.processed: - prepare tests to
                   2441:          trim trailing methods' EOLs
                   2442: 
                   2443:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   2444:          trim trailing methods' EOLs
                   2445: 
                   2446:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   2447:          trailing methods' EOLs
                   2448: 
                   2449:        * tests/: 232.html, 235.html, results/232.processed,
                   2450:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   2451:          results/226.processed, results/227.processed,
                   2452:          results/228.processed, results/230.processed: - prepare tests to
                   2453:          trim trailing methods' EOLs
                   2454: 
                   2455: 2010-06-16  moko
                   2456: 
                   2457:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   2458:          ^if
                   2459: 
                   2460:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   2461: 
                   2462: 2010-06-03  misha
                   2463: 
                   2464:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   2465:          instead of memcopy for overlaped regions
                   2466: 
                   2467: 2010-05-25  misha
                   2468: 
                   2469:        * src/main/pa_common.C: - wanring about unused vars was removed
                   2470: 
                   2471:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   2472:          get_method_filename was moved to execute.C
                   2473: 
                   2474: 2010-05-23  misha
                   2475: 
                   2476:        * src/main/pa_request.C: - more accurate detection of method's file
                   2477: 
                   2478: 2010-05-22  misha
                   2479: 
                   2480:        * src/classes/reflection.C: - bugfix: core during detection of
                   2481:          .file if filespec isn't detected successfully
                   2482: 
                   2483: 2010-05-20  misha
                   2484: 
                   2485:        * src/main/pa_request.C: - fix in get_method_filename
                   2486: 
                   2487:        * src/include/pa_request.h: - new feature: #24 -- searching
                   2488:          included file in @USE/^use is changed. if its filespec doesn't
                   2489:          start from '/' it will be searched in caller file directory
                   2490: 
                   2491:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   2492:          where the method is defined
                   2493: 
                   2494:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   2495:          classes/op.C: - new feature: #24 -- searching included file in
                   2496:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   2497:          will be searched in caller file directory
                   2498: 
                   2499:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   2500:          is moved to pa_common.h
                   2501: 
                   2502: 2010-05-18  misha
                   2503: 
                   2504:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   2505:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   2506:          cookie parser decode \uXXXX as well as %uXXXX
                   2507: 
                   2508: 2010-05-17  misha
                   2509: 
                   2510:        * src/classes/curl.C: beauty: - unused param is removed in method
                   2511:          _curl_version_action - some spaces were removed or replaced by
                   2512:          tabs
                   2513: 
                   2514:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   2515:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   2516: 
                   2517: 2010-05-16  misha
                   2518: 
                   2519:        * src/classes/curl.C: new: #61 more curl options were added
                   2520:          (contributed by Sumo)
                   2521: 
                   2522: 2010-04-29  pretender
                   2523: 
                   2524:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   2525:          now empty string.
                   2526: 
                   2527:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   2528:          string type.
                   2529: 
                   2530: 2010-04-28  pretender
                   2531: 
                   2532:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   2533:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   2534:          macrodefinition removed
                   2535: 
                   2536: 2010-04-19  pretender
                   2537: 
                   2538:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   2539:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   2540: 
                   2541:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   2542:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   2543: 
                   2544:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   2545:          variable" exception in grpunlim version.
                   2546: 
                   2547: 2010-04-05  misha
                   2548: 
                   2549:        * src/classes/string.C: - new feature: 4th param was added to
                   2550:          match. if specified its value is returned in case of nothing was
                   2551:          found
                   2552: 
                   2553: 2010-04-01  misha
                   2554: 
                   2555:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   2556:          multiple execution of /a/b/auto.p
                   2557: 
                   2558: 2010-03-19  misha
                   2559: 
                   2560:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   2561: 
                   2562:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   2563: 
                   2564: 2010-01-27  misha
                   2565: 
                   2566:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   2567:          trying to open file by path /existing-file/non-exixting-file
                   2568: 
                   2569: 2010-01-26  misha
                   2570: 
                   2571:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   2572:          was added (returns file)
                   2573: 
                   2574: 2009-12-22  misha
                   2575: 
                   2576:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   2577:          now parser doesn't have class curl if it was built without it
                   2578: 
                   2579: 2009-12-15  misha
                   2580: 
                   2581:        * configure.in: - little cheat with curl include dir was added
                   2582: 
                   2583: 2009-12-05  misha
                   2584: 
                   2585:        * src/classes/curl.C: - some fixes
                   2586: 
                   2587: 2009-12-04  misha
                   2588: 
                   2589:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   2590:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   2591:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   2592:          class was added
                   2593: 
                   2594:        * src/include/pa_hash.h: - hash-iterator was added
                   2595: 
                   2596:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   2597:          was added to pcre
                   2598: 
                   2599: 2009-11-27  misha
                   2600: 
                   2601:        * src/classes/image.C: - don't add @border attribute to output of
                   2602:          ^image.html[] if it was specified by user with empty value
                   2603: 
                   2604:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   2605:          root element and we are trying to access .documentElement
                   2606: 
                   2607: 2009-11-11  misha
                   2608: 
                   2609:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   2610:          instead of number of items in first row for named tables
                   2611: 
                   2612: 2009-11-10  misha
                   2613: 
                   2614:        * operators.txt: - info about hash-options in ^file::create was
                   2615:          added
                   2616: 
                   2617:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   2618:          added
                   2619: 
                   2620: 2009-11-09  misha
                   2621: 
                   2622:        * buildall-with-xml: - moving to libxml 2.7.6
                   2623: 
                   2624:        * tests/236.html: - tests for comparations cords with functions
                   2625:          were added
                   2626: 
                   2627:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   2628:          added
                   2629: 
                   2630:        * src/main/pa_http.C: - little optimisation
                   2631: 
                   2632:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   2633:          GPF mallocs + stringstream (table.save)
                   2634: 
                   2635:        * src/classes/file.C: - file::create now accepts 4th param: options
                   2636:          with $.charset
                   2637: 
                   2638:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   2639:          bug in cord (comparation cords with functions was buggy)
                   2640: 
                   2641: 2009-11-06  misha
                   2642: 
                   2643:        * src/main/pa_string.C: - bugfix: calculation string.length
                   2644:          sometimes was buggy
                   2645: 
                   2646:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   2647:          destroyed if exception occured during match/replace
                   2648: 
                   2649:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   2650:          lengthUTF8Char was added
                   2651: 
                   2652:        * src/classes/op.C: - clean tainting lang was added for user's
                   2653:          usage
                   2654: 
                   2655:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   2656:          fixed: checkouts are required after GC_MALLOC
                   2657: 
                   2658:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   2659: 
                   2660:        * operators.txt: - actually, there is no ^untaint[xml] in
                   2661:          file::create
                   2662: 
                   2663: 2009-10-15  misha
                   2664: 
                   2665:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   2666:          were added
                   2667: 
                   2668:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   2669:          were added
                   2670: 
                   2671:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   2672:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   2673:          hacking: for dealing with transcoding+^taint[uri]
                   2674:          transcode_and_untaint was replaced by untaint_and_transcode
                   2675: 
                   2676: 2009-10-13  misha
                   2677: 
                   2678:        * tests/: 121.html, results/121.processed: - test transcoding +
                   2679:          url-escaping now
                   2680: 
                   2681:        * tests/results/auto.p: - more helpers' methods were added
                   2682: 
                   2683:        * src/main/pa_globals.C: - die instead of abort
                   2684: 
                   2685: 2009-10-06  misha
                   2686: 
                   2687:        * src/main/pa_common.C: - don't allocate memory during
                   2688:          capitalization if input string is already capitalized
                   2689: 
                   2690:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   2691: 
1.89    ! moko     2692:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
        !          2693:          use format function because it calls malloc
1.86      moko     2694: 
                   2695:        * src/include/pa_common.h: - more capitalized headers were added
                   2696: 
                   2697:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   2698:          file writing
                   2699: 
                   2700: 2009-10-05  misha
                   2701: 
                   2702:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   2703: 
                   2704: 2009-10-03  misha
                   2705: 
                   2706:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   2707:          ^img.text[] & ^img.length[] can work in utf-8 now
                   2708: 
                   2709:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   2710:          UTF8_string_iterator was added
                   2711: 
                   2712:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   2713:          length
                   2714: 
                   2715:        * src/classes/mail.C: - check from before get message.cstr
                   2716: 
                   2717: 2009-10-02  misha
                   2718: 
                   2719:        * tests/233.html: - test for image.font, image.length, image.text
                   2720:          with text in utf-8 were added
                   2721: 
                   2722:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   2723: 
                   2724:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   2725:          version for freebsd 4 was added
                   2726: 
                   2727: 2009-10-01  misha
                   2728: 
                   2729:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   2730:          terminator) - read_pipe were slightly optimized
                   2731: 
                   2732: 2009-09-28  misha
                   2733: 
                   2734:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   2735:          removed
                   2736: 
                   2737:        * src/types/pa_vmail.C: - forgot about space after ':'
                   2738: 
                   2739:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   2740:          body - small simplifications
                   2741: 
                   2742:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   2743:          inout params like pa_base64
                   2744: 
                   2745:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   2746:          option $.debug-print(1) was added to mail:send - changes for
                   2747:          using uue_encode which uses less memory
                   2748: 
                   2749:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   2750: 
                   2751:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   2752:          memory now
                   2753: 
                   2754: 2009-09-26  misha
                   2755: 
                   2756:        * src/types/pa_vmail.C: - default encoding now is base64
                   2757: 
                   2758:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   2759: 
                   2760: 2009-09-25  misha
                   2761: 
                   2762:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   2763:          sending mail as well
                   2764: 
                   2765:        * buildall-with-xml: - catalog package was removed from libxml
                   2766: 
                   2767:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   2768:          win32 absolute path
                   2769: 
                   2770:        * src/include/pa_common.h: - one more capitalized header was added
                   2771: 
                   2772: 2009-09-22  misha
                   2773: 
                   2774:        * INSTALL: - comment about building just httpd binary while
                   2775:          building apache module was added
                   2776: 
                   2777: 2009-09-21  misha
                   2778: 
                   2779:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   2780:          libxml 2.7.4 and libxslt 1.1.25
                   2781: 
                   2782: 2009-09-19  misha
                   2783: 
                   2784:        * tests/231.html: - test for encoding cookie in win-1251
                   2785: 
                   2786: 2009-09-18  misha
                   2787: 
                   2788:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   2789:          object] were added
                   2790: 
                   2791:        * operators.txt: - info about method ^reflection:fields[class or
                   2792:          object] was added
                   2793: 
                   2794:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   2795:          object] was added
                   2796: 
                   2797:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   2798:          methods get_fields were added
                   2799: 
                   2800:        * tests/232.html: - tests for @GET[name]
                   2801: 
                   2802:        * src/classes/table.C: - some changes in handling hash-options for
                   2803:          creare, join and locate
                   2804: 
                   2805:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   2806:          defined with option: the type of requested value
                   2807: 
                   2808: 2009-09-17  misha
                   2809: 
                   2810:        * tests/212.html: - tests for .pattern and .options were added
                   2811: 
                   2812:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   2813:          $regex.options were added
                   2814: 
                   2815: 2009-09-11  misha
                   2816: 
                   2817:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   2818:          rewrited. it checks not just one case of sending cookies during
                   2819:          file::load[http], but also sending headers and fields (including
                   2820:          files)
                   2821: 
                   2822: 2009-09-10  misha
                   2823: 
                   2824:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   2825:          was removed => now parser can open files with Russian 'r' in
                   2826:          filename
                   2827: 
                   2828:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   2829:          while escaping cookies but now source charset
                   2830: 
                   2831:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   2832:          ^tainted[uri] so it was possible to make request with incorrect
                   2833:          http header
                   2834: 
                   2835:        * src/main/pa_http.C: - capitalization of http headers during
                   2836:          file::load[http was slightly changes - bugfix: all headers which
                   2837:          parser sends during file::load[http should be transcoded and only
                   2838:          then escaped
                   2839: 
                   2840:        * src/main/untaint.C: - a bit more comments were added
                   2841: 
                   2842:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   2843:          warnings)
                   2844: 
                   2845:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   2846:          headers during file::load[http were added
                   2847: 
                   2848: 2009-09-08  misha
                   2849: 
                   2850:        * operators.txt: - changes in file.save and string.save were added
                   2851: 
                   2852:        * tests/: 230.html, 230.txt: - tests for checking options in
                   2853:          file.save and string.save were added
                   2854: 
                   2855:        * src/main/pa_request.C: - http headers names, which are passed to
                   2856:          SAPI::add_header_attribute are lowercased now (it'll be
                   2857:          capitalized in that method)
                   2858: 
                   2859:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   2860:          classes/string.C: - file_write accepts Request_charsets and asked
                   2861:          charset and cound transcode content before writing - string.save
                   2862:          and file.save have option $.charset now
                   2863: 
                   2864:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   2865:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   2866:          charset and cound transcode content before writing
                   2867: 
                   2868:        * src/include/pa_exception.h: - new exception comment string was
                   2869:          defined
                   2870: 
                   2871: 2009-09-07  misha
                   2872: 
                   2873:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   2874:          sub-pattern\s
                   2875: 
                   2876: 2009-09-04  misha
                   2877: 
                   2878:        * src/main/pa_http.C: - capitalization of http headers during
                   2879:          file::load[http was implemented
                   2880: 
                   2881: 2009-09-03  misha
                   2882: 
                   2883:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2884:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
1.89    ! moko     2885:          types/pa_vmail.C, targets/cgi/parser3.C,
        !          2886:          targets/isapi/parser3isapi.C: - back to storing response http
        !          2887:          headers in lowercase - capitalize them during output
1.86      moko     2888: 
                   2889: 2009-08-31  misha
                   2890: 
                   2891:        * src/classes/table.C: - allow call with any brackets (it could be
                   2892:          useful in methods with explict result declaration)
                   2893: 
                   2894:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   2895:          correctly if $request:charset==koi8-r
                   2896: 
                   2897: 2009-08-30  misha
                   2898: 
                   2899:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   2900:          changed: content-type => Content-type and so on
                   2901: 
                   2902:        * src/classes/file.C, src/include/pa_common.h,
                   2903:          src/include/pa_request.h, src/main/pa_http.C,
                   2904:          src/main/pa_request.C, src/types/pa_vcookie.C,
1.89    ! moko     2905:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
        !          2906:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
        !          2907:          tests/results/002.processed, tests/results/003.processed,
        !          2908:          tests/results/004.processed, tests/results/005.processed,
        !          2909:          tests/results/006.processed, tests/results/007.processed,
        !          2910:          tests/results/008.processed, tests/results/009.processed,
        !          2911:          tests/results/010.processed, tests/results/011.processed,
        !          2912:          tests/results/012.processed, tests/results/013.processed,
        !          2913:          tests/results/014.processed, tests/results/015.processed,
        !          2914:          tests/results/016.processed, tests/results/017.processed,
        !          2915:          tests/results/018.processed, tests/results/019.processed,
        !          2916:          tests/results/020.processed, tests/results/021.processed,
        !          2917:          tests/results/022.processed, tests/results/023.processed,
        !          2918:          tests/results/024.processed, tests/results/025.processed,
        !          2919:          tests/results/026.processed, tests/results/027.processed,
        !          2920:          tests/results/028.processed, tests/results/029.processed,
        !          2921:          tests/results/030.processed, tests/results/031.processed,
        !          2922:          tests/results/032.processed, tests/results/033.processed,
        !          2923:          tests/results/034.processed, tests/results/035.processed,
        !          2924:          tests/results/036.processed, tests/results/037.processed,
        !          2925:          tests/results/038.processed, tests/results/039.processed,
        !          2926:          tests/results/040.processed, tests/results/041.processed,
        !          2927:          tests/results/042.processed, tests/results/043.processed,
        !          2928:          tests/results/044.processed, tests/results/045.processed,
        !          2929:          tests/results/046.processed, tests/results/047.processed,
        !          2930:          tests/results/048.processed, tests/results/049.processed,
        !          2931:          tests/results/050.processed, tests/results/051.processed,
        !          2932:          tests/results/052.processed, tests/results/053.processed,
        !          2933:          tests/results/054.processed, tests/results/055.processed,
        !          2934:          tests/results/056.processed, tests/results/057.processed,
        !          2935:          tests/results/058.processed, tests/results/059.processed,
        !          2936:          tests/results/060.processed, tests/results/061.processed,
        !          2937:          tests/results/062.processed, tests/results/063.processed,
        !          2938:          tests/results/064.processed, tests/results/065.processed,
        !          2939:          tests/results/066.processed, tests/results/067.processed,
        !          2940:          tests/results/068.processed, tests/results/069.processed,
        !          2941:          tests/results/070.processed, tests/results/071.processed,
        !          2942:          tests/results/072.processed, tests/results/073.processed,
        !          2943:          tests/results/074.processed, tests/results/075.processed,
        !          2944:          tests/results/076.processed, tests/results/077.processed,
        !          2945:          tests/results/078.processed, tests/results/079.processed,
        !          2946:          tests/results/080.processed, tests/results/081.processed,
        !          2947:          tests/results/082.processed, tests/results/083.processed,
        !          2948:          tests/results/084.processed, tests/results/085.processed,
        !          2949:          tests/results/086.processed, tests/results/087.processed,
        !          2950:          tests/results/088.processed, tests/results/089.processed,
        !          2951:          tests/results/090.processed, tests/results/091.processed,
        !          2952:          tests/results/092.processed, tests/results/093.processed,
        !          2953:          tests/results/094.processed, tests/results/095.processed,
        !          2954:          tests/results/096.processed, tests/results/097.processed,
        !          2955:          tests/results/098.processed, tests/results/099.processed,
        !          2956:          tests/results/100.processed, tests/results/101.processed,
        !          2957:          tests/results/102.processed, tests/results/103.processed,
        !          2958:          tests/results/104.processed, tests/results/105.processed,
        !          2959:          tests/results/106.processed, tests/results/107.processed,
        !          2960:          tests/results/108.processed, tests/results/109.processed,
        !          2961:          tests/results/110.processed, tests/results/111.processed,
        !          2962:          tests/results/112.processed, tests/results/113.processed,
        !          2963:          tests/results/114.processed, tests/results/115.processed,
        !          2964:          tests/results/116.processed, tests/results/117.processed,
        !          2965:          tests/results/118.processed, tests/results/119.processed,
        !          2966:          tests/results/120.processed, tests/results/121.processed,
        !          2967:          tests/results/122.processed, tests/results/123.processed,
        !          2968:          tests/results/124.processed, tests/results/125.processed,
        !          2969:          tests/results/126.processed, tests/results/127.processed,
        !          2970:          tests/results/128.processed, tests/results/129.processed,
        !          2971:          tests/results/130.processed, tests/results/131.processed,
        !          2972:          tests/results/132.processed, tests/results/133.processed,
        !          2973:          tests/results/134.processed, tests/results/135.processed,
        !          2974:          tests/results/136.processed, tests/results/138.processed,
        !          2975:          tests/results/139.processed, tests/results/140.processed,
        !          2976:          tests/results/141.processed, tests/results/142.processed,
        !          2977:          tests/results/143.processed, tests/results/144.processed,
        !          2978:          tests/results/145.processed, tests/results/146.processed,
        !          2979:          tests/results/147.processed, tests/results/148.processed,
        !          2980:          tests/results/149.processed, tests/results/150.processed,
        !          2981:          tests/results/151.processed, tests/results/152.processed,
        !          2982:          tests/results/153.processed, tests/results/154.processed,
        !          2983:          tests/results/155.processed, tests/results/156.processed,
        !          2984:          tests/results/157.processed, tests/results/158.processed,
        !          2985:          tests/results/159.processed, tests/results/160.processed,
        !          2986:          tests/results/161.processed, tests/results/162.processed,
        !          2987:          tests/results/163.processed, tests/results/164.processed,
        !          2988:          tests/results/165.processed, tests/results/166.processed,
        !          2989:          tests/results/167.processed, tests/results/168.processed,
        !          2990:          tests/results/169.processed, tests/results/170.processed,
        !          2991:          tests/results/171.processed, tests/results/172.processed,
        !          2992:          tests/results/173.processed, tests/results/174.processed,
        !          2993:          tests/results/175.processed, tests/results/176.processed,
        !          2994:          tests/results/177.processed, tests/results/178.processed,
        !          2995:          tests/results/179.processed, tests/results/180.processed,
        !          2996:          tests/results/181.processed, tests/results/182.processed,
        !          2997:          tests/results/183.processed, tests/results/184.processed,
        !          2998:          tests/results/185.processed, tests/results/186.processed,
        !          2999:          tests/results/187.processed, tests/results/188.processed,
        !          3000:          tests/results/189.processed, tests/results/190.processed,
        !          3001:          tests/results/191.processed, tests/results/192.processed,
        !          3002:          tests/results/193.processed, tests/results/194.processed,
        !          3003:          tests/results/195.processed, tests/results/196.processed,
        !          3004:          tests/results/197.processed, tests/results/198.processed,
        !          3005:          tests/results/199.processed, tests/results/200.processed,
        !          3006:          tests/results/201.processed, tests/results/202.processed,
        !          3007:          tests/results/203.processed, tests/results/204.processed,
        !          3008:          tests/results/205.processed, tests/results/206.processed,
        !          3009:          tests/results/207.processed, tests/results/208.processed,
        !          3010:          tests/results/209.processed, tests/results/210.processed,
        !          3011:          tests/results/211.processed, tests/results/212.processed,
        !          3012:          tests/results/213.processed, tests/results/214.processed,
        !          3013:          tests/results/215.processed, tests/results/216.processed,
        !          3014:          tests/results/217.processed, tests/results/218.processed,
        !          3015:          tests/results/219.processed, tests/results/220.processed,
        !          3016:          tests/results/221.processed, tests/results/222.processed,
        !          3017:          tests/results/223.processed, tests/results/224.processed,
        !          3018:          tests/results/225.processed, tests/results/226.processed,
        !          3019:          tests/results/227.processed, tests/results/228.processed,
        !          3020:          tests/results/229.processed: - http headers were changed:
        !          3021:          content-type => Content-type and so on
1.86      moko     3022: 
                   3023: 2009-08-27  misha
                   3024: 
                   3025:        * src/: main/pa_random.C, include/pa_random.h,
                   3026:          targets/cgi/parser3.C: - year was updated :)
                   3027: 
                   3028: 2009-08-26  misha
                   3029: 
                   3030:        * tests/: 224.html, 224.p: - test for creating of parser object
                   3031:          using constructor without params - little bugfix in test
                   3032: 
                   3033:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   3034:          checking existed class while processing partial option
                   3035: 
                   3036:        * src/classes/reflection.C: - bugfix: core when creating object
                   3037:          with reflection and constructor doesn't have params
                   3038: 
                   3039: 2009-08-24  misha
                   3040: 
                   3041:        * tests/229.html: - tests for checking the number of parameters
                   3042:          were added
                   3043: 
                   3044:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   3045:          number of method's parameters wasn't checked correctly (the bug
                   3046:          was introduced in 3.4.0)
                   3047: 
                   3048: 2009-08-22  misha
                   3049: 
                   3050:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   3051:          transcoded, but tainted pieces are escaped only when
                   3052:          content-type==url-encoding
                   3053: 
                   3054:        * tests/228.html: - test for checking
                   3055:          ^file::load[http://...;$.body[]]
                   3056: 
                   3057:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   3058:          post charset was too early (charsets is empty at this moment)
                   3059: 
                   3060: 2009-08-21  misha
                   3061: 
                   3062:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   3063:          main/untaint.C: - some fixes with transcode+untaint
                   3064: 
                   3065: 2009-08-15  misha
                   3066: 
                   3067:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   3068:          was increaced to 100 (was 50)
                   3069: 
                   3070:        * tests/227.html: - test for checking overriding properties in
                   3071:          static classes was added
                   3072: 
                   3073:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   3074: 
                   3075:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   3076:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   3077:          autouse was implemented
                   3078: 
                   3079: 2009-08-14  misha
                   3080: 
                   3081:        * src/classes/reflection.C: - outdated checkout was removed
                   3082: 
                   3083:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   3084:          added.
                   3085: 
                   3086:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   3087:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   3088: 
                   3089:        * src/types/pa_vclass.C: - exception if base on sytem class
                   3090: 
                   3091: 2009-08-12  misha
                   3092: 
                   3093:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   3094:          pa_vstateless_class.h: - little optimisation
                   3095: 
                   3096: 2009-08-11  misha
                   3097: 
                   3098:        * tests/224.html: - method_params => method_info - checking for
                   3099:          $.inherited
                   3100: 
                   3101:        * src/classes/reflection.C, operators.txt: - method method_params
                   3102:          was renamed to method_info and now it returns class name, if
                   3103:          method was defined in ancestor
                   3104: 
                   3105:        * tests/225.html: - tests for cheching properties in hierarhical
                   3106:          classes were added
                   3107: 
                   3108:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   3109:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3110:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   3111:          with properties in new classes implementation were fixed
                   3112: 
                   3113: 2009-08-10  misha
                   3114: 
                   3115:        * src/main/execute.C: - now constructor shouldn't be defined in
                   3116:          class. it could be defined in parent.
                   3117: 
                   3118: 2009-08-09  misha
                   3119: 
                   3120:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   3121:          base's methods
                   3122: 
                   3123: 2009-08-08  misha
                   3124: 
                   3125:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   3126:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   3127:          classes/image.C, classes/mail.C, classes/op.C,
                   3128:          classes/reflection.C, classes/regex.C, classes/string.C,
                   3129:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   3130:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   3131:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   3132:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   3133:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3134:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3135:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   3136:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   3137:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   3138:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   3139:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   3140:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   3141:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   3142:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3143:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3144:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3145:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3146:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   3147:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   3148:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   3149:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   3150:          implementation
                   3151: 
                   3152:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   3153:          USE_MUNMAP is used. so it is disabled as a workaround.
                   3154: 
                   3155: 2009-08-05  misha
                   3156: 
                   3157:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   3158:          parameter was removed
                   3159: 
                   3160:        * src/main/pa_http.C: - bugfix: error was during detecting
                   3161:          content-type of file which was loaded by http
                   3162: 
                   3163: 2009-08-01  misha
                   3164: 
                   3165:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   3166:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   3167:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   3168:          can't be disabled with defines any longer
                   3169: 
                   3170: 2009-07-29  misha
                   3171: 
                   3172:        * src/classes/reflection.C, tests/results/224.processed: - for
                   3173:          native methods with any call type now returned empty call_type
                   3174:          value
                   3175: 
                   3176:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3177:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   3178:          main/pa_request.C: - break in cycles was optimized
                   3179: 
                   3180:        * INSTALL: - more defines were described
                   3181: 
                   3182: 2009-07-28  misha
                   3183: 
                   3184:        * operators.txt: - some changes in information about reflection
                   3185:          class
                   3186: 
                   3187:        * tests/: 224.html, 224.p: - tests for reflection class
                   3188: 
                   3189:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   3190:          was added, refactoring
                   3191: 
                   3192: 2009-07-26  misha
                   3193: 
                   3194:        * src/classes/classes.vcproj: - reflection class wass added to
                   3195:          project
                   3196: 
                   3197:        * operators.txt: - information about reflection class was added
                   3198: 
                   3199:        * src/classes/reflection.C: - class was redesigned
                   3200: 
                   3201: 2009-07-24  misha
                   3202: 
                   3203:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   3204:          added
                   3205: 
                   3206:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   3207:          in classes was added
                   3208: 
                   3209: 2009-07-22  misha
                   3210: 
                   3211:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   3212:          over-optimized. it failed if $object1.$object2.field
                   3213: 
                   3214: 2009-07-16  misha
                   3215: 
                   3216:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   3217:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   3218:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   3219:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   3220:          one more arg: length of cord
                   3221: 
                   3222: 2009-07-15  misha
                   3223: 
                   3224:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   3225:          tainted in ^file::load[http://...;$.cookies[]]
                   3226: 
                   3227:        * src/classes/: op.C, regex.C, string.C: - new string with
                   3228:          exception was used
                   3229: 
                   3230:        * src/include/pa_exception.h: - new string with exception was added
                   3231: 
                   3232:        * tests/223.html: - test for checking cookie-encoding during
                   3233:          ^file::load[http was added
                   3234: 
                   3235:        * tests/: 221.html, 222.html: - tests for checking type of
                   3236:          $table.fields.field were added
                   3237: 
                   3238:        * src/types/pa_vtable.C: - not used var decl was removed
                   3239: 
                   3240:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   3241:          it improves speed of match with brackets in pattern
                   3242: 
                   3243:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   3244:          outside
                   3245: 
                   3246: 2009-07-14  misha
                   3247: 
                   3248:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   3249:          column is empty (sometime returned void) - $table.fields was
                   3250:          added for nameless tables
                   3251: 
                   3252:        * src/targets/cgi/getopt.c: - one warning resolved
                   3253: 
                   3254:        * src/main/pa_string.C: - potentian bug fixed
                   3255: 
                   3256:        * src/classes/op.C: - small optimization in taint/untaint
                   3257: 
                   3258: 2009-07-13  misha
                   3259: 
                   3260:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   3261:          added
                   3262: 
                   3263:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   3264:          souldn't add the attribut to output
                   3265: 
                   3266: 2009-07-11  misha
                   3267: 
1.89    ! moko     3268:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
        !          3269:          stack size was increaced to 2MB (default=1MB)
1.86      moko     3270: 
                   3271: 2009-07-08  misha
                   3272: 
                   3273:        * src/main/pa_string.C: - link to UTF-8 description was added
                   3274: 
                   3275:        * src/include/pa_hash.h: - hash keeps element's order in more
                   3276:          places (ex: ._keys[])
                   3277: 
                   3278:        * tests/220.html: - test for checking order of elements in hash in
                   3279:          foreach was added
                   3280: 
                   3281:        * tests/172.html: - small changes in printing hash
                   3282: 
                   3283:        * tests/129.html: - small changes in printing hash
                   3284: 
                   3285:        * src/: include/pa_common.h, include/pa_hash.h,
                   3286:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   3287:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   3288: 
                   3289:        * tests/014.html: - small changes in printing hash
                   3290: 
                   3291: 2009-07-07  misha
                   3292: 
                   3293:        * src/classes/op.C: - new taint language "parser-code" was added
                   3294: 
                   3295:        * tests/219.html: - test for auto untaint parser code in process
                   3296:          was added
                   3297: 
                   3298:        * src/classes/op.C: - tainted pieces in body of process are
                   3299:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   3300: 
                   3301:        * src/: include/pa_string.h, main/untaint.C: - new language
                   3302:          L_PARSER_CODE for auto-untaint in process was added
                   3303: 
                   3304:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   3305:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   3306:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   3307:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   3308:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   3309:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   3310:          code cleanup
                   3311: 
                   3312: 2009-07-06  misha
                   3313: 
                   3314:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   3315:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   3316:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   3317: 
                   3318:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   3319:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   3320:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   3321:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   3322:          should be used
                   3323: 
                   3324:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   3325:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   3326:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   3327:          untaint_cstr[m] should be used
                   3328: 
                   3329:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   3330:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   3331: 
                   3332:        * tests/218.html: - test for checking automatic file-spec-taint was
                   3333:          added
                   3334: 
                   3335:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   3336:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   3337:          classes/file.C, classes/hash.C, classes/image.C,
                   3338:          classes/string.C, classes/table.C, classes/void.C,
                   3339:          classes/xdoc.C: - optimizations and simplification of
                   3340:          string.cstr(...)
                   3341: 
                   3342:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   3343:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   3344:          - optimizations and simplification of string.cstr(...)
                   3345: 
                   3346: 2009-07-04  misha
                   3347: 
                   3348:        * tests/217.html: - test for recursion detection was added
                   3349: 
                   3350:        * src/: types/types.vcproj, main/main.vcproj,
1.89    ! moko     3351:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
        !          3352:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
        !          3353:          from .vcproj
1.86      moko     3354: 
                   3355:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   3356: 
                   3357:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   3358:          uploading files and case-insensitive http-method were added
                   3359: 
                   3360:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   3361:          tainted pattern in ^file:list[] was added
                   3362: 
                   3363: 2009-07-03  misha
                   3364: 
                   3365:        * src/: classes/classes.vcproj, main/main.vcproj,
                   3366:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   3367:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   3368:          for dynamic_cast) - little options changes
                   3369: 
                   3370:        * src/main/pa_http.C: - file::load[http works now with uploading
                   3371:          files _and_ changing $.charset
                   3372: 
                   3373: 2009-06-29  misha
                   3374: 
                   3375:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   3376:          while creating pattern
                   3377: 
                   3378: 2009-06-25  misha
                   3379: 
                   3380:        * src/classes/image.C, operators.txt: - options' names for
                   3381:          ^image.font were changed to $.space, $.width and $spacing -
                   3382:          default space width now == gif's width
                   3383: 
                   3384: 2009-06-24  misha
                   3385: 
                   3386:        * tests/215.html: - tests for $file.mode were added
                   3387: 
                   3388:        * operators.txt: - added info about $file.mode and changes in
                   3389:          ^image.font[
                   3390: 
                   3391:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   3392:          param now could be omited - third param now could be hash (with
                   3393:          all widths options: $.space-width, $.letter-width) - it's
                   3394:          possible to specify tracking ($.letter-space)
                   3395: 
                   3396:        * src/classes/file.C: - file objects now could have mode field
                   3397:          (text|binary)
                   3398: 
                   3399:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   3400: 
                   3401: 2009-06-23  misha
                   3402: 
                   3403:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   3404:          trim can work with utf-8 chars now
                   3405: 
                   3406: 2009-06-20  misha
                   3407: 
                   3408:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   3409:          was implemented
                   3410: 
                   3411:        * src/classes/table.C: - string length cacheing was implemented
                   3412: 
                   3413:        * src/include/pa_string.h: - string length cacheing was implemented
                   3414: 
                   3415: 2009-06-17  misha
                   3416: 
                   3417:        * src/main/execute.C: - value param was removed from
                   3418:          WContext::WContext
                   3419: 
                   3420:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   3421:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   3422:          - field wcontext was removed from VCodeFrame (using fparent
                   3423:          instead)
                   3424: 
                   3425:        * tests/214.html: - test with hash copying
                   3426: 
                   3427: 2009-06-16  misha
                   3428: 
                   3429:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   3430:          strings doesn't work in expression anymore
                   3431: 
                   3432:        * src/main/execute.C: - less calls for get_constructing() - little
                   3433:          refactoring
                   3434: 
                   3435:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   3436:          include/pa_request.h: - less calls for get_constructing()
                   3437: 
                   3438:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   3439:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   3440: 
                   3441: 2009-06-14  misha
                   3442: 
                   3443:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   3444:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   3445:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   3446:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   3447:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   3448:          storing object's fields only for parser objects
                   3449: 
                   3450: 2009-06-13  misha
                   3451: 
                   3452:        * buildall-with-xml, buildall-without-xml: - new option was added
                   3453:          for building GC (it slightly reduces memory usage)
                   3454: 
                   3455:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   3456:          single string write
                   3457: 
                   3458:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   3459:          - optimization of single string write
                   3460: 
                   3461:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   3462:          - bytecode optimization of ^class:constructor
                   3463: 
                   3464: 2009-06-09  misha
                   3465: 
                   3466:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   3467:          main (better compatibility)
                   3468: 
                   3469: 2009-06-08  misha
                   3470: 
                   3471:        * src/main/compile.y: - I've forgot to commit it :(
                   3472: 
                   3473: 2009-06-07  misha
                   3474: 
                   3475:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   3476:          WITH_READ and WITH_ROOT
                   3477: 
                   3478:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3479:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   3480:          WITH_ROOT - little refactoring
                   3481: 
                   3482: 2009-06-06  misha
                   3483: 
                   3484:        * tests/213.html: - tests for 3rd match string-param were added
                   3485: 
                   3486:        * src/classes/string.C: - 3rd match param could be string now
                   3487: 
                   3488:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   3489:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   3490:          GET_OBJECT_ELEMENT
                   3491: 
                   3492: 2009-06-05  misha
                   3493: 
                   3494:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   3495:          if $.body was specified
                   3496: 
                   3497: 2009-06-04  misha
                   3498: 
                   3499:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   3500: 
                   3501:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   3502: 
                   3503:        * src/main/execute.C: - little refactoring - optimizing
                   3504:          write_assign_lang in taint/untaint
                   3505: 
                   3506:        * src/include/pa_opcode.h: - little refactoring
                   3507: 
                   3508:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   3509:          main/compile_tools.h, main/execute.C: - optimizations for
                   3510:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   3511:          were added
                   3512: 
                   3513: 2009-06-03  misha
                   3514: 
                   3515:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   3516: 
                   3517: 2009-06-02  misha
                   3518: 
                   3519:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   3520:          include/pa_opcode.h: - refactoring in last optimizations
                   3521:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   3522:          now but code is much easy and it is ready for further
                   3523:          improvements.
                   3524: 
                   3525: 2009-05-27  misha
                   3526: 
                   3527:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   3528:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   3529:          changed in destructing junctions
                   3530: 
                   3531:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   3532:          String:Body
                   3533: 
                   3534: 2009-05-26  misha
                   3535: 
                   3536:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   3537:          one method detect_charset was deleted - bug was fixed in this
                   3538:          method (error while detecting charset in content_type withot last
                   3539:          ';')
                   3540: 
                   3541:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   3542:          once
                   3543: 
                   3544: 2009-05-25  misha
                   3545: 
                   3546:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   3547:          optimizing of helper_length
                   3548: 
                   3549: 2009-05-24  misha
                   3550: 
                   3551:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   3552:          were added - little refactoring
                   3553: 
                   3554:        * src/main/execute.C: - core while printing in debug log
                   3555:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   3556:          optimisations were added
                   3557: 
                   3558:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   3559:          were added
                   3560: 
                   3561: 2009-05-23  misha
                   3562: 
                   3563:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3564:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   3565:          CORD_cat optimization
                   3566: 
                   3567:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   3568:          - call constr optimisation under separate define now
                   3569: 
                   3570:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   3571:          in $b should be string, not void
                   3572: 
                   3573:        * src/main/compile.y: - little fix for rem-cut optimisation
                   3574: 
                   3575:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   3576:          main/compile_tools.h, main/execute.C: - optimisations for
                   3577:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   3578: 
                   3579:        * INSTALL: - description of some #defined were added
                   3580: 
                   3581:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   3582:          before 1st access (memory usage is reduced if don't access to
                   3583:          .text field)
                   3584: 
                   3585:        * src/include/pa_array.h: - array grows step now not static (it
                   3586:          reduces numbers of reallocs)
                   3587: 
                   3588: 2009-05-20  misha
                   3589: 
                   3590:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   3591:          $.b(2), $c[d] and $.e[f] was added
                   3592: 
                   3593:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3594:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   3595:          $.e[f] was added
                   3596: 
                   3597:        * src/main/execute.C: - debug printing moved in defines
                   3598: 
                   3599:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   3600:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   3601:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   3602: 
                   3603: 2009-05-19  misha
                   3604: 
                   3605:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   3606:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   3607: 
                   3608:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   3609:          ^a.$b optimisation)
                   3610: 
                   3611:        * src/main/compile.y: - compiler now generate new opcodes:
                   3612:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   3613:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   3614:          of params }
                   3615: 
                   3616:        * src/main/execute.C: - code for handle new opcodes
                   3617:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   3618: 
                   3619:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   3620:          added for LA2V and LA2S
                   3621: 
                   3622:        * src/include/pa_opcode.h: - new defines which can be used for
                   3623:          disable some bytecode optimisation and new opcodes were added
                   3624: 
                   3625: 2009-05-17  misha
                   3626: 
                   3627:        * src/lib/cord/cordxtra.c: - bugfix.
                   3628: 
                   3629:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   3630: 
                   3631:        * operators.txt: - info about regex class was added
                   3632: 
                   3633:        * tests/212.html: - tests for regex class were added
                   3634: 
                   3635: 2009-05-16  misha
                   3636: 
                   3637:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   3638:          gc7.1
                   3639: 
                   3640:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   3641:          was added
                   3642: 
                   3643:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   3644:          param) should work
                   3645: 
                   3646: 2009-05-15  misha
                   3647: 
                   3648:        * src/classes/table.C: - automatically disable stringstream usage
                   3649:          on freebsd4
                   3650: 
                   3651:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   3652:          scope
                   3653: 
                   3654:        * tests/211.html: - test with different types of access to hash was
                   3655:          added
                   3656: 
                   3657:        * tests/210.html: - test which checks for loosing tainting in
                   3658:          hash's keys was added
                   3659: 
                   3660:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   3661: 
                   3662:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   3663: 
                   3664:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   3665: 
                   3666:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   3667:          optimisations for increacing version number more dramatically :)
                   3668: 
                   3669:        * src/classes/date.C: - little refactoring: use constructor which
                   3670:          accepts formated string
                   3671: 
                   3672:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   3673:          which can print formatted string was added
                   3674: 
                   3675: 2009-05-14  misha
                   3676: 
                   3677:        * src/include/pa_string.h: - type was fixed
                   3678: 
                   3679:        * src/: classes/hashfile.C, classes/op.C,
                   3680:          include/pa_cache_managers.h, include/pa_charset.h,
                   3681:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   3682:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   3683:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   3684:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   3685:          main/pa_charsets.C, main/pa_string.C,
                   3686:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   3687:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3688:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   3689:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   3690:          (seaches should be faster now)
                   3691: 
                   3692:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   3693:          classes/string.C, classes/table.C, include/pa_string.h,
                   3694:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   3695:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   3696:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   3697:          types/pa_vrequest.C: - String constructors don't have that stupid
                   3698:          true/false param which means 'tainted'. they accept lang instead.
                   3699: 
                   3700:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   3701:          with OPTIMIZE_RESULT
                   3702: 
                   3703:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   3704:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   3705: 
                   3706: 2009-05-13  misha
                   3707: 
                   3708:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   3709:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   3710:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3711:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   3712:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   3713:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   3714:          include/pa_string.h, classes/date.C, classes/file.C,
                   3715:          classes/hash.C, classes/image.C, classes/string.C,
                   3716:          classes/table.C, classes/xdoc.C: - result optimisation -
                   3717:          helper_length parameter removed from string constructors
                   3718: 
                   3719: 2009-05-11  misha
                   3720: 
                   3721:        * tests/209.html: - tests for ^hash::create[hash] were added
                   3722: 
                   3723:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   3724:          ^memory:compact[] were added
                   3725: 
                   3726:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   3727:          log10 were added
                   3728: 
                   3729:        * tests/206.html: - test for try with finally was added
                   3730: 
                   3731: 2009-05-10  misha
                   3732: 
                   3733:        * tests/205.html: - test for ^file::create[...] was added
                   3734: 
                   3735:        * tests/204.html: - test for ^response:clear[] was added
                   3736: 
                   3737:        * tests/038.html: - tests for trigonometric functions were added
                   3738: 
                   3739:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   3740:          added - more tests for .add, .sub, .union, .intersects and
                   3741:          .intersections
                   3742: 
                   3743:        * tests/065.html: - test for ^file:dirname was added
                   3744: 
                   3745:        * tests/030.html: - test for $cookie:fields was added
                   3746: 
                   3747:        * tests/203.html: - test for ^h._keys[column name] was added
                   3748: 
                   3749:        * tests/201.html: - tests for .trim were added
                   3750: 
                   3751:        * tests/202.html: - tests for last-day,
                   3752:          date:calendar[type](YYYY;MM;DD) were added
                   3753: 
                   3754:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   3755:          .offset[type](N) were added
                   3756: 
                   3757:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   3758:          and .pos[c](N) were added
                   3759: 
                   3760:        * tests/141.html: - test for math:sha1 was added
                   3761: 
                   3762:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   3763: 
                   3764: 2009-05-09  misha
                   3765: 
                   3766:        * src/main/compile.y: - rollback
                   3767: 
                   3768: 2009-05-05  misha
                   3769: 
                   3770:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   3771:          replaced by is_empty()
                   3772: 
                   3773:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   3774:          optimisation: somewhere length() was replaced by is_empty()
                   3775: 
                   3776:        * src/classes/table.C: - little optimisation: somewhere length()
                   3777:          was replaced by is_empty()
                   3778: 
                   3779:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   3780:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   3781:          optimisation: somewhere length() was replaced by is_empty()
                   3782: 
                   3783: 2009-05-04  misha
                   3784: 
                   3785:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   3786:          types/pa_vstateless_class.h, main/execute.C,
                   3787:          include/pa_request.h, classes/hash.C, classes/op.C,
                   3788:          classes/table.C: - more optimisations were added: some operators
                   3789:          don't switch write context anylonger
                   3790: 
                   3791: 2009-05-01  misha
                   3792: 
                   3793:        * src/main/compile.y: - slightly more opcode optimisations for
                   3794:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   3795: 
                   3796:        * src/main/execute.C: - simplifying process for getters
                   3797: 
                   3798: 2009-04-30  misha
                   3799: 
                   3800:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   3801: 
                   3802:        * tests/results/199.processed: - test for checking $result into
                   3803:          ^rem was added
                   3804: 
                   3805:        * tests/199.html: - test for checking $result into ^rem was added
                   3806: 
                   3807:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   3808:          some OS it returns list in different order)
                   3809: 
                   3810:        * src/: include/pa_array.h, include/pa_request.h,
                   3811:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   3812:          changes in stack impl - get_element() optimisation: 3rd param
                   3813:          removed - bugfix: problems with reading empty input param -
                   3814:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   3815: 
                   3816:        * tests/results/198.processed: - test for reading empty local var
                   3817:          was added
                   3818: 
                   3819:        * tests/198.html: - test for reading empty local var was added
                   3820: 
                   3821: 2009-04-29  misha
                   3822: 
                   3823:        * src/main/compile.y: - bugfix: couldn't compile because
                   3824:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   3825: 
                   3826:        * src/: include/pa_array.h, include/pa_opcode.h,
                   3827:          include/pa_request.h, main/compile.y, main/execute.C,
                   3828:          main/pa_request.C, types/pa_vmethod_frame.C,
                   3829:          types/pa_vmethod_frame.h: - we can work without opcode
                   3830:          OP_STORE_PARAM, so it was removed
                   3831: 
                   3832: 2009-04-28  misha
                   3833: 
                   3834:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   3835:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   3836:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   3837:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   3838:          4.
                   3839:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   3840: 
                   3841:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   3842: 
                   3843:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   3844:          is_empty()
                   3845: 
                   3846: 2009-04-27  misha
                   3847: 
                   3848:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   3849: 
                   3850: 2009-04-24  misha
                   3851: 
                   3852:        * src/classes/string.C: - ups. typo fixed
                   3853: 
                   3854:        * src/main/execute.C: - more replacements '*new VBool' to
                   3855:          'VBool::get' - checks for ^break[], ^continue[] and
                   3856:          parser.interrupted were optimised
                   3857: 
                   3858:        * src/classes/string.C: - number of params.count() calls was
                   3859:          slightly reduced
                   3860: 
                   3861: 2009-04-23  misha
                   3862: 
                   3863:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   3864:          make it x64 friendly
                   3865: 
                   3866:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   3867:          parser is x64 friendly now
                   3868: 
                   3869: 2009-04-22  misha
                   3870: 
                   3871:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   3872:          exceeding record size was added
                   3873: 
                   3874:        * src/classes/file.C: - use vregex object instead of direct calls
                   3875:          methods from pcre lib
                   3876: 
                   3877:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   3878:          classes/string.C: - use vregex object instead of direct calls
                   3879:          methods from pcre lib
                   3880: 
                   3881:        * src/: include/pa_common.h, main/pa_common.C: - method
                   3882:          print_pcre_exec_error_text was moved to class vregex
                   3883: 
                   3884:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   3885:          was added
                   3886: 
                   3887:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   3888:          - class vregex was added
                   3889: 
                   3890: 2009-04-21  misha
                   3891: 
                   3892:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   3893: 
                   3894:        * src/: types/pa_junction.h, types/pa_value.C,
                   3895:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   3896:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   3897:          junction-optimisation (destructors)
                   3898: 
                   3899:        * src/include/pa_array.h: - free under if now
                   3900: 
                   3901: 2009-04-19  misha
                   3902: 
                   3903:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   3904: 
                   3905: 2009-04-18  misha
                   3906: 
                   3907:        * src/include/pa_version.h:
                   3908:          :q :
                   3909: 
                   3910:          CV:
                   3911:          ----------------------------------------------------------------------
                   3912: 
                   3913:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   3914:          refactoring
                   3915: 
                   3916:        * src/: include/pa_array.h, include/pa_hash.h,
                   3917:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   3918: 
                   3919:        * src/include/pa_memory.h: - define for using destructors was added
                   3920: 
                   3921:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   3922:          main/execute.C: - some junctions will be cached now
                   3923: 
                   3924:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   3925: 
                   3926:        * src/include/pa_array.h: - inline was added to destructor
                   3927: 
                   3928:        * src/types/pa_method.h: - comment was changed
                   3929: 
                   3930: 2009-04-17  misha
                   3931: 
                   3932:        * src/: include/pa_array.h, include/pa_hash.h,
                   3933:          types/pa_vmethod_frame.h: - destructors were added
                   3934: 
                   3935:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   3936:          renamed to always_use_result
                   3937: 
                   3938:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   3939:          compiler: full backward compatibility is better
                   3940: 
                   3941:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   3942:          result in var's hash
                   3943: 
                   3944:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   3945:          optimisation in method_frame
                   3946: 
                   3947:        * src/include/pa_array.h: - optimisation in array (allocate
                   3948:          elements only when needed)
                   3949: 
                   3950:        * src/types/pa_vresponse.C: - check for $response:headers field
                   3951:          before looking at custom fields
                   3952: 
                   3953:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   3954:          not needed to check existance var with name 'result' in var's
                   3955:          hash
                   3956: 
                   3957:        * src/main/compile.y: - compiler was changed: now it detects
                   3958:          writings to $result and set flag writo_to_result in method
                   3959: 
                   3960:        * src/classes/string.C: - little optimisation: no needed to write
                   3961:          number with lang
                   3962: 
                   3963:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   3964:          used for read utf8-strings were renamed - is_escaped was renamed
                   3965:          to isEscaped (to the same name convention)
                   3966: 
                   3967:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   3968:          write_to_result added. compiler get this info from code.
                   3969: 
                   3970: 2009-04-16  misha
                   3971: 
                   3972:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   3973:          String only before 1st write
                   3974: 
                   3975:        * src/include/pa_string.h: - not needed template removed
                   3976: 
                   3977:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   3978:          types/pa_vjunction.C, types/pa_vproperty.C,
                   3979:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   3980:          main/pa_request.C, classes/bool.C, classes/double.C,
                   3981:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   3982:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   3983:          bool objects)
                   3984: 
                   3985: 2009-04-15  misha
                   3986: 
                   3987:        * src/lib/cord/cordxtra.c: - more optimisation
                   3988: 
                   3989:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   3990:          optimisation
                   3991: 
                   3992:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   3993:          then get and can sometime be used)
                   3994: 
                   3995:        * src/main/pa_string.C: - String::length optimisation
                   3996: 
                   3997:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   3998:          these methods read different strings
                   3999: 
                   4000:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   4001:          fresult_initial_void removed + some optimisation - if $result
                   4002:          defined we don't write to context anymore
                   4003: 
                   4004:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   4005:          need just skip char)
                   4006: 
                   4007:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4008:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   4009:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   4010: 
                   4011:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   4012:          instance
                   4013: 
                   4014: 2009-04-11  misha
                   4015: 
                   4016:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   4017: 
                   4018:        * tests/197.html: - test for parser://test in xml was added
                   4019: 
                   4020:        * src/classes/string.C: - small optimisation
                   4021: 
                   4022:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   4023:          optimisation
                   4024: 
                   4025: 2009-04-10  misha
                   4026: 
                   4027:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   4028:          to pcre-7.8
                   4029: 
                   4030:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   4031: 
                   4032:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   4033:          added
                   4034: 
                   4035:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   4036:          $request:CLASS_NAME were added
                   4037: 
                   4038:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   4039:          were added
                   4040: 
                   4041:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   4042:          $env:CLASS_NAME were added
                   4043: 
                   4044:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   4045:          '@todo' now
                   4046: 
                   4047:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   4048:          compirer
                   4049: 
                   4050:        * src/main/pa_string.C: - little code cleanup
                   4051: 
                   4052:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   4053:          during PCRE compile/execute
                   4054: 
                   4055:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   4056:          normalizing todo-comments: '@todo' now
                   4057: 
                   4058:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   4059: 
                   4060:        * src/main/pa_charset.C: - type changed for making compiler happy
                   4061: 
                   4062: 2009-03-10  misha
                   4063: 
                   4064:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   4065:          in main()
                   4066: 
                   4067: 2009-02-01  misha
                   4068: 
                   4069:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   4070:          boundary
                   4071: 
                   4072: 2009-01-25  misha
                   4073: 
                   4074:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   4075: 
                   4076:        * src/classes/file.C: - more changes for parsing different number
                   4077:          of params for file::load
                   4078: 
                   4079:        * tests/193.html: - tests for exception while base64-decode binary
                   4080:          to string was added
                   4081: 
                   4082:        * tests/192.html: - tests for file::load with different number of
                   4083:          options
                   4084: 
                   4085:        * src/classes/math.C: - ups. forgot '+1'
                   4086: 
                   4087:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   4088:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   4089:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   4090:          (new option $.encode[multipart-form/data] should be specified) -
                   4091:          $.method[] option for file::load now is not case-sensitive
                   4092: 
                   4093:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   4094:          new taint language L_FILE_POST was added
                   4095: 
                   4096:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   4097:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   4098:          stuff was moved to separate files
                   4099: 
                   4100: 2009-01-23  misha
                   4101: 
                   4102:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   4103:          spaces to tabs were converted
                   4104: 
                   4105: 2009-01-12  misha
                   4106: 
                   4107:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   4108:          now
                   4109: 
                   4110:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   4111:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   4112:          their names
                   4113: 
                   4114:        * src/main/pa_common.C: - changes in formating
                   4115: 
1.89    ! moko     4116:        * src/: classes/file.C, main/pa_http.C: - some constants changed
1.86      moko     4117:          their names
                   4118: 
                   4119:        * src/include/pa_http.h: - some spaces were converted to tabs
                   4120: 
                   4121:        * src/include/pa_common.h: - some constants changed their names
                   4122: 
                   4123:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   4124:          little code rewriting
                   4125: 
                   4126:        * src/types/pa_vfile.C: - little code rewriting
                   4127: 
                   4128:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   4129:          types/pa_value.h: - some formating changes
                   4130: 
                   4131:        * src/include/pa_common.h: - some formating spaces transformed to
                   4132:          tabs
                   4133: 
                   4134:        * src/classes/string.C: - exception while base64-decode binary to a
                   4135:          string
                   4136: 
                   4137: 2009-01-11  misha
                   4138: 
                   4139:        * configure.in: - version changed to 3.3.1b
                   4140: 
                   4141: 2008-09-05  misha
                   4142: 
                   4143:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   4144:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   4145: 
                   4146: 2008-09-04  misha
                   4147: 
                   4148:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   4149:          anymore
                   4150: 
                   4151:        * src/classes/op.C: - exception with 'invalid taint language' not
                   4152:          typeless anylonger
                   4153: 
                   4154:        * src/classes/image.C: - some exceptions while operations with
                   4155:          image not typeless anymore
                   4156: 
                   4157:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   4158:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   4159:          operations with files not typeless anymore
                   4160: 
                   4161:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   4162:          types/pa_vdate.h: - exceptions while checking date range not
                   4163:          typeless anymore
                   4164: 
                   4165:        * src/include/pa_exception.h: - exception type string for invalid
                   4166:          date range was added
                   4167: 
                   4168: 2008-09-03  misha
                   4169: 
                   4170:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   4171:          operations not typeless anymore
                   4172: 
                   4173:        * src/include/pa_exception.h: - exception type for pce operations
                   4174:          was added
                   4175: 
                   4176:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   4177:          and .CLASS_NAME insite classes
                   4178: 
                   4179:        * src/classes/table.C: - don't save table header whiile
                   4180:          ^table.save[append;filename] if file exists
                   4181: 
                   4182: 2008-09-02  misha
                   4183: 
                   4184:        * src/main/compile.y, src/main/compile_tools.h,
                   4185:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   4186:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   4187:          renamed to partial and it login changed: we must mark class as
                   4188:          partial for allow their modifications in future.
                   4189: 
                   4190: 2008-08-29  misha
                   4191: 
                   4192:        * tests/results/022.processed: - testing taint[regex] in mask for
                   4193:          file:list
                   4194: 
                   4195:        * tests/022.html: - testing taint[regex] in mask for file:list
                   4196: 
                   4197:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   4198:          for file:list was added
                   4199: 
                   4200:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   4201:          file:list
                   4202: 
                   4203: 2008-08-26  misha
                   4204: 
                   4205:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   4206:          last derived object
                   4207: 
                   4208:        * src/classes/image.C: - many strings "image.format" replaced by
                   4209:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   4210:          understand some more exif tags
                   4211: 
                   4212:        * src/include/pa_exception.h: - string "image.format" was added
                   4213: 
                   4214: 2008-08-21  misha
                   4215: 
                   4216:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   4217:          pcre_exec text error
                   4218: 
                   4219:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   4220:          added
                   4221: 
                   4222:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   4223:          text error was added
                   4224: 
                   4225: 2008-08-19  misha
                   4226: 
                   4227:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   4228:          namespace while debug execution as well
                   4229: 
                   4230:        * tests/: 015.html, results/015.processed: - test for escaping some
                   4231:          parser chars was added
                   4232: 
                   4233: 2008-08-18  misha
                   4234: 
                   4235:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   4236:          $caller.self.field + default getter in one class was added
                   4237: 
                   4238:        * tests/: 189.html, results/189.processed: - test for
                   4239:          ^date::create[date object]
                   4240: 
                   4241:        * tests/: 188.html, results/188.processed: - tests for match with
                   4242:          UTF-8 strings
                   4243: 
                   4244:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   4245:          ^string.match[]
                   4246: 
                   4247:        * ChangeLog: - parser 3.3.0 beta13
                   4248: 
                   4249: 2008-08-15  misha
                   4250: 
                   4251:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   4252:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   4253:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   4254:          dftables.c: - old PCRE files removed
                   4255: 
                   4256:        * src/lib/pcre/config.h: - configuration for PCRE library
                   4257: 
1.89    ! moko     4258:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
        !          4259:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
1.86      moko     4260: 
                   4261:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   4262:          library and set flag UTF8 if $request:charset is UTF-8
                   4263: 
                   4264:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   4265:          include/pa_config_fixed.h: - moved to new PCRE library
                   4266: 
                   4267:        * src/: main/main.vcproj, types/types.vcproj,
                   4268:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   4269:          win32\pcre instead of parser3\src\lib\pcre
                   4270: 
                   4271:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   4272:          main/compile.C, main/compile.y, main/compile_tools.C,
                   4273:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   4274:          opcodes were moved to separate namespace
                   4275: 
                   4276: 2008-08-14  misha
                   4277: 
                   4278:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   4279: 
                   4280:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   4281:          tainting
                   4282: 
                   4283: 2008-08-11  misha
                   4284: 
                   4285:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   4286:          $caller.self, $caller.self.field and $caller.self.field[value]
                   4287:          were added
                   4288: 
                   4289:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   4290:          runtime as well (for $caller.self)
                   4291: 
                   4292: 2008-07-25  misha
                   4293: 
                   4294:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   4295:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   4296:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   4297:          tests with international characters
                   4298: 
                   4299: 2008-07-23  misha
                   4300: 
                   4301:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   4302:          file::load[...;http://
                   4303: 
                   4304:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   4305:          now everywhere in separate namespace
                   4306: 
                   4307:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   4308:          for vars
                   4309: 
                   4310:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   4311:          can be escaped by '^'
                   4312: 
                   4313: 2008-07-22  misha
                   4314: 
                   4315:        * src/classes/string.C, tests/186.html: - names changes:
                   4316:          escape=>js-escape, unescape=>js-unescape
                   4317: 
                   4318: 2008-07-21  misha
                   4319: 
                   4320:        * tests/results/186.processed: - test for string escape/unescape
                   4321: 
                   4322:        * tests/186.html: - test for string escape/unescape
                   4323: 
                   4324:        * src/classes/string.C: - string has escape and unescape methods
                   4325:          now
                   4326: 
                   4327:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   4328:          added
                   4329: 
                   4330:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   4331:          method-layers added (with different params)
                   4332: 
                   4333: 2008-07-18  misha
                   4334: 
                   4335:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   4336:          was added
                   4337: 
                   4338:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   4339: 
                   4340:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   4341:          ^string.pos[substr](offset) -- 2nd param accepted now
                   4342: 
                   4343:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   4344:          strings
                   4345: 
                   4346: 2008-07-17  misha
                   4347: 
                   4348:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   4349:          helper length added for mid for small optimisation
                   4350: 
                   4351: 2008-07-16  misha
                   4352: 
                   4353:        * tests/: 185.html, results/185.processed: - tests for
                   4354:          length/left/right/mid/pos with utf-8 strings
                   4355: 
                   4356:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   4357:          utf-8 strings
                   4358: 
                   4359:        * src/main/untaint.C: - comments removed
                   4360: 
                   4361:        * src/: include/pa_string.h, main/pa_string.C,
                   4362:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   4363:          with pos/mid for strings in utf-8 were added
                   4364: 
                   4365: 2008-07-15  misha
                   4366: 
                   4367:        * tests/: 184.html, results/184.processed: - test for case body as
                   4368:          expression: $var(^switch(1){^case(1)(true)..})
                   4369: 
                   4370:        * src/classes/op.C: - case body can be expression now:
                   4371:          $var(^switch(1){^case(1)(true)..})
                   4372: 
                   4373:        * tests/: results/183.processed, 183.html: - added test for testing
                   4374:          new cookie encoding (%uXXXX)
                   4375: 
                   4376:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   4377:          decoding for backward compatibility they decoded from %XX in
                   4378:          request:charset too
                   4379: 
                   4380:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   4381:          - cookie class now decode cookies before first access after last
                   4382:          request:charset changing (as form class).
                   4383: 
                   4384:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   4385:          as %uXXXX - before transcode calculate required space for dest
                   4386:          string. it reduce mem usage for transcode
                   4387: 
                   4388:        * src/include/pa_charset.h: - added method escape for escaping
                   4389:          cookies as %uXXXX
                   4390: 
                   4391:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   4392:          was added. will used for escaping cookies as %uXXXX
                   4393: 
                   4394:        * src/include/pa_common.h: - escape method has new option for skip
                   4395:          converting '+' to a space char
                   4396: 
                   4397:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   4398:          transcode - escape method has new option for skip converting '+'
                   4399:          to a space char
                   4400: 
                   4401: 2008-07-08  misha
                   4402: 
                   4403:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   4404:          (no UE if more then 1 case matches anylonger) - optimization:
                   4405:          doing searching.as_string() || searching.as_double() only once
                   4406: 
                   4407: 2008-07-04  misha
                   4408: 
                   4409:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   4410:          now ^date::create[date object] works
                   4411: 
                   4412:        * src/classes/string.C: - left and right added as aliases for start
                   4413:          and end in ^string.trim[]
                   4414: 
                   4415: 2008-07-03  misha
                   4416: 
                   4417:        * src/classes/file.C: - allow $.limit for file::sql as well
                   4418: 
                   4419:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   4420:          send limit=1 to query for use sql specifics authomatically
                   4421: 
                   4422:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   4423:          if $.limit value if empty. autoconvert it as everywere
                   4424: 
                   4425: 2008-07-02  misha
                   4426: 
                   4427:        * configure.in: - time to change version number to 3.3.0 %-)
                   4428: 
                   4429:        * src/include/pa_version.h: - time to change version number to
                   4430:          3.3.0 %-)
                   4431: 
                   4432: 2008-06-26  misha
                   4433: 
                   4434:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   4435:          $.limit(0) fixes
                   4436: 
                   4437:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   4438:          - $.limit(0) fixes
                   4439: 
                   4440:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   4441:          new API)
                   4442: 
                   4443:        * src/: include/pa_sql_driver_manager.h,
                   4444:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   4445:          classes/op.C: - document_root added
                   4446: 
                   4447:        * src/main/compile.tab.C: - error message was changed
                   4448: 
                   4449: 2008-06-25  misha
                   4450: 
                   4451:        * src/main/compile.y: - error message was changed
                   4452: 
                   4453: 2008-06-24  misha
                   4454: 
                   4455:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   4456: 
                   4457:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   4458:          tests for @OPTIONS\nappend
                   4459: 
                   4460:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   4461: 
                   4462:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   4463: 
                   4464:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   4465: 
                   4466:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   4467:          compile.y
                   4468: 
                   4469: 2008-06-17  misha
                   4470: 
                   4471:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   4472:          compilation: ^if(default){true. it's incorrect. must be
                   4473:          exception}
                   4474: 
                   4475: 2008-06-16  misha
                   4476: 
                   4477:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   4478:          checking external reference loading with 'http://localhost'
                   4479:          prefix while creating xdoc
                   4480: 
                   4481:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   4482:          ^math:long2ip[] and ^math:ip2long[]
                   4483: 
                   4484:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   4485:          added which use scalar stateless class method when user object
                   4486:          used in scalar context - use get_scalar_value when user object
                   4487:          requested in scalar context
                   4488: 
                   4489:        * src/main/pa_common.C: - size must be int but not size_t or we
                   4490:          can't compare with 0 sprintf result
                   4491: 
                   4492:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4493:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   4494:          with internal switch between local/global vars
                   4495: 
                   4496:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   4497:          specified
                   4498: 
                   4499:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   4500:          pa_vstateless_object.h: - stateless class and object now has
                   4501:          private scalar field and getter/setter for working with it
                   4502: 
                   4503:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   4504:          moved to inet static class
                   4505: 
                   4506:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   4507:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   4508: 
                   4509:        * tests/: 180.html, results/180.processed: - tests for
                   4510:          ^math:long2ip(long) and ^math:ip2long[IP]
                   4511: 
                   4512:        * src/classes/math.C: - ^math:ip2long[IP] added
                   4513: 
                   4514: 2008-06-11  misha
                   4515: 
                   4516:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   4517:          need cut BOM code and remove DOS newline chars. but don't
                   4518:          transcode it anyway.
                   4519: 
                   4520:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   4521:          main/pa_http.C: - option for disable transcoding while file_read
                   4522:          and file_read_text added
                   4523: 
                   4524: 2008-06-10  misha
                   4525: 
                   4526:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   4527:          classes in 1 file
                   4528: 
                   4529:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   4530:          classes now.
                   4531: 
                   4532:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   4533:          classes now. internals.
                   4534: 
                   4535:        * src/main/pa_request.C: - compile return list of classes now. try
                   4536:          call @conf and @auto for each returned class
                   4537: 
                   4538:        * src/include/pa_request.h: - compile return list of classes now
                   4539: 
                   4540:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   4541:          return list of classes when compile buf)
                   4542: 
                   4543: 2008-06-07  misha
                   4544: 
                   4545:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   4546:          param -- form
                   4547: 
                   4548:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   4549:          3rd param: form. needed for get post_charset
                   4550: 
                   4551:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   4552:          added
                   4553: 
                   4554:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   4555:          types/pa_vform.C, types/pa_vform.h: - some polish
                   4556: 
                   4557: 2008-06-06  misha
                   4558: 
                   4559:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   4560:          charset and decode chars from it but not from response:charset
                   4561: 
                   4562:        * src/main/pa_http.C: - detect_charset moved out of here
                   4563: 
                   4564:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   4565:          methods moved here - unescape_chars accepn one charset now
                   4566: 
                   4567:        * src/main/pa_http.C: - new constants used - don't allow
                   4568:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   4569:          charset info while ^file::load[;http://;$.method[POST]] - option
                   4570:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   4571:          disabling charset during post
                   4572: 
                   4573:        * src/types/pa_vform.C: - new constants used
                   4574: 
                   4575:        * src/include/pa_common.h: - some constants were added
                   4576: 
                   4577:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   4578:          instead of StrEqNc
                   4579: 
                   4580:        * src/main/pa_common.C: - new method for caseless search
                   4581:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   4582: 
                   4583:        * src/include/pa_common.h: - new method for caseless search
                   4584:          c-substring in c-string
                   4585: 
                   4586: 2008-06-05  misha
                   4587: 
                   4588:        * tests/results/178.processed: - test for testing default getter
                   4589: 
                   4590:        * tests/178.html: - test for testing default getter
                   4591: 
                   4592:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   4593:          for test for testing default getter
                   4594: 
                   4595:        * src/main/execute.C: - default getter soul
                   4596: 
                   4597:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   4598:          requested objects' field not found
                   4599: 
                   4600:        * src/types/pa_vclass.C: - register default getter if defined - get
                   4601:          default getter if requested field not found
                   4602: 
                   4603:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   4604:          added
                   4605: 
                   4606:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   4607:          pointer to default getter and methods for get/set it were added
                   4608: 
                   4609:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   4610:          auto_name field (for default getter)
                   4611: 
                   4612: 2008-06-04  misha
                   4613: 
                   4614:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   4615:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   4616:          it to libxml "as is"
                   4617: 
                   4618: 2008-06-03  misha
                   4619: 
                   4620:        * src/main/pa_common.C: - use store_Char instead of
                   4621:          transcodeCharFromUTF8
                   4622: 
                   4623:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   4624:          store_Char added, transcodeCharFromUTF8 -- removed
                   4625: 
                   4626: 2008-06-02  misha
                   4627: 
                   4628:        * tests/: results/177.processed, 177.html: - test for checking
                   4629:          .[acm]date after local ^file::load[] was added
                   4630: 
                   4631:        * tests/: results/176.processed, 176.html: - test for checking
                   4632:          @OPTION\locals + @method[vars][locals] added
                   4633: 
                   4634:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   4635: 
                   4636: 2008-05-30  misha
                   4637: 
                   4638:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   4639:          @OPTION\nlocals + @method[vars][;locals;] were added
                   4640: 
                   4641:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   4642:          moved to separate method op_code - switch from VMethodFrame to
                   4643:          VMethodFrameGlobal + VMethodFrameLocal
                   4644: 
                   4645:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   4646:          was moved to separate method op_code
                   4647: 
                   4648:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   4649:          VMethodFrame now
                   4650: 
                   4651:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   4652:          all_vars_local as well
                   4653: 
                   4654:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   4655:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   4656:          VMethodFrame were added: one (global) works as VMethodFrame
                   4657:          before and second (local) write all vars in self vars scope
                   4658: 
                   4659:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   4660: 
                   4661: 2008-05-29  misha
                   4662: 
                   4663:        * tests/: 129.html, results/129.processed: - more tests for
                   4664:          ^table.hash[]
                   4665: 
                   4666:        * src/classes/hash.C: - ^hash::sql has a new option:
                   4667:          $.type[hash|string|table] as ^table.hash[] one.
                   4668: 
                   4669:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   4670:          executed anyway after try or catch section
                   4671: 
                   4672: 2008-05-27  misha
                   4673: 
                   4674:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   4675:          must not fail if $.distinct(1) wasn't specified
                   4676: 
                   4677: 2008-05-26  misha
                   4678: 
                   4679:        * src/classes/op.C: - allow ^throw[my type]
                   4680: 
                   4681: 2008-05-22  misha
                   4682: 
                   4683:        * configure.in, configure: - version number updated to 3.2.4b
                   4684: 
                   4685:        * src/classes/: op.C, string.C: - trim format string before
                   4686:          eval/format
                   4687: 
                   4688:        * tests/: results/175.processed, 175.html: - more tests for
                   4689:          different format strings in .format[]
                   4690: 
                   4691:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   4692:          as well (not only %XX)
                   4693: 
                   4694:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   4695:          charset specified - checks for format before print number
                   4696:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   4697:          (instead of tabs) removed
                   4698: 
                   4699:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   4700:          charset specified
                   4701: 
                   4702:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   4703:          char in requested charset from utf code was added
                   4704: 
                   4705: 2008-05-19  misha
                   4706: 
                   4707:        * tests/: 174.html, results/174.processed: - test for
                   4708:          ^hashfile.cleanup[] added
                   4709: 
                   4710:        * src/classes/hashfile.C: - optimization: don't create any key or
                   4711:          value variable if it's name weren't specified
                   4712:          (^hf.foreach[;v]{...})
                   4713: 
                   4714: 2008-05-16  misha
                   4715: 
                   4716:        * src/classes/hash.C: - optimization: don't create any key variable
                   4717:          if variable name wasn't specified (^h.foreach[;v]{...})
                   4718: 
                   4719: 2008-05-15  misha
                   4720: 
                   4721:        * src/classes/op.C: - small changes
                   4722: 
                   4723:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   4724: 
                   4725:        * src/classes/hash.C: - calculate var_context once before foreach
                   4726: 
                   4727: 2008-05-14  misha
                   4728: 
                   4729:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   4730:          ^hashfile.foreach[;]{} fixed
                   4731: 
                   4732:        * src/classes/: hash.C, table.C: - little optimisation
                   4733: 
                   4734:        * src/classes/file.C: - bugfix: double absolute path while loading
                   4735:          file
                   4736: 
                   4737:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   4738:          were added
                   4739: 
                   4740:        * buildall-with-xml: - moving to libxslt 1.1.24
                   4741: 
                   4742: 2008-04-30  misha
                   4743: 
                   4744:        * src/classes/file.C: - stat file while loading (local only) so
                   4745:          .adate, .mdate and .cdate available without additional ::stat
                   4746: 
                   4747: 2008-04-28  misha
                   4748: 
                   4749:        * src/classes/file.C: - $.name and $.content-type available for
                   4750:          stated file
                   4751: 
                   4752: 2008-04-14  misha
                   4753: 
                   4754:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   4755: 
                   4756:        * src/include/pa_version.h: - new version number in head
                   4757: 
                   4758: 2008-04-10  misha
                   4759: 
                   4760:        * tests/: 080.html, results/080.processed: - cut '0' from
                   4761:          exponential part because of on diff OS it differ (20 or 020 for
                   4762:          ex)
                   4763: 
                   4764:        * tests/: 119.html, results/119.processed: - check for encoding
                   4765:          while creating xdoc
                   4766: 
                   4767: 2008-04-09  misha
                   4768: 
                   4769:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   4770: 
                   4771:        * src/main/pa_common.C: - comment added
                   4772: 
                   4773:        * src/classes/date.C: - little refactoring
                   4774: 
                   4775: 2008-04-07  misha
                   4776: 
                   4777:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   4778:          style of ^table.save[]: prepare one big string and sabe it at
                   4779:          once. it's safe on freebsd 4.x but use much more memory.
                   4780: 
                   4781:        * buildall-with-xml, buildall-without-xml: - option
                   4782:          --disable-stringstream added (under comment. use it on freebsd
                   4783:          4.x)
                   4784: 
                   4785: 2008-02-22  misha
                   4786: 
                   4787:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   4788:          specified together in file::load[;http] - get back transcoding
                   4789:          $.body[] in file::load[;http]
                   4790: 
                   4791: 2008-02-21  misha
                   4792: 
                   4793:        * src/classes/date.C: - ^date.gmt-string[] was added
                   4794: 
                   4795:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   4796:          moved to pa_common.h
                   4797: 
                   4798:        * src/include/pa_common.h: - method for output date in RFC 822
                   4799:          format moved here from pa_value.C
                   4800: 
                   4801:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   4802:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   4803: 
                   4804: 2008-02-20  misha
                   4805: 
                   4806:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   4807:          specified charset while ^file::load[...;http://...] (L_URI
                   4808:          instead of L_HTTP_HEADER) - $.cookies param available in
                   4809:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   4810:          response yet) (cookies not transcoded as common $cookies)
                   4811: 
                   4812: 2008-02-19  misha
                   4813: 
                   4814:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   4815:          $response:field values because in this case
                   4816:          $response:locateion[http://...] don't works.
                   4817: 
                   4818: 2008-02-15  misha
                   4819: 
                   4820:        * src/classes/op.C: - little refactoring
                   4821: 
                   4822:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   4823: 
                   4824:        * src/main/pa_request.C: - force taint values of $response:field
                   4825: 
                   4826: 2008-02-14  misha
                   4827: 
                   4828:        * src/main/pa_request.C: - $response:field transcoded to
                   4829:          $response:charset before escaping now
                   4830: 
                   4831:        * src/main/pa_http.C: - some outdated comments removed
                   4832: 
                   4833:        * src/classes/date.C: - lastdat -> last-day
                   4834: 
                   4835:        * src/classes/date.C: - ^date:lastday(year;month) and
                   4836:          ^date.lastday[] were added - little code refactoring - comments
                   4837:          changes
                   4838: 
                   4839:        * tests/: 159.html, results/159.processed: - test for number of
                   4840:          days in February
                   4841: 
                   4842:        * src/types/pa_value.C: - fixes in code formatting
                   4843: 
                   4844:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   4845:          and comments
                   4846: 
                   4847: 2008-02-13  misha
                   4848: 
                   4849:        * src/main/pa_common.C: - bugfix for february at leap year
                   4850: 
                   4851: 2008-01-28  misha
                   4852: 
                   4853:        * tests/: 160.html, results/160.processed: - more test for cache
                   4854:          added
                   4855: 
                   4856:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   4857:          unhandled exception
                   4858: 
                   4859: 2008-01-25  misha
                   4860: 
                   4861:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   4862:          bug when hashfile became inavailable after memory:compact)
                   4863: 
1.88      moko     4864:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
1.86      moko     4865: 
                   4866: 2008-01-22  misha
                   4867: 
                   4868:        * src/classes/table.C: - little refactiring and exception texts
                   4869:          changes in method ^table.hash[]
                   4870: 
                   4871:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   4872: 
                   4873: 2008-01-21  misha
                   4874: 
                   4875:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   4876:          file::exec/cgi
                   4877: 
                   4878:        * src/classes/file.C: - bugfix: core while processing headers if
                   4879:          executed cgi script don't return content
                   4880: 
                   4881: 2008-01-18  misha
                   4882: 
                   4883:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   4884: 
                   4885:        * src/include/pa_version.h, configure.in: - version number updated
                   4886:          to '3.2.3b'
                   4887: 
                   4888: 2007-12-28  misha
                   4889: 
                   4890:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   4891:          hash.contains
                   4892: 
                   4893: 2007-12-27  misha
                   4894: 
                   4895:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   4896:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   4897:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   4898:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   4899:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   4900:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   4901:          src/targets/cgi/parser3.vcproj,
                   4902:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   4903:          back to VS2003 because of Apache 1.3 module can't work if it was
                   4904:          built in VS 2005.  with cgi all file so VS2003 project files can
                   4905:          be easy converted to the new format.
                   4906: 
                   4907: 2007-12-04  misha
                   4908: 
                   4909:        * src/types/pa_vcode_frame.h: - changes in comment
                   4910: 
                   4911: 2007-11-29  misha
                   4912: 
                   4913:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   4914:          intercept strings any longer
                   4915: 
                   4916:        * tests/: 173.html, results/173.processed: - tests for
                   4917:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   4918:          but not in main code frame
                   4919: 
                   4920:        * tests/: 172.html, results/172.processed: - more tests for pass
                   4921:          objects from code frames
                   4922: 
                   4923: 2007-11-27  misha
                   4924: 
                   4925:        * tests/: 152.html, results/152.processed: - tests for converting
                   4926:          strings 'true'/'false' to bool were added
                   4927: 
                   4928:        * tests/152.html: - added checks for converting strings
                   4929:          'true'/'false' to bool
                   4930: 
                   4931:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   4932:          not only strings with numbers but with values 'true'/'false' as
                   4933:          well
                   4934: 
1.89    ! moko     4935:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
        !          4936:          for parser3.log increased
1.86      moko     4937: 
                   4938:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   4939: 
                   4940:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   4941: 
                   4942:        * src/include/pa_types.h: - constant with buffer size for
                   4943:          parser3.log added
                   4944: 
                   4945: 2007-11-16  misha
                   4946: 
                   4947:        * tests/cat.sh: - script for tests for file::exec/cgi
                   4948: 
                   4949:        * tests/171.html: - tests for file::exec/cgi
                   4950: 
                   4951:        * tests/results/171.processed: - tests results for file::exec/cgi
                   4952: 
                   4953: 2007-11-15  misha
                   4954: 
                   4955:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   4956: 
                   4957:        * src/classes/file.C: - .body must be set before analyzing cgi
                   4958:          headers
                   4959: 
                   4960:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   4961:          only if exec/cgi return anything.
                   4962: 
                   4963: 2007-11-14  misha
                   4964: 
                   4965:        * operators.txt: - info about new text|binary option for
                   4966:          file::exec/cgi was added
                   4967: 
                   4968:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   4969:          ^file:exec[[text|binary];script;...]
                   4970: 
                   4971:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   4972:          classes/string.C, classes/table.C: - more text strings moved to
                   4973:          the one place
                   4974: 
                   4975: 2007-11-09  misha
                   4976: 
                   4977:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   4978: 
                   4979:        * ChangeLog: - $request:argv [patch from Sumo]
                   4980: 
                   4981:        * operators.txt: - $request:argv
                   4982: 
                   4983:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   4984:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   4985: 
                   4986: 2007-10-25  misha
                   4987: 
                   4988:        * buildall-with-xml, buildall-without-xml: - options preparations
                   4989:          for ./configure rewrited
                   4990: 
                   4991:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   4992:          error occure in unhandled_exception finally fixed
                   4993: 
                   4994: 2007-10-23  misha
                   4995: 
                   4996:        * tests/: 170.html, results/170.processed: - test for
                   4997:          @method[][result]
                   4998: 
                   4999:        * operators.txt: - added info about node.prefix and
                   5000:          node.namespaceURI
                   5001: 
                   5002:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   5003: 
                   5004:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   5005:          added for node and attribute
                   5006: 
                   5007: 2007-10-22  misha
                   5008: 
                   5009:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   5010: 
                   5011:        * src/main/pa_request.C: - added const content-transfer-encoding
                   5012: 
                   5013:        * src/include/pa_request.h: - added const content-transfer-encoding
                   5014:          - ups. constants must be in lowercase (for search)
                   5015: 
                   5016:        * src/types/pa_vmail.C: - more constants used -
                   5017:          content-transfer-encoding: 8bit added
                   5018: 
                   5019:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   5020: 
                   5021:        * src/include/pa_request.h: - more constants
                   5022: 
                   5023:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   5024:          ommit anymore if $.content-disposition was specified - little
                   5025:          refactoring
                   5026: 
                   5027:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   5028: 
                   5029: 2007-10-17  misha
                   5030: 
                   5031:        * operators.txt: - info about
                   5032:          table::create[nameless]{data}[>options<] was added
                   5033: 
                   5034:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   5035:          compile method don't put this method in methods table anymore.
                   5036:          in other case the parser coredumped if @unhandled_exception
                   5037:          method can't be compiled because of parser.compile error.
                   5038: 
                   5039:        * src/main/execute.C: - little code reformating
                   5040: 
                   5041:        * src/main/pa_request.C: - little code reformating - comment
                   5042:          changed
                   5043: 
                   5044: 2007-10-16  misha
                   5045: 
                   5046:        * tests/: 035.html, results/035.processed: - tests
                   5047:          table::create[]{}[options] added
                   5048: 
                   5049:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   5050:          options (only $.seperator[] yet)
                   5051: 
                   5052: 2007-10-10  misha
                   5053: 
                   5054:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   5055:          some code changes
                   5056: 
                   5057: 2007-10-02  misha
                   5058: 
                   5059:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   5060:          then three time as much. but base64 encoding method still use
                   5061:          less memory anyway.
                   5062: 
                   5063: 2007-09-17  misha
                   5064: 
                   5065:        * operators.txt: - added info about $cookie:fields
                   5066: 
                   5067:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   5068: 
                   5069:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   5070:          common
                   5071: 
                   5072:        * src/include/pa_common.h: - some stuff for use with .for_each
                   5073:          moved here
                   5074: 
                   5075:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   5076: 
                   5077: 2007-09-14  misha
                   5078: 
                   5079:        * buildall-with-xml: - new xml libs again =)
                   5080: 
                   5081: 2007-08-28  misha
                   5082: 
                   5083:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   5084:          ^string.split[...][v][column name] were added
                   5085: 
                   5086:        * tests/: 168.html, 169.html, results/168.processed,
                   5087:          results/169.processed: - tests for ^table.columns[[column name]]
                   5088:          and ^string.split[...][v][column name] were added
                   5089: 
                   5090:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   5091:          was added
                   5092: 
                   5093:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   5094:          name]]
                   5095: 
                   5096:        * src/include/pa_exception.h: - error text message for
                   5097:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   5098: 
                   5099: 2007-08-27  misha
                   5100: 
                   5101:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   5102:          body ^taint[sql][something] outside of connect
                   5103: 
                   5104:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   5105:          outside of connect
                   5106: 
                   5107:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   5108:          added (commented by default)
                   5109: 
                   5110: 2007-08-20  misha
                   5111: 
                   5112:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   5113:          was added
                   5114: 
                   5115:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   5116:          duplicated exception text strings were removed
                   5117: 
                   5118:        * src/include/pa_exception.h: - more exception text strings moved
                   5119:          here
                   5120: 
                   5121:        * src/classes/table.C: - some duplicate exceptions' text strings
                   5122:          removed
                   5123: 
                   5124:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   5125:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   5126:          removed
                   5127: 
                   5128:        * src/include/pa_exception.h: - some exception text strings movet
                   5129:          to pa_exception
                   5130: 
                   5131:        * tests/: 149.html, results/149.processed: - test for
                   5132:          ^xnode.hasAttributes[] was added - some code changes
                   5133: 
                   5134:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   5135:          added
                   5136: 
                   5137: 2007-08-17  misha
                   5138: 
                   5139:        * tests/: results/006.processed, results/059.processed, 006.html,
                   5140:          059.html: - more tests for match
                   5141: 
                   5142:        * tests/: 129.html, results/129.processed: - tests for
                   5143:          ^table.hash[...][$.type[string|hash|table]] added
                   5144: 
                   5145:        * src/targets/cgi/parser3.C: - little syntax changes
                   5146: 
                   5147:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   5148:          syntax changes
                   5149: 
                   5150:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   5151:          messages in parser3.log switched off by default. If someone
                   5152:          really still need it: use $SIGPIPE(1)
                   5153: 
                   5154: 2007-08-08  misha
                   5155: 
                   5156:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   5157:          files by default since now
                   5158: 
                   5159: 2007-08-07  misha
                   5160: 
                   5161:        * buildall-without-xml: - some option syntax changes
                   5162: 
                   5163:        * buildall-with-xml: - compile libxml2 without http support - some
                   5164:          option syntax changes
                   5165: 
                   5166:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   5167: 
                   5168: 2007-08-06  misha
                   5169: 
                   5170:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   5171: 
                   5172:        * tests/: 160.html, results/160.processed: - cache test was
                   5173:          rewrited
                   5174: 
                   5175: 2007-07-06  misha
                   5176: 
                   5177:        * tests/: 153.html, results/153.processed: - added test for
                   5178:          ^math:sha1[string]
                   5179: 
                   5180:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   5181:          transcoded
                   5182: 
                   5183:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   5184:          were added
                   5185: 
                   5186: 2007-06-28  misha
                   5187: 
                   5188:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   5189:          some incorrect chars
                   5190: 
                   5191: 2007-06-19  misha
                   5192: 
                   5193:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   5194:          were moved on top because of gcc 4 had a problems during
                   5195:          building.
                   5196: 
                   5197: 2007-06-18  misha
                   5198: 
                   5199:        * tests/results/019.processed: - new image commited
                   5200: 
                   5201: 2007-06-09  misha
                   5202: 
                   5203:        * src/classes/: op.C, table.C: - in while and table.select method
                   5204:          as_expression used now
                   5205: 
                   5206:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   5207: 
                   5208: 2007-06-08  misha
                   5209: 
                   5210:        * tests/: 166.html, results/166.processed: - test for
                   5211:          ^match[...][n]
                   5212: 
                   5213:        * tests/: 165.html, results/165.processed: - tests for loops
                   5214: 
                   5215:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   5216:          because of no speed/memory optimisation but some proglems with
                   5217:          long cycles occure
                   5218: 
                   5219: 2007-06-06  misha
                   5220: 
                   5221:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   5222:          ^table.select(true) and ^table.select(1) didn't works because of
                   5223:          awaiting junction-param only. fixed.
                   5224: 
                   5225: 2007-05-24  misha
                   5226: 
                   5227:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   5228:          with 0.5 secs interval
                   5229: 
                   5230:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   5231:          locking system now on unix
                   5232: 
                   5233:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   5234:          system locks which wait till other threads release it but try get
                   5235:          lock, if fail wait 1 sec and make 10 attempts.
                   5236: 
                   5237:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   5238:          were added
                   5239: 
                   5240:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   5241:          opening files
                   5242: 
                   5243:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   5244:          after our classes on unix it can't be build
                   5245: 
                   5246:        * src/types/pa_vhashfile.C: - not needed code removed
                   5247: 
                   5248: 2007-05-23  misha
                   5249: 
                   5250:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   5251:          include/pa_common.h: - cosmetic changes
                   5252: 
                   5253: 2007-05-18  misha
                   5254: 
                   5255:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   5256:          often. it's give some speed increasing
                   5257: 
                   5258:        * tests/results/160.processed: - returned time corrected
                   5259: 
                   5260:        * tests/160.html: - time increased because on unix 1 mean nothing
                   5261:          :(
                   5262: 
                   5263:        * operators.txt: - added info about ^hash.contain[key]
                   5264: 
                   5265:        * src/classes/hash.C: - added ^hash.contain[key]
                   5266: 
                   5267:        * src/include/pa_hash.h: - added method for checking key exists in
                   5268:          hash
                   5269: 
                   5270: 2007-05-07  misha
                   5271: 
                   5272:        * src/include/pa_string.h: - was compilation error during build on
                   5273:          freebsd4
                   5274: 
                   5275: 2007-05-03  misha
                   5276: 
                   5277:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   5278:          for ^table.hash[]
                   5279: 
                   5280:        * src/classes/file.C: - comment removed
                   5281: 
                   5282: 2007-04-26  misha
                   5283: 
                   5284:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   5285:          real files doesn't opened in place anymore
                   5286: 
                   5287: 2007-04-24  misha
                   5288: 
                   5289:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   5290: 
                   5291:        * src/include/pa_exception.h: "static" removed
                   5292: 
                   5293: 2007-04-23  misha
                   5294: 
                   5295:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   5296: 
                   5297:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   5298:          ^math:log(N)) - ^math:lg(N)
                   5299: 
                   5300:        * tests/: 097.html, results/097.processed: - charsets converstion
                   5301:          during ^file::load[text;http://...] added
                   5302: 
                   5303:        * tests/: 164.html, results/164.processed: - check for set expires
                   5304:          as a date
                   5305: 
                   5306:        * tests/: 164.html, results/164.processed: - test for hashfile
                   5307: 
                   5308:        * src/classes/hashfile.C: - little comment changes
                   5309: 
                   5310:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   5311:          access
                   5312: 
                   5313:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   5314:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   5315:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   5316:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   5317:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   5318:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   5319:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   5320:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   5321:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   5322:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   5323:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   5324:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5325:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   5326:          "parser.runtime" strings were removed
                   5327: 
                   5328:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   5329:          now.
                   5330: 
                   5331:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   5332: 
                   5333:        * src/include/pa_exception.h: - string constant with
                   5334:          "parser.runtime" text was added
                   5335: 
                   5336: 2007-04-20  misha
                   5337: 
                   5338:        * operators.txt: - some comments changing
                   5339: 
                   5340:        * operators.txt: - added info about .^hashfile.release[],
                   5341:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   5342: 
                   5343:        * configure: =cheching for unsetenv
                   5344: 
                   5345:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   5346:          ^hashfile.release[] were added
                   5347: 
                   5348:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   5349:          ^string.match[][] understand new option now: return number of
                   5350:          matches but not table wit results
                   5351: 
                   5352:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   5353:          reopen now
                   5354: 
                   5355:        * src/classes/op.C: - bug. must be false
                   5356: 
                   5357:        * configure.in: - checking for unsetenv was added
                   5358: 
                   5359:        * src/types/pa_vform.C: - some comments
                   5360: 
                   5361: 2007-04-18  misha
                   5362: 
                   5363:        * buildall-with-xml: moving to libxml2-2.6.28
                   5364: 
                   5365:        * buildall-with-xml, buildall-without-xml: added commented lines
                   5366:          with --disable-safe-mode option
                   5367: 
                   5368:        * operators.txt: - info about $form:files
                   5369: 
                   5370: 2007-04-17  misha
                   5371: 
                   5372:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   5373:          $form:files was added
                   5374: 
                   5375:        * tests/: 163.html, results/163.processed: removing auto format
                   5376: 
                   5377:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   5378: 
                   5379: 2007-04-16  misha
                   5380: 
                   5381:        * tests/: 163.html, results/163.processed: - test for .int[],
                   5382:          floor, round, ceiling and .format[]
                   5383: 
                   5384:        * src/classes/file.C: - little optimization for getting args in
                   5385:          exec/cgi
                   5386: 
                   5387: 2007-04-13  misha
                   5388: 
                   5389:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   5390:          specified now as s table with one column
                   5391: 
                   5392: 2007-03-27  misha
                   5393: 
                   5394:        * tests/: 162.html, results/162.processed: - test for
                   5395:          ^table.select(^condition[$t])
                   5396: 
                   5397:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   5398: 
                   5399:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   5400: 
                   5401:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   5402:          161_windows1251.txt: - added test for
                   5403:          ^file::load[text;/local/file.txt;$.charset[...]]
                   5404: 
                   5405:        * tests/: results/013.processed, 013.html: - added test for
                   5406:          checking $._default value while hash modifications
                   5407: 
                   5408:        * tests/: 160.html, results/160.processed: - add test for
                   5409:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   5410: 
                   5411: 2007-03-22  misha
                   5412: 
                   5413:        * src/include/pa_common.h: - "charset" string defined for
                   5414:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   5415: 
                   5416:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   5417:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   5418:          added - not needed transcodes were removed from
                   5419:          ^file::load[...;http://...]
                   5420: 
                   5421:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   5422:          added
                   5423: 
                   5424:        * src/classes/date.C: - date.week was fixed
                   5425: 
                   5426:        * operators.txt: - added info about date.weekyear
                   5427: 
                   5428:        * tests/: 159.html, results/159.processed: - tests for date.week
                   5429:          and date.weekyear added
                   5430: 
                   5431: 2007-03-15  misha
                   5432: 
                   5433:        * src/classes/table.C: - enclose column numbers for nameless tables
                   5434:          as well
                   5435: 
                   5436: 2007-03-14  misha
                   5437: 
                   5438:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   5439: 
                   5440:        * src/classes/table.C: - table.save optimization: now required much
                   5441:          less memory
                   5442: 
                   5443: 2007-03-13  misha
                   5444: 
                   5445:        * tests/results/: 158.processed, 158.processes: - tests for
                   5446:          table.save/table.load
                   5447: 
                   5448:        * tests/: 158.html, results/158.processes: - tests for
                   5449:          table.save/table.load
                   5450: 
                   5451:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   5452: 
                   5453:        * buildall-with-xml: - pattern needed now for building
                   5454: 
                   5455:        * tests/results/097.processed: - added test results for xdoc::load
                   5456:          & xdoc::load[http://...]
                   5457: 
                   5458:        * tests/097.html: - added test for xdoc::load
                   5459: 
                   5460: 2007-03-12  misha
                   5461: 
                   5462:        * tests/: 107.html, results/107.processed: - added test for xpath
                   5463:          '//man'
                   5464: 
                   5465: 2007-03-01  misha
                   5466: 
                   5467:        * tests/: 097.html, results/097.processed: - added test for
                   5468:          creating xdoc from file
                   5469: 
                   5470:        * tests/: results/157.processed, 157.html: - added test for
                   5471:          file:move
                   5472: 
                   5473: 2007-02-28  misha
                   5474: 
                   5475:        * src/classes/xdoc.C: - another attempt
                   5476: 
                   5477:        * src/classes/xdoc.C: - roll back last changes for a while
                   5478: 
                   5479:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   5480: 
                   5481:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   5482: 
                   5483:        * tests/results/099.processed: - ever send content-disposition to
                   5484:          client with file
                   5485: 
                   5486:        * tests/157.html: + test for file:copy
                   5487: 
                   5488: 2007-02-26  misha
                   5489: 
                   5490:        * src/classes/file.C: - some similar strings moved to #define
                   5491:          instead of to be copy/pasted many times
                   5492: 
                   5493:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   5494:          #define
                   5495: 
                   5496: 2007-02-20  misha
                   5497: 
                   5498:        * bin/auto.p.dist.in: - added lines for sqlite
                   5499: 
                   5500:        * configure.in: - added some strings for sqlite detection
                   5501: 
                   5502: 2007-02-19  misha
                   5503: 
                   5504:        * operators.txt: - some comments changes
                   5505: 
                   5506:        * buildall-with-xml, buildall-without-xml: - some modifications
                   5507: 
                   5508: 2007-02-17  misha
                   5509: 
                   5510:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   5511: 
                   5512:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   5513:          change console behaviour
                   5514: 
                   5515: 2007-02-12  misha
                   5516: 
                   5517:        * src/targets/cgi/parser3.C: - don't print headers if
                   5518:          $console:line[data] was used during cgi execution.
                   5519: 
                   5520:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   5521:          marked as 'true' if class was used.
                   5522: 
                   5523:        * tests/: 152.html, results/152.processed: - more types was added
                   5524:          to test 152
                   5525: 
                   5526:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   5527:          adding 'bool' (^if($image){} caused exception)
                   5528: 
                   5529: 2007-02-09  misha
                   5530: 
                   5531:        * tests/: 152.html, results/152.processed: - test alightly updated
                   5532: 
                   5533:        * tests/: 152.html, results/152.processed: - test rewrited
                   5534: 
                   5535:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   5536:          bugfix. I broke xdoc & xnode in expression
                   5537: 
                   5538: 2007-02-08  misha
                   5539: 
                   5540:        * tests/: 152.html, results/152.processed: - add test for checking
                   5541:          'def' for void, string, bool, int & double
                   5542: 
                   5543: 2007-02-07  misha
                   5544: 
                   5545:        * operators.txt: - ^file:base64[filespec]  was added
                   5546: 
                   5547:        * tests/results/153.processed: - result test for
                   5548:          ^file:base64[filespec]  was updated
                   5549: 
                   5550:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   5551: 
                   5552:        * src/types/pa_vconsole.h: - little optimization
                   5553: 
                   5554:        * src/classes/file.C: - ^file:base64[filespec]
                   5555: 
                   5556:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   5557: 
                   5558:        * src/include/pa_common.h: - declarations for
                   5559:          ^file:base64[filespec]
                   5560: 
                   5561:        * src/types/pa_vcookie.C: - little optimization
                   5562: 
                   5563: 2007-02-06  misha
                   5564: 
                   5565:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   5566:          were temporary commented
                   5567: 
                   5568:        * src/types/pa_vbool.h: - bugfix
                   5569: 
                   5570:        * tests/156.html: - added test for bool cookie
                   5571: 
                   5572:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   5573: 
                   5574:        * tests/: 155.html, results/155.processed: - added test for check
                   5575:          $.encloser[] option for table save/load
                   5576: 
                   5577:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   5578: 
                   5579: 2007-02-05  misha
                   5580: 
                   5581:        * tests/results/152.processed: - newline at the end was missed
                   5582: 
                   5583:        * tests/results/141.processed: - math:md5 must be lowercased
                   5584: 
                   5585:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   5586: 
                   5587: 2007-02-03  misha
                   5588: 
                   5589:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   5590:          test for bool added and some content length fixes
                   5591: 
                   5592:        * tests/152.html: - test for bool added
                   5593: 
                   5594:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   5595: 
                   5596:        * operators.txt: - info bool class was added
                   5597: 
                   5598:        * src/: classes/Makefile.am, classes/bool.C,
                   5599:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   5600:          classes/string.C, classes/void.C, classes/xnode.C,
                   5601:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   5602:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   5603:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   5604:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5605:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   5606:          types/types.vcproj: - bool class was added
                   5607: 
                   5608:        * src/main/pa_request.C: - fix
                   5609: 
                   5610: 2007-01-18  misha
                   5611: 
                   5612:        * src/: main/pa_string.C, classes/string.C: - return table during
                   5613:          ^string.match[][] even if no matched found.
                   5614: 
                   5615: 2006-12-20  misha
                   5616: 
                   5617:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   5618:          http://www.parser.ru/forum/?id=55598 ]
                   5619: 
                   5620: 2006-12-19  misha
                   5621: 
                   5622:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   5623:          details: http://www.parser.ru/forum/?id=52359
                   5624: 
                   5625:        * src/main/pa_request.C: - always set content-disposition for
                   5626:          $response:body[hash here]. more details:
                   5627:          http://www.parser.ru/forum/?id=52130
                   5628: 
                   5629: 2006-12-07  misha
                   5630: 
                   5631:        * operators.txt: - added info about bool params in cookie set
                   5632: 
                   5633:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   5634:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   5635:          ]
                   5636: 
                   5637:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   5638:          was added
                   5639: 
                   5640: 2006-12-02  misha
                   5641: 
                   5642:        * src/classes/file.C: - file_block_read used instead of native read
                   5643: 
                   5644:        * src/main/pa_common.C: - added file_block_read with read error
                   5645:          detection - file_block_read used instead of native read
                   5646: 
                   5647:        * src/include/pa_common.h: - added file_block_read declaration
                   5648: 
                   5649: 2006-12-01  misha
                   5650: 
                   5651:        * operators.txt: - info about $var.CLASS_NAME was added
                   5652: 
                   5653:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   5654:          $var.CLASS_NAME added
                   5655: 
                   5656:        * operators.txt: - added info about ^file:copy[]
                   5657: 
                   5658:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   5659: 
                   5660: 2006-11-20  misha
                   5661: 
                   5662:        * src/classes/date.C: - bug fix :)
                   5663: 
                   5664: 2006-11-17  misha
                   5665: 
                   5666:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   5667:          to static
                   5668: 
                   5669:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   5670:          small changes in crc32 calculation
                   5671: 
                   5672:        * src/classes/date.C: - not needed code was removed
                   5673: 
                   5674: 2006-11-16  misha
                   5675: 
                   5676:        * src/types/pa_vmail.C: - fix missed brakes
                   5677: 
                   5678:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   5679:          multipart/related instead of multipart/mixed if file have
                   5680:          $.content-id[]
                   5681: 
                   5682: 2006-11-15  misha
                   5683: 
                   5684:        * src/types/pa_vdouble.h: abs -> fabs
                   5685: 
                   5686: 2006-11-14  misha
                   5687: 
                   5688:        * operators.txt: - added info about ^file.md5[] and
                   5689:          ^file:md5[file-name]
                   5690: 
                   5691:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   5692:          added
                   5693: 
                   5694:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   5695:          FILE_BUFFER_SIZE
                   5696: 
                   5697:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   5698: 
                   5699:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   5700:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   5701: 
                   5702:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   5703:          values was fixed
                   5704: 
                   5705: 2006-11-13  misha
                   5706: 
                   5707:        * operators.txt: - added info about ^math:crc32[string],
                   5708:          ^file:crc32[file-name] & ^file.crc32[]
                   5709: 
                   5710:        * src/classes/math.C: - added ^math:crc32[string]
                   5711: 
                   5712:        * src/classes/file.C: - some comments were changed - added
                   5713:          ^file:crc32[file-name] and ^file.crc32[]
                   5714: 
                   5715:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   5716:          crc32 calculation added
                   5717: 
                   5718: 2006-11-03  misha
                   5719: 
                   5720:        * src/include/pa_array.h: - not needed variable removed
                   5721: 
                   5722:        * tests/: 150.html, 151.html, results/150.processed,
                   5723:          results/151.processed: - 2 tests were added
                   5724: 
                   5725:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   5726:          with $.reverse(1) were fixed
                   5727: 
                   5728:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   5729:          query converted to $.charset during ^file::load[http://...]
                   5730: 
                   5731: 2006-11-02  misha
                   5732: 
                   5733:        * src/include/pa_table.h: ups. forget '=' char
                   5734: 
                   5735:        * src/include/pa_table.h: - one more fix in
                   5736:          .locate[...][$.reverse(1)]
                   5737: 
                   5738: 2006-11-01  misha
                   5739: 
                   5740:        * src/classes/math.C: - bug fix, details:
                   5741:          http://www.parser.ru/forum/?id=53360
                   5742: 
                   5743:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   5744:          false for all records )[$.reverse(1)]
                   5745: 
                   5746:        * src/main/pa_http.C: - second param for this mid method is length
                   5747:          but not end_index so this method has error and can't detect
                   5748:          charsets in next content-types: Content-type: text/html;
                   5749:          charset="windows-1251" Content-type: text/html;
                   5750:          charset="windows-1251"; Content-type: text/html;
                   5751:          charset=windows-1251;
                   5752: 
                   5753:          only Content-type: text/html; charset=windows-1251 was fine
                   5754: 
                   5755: 2006-10-31  misha
                   5756: 
                   5757:        * src/classes/file.C: - empty args in file::exec removed now
                   5758: 
                   5759: 2006-09-11  misha
                   5760: 
                   5761:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   5762:          replaced to table::create - some changes in text/code formatting
                   5763: 
                   5764: 2006-09-03  paf
                   5765: 
                   5766:        * src/classes/file.C: proper tainting of
                   5767:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   5768: 
                   5769: 2006-06-09  paf
                   5770: 
                   5771:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   5772: 
                   5773:        * src/classes/table.C: formatting
                   5774: 
                   5775:        * src/classes/table.C: incorporated patch from misha: Sent:
                   5776:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   5777:          ignoring string options for ^table.save[]
                   5778: 
                   5779:        * src/classes/hash.C: incorporated patch from misha Sent:
                   5780:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   5781:          $hash._default disappear while
                   5782: 
                   5783:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   5784:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   5785: 
                   5786:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   5787:          PM Subject: patch for base64 in ^mail:send[] %-)
                   5788: 
                   5789: 2006-04-09  paf
                   5790: 
                   5791:        * src/main/compile.tab.C: ` change compiled
                   5792: 
                   5793:        * gnu.vcproj, operators.txt, parser3.sln,
                   5794:          src/classes/classes.vcproj, src/classes/file.C,
                   5795:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   5796:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   5797:          src/classes/xnode.C, src/include/pa_array.h,
                   5798:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   5799:          src/include/pa_memory.h, src/include/pa_request.h,
                   5800:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   5801:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   5802:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   5803:          src/lib/pcre/pcre_dftables.vcproj,
                   5804:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   5805:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   5806:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   5807:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   5808:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   5809:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   5810:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
1.89    ! moko     5811:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
1.86      moko     5812:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   5813:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   5814:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   5815:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   5816:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   5817:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   5818:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   5819:          tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: +
                   5820:          ^break[] ^continue[], in ^for, ^while, ^menu,
                   5821:          ^hash/hashfile.foreach
                   5822: 
                   5823:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   5824:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   5825:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   5826:          src/classes/xnode.C, src/include/pa_array.h,
                   5827:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   5828:          src/include/pa_memory.h, src/include/pa_request.h,
                   5829:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   5830:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   5831:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   5832:          src/lib/pcre/pcre_dftables.vcproj,
                   5833:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   5834:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   5835:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   5836:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   5837:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   5838:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   5839:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
1.89    ! moko     5840:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
1.86      moko     5841:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   5842:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   5843:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   5844:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   5845:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   5846:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   5847:          tests/descript.ion, www/htdocs/_bug.html, www/htdocs/_bug.xsl: !
                   5848:          switched to VS2005 (projects and object<info explicitly
                   5849:          typed>.for_each(, info)) + $response:field[] setting void means
                   5850:          removing + grammar $name` name stops now, for mysql `$field` +
                   5851:          started ^break[] ^continue[], in ^for. TODO: to other iterators
                   5852:          (while, menu, foreach) + all log messages += [uri=, method=, cl=]
                   5853: 
                   5854:        * buildall-with-xml: merged . ftp paths update
                   5855: 
                   5856:        * buildall-with-xml: . ftp paths update
                   5857: 
                   5858: 2006-03-04  paf
                   5859: 
                   5860:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   5861:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   5862: 
                   5863:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   5864:          Igor Zinkovsky for detailed report]
                   5865: 
                   5866: 2006-03-01  paf
                   5867: 
                   5868:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   5869:          \n to ' ' in
                   5870: 
                   5871: 2006-02-18  paf
                   5872: 
                   5873:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   5874:          \n to ' ' in
                   5875: 
                   5876:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   5877: 
                   5878: 2006-02-03  paf
                   5879: 
                   5880:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   5881:          base64
                   5882: 
                   5883:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   5884: 
                   5885: 2006-01-20  paf
                   5886: 
                   5887:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   5888:          economy fix
                   5889: 
                   5890:        * src/classes/: table.C: merged from HEAD ! bugfix
                   5891:          ^table.save[$.encloser-s now handled properly
                   5892: 
                   5893:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   5894:          handled properly
                   5895: 
                   5896: 2006-01-19  paf
                   5897: 
                   5898:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   5899:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   5900:          helps a lot in our case: after transform we want
                   5901:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   5902: 
                   5903:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   5904:          economy fix
                   5905: 
                   5906:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   5907:          activates merging of free memory blocks which helps a lot in our
                   5908:          case: after transform we want CORD(main.result)->cstr[big
                   5909:          malloc]->transcode[big malloc]
                   5910: 
                   5911: 2006-01-17  paf
                   5912: 
                   5913:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   5914:          before reading them. got rid of reallocs = became quicker and
                   5915:          less fragmentated
                   5916: 
                   5917: 2005-12-29  paf
                   5918: 
                   5919:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   5920:          configure, configure.in, src/include/pa_version.h,
                   5921:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
                   5922:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   5923:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   5924:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   5925:          src/lib/ltdl/missing, www/htdocs/_bug.html: . merged from 3.2.1
                   5926: 
                   5927:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   5928:          packaged when 'make dist', so do configure companion files in
                   5929:          src/lib/ltdl
                   5930: 
                   5931:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   5932:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   5933:          missing: . now config_auto.h is created with configure [were
                   5934:          constant]
                   5935: 
                   5936:        * INSTALL: . references to documentation and some clarification
                   5937: 
                   5938:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   5939:          indication
                   5940: 
                   5941:        * Makefile.am: . dist+=buildall*
                   5942: 
                   5943: 2005-12-28  paf
                   5944: 
                   5945:        * configure: . 3.2.1
                   5946: 
                   5947:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   5948:          simplify build process, see INSTALL
                   5949: 
                   5950: 2005-12-26  paf
                   5951: 
                   5952:        * configure: ver
                   5953: 
                   5954:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   5955:          version
                   5956: 
                   5957: 2005-12-21  paf
                   5958: 
                   5959:        * src/main/compile.tab.C, src/main/main.vcproj,
                   5960:          www/htdocs/_bug.html: . win32: grammar is now compiled with bison
                   5961:          1.875b, it reports unexpected token names
                   5962: 
                   5963: 2005-12-19  paf
                   5964: 
                   5965:        * src/main/compile.tab.C, src/types/pa_vxnode.h,
                   5966:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: ! bugfix xnode now
                   5967:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   5968: 
                   5969:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   5970:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   5971:          src/main/main.vcproj, src/main/pa_globals.C,
                   5972:          src/targets/cgi/parser3.vcproj,
                   5973:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   5974:          configure, configure.in, src/include/pa_version.h: . killing
                   5975:          gdome [what a relief]
                   5976: 
                   5977:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   5978:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   5979:          run_parser.sh, results/001.processed, results/002.processed,
                   5980:          results/003.processed, results/004.processed,
                   5981:          results/005.processed, results/006.processed,
                   5982:          results/008.processed, results/009.processed,
                   5983:          results/010.processed, results/011.processed,
                   5984:          results/012.processed, results/013.processed,
                   5985:          results/014.processed, results/015.processed,
                   5986:          results/016.processed, results/017.processed,
                   5987:          results/018.processed, results/020.processed,
                   5988:          results/021.processed, results/022.processed,
                   5989:          results/023.processed, results/024.processed,
                   5990:          results/025.processed, results/026.processed,
                   5991:          results/027.processed, results/028.processed,
                   5992:          results/029.processed, results/030.processed,
                   5993:          results/031.processed, results/032.processed,
                   5994:          results/033.processed, results/034.processed,
                   5995:          results/035.processed, results/036.processed,
                   5996:          results/037.processed, results/038.processed,
                   5997:          results/039.processed, results/040.processed,
                   5998:          results/041.processed, results/042.processed,
                   5999:          results/043.processed, results/044.processed,
                   6000:          results/045.processed, results/046.processed,
                   6001:          results/047.processed, results/048.processed,
                   6002:          results/049.processed, results/050.processed,
                   6003:          results/051.processed, results/052.processed,
                   6004:          results/053.processed, results/054.processed,
                   6005:          results/055.processed, results/056.processed,
                   6006:          results/057.processed, results/058.processed,
                   6007:          results/059.processed, results/060.processed,
                   6008:          results/061.processed, results/062.processed,
                   6009:          results/063.processed, results/064.processed,
                   6010:          results/065.processed, results/066.processed,
                   6011:          results/067.processed, results/068.processed,
                   6012:          results/069.processed, results/070.processed,
                   6013:          results/071.processed, results/072.processed,
                   6014:          results/073.processed, results/074.processed,
                   6015:          results/075.processed, results/076.processed,
                   6016:          results/077.processed, results/078.processed,
                   6017:          results/079.processed, results/080.processed,
                   6018:          results/081.processed, results/082.processed,
                   6019:          results/083.processed, results/084.processed,
                   6020:          results/085.processed, results/086.processed,
                   6021:          results/087.processed, results/088.processed,
                   6022:          results/089.processed, results/090.processed,
                   6023:          results/091.processed, results/092.processed,
                   6024:          results/093.processed, results/094.processed,
                   6025:          results/095.processed, results/096.processed,
                   6026:          results/097.processed, results/099.processed,
                   6027:          results/100.processed, results/101.processed,
                   6028:          results/102.processed, results/104.processed,
                   6029:          results/105.processed, results/106.processed,
                   6030:          results/107.processed, results/108.processed,
                   6031:          results/109.processed, results/110.processed,
                   6032:          results/111.processed, results/112.processed,
                   6033:          results/113.processed, results/114.processed,
                   6034:          results/115.processed, results/117.processed,
                   6035:          results/119.processed, results/120.processed,
                   6036:          results/121.processed, results/122.processed,
                   6037:          results/123.processed, results/124.processed,
                   6038:          results/125.processed, results/126.processed,
                   6039:          results/127.processed, results/128.processed,
                   6040:          results/129.processed, results/130.processed,
                   6041:          results/131.processed, results/132.processed,
                   6042:          results/133.processed, results/134.processed,
                   6043:          results/135.processed, results/136.processed,
                   6044:          results/138.processed, results/139.processed,
                   6045:          results/140.processed, results/141.processed,
                   6046:          results/142.processed, results/143.processed,
                   6047:          results/144.processed, results/145.processed,
                   6048:          results/146.processed, results/147.processed,
                   6049:          results/148.processed, results/149.processed, results/auto.p: .
                   6050:          now works if we turn off default auto.p
                   6051: 
                   6052:        * configure: . makes
                   6053: 
                   6054:        * src/types/pa_vxnode.C: . less warnings
                   6055: 
                   6056:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   6057:          tests/145.html, tests/149.html, tests/descript.ion,
                   6058:          tests/outputs/d.cmd, tests/results/142.processed,
                   6059:          tests/results/143.processed, tests/results/144.processed,
                   6060:          tests/results/145.processed, tests/results/146.processed,
                   6061:          tests/results/147.processed, tests/results/148.processed,
                   6062:          tests/results/149.processed, www/htdocs/_bug.html: . removed
                   6063:          .nodeValue from all node types other than 5 (grabbed piece from
                   6064:          gdome)
                   6065: 
                   6066:        * tests/: 137.html, results/137.processed: . not handled this case
                   6067:          yet. code does not hang from inserting parent into child,
                   6068:          considering thing minor issue -- nodes are removed from source
                   6069:          anyway, don't know why shold that be an error after all
                   6070: 
                   6071:        * src/targets/cgi/parser3.C: . style
                   6072: 
                   6073:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   6074:          xdoc too [were barking "not element"]
                   6075: 
                   6076: 2005-12-16  paf
                   6077: 
                   6078:        * tests/146.html, tests/147.html, tests/148.html,
                   6079:          www/htdocs/_bug.html: . more tests
                   6080: 
                   6081:        * src/classes/xnode.C: . also bark on possible errors
                   6082: 
                   6083:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   6084:          props
                   6085: 
                   6086:        * www/htdocs/_bug.html: ! fixed overoptimized ^call(false) case.
                   6087:          (confused it with ^call[] case)
                   6088: 
                   6089:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   6090:          main/compile.y: merged from HEAD ! fixed overoptimized
                   6091:          ^call(false) case. (confused it with ^call[] case)
                   6092: 
                   6093:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   6094:          ^call(false) case. (confused it with ^call[] case)
                   6095: 
                   6096:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   6097: 
                   6098:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   6099:          results/001.processed, results/002.processed,
                   6100:          results/003.processed, results/004.processed,
                   6101:          results/005.processed, results/006.processed,
                   6102:          results/008.processed, results/009.processed,
                   6103:          results/010.processed, results/011.processed,
                   6104:          results/012.processed, results/013.processed,
                   6105:          results/014.processed, results/015.processed,
                   6106:          results/016.processed, results/017.processed,
                   6107:          results/018.processed, results/019.processed,
                   6108:          results/020.processed, results/021.processed,
                   6109:          results/022.processed, results/023.processed,
                   6110:          results/024.processed, results/025.processed,
                   6111:          results/026.processed, results/027.processed,
                   6112:          results/028.processed, results/029.processed,
                   6113:          results/030.processed, results/031.processed,
                   6114:          results/032.processed, results/033.processed,
                   6115:          results/034.processed, results/035.processed,
                   6116:          results/036.processed, results/037.processed,
                   6117:          results/038.processed, results/039.processed,
                   6118:          results/040.processed, results/041.processed,
                   6119:          results/042.processed, results/043.processed,
                   6120:          results/044.processed, results/045.processed,
                   6121:          results/046.processed, results/047.processed,
                   6122:          results/048.processed, results/049.processed,
                   6123:          results/050.processed, results/051.processed,
                   6124:          results/052.processed, results/053.processed,
                   6125:          results/054.processed, results/055.processed,
                   6126:          results/056.processed, results/057.processed,
                   6127:          results/058.processed, results/059.processed,
                   6128:          results/060.processed, results/061.processed,
                   6129:          results/062.processed, results/063.processed,
                   6130:          results/064.processed, results/065.processed,
                   6131:          results/066.processed, results/067.processed,
                   6132:          results/068.processed, results/069.processed,
                   6133:          results/070.processed, results/071.processed,
                   6134:          results/072.processed, results/073.processed,
                   6135:          results/074.processed, results/075.processed,
                   6136:          results/076.processed, results/077.processed,
                   6137:          results/078.processed, results/079.processed,
                   6138:          results/080.processed, results/081.processed,
                   6139:          results/082.processed, results/083.processed,
                   6140:          results/084.processed, results/085.processed,
                   6141:          results/086.processed, results/087.processed,
                   6142:          results/088.processed, results/089.processed,
                   6143:          results/090.processed, results/091.processed,
                   6144:          results/092.processed, results/093.processed,
                   6145:          results/094.processed, results/095.processed,
                   6146:          results/096.processed, results/097.processed,
                   6147:          results/099.processed, results/101.processed,
                   6148:          results/102.processed, results/104.processed,
                   6149:          results/105.processed, results/106.processed,
                   6150:          results/107.processed, results/108.processed,
                   6151:          results/109.processed, results/110.processed,
                   6152:          results/111.processed, results/112.processed,
                   6153:          results/113.processed, results/114.processed,
                   6154:          results/115.processed, results/116.processed,
                   6155:          results/117.processed, results/118.processed,
                   6156:          results/119.processed, results/120.processed,
                   6157:          results/121.processed, results/122.processed,
                   6158:          results/123.processed, results/124.processed,
                   6159:          results/125.processed, results/126.processed,
                   6160:          results/127.processed, results/128.processed,
                   6161:          results/129.processed, results/130.processed,
                   6162:          results/131.processed, results/132.processed,
                   6163:          results/133.processed, results/134.processed,
                   6164:          results/135.processed, results/136.processed,
                   6165:          results/137.processed, results/138.processed,
                   6166:          results/139.processed, results/140.processed,
                   6167:          results/141.processed: . refreshed old tests, made them work
                   6168:          without auto.p (in utf8) . things noted: . gif got encoded
                   6169:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   6170:          some strange year)
                   6171: 
                   6172:        * INSTALL: . revived linux libgc fix
                   6173: 
1.88      moko     6174:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   6175:          glib/gdome in INSTALL and patches]
1.86      moko     6176: 
                   6177:        * src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   6178:          src/include/pa_charset.h, src/include/pa_config_includes.h,
                   6179:          src/include/pa_globals.h, src/include/pa_memory.h,
                   6180:          src/include/pa_request.h, src/include/pa_xml_exception.h,
                   6181:          src/lib/cord/Makefile.am, src/lib/cord/cord.vcproj,
                   6182:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   6183:          src/lib/cord/cordxtra.c, src/main/compile.tab.C,
                   6184:          src/main/pa_charset.C, src/main/pa_globals.C,
                   6185:          src/main/pa_memory.C, src/main/pa_request.C,
                   6186:          src/main/pa_stylesheet_connection.C, src/main/pa_xml_exception.C,
                   6187:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   6188:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6189:          www/htdocs/.htaccess, www/htdocs/_bug.html: . started killing
                   6190:          gdome
                   6191: 
                   6192: 2005-12-13  paf
                   6193: 
                   6194:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   6195:          @unhandled_exception thrown another exception, print correct
                   6196:          origin (earlier code in catch of exception inside of
                   6197:          @unhandled_exception grabbed parent_frame(original_exception)
                   6198:          origin and printed it, instead of true origin)
                   6199: 
                   6200:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   6201:          another exception, print correct origin (earlier code in catch of
                   6202:          exception inside of @unhandled_exception grabbed
                   6203:          parent_frame(original_exception) origin and printed it, instead
                   6204:          of true origin)
                   6205: 
                   6206: 2005-12-09  paf
                   6207: 
                   6208:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   6209:          detection problem, due to change in gc6.4 code
                   6210: 
                   6211:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   6212:          ignored in ^string.matched :(
                   6213: 
                   6214:        * src/main/pa_string.C: ! regex tainting were ignored in
                   6215:          ^string.matched :(
                   6216: 
                   6217:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   6218:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   6219:          src/main/compile.y, src/main/compile_tools.h,
                   6220:          src/main/pa_charset.C, src/main/pa_common.C,
                   6221:          src/main/pa_globals.C, src/main/pa_string.C,
                   6222:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   6223:          src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/_bug.txt,
                   6224:          www/htdocs/auto.p: . merged latest fixes from 3.2.0
                   6225: 
                   6226: 2005-12-08  paf
                   6227: 
                   6228:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   6229:          500 chars now handled OK [were wrapped on 500th char according to
                   6230:          rfc, but sendmail failed to unwrap it properly]
                   6231: 
                   6232:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   6233:          handled OK [were wrapped on 500th char according to rfc, but
                   6234:          sendmail failed to unwrap it properly]
                   6235: 
                   6236:        * src/targets/isapi/parser3isapi.C: . less warnings
                   6237: 
                   6238:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   6239:          since 3.1.5
                   6240: 
1.89    ! moko     6241:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
        !          6242:          link fixes
1.86      moko     6243: 
                   6244:        * src/classes/date.C, src/include/pa_config_fixed.h,
                   6245:          src/main/compile.tab.C, src/main/compile.y,
                   6246:          src/main/compile_tools.h, src/main/pa_charset.C,
                   6247:          src/main/pa_common.C, src/main/pa_globals.C,
                   6248:          src/main/pa_string.C, src/targets/cgi/getopt.c,
                   6249:          www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/auto.p: .
                   6250:          less warnings
                   6251: 
                   6252:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   6253:          [in current storage scheme there's no place for them. someday we
                   6254:          can add third CORD to store origins and special version of parser
                   6255:          which stores origins there [separate binary]]
                   6256: 
                   6257: 2005-12-07  paf
                   6258: 
1.89    ! moko     6259:        * src/targets/isapi/parser3isapi.C: . now links in release mode
1.86      moko     6260: 
                   6261:        * src/include/pa_version.h: makefiles
                   6262: 
                   6263:        * src/include/pa_version.h: . not beta
                   6264: 
                   6265:        * configure, configure.in, src/include/pa_version.h: not beta
                   6266: 
                   6267: 2005-12-06  paf
                   6268: 
                   6269:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   6270:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   6271:          decided to undo the change ^call[$void] passes void. now it will
                   6272:          pass empty string again.
                   6273: 
                   6274:        * src/main/: compile.tab.C, compile.y: . version readded
                   6275: 
                   6276:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   6277:          = ^switch[void] problem
                   6278: 
                   6279: 2005-12-01  paf
                   6280: 
                   6281:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   6282:          caused ^case[string] to be coerced to double since searching
                   6283:          value were not string (it was vvoid)
                   6284: 
                   6285:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   6286:          ^case[string] to be coerced to double since searching value were
                   6287:          not string (it was vvoid)
                   6288: 
                   6289:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   6290:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   6291: 
                   6292: 2005-11-30  paf
                   6293: 
                   6294:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   6295:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   6296: 
                   6297:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   6298:          putenv("TZ="), on unix works only putenv("TZ")
                   6299: 
                   6300:        * INSTALL: . xml libs versions updated
                   6301: 
                   6302:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   6303:          claims that fixed a lot there // 20040920 for now both
                   6304:          workarounds needed. wait for new libxml/xsl versions
                   6305: 
                   6306: 2005-11-28  paf
                   6307: 
                   6308:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   6309:          columns==0
                   6310: 
                   6311:        * src/classes/table.C: ! nameless table has columns==0
                   6312: 
                   6313:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   6314:          earlier [was totally wrong]
                   6315: 
                   6316:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   6317:          wrong]
                   6318: 
                   6319: 2005-11-25  paf
                   6320: 
                   6321:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   6322:          undoing for now...
                   6323: 
                   6324:        * src/include/pa_version.h: -this reduces speed(table::load),
                   6325:          strange. undoing
                   6326: 
                   6327:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   6328: 
                   6329:        * src/classes/op.C, www/htdocs/_bug.html, www/htdocs/auto.p: +
                   6330:          ^while(){}[SEPARATOR]
                   6331: 
                   6332:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   6333:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   6334:          this speeds things up and saves memory a LOT! (not noticed
                   6335:          negative effect on syntetic tests, future will tell...)
                   6336: 
                   6337:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   6338:          changed gc_malloc implementation, which obscured profiling
                   6339: 
                   6340:        * src/classes/table.C: merged from HEAD: + optimized
                   6341:          table::load/sql, now row ArrayString-s allocated with
                   6342:          columns.count() elements and don't always grow from
                   6343:          count=3[realloc,realloc]
                   6344: 
                   6345:        * src/classes/table.C: + optimized table::load/sql, now row
                   6346:          ArrayString-s allocated with columns.count() elements and don't
                   6347:          always grow from count=3[realloc,realloc]
                   6348: 
                   6349:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   6350:          buffer after save
                   6351: 
                   6352:        * src/classes/table.C: . ^table.save unused buffer after save
                   6353: 
                   6354: 2005-11-24  paf
                   6355: 
                   6356:        * configure.in: . merged glib2-config patch
                   6357: 
                   6358:        * configure.in: + trying to find glib2-config
                   6359: 
                   6360:        * src/classes/file.C, src/include/pa_common.h, src/main/execute.C,
                   6361:          src/main/pa_common.C, src/main/pa_request.C,
                   6362:          www/htdocs/_bug.html: merged from HEAD: ! changed
                   6363:          file/dir_readable to simple file/dir_exist, this would help in
                   6364:          situations "class not found because .p file has bad rights" << in
                   6365:          that case error would be explicit "access denied to 'this' file"
                   6366: 
                   6367:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
                   6368: 
                   6369:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   6370:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   6371:          to simple file/dir_exist, this would help in situations "class
                   6372:          not found because .p file has bad rights" << in that case error
                   6373:          would be explicit "access denied to 'this' file"
                   6374: 
                   6375:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   6376:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   6377:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   6378:          ^file::exec/cgi[script;$.charset[changed]
                   6379:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   6380:          encoded in $.charset charset
                   6381: 
                   6382:        * src/classes/file.C, www/htdocs/_bug.html, www/htdocs/_bug.pl,
                   6383:          www/htdocs/_bug.txt: +! ^file::exec/cgi[script;$.charset[changed]
                   6384:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   6385:          encoded in $.charset charset
                   6386: 
                   6387:        * src/: include/Makefile.am, include/pa_common.h,
                   6388:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   6389:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   6390:          separate file [preparation for
                   6391:          ^file::cgi[script;$.form[$.field1[]
                   6392: 
                   6393: 2005-11-22  paf
                   6394: 
                   6395:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   6396: 
                   6397:        * acinclude.m4, configure.in: . merged underquting fixes
                   6398: 
                   6399:        * src/include/pa_config_auto.h.in: configure+makes
                   6400: 
                   6401:        * src/classes/op.C: . overmerged a little
                   6402: 
                   6403:        * src/main/compile.tab.C: Makefile
                   6404: 
                   6405:        * src/main/: pa_common.C: . less gcc warnings
                   6406: 
                   6407:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   6408:          now reports original exception if we have no old cache
                   6409: 
                   6410:        * src/classes/op.C, www/htdocs/_bug.html: +
                   6411:          $exception.handled[cache] now reports original exception if we
                   6412:          have no old cache
                   6413: 
                   6414:        * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
                   6415:          www/htdocs/_bug.html: merged from HEAD: + ^taint/untaint[regex]
                   6416:          << escapes these: \^$.[]|()?*+{}
                   6417: 
                   6418:        * src/classes/op.C, src/include/pa_string.h, src/main/untaint.C,
                   6419:          www/htdocs/_bug.html: + ^taint/untaint[regex] << escapes these:
                   6420:          \^$.[]|()?*+{}
                   6421: 
                   6422:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   6423:          getenv-ed variable, which does not work both on win32&unix.
                   6424:          copied old TZ value now
                   6425: 
                   6426:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   6427:          stored pointer to getenv-ed variable, which does not work both on
                   6428:          win32&unix. copied old TZ value now
                   6429: 
                   6430:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   6431:          getenv-ed variable, which does not work both on win32&unix.
                   6432:          copied old TZ value now
                   6433: 
                   6434:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   6435:          access to internal hash
                   6436: 
                   6437:        * src/types/pa_vresponse.C, www/htdocs/_bug.html: +
                   6438:          $response:headers access to internal hash
                   6439: 
1.89    ! moko     6440:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
1.86      moko     6441:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   6442:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   6443:          very large block" messages to only important onces
                   6444: 
1.89    ! moko     6445:        * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html: +
1.86      moko     6446:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   6447:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   6448:          very large block" messages to only important onces
                   6449: 
                   6450:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   6451:          ^string/int/double:sql{}[$.default[({param style})] ]
                   6452: 
                   6453:        * src/classes/string.C: + removed limitation on
                   6454:          ^string/int/double:sql{}[$.default[({param style})] ]
                   6455: 
                   6456:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   6457:          with ?params or $.form option" limitation
                   6458: 
                   6459:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   6460:          $.form option" limitation
                   6461: 
                   6462:        * src/classes/file.C, src/classes/string.C,
                   6463:          src/include/pa_common.h, src/main/pa_common.C,
                   6464:          www/htdocs/_bug.html: merged from HEAD: + ^file.base64[] encode +
                   6465:          ^file::base64[encoded] decode
                   6466: 
                   6467:        * src/classes/file.C, src/classes/string.C,
                   6468:          src/include/pa_common.h, src/main/pa_common.C,
                   6469:          www/htdocs/_bug.html: + ^file.base64[] encode +
                   6470:          ^file::base64[encoded] decode
                   6471: 
                   6472:        * src/classes/file.C, src/classes/string.C, www/htdocs/_bug.html: +
                   6473:          ^string.base64[] encode + ^string:base64[encoded] decode
                   6474: 
                   6475:        * src/classes/string.C, src/include/pa_common.h,
                   6476:          src/main/pa_common.C, www/htdocs/_bug.html: + ^string:base64[in]
                   6477:          encode + ^string.base64[] decode
                   6478: 
                   6479: 2005-11-21  paf
                   6480: 
                   6481:        * src/classes/file.C, www/htdocs/_bug.html: + merged from HEAD:
                   6482:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   6483: 
                   6484:        * src/classes/file.C, www/htdocs/_bug.html: +
                   6485:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   6486: 
                   6487:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   6488:          differes from :download, it does not return content-disposition
                   6489:          at all now [previusely it returned valueless content-disposition]
                   6490: 
                   6491:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   6492:          :download, it does not return content-disposition at all now
                   6493:          [previusely it returned valueless content-disposition]
                   6494: 
                   6495:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   6496:          literals, reverted to just vvod, recreating empty array with each
                   6497:          void_value token. that's absolutely needed, since that array
                   6498:          grows
                   6499: 
                   6500:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   6501:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   6502:          types/pa_vmethod_frame.h: + merged: expression literals:
                   6503:          true/false. ^format[$.indent(true)]
                   6504: 
                   6505:        * src/main/compile.tab.C, src/main/compile.y, src/types/pa_value.h,
                   6506:          src/types/pa_vbool.h, src/types/pa_vdouble.h,
                   6507:          src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
                   6508:          www/htdocs/_bug.html: + expression literals: true/false.
                   6509:          ^format[$.indent(true)]
                   6510: 
                   6511:        * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
                   6512:          src/types/types.vcproj, www/htdocs/_bug.html,
                   6513:          www/htdocs/_bug.txt: + merged: $env:PARSER_VERSION reports
                   6514:          "3.1.5beta (compiled on i386-pc-win32)"
                   6515: 
                   6516:        * src/types/Makefile.am, src/types/pa_venv.C, src/types/pa_venv.h,
                   6517:          src/types/types.vcproj, www/htdocs/_bug.html: +
                   6518:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   6519:          i386-pc-win32)"
                   6520: 
                   6521: 2005-11-18  paf
                   6522: 
                   6523:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   6524:          null}[$.default(123)] will now return default value
                   6525: 
                   6526:        * www/htdocs/_bug.html: + ^cache[] << returns current cache
                   6527:          expiration time
                   6528: 
                   6529:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   6530:          expiration time
                   6531: 
                   6532:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   6533:          time
                   6534: 
                   6535:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   6536:          failed << Exception.problem_source pointed to local var!
                   6537: 
                   6538:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   6539:          Exception.problem_source pointed to local var!
                   6540: 
                   6541:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   6542:          now loads VFile.ptr!=0, so such files can be saved now
                   6543: 
                   6544:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   6545:          loads VFile.ptr!=0, so such files can be saved now
                   6546: 
                   6547:        * src/include/pa_dir.h, www/htdocs/_bug.html, www/htdocs/_bug.txt:
                   6548:          ! merged: file:list now sees .xxx files, only . and .. now
                   6549:          removed from list [were removed all .*]
                   6550: 
                   6551:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   6552:          .. now removed from list [were removed all .*]
                   6553: 
                   6554:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   6555:          open error now checked, were not :( [stole that piece from apache
                   6556:          1.3 sources]
                   6557: 
                   6558:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   6559:          checked, were not :( [stole that piece from apache 1.3 sources]
                   6560: 
                   6561:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   6562:          untainting of @main result if returned by $result or
                   6563:          $response:body
                   6564: 
                   6565:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   6566:          result if returned by $result or $response:body
                   6567: 
                   6568:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   6569:          issue: now tries to guess content-length and allocates one big
                   6570:          piece if possible [regretfully gc_realloc works as malloc+free,
                   6571:          leaving lots of holes behind]
                   6572: 
                   6573:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   6574:          fixed file load memory issue: now tries to guess content-length
                   6575:          and allocates one big piece if possible [regretfully gc_realloc
                   6576:          works as malloc+free, leaving lots of holes behind]
                   6577: 
                   6578: 2005-11-16  paf
                   6579: 
                   6580:        * src/include/pa_common.h, src/classes/file.C, src/classes/table.C,
                   6581:          src/main/compile.tab.C, src/main/pa_common.C,
                   6582:          www/htdocs/_bug.html: merged to HEAD: ! table::save with
                   6583:          enclosers now doubles them: "->"" ! table::save/load do not
                   6584:          remove elements from options hash
                   6585: 
                   6586:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   6587:          [were overoptimized ^if(double_literal), compiler confused
                   6588:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   6589: 
                   6590:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   6591:          [were overoptimized ^if(double_literal), compiler confused
                   6592:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   6593: 
                   6594:        * src/classes/file.C, src/classes/table.C, src/include/pa_common.h,
                   6595:          src/main/pa_common.C, www/htdocs/_bug.html: ! table::save with
                   6596:          enclosers now doubles them: "->"" ! table::save/load do not
                   6597:          remove elements from options hash
                   6598: 
                   6599: 2005-11-03  paf
                   6600: 
                   6601:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   6602:          compilation, not all makefiles liked that
                   6603: 
                   6604: 2005-08-30  paf
                   6605: 
                   6606:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   6607: 
                   6608:        * src/classes/op.C: . speedup check of [DEFAULT]
                   6609: 
                   6610: 2005-08-26  paf
                   6611: 
                   6612:        * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html:
                   6613:          merged + date.week
                   6614: 
                   6615:        * src/classes/date.C, src/types/pa_vdate.h, www/htdocs/_bug.html: +
                   6616:          date.week
                   6617: 
                   6618:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   6619:          complains about bad!=nameless
                   6620: 
                   6621:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   6622:          about bad!=nameless
                   6623: 
                   6624:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   6625:          optional options were allowed to be empty. were checked
                   6626:          if(is_string), changed to !defined||is_string to allow void
                   6627: 
                   6628:        * src/targets/isapi/parser3isapi.C, www/htdocs/_bug.html,
                   6629:          src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   6630:          src/classes/void.C: ! optional options were allowed to be empty.
                   6631:          were checked if(is_string), changed to !defined||is_string to
                   6632:          allow void
                   6633: 
                   6634:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   6635:          as_junction where they needed as_int/double, so failed with
                   6636:          recent "(const) now no junction" optimization
                   6637: 
                   6638:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   6639:          merged ! many classes/*  used as_junction where they needed
                   6640:          as_int/double, so failed with recent "(const) now no junction"
                   6641:          optimization
                   6642: 
                   6643:        * src/classes/double.C, src/classes/int.C, src/classes/math.C,
                   6644:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   6645:          src/main/compile.tab.C, src/types/pa_vmethod_frame.h,
                   6646:          www/htdocs/_bug.html: ! many classes/*  used as_junction where
                   6647:          they needed as_int/double, so failed with recent "(const) now no
                   6648:          junction" optimization
                   6649: 
                   6650: 2005-08-24  paf
                   6651: 
                   6652:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   6653:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   6654:          stripped it
                   6655: 
                   6656: 2005-08-09  paf
                   6657: 
                   6658:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   6659:          not cleared
                   6660: 
                   6661:        * www/htdocs/: _bug.html, _bug.pl, _bug.txt: . file::exec $charset
                   6662:          transcodes env fine
                   6663: 
                   6664:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   6665:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6666:          classes/hashfile.C, classes/image.C, classes/int.C,
                   6667:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   6668:          classes/response.C, classes/string.C, classes/table.C,
                   6669:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   6670:          include/pa_array.h, include/pa_cache_managers.h,
                   6671:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6672:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6673:          include/pa_dictionary.h, include/pa_dir.h,
                   6674:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6675:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   6676:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   6677:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6678:          include/pa_sapi.h, include/pa_socks.h,
                   6679:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6680:          include/pa_stack.h, include/pa_string.h,
                   6681:          include/pa_stylesheet_connection.h,
                   6682:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6683:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6684:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6685:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6686:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   6687:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   6688:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   6689:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   6690:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   6691:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   6692:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   6693:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   6694:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   6695:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   6696:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
1.89    ! moko     6697:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          6698:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          6699:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
        !          6700:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
        !          6701:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          6702:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
        !          6703:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
        !          6704:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
        !          6705:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
        !          6706:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
        !          6707:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
        !          6708:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
        !          6709:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
        !          6710:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
        !          6711:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
        !          6712:          types/pa_vresponse.C, types/pa_vresponse.h,
        !          6713:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          6714:          types/pa_vstateless_object.h, types/pa_vstatus.C,
        !          6715:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
        !          6716:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
        !          6717:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          6718:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
        !          6719:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
1.86      moko     6720: 
                   6721:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   6722:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   6723:          speedup consequent checks in vmethod_frame
                   6724: 
                   6725:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   6726:          not cleared
                   6727: 
                   6728:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   6729:          params: 50 max (were 10)
                   6730: 
                   6731:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   6732:          params: 50 max (were 10)
                   6733: 
                   6734:        * src/types/pa_value.h, src/types/pa_vdouble.h,
                   6735:          src/types/pa_vint.h, src/types/pa_vmethod_frame.h,
                   6736:          src/types/pa_vvoid.C, src/types/pa_vvoid.h,
                   6737:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   6738:          www/htdocs/.htaccess, www/htdocs/_bug.html: + ^call[$void] param
                   6739:          inside now is void (were: empty string) ! simplified (double)
                   6740:          speedup consequent checks in vmethod_frame
                   6741: 
                   6742:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   6743:          optimized constants in expressions vstring->vdouble + optimized
                   6744:          ^call(vdouble), no junction creation, no calls later
                   6745: 
                   6746: 2005-08-08  paf
                   6747: 
                   6748:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   6749:          integrated
                   6750: 
                   6751:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   6752:          integrated
                   6753: 
                   6754:        * src/main/compile.tab.C, src/main/compile.y,
                   6755:          src/main/compile_tools.C, src/main/compile_tools.h,
                   6756:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.xml:
                   6757:          merged + optimized constants in expressions vstring->vdouble +
                   6758:          optimized ^call(vdouble), no junction creation, no calls later
                   6759: 
                   6760:        * src/types/pa_vdouble.h: merged . double values without fractional
                   6761:          part now default printed as %.0f instead of %g
                   6762: 
                   6763:        * src/types/pa_vdouble.h: . double values without fractional part
                   6764:          now default printed as %.0f instead of %g
                   6765: 
                   6766:        * www/htdocs/: _bug.html, _bug.xml: . merged ! second
                   6767:          hashfile::open would cause an exception
                   6768: 
                   6769:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   6770:          cause an exception
                   6771: 
                   6772:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   6773:          exception
                   6774: 
                   6775:        * src/classes/classes.h, src/main/execute.C,
                   6776:          src/types/pa_junction.h, src/types/pa_value.h,
                   6777:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   6778:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   6779:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   6780:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   6781:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   6782:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   6783:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6784:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   6785:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   6786:          src/types/pa_vstateless_class.C,
                   6787:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   6788:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6789:          src/types/pa_wwrapper.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   6790:          . merged VJunction(new Junction) optimization from 3.1.4
                   6791: 
                   6792:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   6793:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   6794:          Junction(params)) to new VJunction(params), thousands of mallocs
                   6795:          removed
                   6796: 
                   6797: 2005-08-05  paf
                   6798: 
                   6799:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   6800:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   6801:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   6802:          creation, no calls later
                   6803: 
                   6804:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   6805:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   6806:          classes/hashfile.C, classes/image.C, classes/int.C,
                   6807:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   6808:          classes/response.C, classes/string.C, classes/table.C,
                   6809:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   6810:          include/pa_array.h, include/pa_cache_managers.h,
                   6811:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   6812:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   6813:          include/pa_dictionary.h, include/pa_dir.h,
                   6814:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   6815:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   6816:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   6817:          include/pa_request_charsets.h, include/pa_request_info.h,
                   6818:          include/pa_sapi.h, include/pa_socks.h,
                   6819:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   6820:          include/pa_stack.h, include/pa_string.h,
                   6821:          include/pa_stylesheet_connection.h,
                   6822:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   6823:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   6824:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   6825:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   6826:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   6827:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   6828:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   6829:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   6830:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   6831:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   6832:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   6833:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   6834:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   6835:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   6836:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
1.89    ! moko     6837:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          6838:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          6839:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
        !          6840:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
        !          6841:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
        !          6842:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
        !          6843:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
        !          6844:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
        !          6845:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
        !          6846:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
        !          6847:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
        !          6848:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
        !          6849:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
        !          6850:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
        !          6851:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
        !          6852:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          6853:          types/pa_vstateless_object.h, types/pa_vstatus.C,
        !          6854:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
        !          6855:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
        !          6856:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          6857:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
        !          6858:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
1.86      moko     6859: 
                   6860:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   6861:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   6862:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   6863:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   6864:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   6865:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   6866:          optimized constants in expressions vstring->vdouble
                   6867: 
                   6868: 2005-07-29  paf
                   6869: 
                   6870:        * src/types/pa_vclass.C, www/htdocs/_bug.p: . shaped up error
                   6871:          messages a bit
                   6872: 
                   6873:        * src/types/pa_vclass.C, www/htdocs/_bug_derived.p: + property
                   6874:          getter can now be overridden
                   6875: 
                   6876:        * src/main/execute.C, src/types/pa_vclass.C,
                   6877:          src/types/pa_vobject.C, www/htdocs/_bug.p,
                   6878:          www/htdocs/_bug_derived.p: ! bug fix: static parent fields were
                   6879:          not replaced in case $derived:field[put] + property setter can
                   6880:          now be overridden
                   6881: 
                   6882:        * www/htdocs/: _bug.html, _bug.p, _bug_derived.p: + removed limit
                   6883:          "ctor must be declared in class being created"
                   6884: 
                   6885: 2005-07-28  paf
                   6886: 
                   6887:        * configure, configure.in, src/classes/classes.h,
                   6888:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   6889:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   6890:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   6891:          src/classes/xnode.h, src/include/pa_hash.h,
                   6892:          src/include/pa_version.h, src/main/execute.C,
                   6893:          src/types/Makefile.am, src/types/pa_method.h,
                   6894:          src/types/pa_value.h, src/types/pa_vclass.C,
                   6895:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   6896:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   6897:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   6898:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   6899:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   6900:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6901:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   6902:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   6903:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   6904:          src/types/pa_vstateless_class.h,
                   6905:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   6906:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   6907:          src/types/pa_wwrapper.h, www/htdocs/.htaccess,
                   6908:          www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
                   6909:          www/htdocs/_bug.sh, www/htdocs/auto.p: + 3.2.0 beta: merged from
                   6910:          dynamic_fields_join
                   6911: 
                   6912:        * src/classes/hash.C, src/classes/hashfile.C, src/classes/op.C,
                   6913:          src/classes/xnode.C, src/include/pa_hash.h, src/main/execute.C,
                   6914:          src/types/pa_method.h, src/types/pa_value.h,
                   6915:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   6916:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   6917:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   6918:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   6919:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   6920:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   6921:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   6922:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   6923:          src/types/pa_vresponse.h, src/types/pa_vstateless_object.h,
                   6924:          src/types/pa_vvoid.h, src/types/pa_vxnode.C,
                   6925:          src/types/pa_vxnode.h, src/types/pa_wwrapper.h,
                   6926:          www/htdocs/.htaccess, www/htdocs/auto.p: ! restored
                   6927:          put_element('replace' param), and restored its checks in
                   6928:          vobject.put_element->static fields | dynamic properties
                   6929: 
                   6930: 2005-07-27  paf
                   6931: 
                   6932:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   6933:          is some old code containing @set_name $name
                   6934: 
                   6935:        * src/types/pa_vobject.h: . fixed warning
                   6936: 
                   6937:        * configure, configure.in, src/include/pa_version.h,
                   6938:          src/types/Makefile.am: 3.2.0beta started
                   6939: 
                   6940:        * src/classes/xnode.C, src/include/pa_hash.h,
                   6941:          src/types/pa_vstateless_class.C, www/htdocs/.htaccess,
                   6942:          www/htdocs/_bug.html, www/htdocs/_bug.p, www/htdocs/_bug.pl,
                   6943:          www/htdocs/_bug.sh, www/htdocs/auto.p: ! new asserts were all
                   6944:          false. regretfully reverted them all to checks
                   6945: 
                   6946:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   6947:          classes/op.C, main/execute.C, types/pa_method.h,
                   6948:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6949:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6950:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   6951:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   6952:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   6953:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   6954:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   6955:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   6956:          joined_dynamic_fields: removed unused param from put_method
                   6957:          (returned to 3 params)
                   6958: 
                   6959:        * src/include/pa_hash.h, src/types/pa_vclass.C,
                   6960:          src/types/pa_vclass.h, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   6961:          joined_dynamic_fields: dynamic get/set works with overriding
                   6962:          props [alpha2]
                   6963: 
                   6964:        * src/types/pa_vclass.C, www/htdocs/_bug.html:
                   6965:          joined_dynamic_fields: dynamic get/set works [alfa]
                   6966: 
                   6967:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   6968:          classes/op.C, include/pa_hash.h, main/execute.C,
                   6969:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   6970:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   6971:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   6972:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   6973:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   6974:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   6975:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   6976:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   6977:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   6978:          joined_dynamic_fields: just compiled
                   6979: 
                   6980:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   6981:          classes/hashfile.C, classes/image.C, classes/table.C,
                   6982:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   6983:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   6984:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   6985: 
                   6986:        * src/types/pa_vobject.C: . object setters [only started, does not
                   6987:          work yet]
                   6988: 
                   6989:        * src/include/pa_hash.h, src/types/pa_vclass.C,
                   6990:          src/types/pa_vobject.C, www/htdocs/_bug.html, www/htdocs/_bug.p:
                   6991:          . object setters [only started, does not work yet]
                   6992: 
                   6993: 2005-07-26  paf
                   6994: 
                   6995:        * src/include/pa_request.h, src/main/execute.C,
                   6996:          www/htdocs/_bug.html: . properties: set works [alpha2]. for
                   6997:          classes. todo: for objects
                   6998: 
                   6999:        * src/classes/classes.h, src/include/pa_hash.h, src/main/execute.C,
                   7000:          src/types/pa_value.h, src/types/pa_vclass.C,
                   7001:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   7002:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   7003:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   7004:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   7005:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   7006:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   7007:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   7008:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   7009:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   7010:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7011:          src/types/pa_wwrapper.h, www/htdocs/_bug.html: . properties: set
                   7012:          works [alpha1]
                   7013: 
                   7014: 2005-07-25  paf
                   7015: 
                   7016:        * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7017:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   7018:          www/htdocs/_bug.html: . properties: started, get works [alpha1,
                   7019:          other approach]
                   7020: 
                   7021:        * src/main/compile.C, src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7022:          www/htdocs/_bug.html, www/htdocs/_bug.p: . properties: started,
                   7023:          get works [alpha2]
                   7024: 
                   7025:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   7026:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   7027: 
                   7028: 2005-07-15  paf
                   7029: 
                   7030:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   7031:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   7032:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7033:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7034:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   7035:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   7036:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7037:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7038:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7039:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7040:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   7041:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   7042:          [getters work but think of changing them too to precaching]
                   7043: 
                   7044: 2005-07-08  paf
                   7045: 
                   7046:        * src/main/pa_request.C, www/htdocs/_bug.html: ! bugfix:
                   7047:          $response:body[nonfile] caused gpf
                   7048: 
                   7049: 2005-06-28  paf
                   7050: 
                   7051:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   7052:          in passing empty strings to file::exec/cgi environment
                   7053: 
                   7054: 2005-06-06  paf
                   7055: 
                   7056:        * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   7057:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/_bug.pl,
                   7058:          www/htdocs/_bug.xsl: ! bugfix ^string:sql ^table:sql ^hash:sql
                   7059:          now DO process $.bind option
                   7060: 
                   7061: 2005-05-24  paf
                   7062: 
                   7063:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   7064:          $.limit] now work again [support was broken in 3.1.4]
                   7065: 
                   7066:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   7067:          ALL_INTERIOR_POINTERS
                   7068: 
                   7069: 2005-05-12  paf
                   7070: 
                   7071:        * configure: 3.1.5beta
                   7072: 
                   7073:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   7074: 
                   7075:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   7076:          $.limit] now work again [support was broken in 3.1.4]
                   7077: 
                   7078:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   7079:          line-width  [was refusing to fill if line-width >1, thanks to
                   7080:          Seras <seras@pinxit.lt> for repro case
                   7081: 
                   7082: 2005-04-25  paf
                   7083: 
                   7084:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   7085:          correctly
                   7086: 
                   7087: 2005-04-19  paf
                   7088: 
                   7089:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   7090:          in VString violating invariant!!
                   7091: 
                   7092:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   7093:          getenv("TZ")==null
                   7094: 
                   7095: 2005-04-08  paf
                   7096: 
                   7097:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   7098:          bugfix: when there is no char in charset one byte produces 6
                   7099:          (&#255; <<max). increased buffer size!
                   7100: 
                   7101: 2005-03-23  paf
                   7102: 
                   7103:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   7104:          ^date.sql-string now takes TZ into account
                   7105: 
                   7106: 2005-03-16  paf
                   7107: 
                   7108:        * INSTALL, www/htdocs/.htaccess, www/htdocs/_bug.html,
                   7109:          src/include/pa_stack.h: . compiled on freebsd 5.3 with gcc 3.4
                   7110: 
                   7111:        * src/types/pa_vhash.C: . warning about eof eol
                   7112: 
                   7113: 2005-02-17  paf
                   7114: 
                   7115:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   7116:          seconds)
                   7117: 
                   7118: 2005-02-02  paf
                   7119: 
                   7120:        * src/classes/xnode.C, www/htdocs/_bug.html: beauty: removed
                   7121:          needless includes
                   7122: 
                   7123: 2005-01-31  paf
                   7124: 
                   7125:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   7126:          $.partNoNumber now alias to $.part1
                   7127: 
                   7128:        * src/types/pa_vmail.C: change: incoming letter part contains
                   7129:          "content-disposition" header with any value? now considering that
                   7130:          part to be "file#" [for text/plain text/html were $.text#
                   7131:          $.html#]
                   7132: 
                   7133:        * INSTALL: updatet to latest working versions available
                   7134: 
                   7135: 2005-01-20  paf
                   7136: 
                   7137:        * configure.in, src/include/pa_version.h, www/htdocs/_bug.html:
                   7138:          version
                   7139: 
                   7140: 2005-01-19  paf
                   7141: 
                   7142:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   7143:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   7144:          couple warnings in parser3.C
                   7145: 
                   7146: 2004-12-23  paf
                   7147: 
                   7148:        * src/main/pa_sql_driver_manager.C, www/htdocs/_bug.html: sql
                   7149:          connect string, rsplit @
                   7150: 
                   7151:        * src/main/pa_exec.C, www/htdocs/_bug.html: win32: bugfix:
                   7152:          file::cgi/exec now set current dir to directory of script (when
                   7153:          shbang used), not to directory of its interpreter
                   7154: 
                   7155:        * src/include/pa_version.h: compiled on win32...
                   7156: 
                   7157:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   7158:          we need more hspace
                   7159: 
                   7160:        * configure, configure.in, src/include/pa_version.h: configured
                   7161:          host to pa_version. will be displayed everywhere
                   7162: 
                   7163:        * src/main/pa_request.C, www/htdocs/_bug.html: new:
                   7164:          @unhandled_exception can prevent exception from being logged by
                   7165:          setting $exception.handled(1)
                   7166: 
                   7167:        * operators.txt, src/classes/file.C, www/htdocs/_bug.html: change:
                   7168:          ^file::sql{query}[[options]] options: $.name[file name]
                   7169:          $.content-type[application/what]
                   7170: 
                   7171:        * src/include/pa_common.h, src/main/pa_common.C,
                   7172:          src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty:
                   7173:          hashfile::open now creates dir for new file
                   7174: 
                   7175:        * src/classes/table.C, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   7176:          www/htdocs/_bug.html: bugfix: table->hash now regards _default
                   7177: 
                   7178:        * src/types/pa_vmethod_frame.h, www/htdocs/_bug.html: bugfix: when
                   7179:          method junction was created by accessing $name_of_method it
                   7180:          acquired bad self=closest methodframe; instead of proper self
                   7181:          (current class)
                   7182: 
                   7183:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: reading
                   7184:          empty string from hashfile produced bad cord
                   7185: 
                   7186: 2004-12-10  paf
                   7187: 
                   7188:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   7189:          subsequent failures though defined in .h
                   7190: 
                   7191:        * src/main/pa_common.C: comment on volatile
                   7192: 
                   7193:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   7194:          alarm function were not used since the beginning due to stupid
                   7195:          error [setsigjmp were not checked in configure.in]
                   7196: 
                   7197:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   7198:          unix too
                   7199: 
                   7200:        * src/main/pa_common.C: http: exception status of send/recv errors
                   7201:          change to most probable http.timeout
                   7202: 
                   7203:        * src/main/pa_common.C, www/htdocs/_bug.html: win32: http
                   7204:          connection $.timeout option now works [setsockopt on
                   7205:          send/receive]
                   7206: 
                   7207: 2004-12-08  paf
                   7208: 
                   7209:        * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/.htaccess,
                   7210:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: bugfix: mail body now
                   7211:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   7212:          proper charset
                   7213: 
                   7214: 2004-11-24  paf
                   7215: 
                   7216:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   7217: 
                   7218:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   7219:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   7220: 
                   7221: 2004-11-12  paf
                   7222: 
                   7223:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   7224:          [since 3.0.4]
                   7225: 
                   7226: 2004-11-09  paf
                   7227: 
                   7228:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   7229:          writes basics to c:\parser3.log
                   7230: 
                   7231: 2004-10-21  paf
                   7232: 
                   7233:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   7234:          tainted strings [were returning clean onces]
                   7235: 
                   7236: 2004-10-15  paf
                   7237: 
                   7238:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   7239:          cycles(i=1; i=2), which was wrong, now does ONE
                   7240: 
                   7241: 2004-10-12  paf
                   7242: 
                   7243:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   7244: 
                   7245: 2004-10-07  paf
                   7246: 
                   7247:        * src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   7248:          src/main/pa_globals.C, www/htdocs/.htaccess,
                   7249:          www/htdocs/_bug.html, www/htdocs/_bug.pl: debugger help:
                   7250:          PA_RELEASE_ASSERTS enables release asserts
                   7251: 
                   7252:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   7253:          String.dump() to stdout in detailed form  [were String.v() in
                   7254:          short form]
                   7255: 
                   7256:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   7257:          \t\r\n as @#| and truncates long char sequences less
                   7258: 
                   7259: 2004-10-06  paf
                   7260: 
                   7261:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   7262:          win32 beauty: socket errors properly decoded
                   7263: 
                   7264: 2004-10-05  paf
                   7265: 
                   7266:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   7267:          request::configure_user/admin done always, even if no
                   7268:          file-to-process useful in @unhandled_exception [say, if they
                   7269:          would want to mail by SMTP something]
                   7270: 
                   7271:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   7272:          now performed prior to file loading [and @auto executing] thus
                   7273:          making $cookie:value available in @auto and in
                   7274:          @unhandled_exception when IIS is configured to run interpreter
                   7275:          even if no file exist
                   7276: 
                   7277: 2004-09-20  paf
                   7278: 
                   7279:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   7280:          somewhere where it should have called xmlMalloc and it calls
                   7281:          xmlFree when it should have not called it.  inserted two
                   7282:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   7283:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   7284:          author would fix all that.  until that day: we have SLOW garbage
                   7285:          collecting when many xml objects are alive hint: do
                   7286:          ^memory:compact[] before xdoc::create
                   7287: 
                   7288: 2004-09-17  paf
                   7289: 
                   7290:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   7291:          error from 3.0.8 version]
                   7292: 
                   7293: 2004-09-14  paf
                   7294: 
                   7295:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   7296:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   7297:          modified inside
                   7298: 
                   7299: 2004-09-13  paf
                   7300: 
                   7301:        * src/main/pa_string.C, www/htdocs/_bug.html: bugfix: $s[+008]
                   7302:          ^eval($s) now parsed OK [were as octal]
                   7303: 
                   7304:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: beauty: not
                   7305:          reproduced $hashfile.key[$novalue] bug [reported by motorin],
                   7306:          inserted safety-check
                   7307: 
                   7308:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   7309:          [not something obscure from sdbm lib]
                   7310: 
1.88      moko     7311:        * src/types/pa_vhashfile.C, www/htdocs/_bug.html: bugfix: error
                   7312:          numbers now from errno.h = strerror now returnes something and we
                   7313:          can properly report that to client
1.86      moko     7314: 
                   7315:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   7316:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   7317: 
                   7318:        * www/htdocs/: _bug.html, _bug.xsl: change: ^xdoc.string now
                   7319:          outputted as-is  [tainted as-is] this helps //[space][newline] to
                   7320:          remain as-is and not be unnecessary optimized away [ruining
                   7321:          javascript]
                   7322: 
                   7323:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   7324:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   7325:          not be unnecessary optimized away [ruining javascript]
                   7326: 
                   7327:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   7328:          [tainted as-is]
                   7329: 
                   7330:        * src/classes/mail.C: bugfix: typo error
                   7331: 
                   7332: 2004-09-09  paf
                   7333: 
                   7334:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   7335:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   7336:          (bloody yandex.server)
                   7337: 
                   7338: 2004-09-06  paf
                   7339: 
                   7340:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   7341:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   7342:          encoded
                   7343: 
                   7344: 2004-09-01  paf
                   7345: 
                   7346:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   7347:          multipart/related outlook express have no problems showing
                   7348:          unrelated attachments.  todo: someday figure out a way of
                   7349:          multipart/mixed    multipart/related       text/html
                   7350:          image/xxx application/octet-stream << true attachments
                   7351: 
                   7352:        * src/types/pa_vmail.C, www/htdocs/_bug.html: new:
                   7353:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   7354:          empty mail header fields removed from letter
                   7355: 
                   7356:        * src/classes/mail.C, src/include/pa_config_fixed.h,
                   7357:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   7358:          www/htdocs/_bug.html: new: ^mail:send[    $.file[
                   7359:          $.any[header]
                   7360: 
                   7361: 2004-08-30  paf
                   7362: 
                   7363:        * src/include/pa_config_fixed.h, src/main/pa_common.C,
                   7364:          www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: less warnings
                   7365: 
                   7366:        * src/main/pa_common.C: beauty: do not bother with charset
                   7367:          detection when ^file::load[binary
                   7368: 
                   7369: 2004-08-27  paf
                   7370: 
                   7371:        * src/main/pa_common.C: hack: for yandex.server http server
                   7372: 
                   7373: 2004-08-18  paf
                   7374: 
                   7375:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   7376:          possibly-chunked response
                   7377: 
                   7378: 2004-08-17  paf
                   7379: 
                   7380:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   7381:          $f.content-type now = that of http response
                   7382: 
                   7383:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   7384:          $f.content-type now = that of http response
                   7385: 
                   7386: 2004-08-03  paf
                   7387: 
                   7388:        * www/htdocs/: .htaccess, _bug.html: bugfix: empty input variables
                   7389:          can be replaced by output [forgot to allocate proper buffer,
                   7390:          oracle _server_ died with kgepop: no error frame to pop to for
                   7391:          error 21500 message]
                   7392: 
                   7393: 2004-07-30  paf
                   7394: 
                   7395:        * src/include/pa_request.h, src/main/pa_request.C,
                   7396:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   7397:          www/htdocs/.htaccess: bugfix: win32: system&parser exceptions in
                   7398:          release mode reported properly parser exception in exception
                   7399:          handler WERE mistakenly reported as system exception, without
                   7400:          details [in apache & isapi] +some beauty in exception text
                   7401: 
                   7402:        * src/include/pa_exception.h, src/main/pa_request.C,
                   7403:          src/targets/cgi/parser3.C, www/htdocs/.htaccess,
                   7404:          www/htdocs/_bug.html: bugfix: win32: system&parser exceptions in
                   7405:          release mode reported properly parser exception in exception
                   7406:          handler WERE mistakenly reported as system exception, without
                   7407:          details
                   7408: 
                   7409:        * src/main/execute.C: beauty: simplified system exception handling
                   7410: 
                   7411: 2004-07-29  paf
                   7412: 
                   7413:        * src/classes/table.C, www/htdocs/_bug.html: bugfix:
                   7414:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   7415:          were ignored, and \t used unconditionally]
                   7416: 
                   7417:        * src/types/Makefile.am: added vhash.c
                   7418: 
                   7419: 2004-07-28  paf
                   7420: 
                   7421:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   7422:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   7423:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   7424:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   7425:          failed on russian letters
                   7426: 
                   7427:        * src/main/pa_string.C, src/types/pa_vmail.C, www/htdocs/_bug.html,
                   7428:          src/main/pa_common.C: bugfix: isspace((unsigned char)c)
                   7429:          everywhere. failed on russian letters
                   7430: 
                   7431:        * www/htdocs/_bug.html: bugfix: win32: chdir not needed, dir
                   7432:          passwed as 'currentDirectory' parameter to CreateProcess
                   7433: 
                   7434:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   7435:          as 'currentDirectory' parameter to CreateProcess
                   7436: 
                   7437: 2004-07-27  paf
                   7438: 
                   7439:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   7440:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   7441:          from release somewhere [to help searching for unhandled system
                   7442:          exceptions]
                   7443: 
                   7444:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   7445:          TZ shift
                   7446: 
                   7447:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   7448:          but also in ctor
                   7449: 
                   7450: 2004-07-26  paf
                   7451: 
                   7452:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   7453:          src/main/pa_request.C, src/types/pa_vfile.h,
                   7454:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   7455:          src/types/types.vcproj, www/htdocs/_bug.html: new:
                   7456:          $response:body/download[    $.file[name on disk]    $.name[of
                   7457:          file for user]        $.mdate[date of last-modified. default from
                   7458:          directory] ]
                   7459: 
                   7460:        * src/classes/file.C: moving file:send somewhere else..
                   7461: 
                   7462:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
1.89    ! moko     7463:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
        !          7464:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
        !          7465:          $response:download[ $.filename[filename] $.option[] ,, ]
1.86      moko     7466: 
                   7467:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   7468: 
                   7469: 2004-07-21  paf
                   7470: 
                   7471:        * src/types/pa_vmail.C, www/htdocs/_bug.html: bugfix: too long
                   7472:          header values now splitted to several lines
                   7473: 
                   7474:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   7475: 
                   7476:          note: ms outlook[!express] shows only first 255 characters of
                   7477:          subject
                   7478: 
                   7479: 2004-07-15  paf
                   7480: 
                   7481:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   7482:          off]
                   7483: 
                   7484: 2004-07-14  paf
                   7485: 
                   7486:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   7487:          according to lang  [were: as-is]
                   7488: 
                   7489: 2004-07-07  paf
                   7490: 
                   7491:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   7492:          checked that
                   7493: 
                   7494:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   7495:          now untainted according to their languages.  were: as-is.
                   7496:          EVERYWHERE
                   7497: 
                   7498:        * src/classes/file.C, src/main/pa_exec.C, www/htdocs/_bug.html,
                   7499:          www/htdocs/_bug.pl: bufix: on unix AND win32 environment string
                   7500:          now untainted according to their languages.  were: as-is.
                   7501:          EVERYWHERE
                   7502: 
                   7503:        * src/main/pa_exec.C: bufix: on unix environment string now
                   7504:          untainted according to their languages.  were: as-is. on win32:
                   7505:          ok
                   7506: 
                   7507:        * parser3.vssscc: ...would not go unnoticed
                   7508: 
                   7509:        * src/main/pa_charset.C, www/htdocs/.htaccess,
                   7510:          www/htdocs/_bug.html: convinience: transcodeFromUTF8 now never
                   7511:          fails. in case on input appears nonutf, those bytes will be
                   7512:          printed in %HH form. that can be easily decoded/recovered.
                   7513: 
                   7514:          this form is quite noticable, and hopefully would not go noticed
                   7515: 
                   7516: 2004-07-06  paf
                   7517: 
                   7518:        * src/main/pa_exec.C: bufix: on unix environment string now
                   7519:          untainted according to their languages.  were: as-is. on win32:
                   7520:          ok
                   7521: 
                   7522: 2004-07-01  paf
                   7523: 
                   7524:        * src/classes/classes.vcproj, src/lib/cord/cord.vcproj,
                   7525:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   7526:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   7527:          src/lib/pcre/pcre_dftables.vcproj,
                   7528:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/smtp/smtp.vcproj,
1.89    ! moko     7529:          src/main/main.vcproj, src/targets/cgi/parser3.vcproj,
1.86      moko     7530:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   7531:          www/htdocs/.htaccess: win32: option: global optimization ON
                   7532: 
                   7533:        * src/main/untaint.C, www/htdocs/_bug.html: workaround kinda bug in
                   7534:          libxml: life requires to do xdoc::create{invalid chars} standard
                   7535:          disables chars less then \x20, except tab, cr, lf.
                   7536: 
                   7537:          changed tainting so that those become '!'
                   7538: 
                   7539: 2004-06-25  paf
                   7540: 
                   7541:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   7542:          int on odd address [prev bugfix failed due to superwize
                   7543:          optimizer, which turned memcpy into same 'ld' asm command]
                   7544: 
                   7545:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   7546:          int on odd address
                   7547: 
                   7548: 2004-06-23  paf
                   7549: 
                   7550:        * www/htdocs/_bug.html: checked: oracle: various ways of returning
                   7551:          error from stored proc.  bad: no way of knowing which exactly
                   7552:          user-defined exception were thrown.  good:
                   7553:          raise_application_error can return error message number and
                   7554:          string FINE good: PRAGMA EXCEPTION_INIT works good too
                   7555: 
                   7556: 2004-06-22  paf
                   7557: 
                   7558:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   7559: 
                   7560:        * www/htdocs/_bug.html: checked: in out variables OK
                   7561: 
                   7562:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   7563:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   7564:          src/include/pa_config_includes.h, www/htdocs/_bug.html: new:
                   7565:          ^void:sql{call paf(:a)}[                $.bind[
                   7566:                $.a[2]          ]       ] output variables work.  todo:
                   7567:          check in out variables
                   7568: 
                   7569: 2004-06-18  paf
                   7570: 
                   7571:        * src/classes/file.C, src/classes/hash.C, src/classes/string.C,
                   7572:          src/classes/table.C, src/classes/void.C,
                   7573:          src/include/pa_globals.h, src/include/pa_sql_connection.h,
                   7574:          src/main/compile.tab.C, src/sql/pa_sql_driver.h,
                   7575:          www/htdocs/.htaccess, www/htdocs/_bug.html: started:
                   7576:          ^void:sql{call paf(:a)}[                $.bind[
                   7577:                $.a[2]          ]       ] input variables work.
                   7578:          todo:output
                   7579: 
                   7580:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   7581:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   7582:          /_bug.html?404;http://hpsv/test/
                   7583:          --------------------------------------------------------------------------------
                   7584:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   7585:          --------------------------------------------------------------------------------
                   7586:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   7587: 
                   7588: 2004-06-16  paf
                   7589: 
                   7590:        * src/targets/cgi/parser3.C: new: iis specific
                   7591:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   7592:          $request:query
                   7593:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   7594:          $form:fields IIS-STATUS="404"
                   7595:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   7596: 
                   7597:          todo: isapi too
                   7598: 
                   7599: 2004-05-26  paf
                   7600: 
                   7601:        * src/include/pa_version.h: 3.1.3
                   7602: 
                   7603:        * operators.txt: beauty: removed outdated level 'table'
                   7604: 
                   7605:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   7606: 
                   7607:        * src/main/pa_string.C: beauty: removed 3 warnings
                   7608: 
                   7609:        * src/include/pa_string.h, src/classes/table.C, src/main/untaint.C,
                   7610:          www/htdocs/_bug.html, src/classes/op.C: beauty: removed outdated
                   7611:          level 'table'
                   7612: 
                   7613: 2004-05-25  paf
                   7614: 
                   7615:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   7616:          implementation. mistery: how anything worked
                   7617: 
                   7618:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   7619:          changed, it is now safe to use url if pointers to it are stored
                   7620:          to gc mem
                   7621: 
                   7622:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   7623:          unknown errors reported and not cause SIGSEGV now
                   7624: 
                   7625: 2004-05-24  paf
                   7626: 
                   7627:        * src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   7628:          src/lib/cord/include/cord.h, www/htdocs/_bug.html,
                   7629:          src/lib/cord/cordxtra.c: cancel: more speed, less memory:
                   7630:          CORD_chars_block originally intended to ...  it was good that
                   7631:          CORD_chars_block were not used: it consumes more memory [and,
                   7632:          might be slow too] undoing that. [and removed that func so that
                   7633:          it would not confuse parser developer in future]
                   7634: 
                   7635:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   7636:          less memory: CORD_chars_block originally intended to
                   7637:          speedup/reduce mem usage were forgotten, and were used stupid
                   7638:          CORD_chars
                   7639: 
                   7640:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   7641: 
                   7642:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   7643:          BIGENDIAN processors space-conserving mech failed, causing
                   7644:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   7645:          (1|2|3));
                   7646: 
                   7647: 2004-05-14  paf
                   7648: 
                   7649:        * src/types/Makefile.am, src/types/pa_vvoid.C,
                   7650:          src/types/pa_vvoid.h, src/types/types.vcproj,
                   7651:          www/htdocs/.htaccess, www/htdocs/_bug.html, www/htdocs/auto.p:
                   7652:          bugfix: void now has vfile value, and $response:body[] works OK
                   7653: 
                   7654: 2004-05-12  paf
                   7655: 
                   7656:        * src/types/pa_vbool.h, src/types/pa_vhash.h,
                   7657:          src/types/pa_vhashfile.h, src/types/pa_vtable.h,
                   7658:          www/htdocs/.htaccess, www/htdocs/_bug.html: beauty: ^if(def
                   7659:          $bool) now equals ^if($bool) and shaped up other sources to use
                   7660:          is_defined() {return as_bool();} along VBool
                   7661: 
                   7662: 2004-05-11  paf
                   7663: 
                   7664:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   7665:          referencing to local objects
                   7666: 
                   7667:        * src/classes/mail.C, src/include/pa_exec.h,
                   7668:          src/main/compile.tab.C, src/types/pa_vmail.C,
                   7669:          src/types/pa_vmail.h, www/htdocs/.htaccess, www/htdocs/_bug.gif,
                   7670:          www/htdocs/_bug.html: bugfix: bcc with sendmail now left intact
                   7671: 
                   7672: 2004-04-15  paf
                   7673: 
                   7674:        * src/classes/date.C: merged: beauty: unused var removed
                   7675: 
                   7676:        * src/classes/date.C: beauty: unused var removed
                   7677: 
                   7678:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   7679:          provoked bug
                   7680: 
                   7681: 2004-04-09  paf
                   7682: 
                   7683:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   7684: 
                   7685:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   7686: 
                   7687: 2004-04-08  paf
                   7688: 
                   7689:        * src/classes/date.C: new: ^date::create[y-m-d
                   7690:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   7691: 
                   7692:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   7693: 
                   7694:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   7695:          to consult default catalog [usually, that file belongs to other
                   7696:          user/group]
                   7697: 
                   7698: 2004-04-06  paf
                   7699: 
                   7700:        * src/main/pa_common.C: beauty: gcc warning removed
                   7701: 
                   7702:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   7703:          accept that trick, trying other
                   7704: 
                   7705:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7706:          bugfix: step3 to fix explicit result problem
                   7707: 
                   7708:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7709:          bugfix: step2 to fix explicit result problem
                   7710: 
                   7711:        * src/main/compile.tab.C, src/main/compile.y, www/htdocs/_bug.html:
                   7712:          bugfix: step1 to fix explicit result problem
                   7713: 
                   7714:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   7715: 
                   7716:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   7717:          src/main/compile.y, src/main/execute.C, www/htdocs/_bug.html:
                   7718:          attempt_check_call_in_explicit_result_mode: failed
                   7719: 
                   7720:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   7721:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   7722:          gethostbyname failed with such 'domains'] now checked properly,
                   7723:          were: needless reverse/forward dns lookup
                   7724: 
                   7725:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   7726:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   7727:          gethostbyname failed with such 'domains'] now checked properly,
                   7728:          were: needless reverse/forward dns lookup
                   7729: 
                   7730:        * src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   7731:          www/htdocs/_bug.html: reimplemented: @method[][result] means "no
                   7732:          string output here" moved to lexical level [on grammar level it
                   7733:          were too difficult]
                   7734: 
                   7735:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   7736:          src/main/compile.y, src/main/compile_tools.h,
                   7737:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   7738:          www/htdocs/.htaccess, www/htdocs/_bug.html: new:
                   7739:          @method[][result] means "no string output here", implemented part
                   7740:          of that idea: compiler throws away string literal generation
                   7741:          code. and barks nonwhitespace chars
                   7742: 
                   7743:        * operators.txt: truth: removed comment about $ORIGIN
                   7744: 
                   7745: 2004-04-05  paf
                   7746: 
                   7747:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   7748:          src/include/pa_version.h, src/main/pa_common.C,
                   7749:          src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   7750:          www/htdocs/_bug.html, www/htdocs/_bug.txt: merged with 3.1.3
                   7751: 
                   7752:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   7753:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   7754: 
                   7755:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   7756: 
                   7757:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   7758:          interfered with FAR console
                   7759: 
                   7760:        * configure, configure.in: 3.1.3
                   7761: 
                   7762:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   7763: 
                   7764:        * src/main/pa_common.C: removed warning
                   7765: 
                   7766:        * src/include/pa_version.h: 3.1.3
                   7767: 
                   7768: 2004-04-02  paf
                   7769: 
                   7770:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   7771: 
                   7772:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   7773:          allows to specify where to put parser log file
                   7774: 
                   7775: 2004-04-01  paf
                   7776: 
                   7777:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   7778:          without tab and enter were ignored
                   7779: 
                   7780:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   7781:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
1.89    ! moko     7782:          main/pa_socks.C, targets/cgi/parser3.C,
1.86      moko     7783:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   7784:          bugfix: sql connections now are disconnected
                   7785: 
                   7786: 2004-03-30  paf
                   7787: 
                   7788:        * src/classes/table.C: bugfix: table::load last line without tab
                   7789:          and enter were ignored
                   7790: 
                   7791:        * src/classes/table.C: bufix: if last table lines were commented,
                   7792:          gpfed
                   7793: 
                   7794:        * src/doc/ClassExample1.dox, src/doc/ClassExample2.dox,
                   7795:          src/doc/ClassExample3.dox, src/doc/chmhelper.pl,
                   7796:          src/doc/class.dox, src/doc/compiler.dox, src/doc/doxygen.cfg,
                   7797:          src/doc/exception.dox, src/doc/executor.dox, src/doc/footer.htm,
                   7798:          src/doc/index.dox, src/doc/memory.dox, src/doc/methoded.dox,
                   7799:          src/doc/object.dox, src/doc/string.dox, src/doc/targets.dox,
                   7800:          src/doc/value.dox, src/include/pa_version.h,
                   7801:          src/main/pa_cache_managers.C,
                   7802:          src/main/pa_stylesheet_connection.C,
                   7803:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_vform.C,
                   7804:          www/htdocs/_bug.html, www/htdocs/_bug.txt: merged bugfixes from
                   7805:          3.1.2, changed version to 3.1.3beta
                   7806: 
                   7807: 2004-03-29  paf
                   7808: 
                   7809:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   7810:          causes gpf
                   7811: 
                   7812:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   7813:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   7814:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   7815:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   7816:          value.dox: translated to english
                   7817: 
                   7818: 2004-03-25  paf
                   7819: 
                   7820:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   7821:          parser3project dependency removed
                   7822: 
                   7823:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   7824:          bugfix: refused to compile without xml
                   7825: 
                   7826:        * src/types/pa_vform.C: beauty: removed warning
                   7827: 
                   7828:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   7829:          any folder [removed last ;) folder dependency]
                   7830: 
                   7831:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   7832:          folder [removed last ;) folder dependency]
                   7833: 
                   7834:        * src/include/pa_version.h: release
                   7835: 
                   7836:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   7837: 
                   7838:        * src/classes/table.C: beauty: comment& more meaningful error
                   7839:          message
                   7840: 
                   7841:        * src/classes/hash.C, www/htdocs/_bug.html: bugfix: ^hash::sql{one
                   7842:          column} now produces $.hash[$.column_value1(true) ... ] [were
                   7843:          producing some strang thing]
                   7844: 
                   7845: 2004-03-23  paf
                   7846: 
                   7847:        * src/classes/image.C, src/main/pa_common.C, www/htdocs/_bug.html:
                   7848:          bugfix: ^image.polyline and http status line parsing checked
                   7849:          number of columns in table [user reported an assert]
                   7850: 
                   7851:        * operators.txt: example: on hashfile
                   7852: 
                   7853:        * src/classes/op.C, src/types/pa_value.C, src/types/pa_wcontext.C,
                   7854:          www/htdocs/_bug.html: bugfix: junction reattach now actually
                   7855:          reattaches a junction to new wcontext [were only assigning it to
                   7856:          junction, which caused junction tracking to loose junction, and
                   7857:          it's context were not killed, and it tried to process in invalid
                   7858:          context, gpf]
                   7859: 
                   7860:        * src/targets/cgi/parser3.C: debug helper added
                   7861: 
                   7862: 2004-03-19  paf
                   7863: 
                   7864:        * src/types/pa_wcontext.C, www/htdocs/_bug.html: beauty: error
                   7865:          messages removed duplicate "type(type)" in braces
                   7866: 
                   7867: 2004-03-10  paf
                   7868: 
                   7869:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   7870:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   7871:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7872:          www/htdocs/_bug.html: new: refined solution to
                   7873:          search-in-namespaces problem:
                   7874:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   7875:          $nodes[^xdoc.select[//x:second]]
                   7876: 
                   7877:        * operators.txt, src/classes/xnode.C, www/htdocs/_bug.html,
                   7878:          www/htdocs/_bug.xml: new: xnode.select*[xpath
                   7879:          expression][[NAMESPACES HASH]] allows to search for info in
                   7880:          namespaces
                   7881: 
                   7882:          $nodes[^xdoc.select[//x:second][
                   7883:          $.x[http://pif.design.ru/] ]]
                   7884: 
                   7885: 2004-03-09  paf
                   7886: 
                   7887:        * operators.txt, src/main/pa_common.C, www/htdocs/.htaccess,
                   7888:          www/htdocs/_bug.html, www/htdocs/_bug.txt, www/htdocs/_bug.xsl:
                   7889:          new: ^file::load[...][options]         $.form[
                   7890:          !$.field1[string]
                   7891:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   7892:               ]         !$.body[string]
                   7893: 
                   7894:          GET ?here notGET(POST, HEAD, others) in content-type:
                   7895:          application/x-www-form-urlencoded
                   7896: 
                   7897:          todo: upload files ability
                   7898: 
                   7899:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   7900:          properly, done
                   7901: 
                   7902: 2004-03-05  paf
                   7903: 
                   7904:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   7905:          GET/POST $.form[$.fields started, not tested yet
                   7906:          todo:$.field[table] for multiple values
                   7907: 
                   7908:        * operators.txt: new: http:// options $.user $.password basic
                   7909:          authorization
                   7910: 
                   7911:        * src/main/pa_common.C: beauty: link to rtf added
                   7912: 
                   7913:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   7914:          www/htdocs/_bug.html: new: http:// options $.user $.password
                   7915:          basic authorization
                   7916: 
                   7917:        * src/main/pa_common.C: beauty: removed needless vars
                   7918: 
                   7919:        * operators.txt: new: pgsql option [like that recently added to
                   7920:          oracle driver]             ClientCharset=parser-charset <<
                   7921:          charset in which parser thinks client works
                   7922: 
                   7923:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   7924: 
                   7925:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   7926:          char!
                   7927: 
                   7928:        * etc/parser3.charsets/windows-1251.cfg: typo
                   7929: 
                   7930:        * www/htdocs/_bug.html, operators.txt: new: odbc option [like that
                   7931:          recently added to oracle driver]
                   7932:          ClientCharset=parser-charset << charset in which parser thinks
                   7933:          client works
                   7934: 
                   7935: 2004-03-04  paf
                   7936: 
                   7937:        * www/htdocs/: _bug.html, _bug.txt: new: mysql option [like that
                   7938:          recently added to oracle driver]
                   7939:          ClientCharset=parser-charset << charset in which parser thinks
                   7940:          client works
                   7941: 
                   7942:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   7943:          cached, sql transcoding now goes faster
                   7944: 
                   7945:        * operators.txt: new: mysql option [like that recently added to
                   7946:          oracle driver]             ClientCharset=parser-charset <<
                   7947:          charset in which parser thinks client works
                   7948: 
                   7949:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   7950:          typo error
                   7951: 
                   7952:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   7953:          chars commented
                   7954: 
                   7955: 2004-03-03  paf
                   7956: 
                   7957:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   7958:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   7959: 
                   7960: 2004-03-02  paf
                   7961: 
                   7962:        * operators.txt: new[update typo]:     !^void.left(n)
                   7963:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   7964:                nothing
                   7965: 
                   7966:        * operators.txt, src/classes/void.C, www/htdocs/_bug.html: new:
                   7967:          !^void.left(n)        nothing     !^void.right(n)        nothing
                   7968:          !^void.pos(p[;n])           nothing
                   7969: 
                   7970:        * operators.txt, src/classes/file.C, src/include/pa_string.h,
                   7971:          www/htdocs/_bug.html: new: ^file::sql[[name_to_become_$.name]]{}
                   7972:          query result must be one row with columns:   first: data
                   7973:          second: file name   third: content-type
                   7974: 
                   7975:        * operators.txt, src/classes/file.C, www/htdocs/_bug.gif,
                   7976:          www/htdocs/_bug.html: ^file.sql-string[] inside ^connect gets
                   7977:          properly escaped string, which can be passed to request now this
                   7978:          for mysql only. it's up to parser sql driver to fix zeros
                   7979:          properly
                   7980: 
                   7981:        * INSTALL: note: added on building apache with this option:
                   7982:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   7983: 
                   7984:        * www/htdocs/_bug.html: feature:
                   7985:          oracle?..&LowerCaseColumnNames=0&ClientCharset=something column
                   7986:          names got transcoded to $request:charset too [were only column
                   7987:          data]
                   7988: 
                   7989: 2004-03-01  paf
                   7990: 
1.89    ! moko     7991:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
        !          7992:          extension memory:compact befor processingrequest
1.86      moko     7993: 
                   7994:        * operators.txt, src/classes/hash.C, www/htdocs/_bug.html: new:
                   7995:          ^hash._keys[>>name<<] to call sole column of result
                   7996: 
                   7997:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   7998:          src/lib/gd/gif.h, www/htdocs/_bug.html: new:
                   7999:          ^image.pixel(x;y)[(color)]         get/set pixel color
                   8000: 
                   8001:        * src/classes/image.C, src/types/pa_vimage.C,
                   8002:          src/types/pa_vimage.h, www/htdocs/_bug.html: beauty: image --
                   8003:          less checks [were ugly impl]
                   8004: 
                   8005:        * src/classes/string.C, www/htdocs/_bug.html: bugfix:
                   8006:          ^string.left/right/mid with negative values now considered bad
                   8007: 
                   8008:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   8009: 
                   8010:        * src/classes/xdoc.C, src/types/pa_vxdoc.h, www/htdocs/_bug.html,
                   8011:          www/htdocs/_bug.xsl: bugfix: boolean output options now have
                   8012:          unified defaults [after transform
                   8013:          indent/omit-xml-declaration/standalone 'default' erroreously
                   8014:          meant 'true']
                   8015: 
                   8016:        * www/htdocs/_bug.html: bugfix: http://i.p.a.ddress gethostbyaddr
                   8017:          added [on some platforms gethostbyname failed with such
                   8018:          'domains']
                   8019: 
                   8020:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   8021:          added [on some platforms gethostbyname failed with such
                   8022:          'domains']
                   8023: 
                   8024:        * src/include/pa_config_auto.h.in: no select check, no define
                   8025: 
                   8026:        * src/classes/string.C: feature: ^string.trim both parameters may
                   8027:          be empty-strings, meaning kind=both chars=whitespaces
                   8028: 
                   8029:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   8030:          exist
                   8031: 
                   8032:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   8033:          exception if it is
                   8034: 
                   8035:        * src/classes/string.C: changed: ^string.trim [] << both,
                   8036:          whitespaces [start|both|end] << kind, whitespaces
                   8037:          [start|both|end;chars]  full
                   8038: 
                   8039: 2004-02-27  paf
                   8040: 
                   8041:        * operators.txt, src/classes/string.C, src/main/pa_string.C,
                   8042:          www/htdocs/_bug.html: new method:
                   8043:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   8044:          whitespace chars finished
                   8045: 
                   8046:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   8047:          src/main/pa_string.C, www/htdocs/_bug.html: new method:
                   8048:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   8049:          whitespace chars   started, only start works
                   8050: 
                   8051:        * www/htdocs/: _bug.html, _bug.xml, _bug.xsl: bug discovered: todo!
                   8052:          xdoc::create+save != xdoc.transform&no<xsl:output>+save
                   8053: 
                   8054:        * src/main/compile.C: bugfix: line numbers after
                   8055:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   8056:          signed
                   8057: 
                   8058:        * src/main/untaint.C: speed: there's no \n chars in output
                   8059:          [normally], so no need to optimize them they could be retrived
                   8060:          from databases, though. but 1. should be replaced 2. if not
                   8061:          optimized, no harm done
                   8062: 
                   8063:        * www/htdocs/: _bug.html, _bug.txt: just test:
                   8064:          file::load[text;http:// $.text utf-8 signature, line ends OK
                   8065:          http://i2/tasks/edit/?id=4629476859594276758
                   8066: 
                   8067:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   8068:          ^file::exec/cgi could return invalid status & zombie child can
                   8069:          remain for short period until process exists [very bad in
                   8070:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   8071: 
                   8072:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   8073:          malicious SMTP server to attack as by returning too long status
                   8074:          responses http://i2/tasks/edit/?id=4629448401140924947
                   8075: 
                   8076: 2004-02-26  paf
                   8077: 
                   8078:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   8079:          are         $.main[to what to rename @main]         $.file[file,
                   8080:          from which (user says) goes that CODE]         $.lineno(line
                   8081:          number in that file, where CODE starts. may be negative)
                   8082: 
                   8083:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   8084:          src/main/compile.C, src/main/compile_tools.h,
                   8085:          src/main/pa_request.C, www/htdocs/_bug.html, www/htdocs/_bug.p,
                   8086:          www/htdocs/_bug.xsl: feature: ^process...{CODE}[now has options]
                   8087:          which are         $.main[to what to rename @main]
                   8088:          $.file[file, from which (user says) goes that CODE]
                   8089:          $.lineno(line number in that file, where CODE starts. may be
                   8090:          negative)
                   8091: 
                   8092: 2004-02-25  paf
                   8093: 
                   8094:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   8095:          old @charsetsdir@ recently erased from configure.in]
                   8096: 
                   8097:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   8098:          produces hash of column=>1
                   8099: 
                   8100:        * www/htdocs/: _bug.html, _bug.xsl: xhtml: &#9; as resutl of
                   8101:          <xsl:attribute>[tab]  is OK
                   8102: 
                   8103:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   8104:          with incomplete errno constants set
                   8105: 
                   8106: 2004-02-24  paf
                   8107: 
                   8108:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   8109:          "man select"
                   8110: 
                   8111:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   8112: 
                   8113:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   8114: 
                   8115:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   8116: 
                   8117:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
                   8118: 
                   8119:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   8120:          unix: steps to work on unix [extracted 'to']
                   8121: 
                   8122:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   8123: 
                   8124:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   8125: 
                   8126:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   8127:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   8128:          unix [testing on solaris]
                   8129: 
                   8130: 2004-02-20  paf
                   8131: 
                   8132:        * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: ugly code
                   8133:          removed, thanks to egr for pointing that out
                   8134: 
                   8135:        * www/htdocs/: _bug.html, _bug.xsl: bugfix: <tag
                   8136:          attr="&#digital_entity;" bug fixed again [same solution,
                   8137:          mistanenly removed one line]
                   8138: 
                   8139:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   8140:          fixed again [same solution, mistanenly removed one line]
                   8141: 
                   8142: 2004-02-19  paf
                   8143: 
                   8144:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   8145:          date::create from bad datetime in spring daylightsaving hole now
                   8146:          OK for all platforms [on some platforms it failed]
                   8147: 
                   8148:        * src/classes/date.C, src/classes/image.C, www/htdocs/_bug.html:
                   8149:          beauty: date::create[bad date time in daylightsaving hole] now
                   8150:          throws error
                   8151: 
                   8152:        * src/classes/date.C: comment: mistake fixed
                   8153: 
                   8154: 2004-02-18  paf
                   8155: 
                   8156:        * www/htdocs/_bug.html: beauty: coder can override save/file
                   8157:          encoding by specifying it in xsl:output or in save/file
                   8158:          hash-options
                   8159: 
                   8160:        * www/htdocs/: _bug.html, _bug.xsl: beauty: coder can override
                   8161:          save/file encoding by specifying it in xsl:output or in save/file
                   8162:          hash-options
                   8163: 
                   8164:        * www/htdocs/: _bug.html, _bug.xsl: beauty: xdoc.string now
                   8165:          renderes in $request:charset, but in header puts
                   8166:          $response:charset todo: make that default only so that coder
                   8167:          could override that
                   8168: 
                   8169:        * www/htdocs/: _bug.html: beauty: xdoc.string now renderes in
                   8170:          $request:charset, but in header puts $response:charset todo: make
                   8171:          that default only so that coder could override that
                   8172: 
                   8173:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   8174:          www/htdocs/_bug.html, www/htdocs/_bug.xsl: beauty: xdoc.string
                   8175:          now renderes in $request:charset, but in header puts
                   8176:          $response:charset todo: make that default only so that coder
                   8177:          could override that
                   8178: 
                   8179:        * src/classes/xdoc.C, www/htdocs/_bug.xsl: beauty: xhtml
                   8180:          doctype-public/system forcly turns off omit-xml-declaration
                   8181: 
                   8182:        * src/classes/xdoc.C, www/htdocs/_bug.html, www/htdocs/_bug.xsl:
                   8183:          feature: reimplemented xhtml output, see /.xsl for sample
                   8184: 
                   8185: 2004-02-17  paf
                   8186: 
                   8187:        * src/classes/xdoc.C: beauty: needless helper class removed
                   8188: 
                   8189:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   8190:          copied extra time
                   8191: 
                   8192:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   8193:          part of libxml
                   8194: 
                   8195:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   8196:          libxml to do the work] <xsl:output        method="html"
                   8197:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   8198:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   8199:          />
                   8200: 
                   8201:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   8202: 
                   8203:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   8204:          caused assertion
                   8205: 
                   8206:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   8207:          could hang. now such add does nothing, sub clears $hash
                   8208: 
                   8209:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   8210:          not made quoted-printable
                   8211: 
                   8212:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   8213:          string invariant
                   8214: 
                   8215: 2004-02-16  paf
                   8216: 
                   8217:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   8218:          cleared [were not cleared properly]
                   8219: 
                   8220: 2004-02-13  paf
                   8221: 
                   8222:        * src/include/pa_version.h: prerelease
                   8223: 
                   8224:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   8225:          used, introducing dependencies timestamp check
                   8226: 
                   8227:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   8228:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   8229:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   8230:          .xsl.stamp now not used, introducing dependencies timestamp check
                   8231: 
                   8232:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   8233: 
                   8234: 2004-02-12  paf
                   8235: 
                   8236:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   8237:          ruined empty <input type=file> submits. parser thought there were
                   8238:          nameless empty file and $form:field got value of type 'file'
                   8239: 
                   8240:        * INSTALL: --without-threads
                   8241: 
                   8242:        * src/include/pa_sapi.h: 2004
                   8243: 
                   8244: 2004-02-11  paf
                   8245: 
                   8246:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   8247:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   8248:          classes/hashfile.C, classes/image.C, classes/int.C,
                   8249:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   8250:          classes/response.C, classes/string.C, classes/table.C,
                   8251:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   8252:          include/pa_array.h, include/pa_cache_managers.h,
                   8253:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   8254:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   8255:          include/pa_dictionary.h, include/pa_dir.h,
                   8256:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   8257:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   8258:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   8259:          include/pa_request_charsets.h, include/pa_request_info.h,
                   8260:          include/pa_socks.h, include/pa_sql_connection.h,
                   8261:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   8262:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   8263:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   8264:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   8265:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   8266:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   8267:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   8268:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   8269:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   8270:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8271:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   8272:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   8273:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   8274:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   8275:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   8276:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
1.89    ! moko     8277:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
1.86      moko     8278:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   8279:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   8280:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   8281:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   8282:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   8283:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   8284:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   8285:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   8286:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   8287:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   8288:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   8289:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   8290:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   8291:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   8292:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   8293:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   8294:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   8295:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   8296:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   8297:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   8298: 
                   8299:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   8300:          debug version of gc.dll
                   8301: 
                   8302:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8303:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   8304:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   8305:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   8306:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   8307:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   8308:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   8309:          processes
                   8310: 
                   8311:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
1.89    ! moko     8312:          main/pa_globals.C, targets/cgi/parser3.vcproj,
        !          8313:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
        !          8314:          changes to reflect libxml xsl new folders
1.86      moko     8315: 
                   8316:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8317:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   8318:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   8319:          to reflect libxml xsl new folders
                   8320: 
                   8321:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   8322:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   8323:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   8324:          types/types.vcproj: started changes to reflect libxml xsl new
                   8325:          folders
                   8326: 
                   8327:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   8328:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   8329:          src/main/compile.tab.C, src/main/main.vcproj,
1.89    ! moko     8330:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
1.86      moko     8331:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   8332:          www/htdocs/.htaccess: started changes to reflect libxml xsl new
                   8333:          folders
                   8334: 
                   8335: 2004-02-10  paf
                   8336: 
                   8337:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   8338:          compile. recommened latest libxml up to date
                   8339: 
                   8340:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   8341:          pattern compilation errors", on which spent 4 hours worktime. use
                   8342:          versions higher than that. recommended now latest up to date
                   8343: 
                   8344: 2004-02-06  paf
                   8345: 
                   8346:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   8347:          beauty: unified destructing style
                   8348: 
                   8349:        * src/main/untaint.C: beauty: removed old def/ifdef
                   8350: 
                   8351:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   8352:          now
                   8353: 
                   8354: 2004-02-03  paf
                   8355: 
                   8356:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   8357:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   8358:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   8359:          then %ld/%lu
                   8360: 
                   8361:        * src/main/pa_common.C: typo: %l -> %u
                   8362: 
                   8363:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   8364:          in attributes or documents-results of transform now not &#04xx;
                   8365: 
                   8366:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   8367: 
                   8368:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   8369: 
                   8370:        * src/main/pa_charset.C: beauty: uncomment
                   8371:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   8372:          libraries
                   8373: 
                   8374: 2004-02-02  paf
                   8375: 
                   8376:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   8377:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   8378: 
                   8379:          $cookie:example[        $.value[]       $.expires[session]
                   8380:          $.path[/there/]         $.domain[test.com] ]
                   8381: 
                   8382:        * src/types/pa_vform.C: bugfix: empty values with
                   8383:          enctype=multipart/form-data now produce entries in $form:tables
                   8384:          <form method=post enctype=multipart/form-data> <input type=hidden
                   8385:          name=a> <input type=hidden name=b>
                   8386: 
                   8387:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   8388:          <hr> <pre>$request:body
                   8389: 
                   8390: 2004-01-30  paf
                   8391: 
                   8392:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   8393:          or documents-results of transform now not &#04xx;
                   8394: 
                   8395:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   8396:          produce exception.
                   8397: 
                   8398:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   8399:          bugfix: ^date::create[invalid fields now produce exception.
                   8400: 
                   8401:        * ChangeLog, src/classes/date.C, www/htdocs/.htaccess: bugfix:
                   8402:          ^date::create[invalid year] now produces exception. todo: check
                   8403:          other fields
                   8404: 
                   8405: 2004-01-29  paf
                   8406: 
                   8407:        * src/include/pa_memory.h: typo error
                   8408: 
                   8409:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   8410:          more byte then specified, then zeroed it << useless and
                   8411:          potentially harmful(could gpf)
                   8412: 
                   8413: 2004-01-22  paf
                   8414: 
                   8415:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   8416: 
                   8417:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   8418:          optimization
                   8419: 
                   8420:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   8421:          [were bug: ^taint[1 & 2]="1 &2"
                   8422: 
                   8423:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   8424:          errors
                   8425: 
                   8426:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   8427:          overflow
                   8428: 
                   8429:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   8430:          error-reporting code * in parser-error reporting code [when no
                   8431:          @unhandled_exception defined]
                   8432: 
                   8433:          fixed in one place: my *snprintf override
                   8434: 
                   8435: 2004-01-13  paf
                   8436: 
                   8437:        * operators.txt: typo erro
                   8438: 
                   8439: 2003-12-25  paf
                   8440: 
                   8441:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   8442:          garbled  [pieces after zero bytes were removed]
                   8443: 
                   8444: 2003-12-22  paf
                   8445: 
                   8446:        * src/include/Makefile.am: bugfix: removed from dist:
                   8447:          src/include/pa_config_auto.h which were configured for
                   8448:          make-dist-platform and badly updated proper config file in target
                   8449:          [when .tar used for updating existing source tree]
                   8450: 
                   8451:        * ChangeLog, operators.txt, src/classes/op.C,
                   8452:          src/include/pa_sql_connection.h,
                   8453:          src/include/pa_sql_driver_manager.h,
                   8454:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h,
                   8455:          www/htdocs/.htaccess: feature: sql introducing ability to
                   8456:          transcode charsets
                   8457: 
                   8458: 2003-12-19  paf
                   8459: 
                   8460:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   8461:          error message
                   8462: 
                   8463:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   8464:          structure for libxml now allocated properly
                   8465: 
                   8466: 2003-12-17  paf
                   8467: 
                   8468:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   8469: 
                   8470:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   8471: 
                   8472:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   8473: 
                   8474:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   8475:          unreported xmlGenericErrors]
                   8476: 
                   8477: 2003-12-15  paf
                   8478: 
                   8479:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   8480:          works}
                   8481: 
                   8482: 2003-12-11  paf
                   8483: 
                   8484:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   8485:          id
                   8486:              !$status:tid thread id
                   8487: 
                   8488:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   8489:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   8490:          bugfix(solaris): removed dependency on object initialization
                   8491:          order [one more place]
                   8492: 
                   8493:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   8494:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   8495:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   8496:          understand that
                   8497: 
                   8498:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   8499:          classes/xdoc.C, include/pa_cache_managers.h,
                   8500:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   8501:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   8502:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   8503:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   8504:          ctor call [relying on implicit String::Body(cstr) call]
                   8505: 
                   8506:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   8507:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   8508:          object initialization order [two places]
                   8509: 
                   8510: 2003-12-10  paf
                   8511: 
                   8512:        * src/include/pa_sql_connection.h, www/htdocs/.htaccess: bugfix:
                   8513:          $status:sql.cache back  << time now ok
                   8514: 
                   8515:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   8516:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   8517:          operational
                   8518: 
                   8519:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   8520:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   8521:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   8522:          src/main/pa_string.C, src/types/pa_vxdoc.h, www/htdocs/.htaccess:
                   8523:          $status:sql.cache back operational
                   8524: 
                   8525: 2003-12-02  paf
                   8526: 
                   8527:        * src/types/pa_vmail.C: bugfix:
                   8528:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   8529:          as-is forced]
                   8530: 
                   8531:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   8532:          exceptions out of libxml callbacks: reimplemented error handling
                   8533:          of http://localhost, parser://method and safemode check callbacks
                   8534: 
                   8535:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   8536:          [merged from HEAD]
                   8537: 
                   8538:        * src/classes/image.C: nothing: comment removed
                   8539: 
                   8540:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   8541:          addresses to int
                   8542: 
                   8543: 2003-12-01  paf
                   8544: 
                   8545:        * src/main/pa_xml_io.C: bugfix: typo
                   8546: 
                   8547:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   8548: 
                   8549:        * src/classes/xdoc.C: bugfix: typo
                   8550: 
                   8551:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   8552:          exception
                   8553: 
                   8554:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   8555: 
                   8556: 2003-11-28  paf
                   8557: 
                   8558:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   8559:          all xml documents read
                   8560: 
                   8561:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   8562: 
                   8563:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   8564:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   8565:          replaced original open mech of xdoc::create & co to use libxml
                   8566:          open, so that this would work for root document todo: safe mode
                   8567:          checks to libxml: ideally to some 1 point
                   8568: 
                   8569:        * src/main/pa_xml_io.C: comment
                   8570: 
                   8571:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   8572:          http://parser[abscent params]
                   8573: 
                   8574:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   8575:          works.  todo: maybe replace original open mech of xdoc::create &
                   8576:          co to use libxml open, so that this would work for root document
                   8577: 
                   8578:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   8579:          "parser://method/params/here"> <test>   &test^; </test> }]
                   8580: 
                   8581:          ^taint[^xdoc.string[]]
                   8582: 
                   8583:          @method[param] <!ENTITY test
                   8584:          "test-entity-value+$form:user+$param!">
                   8585: 
                   8586: 2003-11-27  paf
                   8587: 
                   8588:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   8589: 
                   8590:        * src/classes/date.C: bugfix: typo error
                   8591: 
                   8592: 2003-11-26  paf
                   8593: 
                   8594:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   8595:          src/main/Makefile.am, src/main/main.vcproj,
                   8596:          src/main/pa_globals.C, src/main/pa_request.C,
                   8597:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   8598:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   8599:          to pa_xml_io.C/h
                   8600: 
                   8601:        * src/types/pa_value.h: warnings: --
                   8602: 
                   8603: 2003-11-25  paf
                   8604: 
                   8605:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   8606:          whatever)
                   8607: 
                   8608:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   8609:          a, (c?x:y, z)
                   8610: 
                   8611:        * src/main/untaint.C: bugfix: consequences of not reading this
                   8612:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   8613:          <= 0 ==> none    */
                   8614: 
                   8615:        * src/include/pa_array.h: removed needless checks
                   8616: 
                   8617: 2003-11-24  paf
                   8618: 
                   8619:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   8620:          removed limit: now $form:xxx can be accessed anytime, even in
                   8621:          @auto/conf [and request/response:charset still can be changed
                   8622:          anytime]
                   8623: 
                   8624:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   8625:          now not transcodes response body
                   8626: 
                   8627:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   8628:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   8629:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   8630:          $xdoc.firstChild.firstChild.nodeValue[different]
                   8631:          ^taint[^xdoc.string[]]
                   8632: 
                   8633:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   8634:          workaround: static Hash::allocates -> static Hash_allocates
                   8635: 
                   8636: 2003-11-21  paf
                   8637: 
                   8638:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
1.89    ! moko     8639:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
        !          8640:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.86      moko     8641: 
                   8642:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   8643: 
                   8644:        * src/classes/mail.C: bugfix: typo
                   8645: 
1.88      moko     8646:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
                   8647:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   8648:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
1.86      moko     8649:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   8650:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   8651:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   8652: 
                   8653:        * src/main/pa_exec.C: bug in safe mode
                   8654: 
                   8655:        * src/include/Makefile.am: pa_xml_exception.h
                   8656: 
1.89    ! moko     8657:        * src/targets/isapi/parser3isapi.C: more warnings --
1.86      moko     8658: 
                   8659: 2003-11-20  paf
                   8660: 
                   8661:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   8662:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   8663:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   8664:          --
                   8665: 
                   8666:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   8667:          more warnings --
                   8668: 
                   8669:        * src/classes/xdoc.C: more warnings --
                   8670: 
                   8671:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   8672: 
                   8673:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   8674:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   8675: 
                   8676:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8677:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
1.88      moko     8678:          classes/table.C, include/pa_cache_managers.h,
                   8679:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   8680:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   8681:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   8682:          --
1.86      moko     8683: 
                   8684:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   8685:          can't report problem (undefined @unhandled_exception) problem
                   8686:          source string were not reported
                   8687: 
                   8688:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   8689:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   8690:          classes/hashfile.C, classes/image.C, classes/int.C,
                   8691:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   8692:          classes/response.C, classes/string.C, classes/table.C,
                   8693:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   8694:          include/pa_array.h, include/pa_cache_managers.h,
                   8695:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   8696:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   8697:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   8698:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   8699:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   8700:          include/pa_request.h, include/pa_request_charsets.h,
                   8701:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   8702:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   8703:          include/pa_stack.h, include/pa_string.h,
                   8704:          include/pa_stylesheet_connection.h,
                   8705:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   8706:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   8707:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   8708:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   8709:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   8710:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   8711:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   8712:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   8713:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   8714:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   8715:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   8716:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
1.89    ! moko     8717:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
1.86      moko     8718:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   8719:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   8720:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   8721:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   8722:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   8723:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   8724:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   8725:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   8726:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   8727:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   8728:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   8729:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   8730:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   8731:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   8732:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   8733:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   8734:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   8735:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   8736:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   8737:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   8738:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   8739:          const IDENT
                   8740: 
                   8741:        * src/: include/pa_array.h, include/pa_pool.h,
                   8742:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   8743:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   8744:          types/pa_wcontext.h: more warnings --
                   8745: 
                   8746:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   8747:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   8748:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   8749:          classes/memory.C, classes/op.C, classes/string.C,
                   8750:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   8751:          include/pa_config_includes.h, include/pa_operation.h,
                   8752:          include/pa_sql_connection.h, include/pa_table.h,
                   8753:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   8754:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   8755:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   8756:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   8757:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   8758:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   8759:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
1.89    ! moko     8760:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
        !          8761:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
        !          8762:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
        !          8763:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
        !          8764:          types/pa_vmail.C, types/pa_vobject.C,
1.86      moko     8765:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   8766:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   8767:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   8768:          on all projects (except libltdl=off & libsdbm=level3) found
                   8769:          several unitialized vars
                   8770: 
                   8771: 2003-11-19  paf
                   8772: 
                   8773:        * src/classes/op.C: more ansi C++ comp
                   8774: 
                   8775:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   8776:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   8777:          $exception.handled[cache] meaning "get expired cache, if any.
                   8778:          else error"}
                   8779: 
                   8780:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   8781:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   8782:          ^cache[...]{body}{catch code with $exception.cache field}
                   8783: 
                   8784: 2003-11-12  paf
                   8785: 
                   8786:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   8787:          [copy/paste bug]
                   8788: 
                   8789: 2003-11-11  paf
                   8790: 
                   8791:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   8792:          failed]
                   8793: 
                   8794:        * bin/auto.p.dist.in: colno
                   8795: 
                   8796: 2003-11-10  paf
                   8797: 
                   8798:        * src/types/pa_vconsole.h: flush
                   8799: 
                   8800:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   8801:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   8802:          read/write  [for nntp]
                   8803: 
                   8804:        * operators.txt: mysql: transaction support: ?autocommit=0
                   8805: 
                   8806:        * operators.txt: comment: updated
                   8807: 
                   8808:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   8809:          serialize version and exipire now removes entries
                   8810: 
                   8811:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   8812:          dir, if could]
                   8813: 
                   8814:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   8815:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   8816:          removes files altogether [and dir, if could]
                   8817: 
                   8818:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   8819:          nonexistent pair. .c coded that that was error. fixed
                   8820: 
                   8821:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   8822:          file.access [regretfull can't split it to different exceptions
                   8823:          without modifying sdbm source wich would prefer not to]
                   8824: 
                   8825: 2003-11-07  paf
                   8826: 
                   8827:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8828:          classes/hashfile.C, classes/image.C, classes/table.C,
                   8829:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   8830:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   8831:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   8832:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   8833:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   8834:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   8835:          destructing objects at request processing end
                   8836: 
                   8837: 2003-11-06  paf
                   8838: 
                   8839:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   8840:          updates
                   8841: 
1.89    ! moko     8842:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
        !          8843:          to include sdbm
1.86      moko     8844: 
                   8845:        * src/include/: pa_config_includes.h, pa_version.h: our
                   8846:          replacements of max& co only for cpp
                   8847: 
1.88      moko     8848:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   8849:          upper dir, .am updated
1.86      moko     8850: 
                   8851:        * tests/todo.txt: hashfile: done
                   8852: 
                   8853:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   8854:          expiration [time in value. todo: move time to key]
                   8855: 
                   8856:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   8857: 
                   8858:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   8859:          to do that in foreach, no errors, but surely wrong]
                   8860: 
                   8861:        * operators.txt, src/types/pa_vhashfile.C,
                   8862:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   8863: 
                   8864:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   8865:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   8866:          foreach
                   8867: 
                   8868:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   8869:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   8870: 
1.88      moko     8871:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.86      moko     8872:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   8873: 
1.88      moko     8874:        * src/include/pa_memory.h, src/targets/cgi/parser3.C,
                   8875:          src/types/pa_value.C, src/types/pa_value.h,
                   8876:          src/types/pa_vcookie.C, src/types/pa_vhashfile.C,
                   8877:          src/types/pa_vhashfile.h, www/htdocs/.htaccess: hashfile
                   8878:          implemented get/put [raw]
1.86      moko     8879: 
                   8880:        * src/: classes/op.C, main/pa_os.C: just linked
                   8881: 
                   8882:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   8883:          XmlException changes
                   8884: 
                   8885:        * src/: include/pa_charset.h, include/pa_globals.h,
                   8886:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   8887:          XmlException changes
                   8888: 
1.88      moko     8889:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
1.86      moko     8890: 
                   8891:        * src/: include/pa_common.h, include/pa_exception.h,
1.88      moko     8892:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   8893:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   8894:          main/pa_xml_exception.C: locking move to pa_os [along with
                   8895:          pa_sleep] apr-impl locking done
1.86      moko     8896: 
                   8897:        * configure, configure.in, operators.txt, parser3.sln,
                   8898:          src/classes/classes.vcproj, src/classes/hashfile.C,
1.88      moko     8899:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
1.86      moko     8900:          src/include/pa_exception.h, src/include/pa_globals.h,
                   8901:          src/include/pa_memory.h, src/include/pa_version.h,
                   8902:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   8903:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
1.88      moko     8904:          src/main/compile.tab.C, src/main/main.vcproj,
1.89    ! moko     8905:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
        !          8906:          src/types/Makefile.am, src/types/pa_vhash.C,
        !          8907:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
        !          8908:          src/types/pa_vxnode.h, src/types/types.vcproj,
        !          8909:          www/htdocs/.htaccess: hashfile: started again with sdbm from
        !          8910:          apache
1.86      moko     8911: 
                   8912: 2003-11-05  paf
                   8913: 
1.88      moko     8914:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
1.89    ! moko     8915:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
        !          8916:          \parser3project dir anymore
1.86      moko     8917: 
                   8918:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   8919:          thoughtlessly from xalan]
                   8920: 
                   8921:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   8922:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   8923:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   8924: 
                   8925:        * src/main/helpers/CaseFolding.txt:
                   8926:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   8927: 
                   8928: 2003-11-04  paf
                   8929: 
                   8930:        * operators.txt: comment: ^mail:send[$.options[
                   8931: 
                   8932:        * src/classes/table.C: compiled on unix
                   8933: 
                   8934:        * src/classes/Makefile.am: classes.C to rebuild last
                   8935: 
                   8936:        * src/classes/mail.C: compiled on unix
                   8937: 
                   8938:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   8939:          src/types/pa_vmail.h:     !^mail:send[
                   8940:                  $.options[unix: string to append to sendmail command
                   8941:          line]
                   8942: 
                   8943:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   8944:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   8945:          $.encloser["] <nothing> by default
                   8946: 
                   8947:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   8948:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   8949:          default
                   8950: 
                   8951: 2003-11-03  paf
                   8952: 
                   8953:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   8954:          ^table::load[; options:         !$.column-separator[^#09]
                   8955:          !$.column-encloser["]
                   8956: 
                   8957:        * operators.txt, src/include/pa_config_fixed.h,
                   8958:          src/types/pa_vrequest.C: $request:document-root
                   8959: 
                   8960:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   8961:          [already included into uri=xxx]
                   8962: 
                   8963:        * operators.txt, src/classes/image.C, tests/todo.txt,
                   8964:          www/htdocs/auto.p: ^image.gif[filename] for $response:download
                   8965: 
                   8966:        * src/classes/date.C: minor precaution
                   8967: 
                   8968:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   8969:              !^date.unix-timestamp[]
                   8970: 
                   8971: 2003-10-30  paf
                   8972: 
                   8973:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   8974:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   8975: 
                   8976:        * src/classes/: date.C, image.C: improvement diagnostics:
                   8977:          $now[^date::create[$undefined]] now is error
                   8978: 
                   8979:        * src/main/pa_common.C: read errors would now be reported 'actually
                   8980:          read -1 bytes'
                   8981: 
                   8982: 2003-10-24  paf
                   8983: 
1.88      moko     8984:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
1.86      moko     8985:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
1.89    ! moko     8986:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
        !          8987:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
1.86      moko     8988: 
                   8989: 2003-10-22  paf
                   8990: 
                   8991:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   8992: 
                   8993: 2003-10-21  paf
                   8994: 
                   8995:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   8996:          fixed: string.match[g] without <'> option produced columns with
                   8997:          NULL's, which gpf'ed at table.save time
                   8998: 
                   8999:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   9000:          recoursion' message with intensive throw-catches fixed: incorrect
                   9001:          name and line (one name upper then needed) in error message about
                   9002:          problems inside try block
                   9003: 
                   9004: 2003-10-10  paf
                   9005: 
                   9006:        * src/include/pa_string.h, src/main/compile.tab.C,
                   9007:          www/htdocs/.htaccess: CORD_chr does not check offset argument for
                   9008:          validity did that in String::Body::pos myself
                   9009:          http://i2/tasks/edit/?id=4577425257580789777
                   9010: 
                   9011: 2003-10-07  paf
                   9012: 
                   9013:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   9014:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   9015: 
                   9016: 2003-10-03  paf
                   9017: 
                   9018:        * parser3.sln, src/include/pa_dictionary.h,
                   9019:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   9020:          src/targets/cgi/parser3.vcproj, www/htdocs/.htaccess: dictionary
                   9021:          optimized by precalculating cstr&length
                   9022: 
                   9023: 2003-10-02  paf
                   9024: 
                   9025:        * src/classes/op.C, src/include/pa_request.h,
                   9026:          src/include/pa_stack.h, src/main/execute.C,
                   9027:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9028:          src/main/pa_stylesheet_manager.C, www/htdocs/.htaccess: bugfix:
                   9029:          ^throw context were saved/restored incompletely
                   9030:          http://www.parser.ru/forum/?id=21484
                   9031: 
                   9032: 2003-09-30  paf
                   9033: 
                   9034:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   9035:          occurrances after lang-mismatched
                   9036: 
                   9037: 2003-09-29  paf
                   9038: 
                   9039:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   9040:          helper
                   9041: 
                   9042:        * src/main/pa_string.C: string::serialize bug fix with
                   9043:          zero-terminator
                   9044: 
                   9045:        * src/classes/table.C: ^nameless_table.save column row now has no
                   9046:          \t at the end
                   9047: 
                   9048:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   9049:          @postprocess  now takes $response:body/download
                   9050: 
                   9051:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   9052:          error message
                   9053: 
                   9054:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   9055: 
                   9056:        * src/classes/table.C: bugfix: flip: must produce nameless
                   9057:          http://i2/tasks/edit/?id=4573405524674081244
                   9058: 
                   9059:        * www/htdocs/: base.p, derived.p, font.gif, global.xsl, index.html,
                   9060:          mailreceive.eml, mailreceive.html, operators.p,
                   9061:          parser-status.html, people.dtd, some.p: removing old tests
                   9062: 
                   9063:        * src/include/pa_charset.h, src/main/pa_charset.C,
                   9064:          src/main/pa_string.C, src/main/helpers/simple_folding.pl,
                   9065:          www/htdocs/auto.p: utf-8 upper/lower
                   9066: 
                   9067:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   9068:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   9069: 
                   9070: 2003-09-26  paf
                   9071: 
                   9072:        * src/main/untaint.C: removed needless field
                   9073: 
                   9074:        * src/main/untaint.C: removed needless const
                   9075: 
                   9076:        * src/include/pa_string.h, src/main/pa_common.C,
                   9077:          src/main/pa_string.C, www/htdocs/.htaccess: String.for_each bug
                   9078:          fixed [omited one-char cases]
                   9079: 
                   9080:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   9081:          runtime-executor stack were cleared... BADLY
                   9082: 
                   9083:        * src/main/pa_string.C, www/htdocs/.htaccess, www/htdocs/auto.p:
                   9084:          ^stirng.replace code used old param-convention on langs.append,
                   9085:          fixed that search fo the like, found none
                   9086: 
                   9087:        * src/classes/op.C, src/include/pa_string.h, src/main/pa_string.C,
                   9088:          www/htdocs/.htaccess: string::serialize/deserialize implemented
                   9089:          Language enum assigned meaningful letters [more convinient for
                   9090:          debugging. read warning before adding/changing anything]
                   9091: 
                   9092: 2003-09-25  paf
                   9093: 
                   9094:        * src/: include/pa_string.h, include/pa_version.h,
                   9095:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   9096:          differences on unix
                   9097: 
                   9098:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   9099:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   9100:          src/classes/xdoc.C, src/classes/xnode.C,
                   9101:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   9102:          src/include/pa_charsets.h, src/include/pa_common.h,
                   9103:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   9104:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   9105:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   9106:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   9107:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   9108:          src/main/compile_tools.h, src/main/pa_charset.C,
                   9109:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   9110:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9111:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   9112:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   9113:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   9114:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   9115:          src/types/pa_vxnode.C, www/htdocs/.htaccess:
                   9116:          string_fragments_to_cord merged to HEAD
                   9117: 
                   9118:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   9119:          functions aligned to that of eeparser3 look
                   9120: 
                   9121:        * src/lib/cord/cordprnt.c: removed warnings
                   9122: 
                   9123: 2003-09-24  paf
                   9124: 
                   9125:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   9126:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   9127:          include/pa_cache_managers.h, include/pa_charset.h,
                   9128:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   9129:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   9130:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9131:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   9132:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   9133:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   9134:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   9135:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   9136:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   9137:          types/pa_vxnode.C: v() functions of String::Body,
                   9138:          String::Languages and String itself StringBody->String::Body
                   9139: 
                   9140:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9141:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   9142:          never optimized anything.  todo: somehow speed up harder cases:
                   9143:          concatenationA+concatenationB when last block of A and first of B
                   9144:          contain same letters
                   9145: 
                   9146:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9147:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   9148:          blocks of same char [CORD_append_block]
                   9149: 
                   9150:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9151:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   9152:          save space by extending blocks when appending block with c ==
                   9153:          lastblock.c
                   9154: 
                   9155:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   9156:          working yet :( but more working &understood :)
                   9157: 
                   9158:        * src/: classes/table.C, include/pa_string.h,
                   9159:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   9160: 
                   9161: 2003-09-23  paf
                   9162: 
                   9163:        * src/main/untaint.C: $a[ok!] $a works!
                   9164: 
                   9165:        * src/main/untaint.C: something even more works :)
                   9166: 
                   9167:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   9168:          something more works :)
                   9169: 
                   9170:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   9171:          lib/cord/cordxtra.c: something already works :)
                   9172: 
                   9173:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   9174:          serialize&deserialize
                   9175: 
                   9176:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   9177:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   9178:          main/untaint.C: main idea implemented, details left
                   9179: 
                   9180: 2003-09-22  paf
                   9181: 
                   9182:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   9183: 
                   9184:        * src/classes/xnode.C: copy/paste comment bugfix
                   9185: 
                   9186:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   9187:          allocator returns 0, just die.
                   9188:          http://i2/tasks/edit/?id=4570798492410259445
                   9189: 
                   9190:        * src/classes/xdoc.C: copy/paste comment bugfix
                   9191: 
                   9192:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   9193:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   9194:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   9195:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   9196: 
                   9197:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   9198:          chars due to bitwise operation signed-char error]
                   9199: 
                   9200: 2003-09-19  paf
                   9201: 
                   9202:        * src/types/pa_wcontext.C: output message: more practical
                   9203:          suggestion
                   9204: 
                   9205:        * src/main/pa_common.C, operators.txt: merged
                   9206:          $f[^file::load[binary;http://...]] $f.tables
                   9207: 
                   9208: 2003-09-02  paf
                   9209: 
                   9210:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   9211:          flush stdout without referencing 'stdout' symbol. to hell with
                   9212:          non-ansi libraries without 'stdout' symbol
                   9213: 
                   9214:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   9215:          unix (users reported problems with some old libc)
                   9216: 
                   9217:        * src/types/pa_vdate.h: forgot initializer
                   9218: 
                   9219: 2003-09-01  paf
                   9220: 
                   9221:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   9222:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   9223:          zone]
                   9224: 
                   9225:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   9226: 
                   9227: 2003-08-19  paf
                   9228: 
                   9229:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   9230:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   9231:          simplified a little
                   9232: 
                   9233:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   9234:          [lost fix from 3.0.8]
                   9235: 
                   9236:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   9237:          visible here }
                   9238: 
                   9239:          bug fix
                   9240: 
                   9241:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   9242: 
                   9243:        * src/main/compile.tab.C: initialized couple of variables about
                   9244:          which user reported runtime problems when parser were compiled
                   9245:          with VC7, warning level4.  study shows that later in bison
                   9246:          they've fixed that. would migrate to latest bison someday
                   9247: 
                   9248:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   9249:          recoding headers)
                   9250: 
                   9251:        * src/types/pa_vmail.C: works as before, same charset problems:
                   9252:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   9253:          anything for now
                   9254: 
                   9255:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   9256:          problems with body
                   9257: 
                   9258:        * src/types/pa_vmail.C: mail_receive just compiled
                   9259: 
                   9260: 2003-08-18  paf
                   9261: 
                   9262:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   9263:          main/main.vcproj, types/types.vcproj: win32: continued process
                   9264:          detaching from \parser3project directory
                   9265: 
                   9266:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   9267:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   9268:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   9269:          src/lib/pcre/pcre_dftables.dsp,
                   9270:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   9271:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   9272:          src/types/types.dsp: moved to MSVC 7
                   9273: 
                   9274:        * gnu.vcproj.vspscc, parser3.vssscc,
                   9275:          src/classes/classes.vcproj.vspscc,
                   9276:          src/lib/cord/cord.vcproj.vspscc,
                   9277:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   9278:          src/lib/md5/md5.vcproj.vspscc,
                   9279:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   9280:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   9281:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   9282:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   9283:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   9284:          moved to MSVC 7
                   9285: 
                   9286:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   9287:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   9288:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9289:          src/lib/pcre/pcre_dftables.vcproj,
                   9290:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   9291:          src/targets/cgi/parser3.vcproj,
                   9292:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   9293:          new VS project files
                   9294: 
                   9295:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   9296:          .NET to detect Jalindi Igloo capabilities.
                   9297: 
                   9298:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
                   9299:          src/classes/classes.awk, src/doc/footer.htm,
                   9300:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9301:          src/lib/Makefile.am, src/main/compile.tab.C,
                   9302:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   9303:          src/types/pa_vmail.C, www/htdocs/.htaccess, www/htdocs/auto.p:
                   9304:          merged 3.1.0 latest changes
                   9305: 
                   9306: 2003-08-15  paf
                   9307: 
                   9308:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   9309:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   9310: 
                   9311:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   9312:          non-ascii <yyy> now encoded correctly
                   9313: 
                   9314: 2003-07-29  paf
                   9315: 
                   9316:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   9317:          dist
                   9318: 
                   9319:        * src/types/pa_vmail.C: just started --with-mail-receive
                   9320: 
                   9321: 2003-07-28  paf
                   9322: 
                   9323:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   9324:          dependence in src/classes, src/lib/gc now in dist
                   9325: 
                   9326:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   9327: 
                   9328: 2003-07-25  paf
                   9329: 
                   9330:        * src/doc/footer.htm: year
                   9331: 
                   9332: 2003-07-24  paf
                   9333: 
                   9334:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   9335:          fix
                   9336: 
                   9337:        * src/include/pa_version.h: release
                   9338: 
                   9339:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
                   9340: 
1.88      moko     9341:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
1.89    ! moko     9342:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
        !          9343:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
        !          9344:          getting rid of win32xml pseudo project
1.86      moko     9345: 
1.89    ! moko     9346:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
1.86      moko     9347: 
                   9348:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   9349:          configure.in, operators.txt, parser3.dsw,
                   9350:          etc/parser3.charsets/koi8-r.cfg,
                   9351:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
                   9352:          src/classes/classes.C, src/classes/classes.awk,
                   9353:          src/classes/classes.dsp, src/classes/classes.h,
                   9354:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   9355:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   9356:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   9357:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   9358:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   9359:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1.88      moko     9360:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   9361:          src/doc/string.dox, src/include/Makefile.am,
                   9362:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   9363:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   9364:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   9365:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   9366:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   9367:          src/include/pa_exception.h, src/include/pa_exec.h,
                   9368:          src/include/pa_globals.h, src/include/pa_hash.h,
                   9369:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   9370:          src/include/pa_operation.h, src/include/pa_pool.h,
                   9371:          src/include/pa_pragma_pack_begin.h,
1.86      moko     9372:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   9373:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   9374:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   9375:          src/include/pa_sql_connection.h,
                   9376:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   9377:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   9378:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   9379:          src/include/pa_threads.h, src/include/pa_types.h,
                   9380:          src/include/pa_uue.h, src/lib/Makefile.am,
                   9381:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   9382:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   9383:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   9384:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
                   9385:          src/lib/cord/include/ec.h,
                   9386:          src/lib/cord/include/private/Makefile.am,
                   9387:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
                   9388:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
1.88      moko     9389:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
                   9390:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
                   9391:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   9392:          src/main/compile_tools.C, src/main/compile_tools.h,
                   9393:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   9394:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9395:          src/main/pa_charsets.C, src/main/pa_common.C,
                   9396:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   9397:          src/main/pa_exception.C, src/main/pa_exec.C,
1.86      moko     9398:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   9399:          src/main/pa_request.C, src/main/pa_socks.C,
                   9400:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   9401:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   9402:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
1.89    ! moko     9403:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
        !          9404:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
        !          9405:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
        !          9406:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
        !          9407:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
        !          9408:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
        !          9409:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
1.86      moko     9410:          src/targets/isapi/parser3isapi.dsp,
                   9411:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
                   9412:          src/types/pa_junction.h, src/types/pa_method.h,
                   9413:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   9414:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   9415:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   9416:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   9417:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   9418:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   9419:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   9420:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   9421:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   9422:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   9423:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   9424:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   9425:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   9426:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   9427:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   9428:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   9429:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   9430:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   9431:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   9432:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   9433:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   9434:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   9435:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   9436:          src/types/pa_wwrapper.h, src/types/types.dsp,
                   9437:          www/htdocs/.htaccess, www/htdocs/auto.p, www/htdocs/index.html:
                   9438:          moved tempate_gc to HEAD
                   9439: 
                   9440:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   9441:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   9442:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   9443:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   9444:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   9445:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   9446:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   9447:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   9448:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   9449:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   9450:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   9451:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   9452:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   9453:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   9454:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   9455:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   9456:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   9457:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   9458:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   9459:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   9460:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   9461:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   9462:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   9463:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   9464:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   9465:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   9466:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   9467:          outputs/create-dir, results/001.processed, results/002.processed,
                   9468:          results/003.processed, results/004.processed,
                   9469:          results/005.processed, results/006.processed,
                   9470:          results/007.processed, results/008.processed,
                   9471:          results/009.processed, results/010.processed,
                   9472:          results/011.processed, results/012.processed,
                   9473:          results/013.processed, results/014.processed,
                   9474:          results/015.processed, results/016.processed,
                   9475:          results/017.processed, results/018.processed,
                   9476:          results/019.processed, results/020.processed,
                   9477:          results/021.processed, results/022.processed,
                   9478:          results/023.processed, results/024.processed,
                   9479:          results/025.processed, results/026.processed,
                   9480:          results/027.processed, results/028.processed,
                   9481:          results/029.processed, results/030.processed,
                   9482:          results/031.processed, results/032.processed,
                   9483:          results/033.processed, results/034.processed,
                   9484:          results/035.processed, results/036.processed,
                   9485:          results/037.processed, results/038.processed,
                   9486:          results/039.processed, results/040.processed,
                   9487:          results/041.processed, results/042.processed,
                   9488:          results/043.processed, results/044.processed,
                   9489:          results/045.processed, results/046.processed,
                   9490:          results/047.processed, results/048.processed,
                   9491:          results/049.processed, results/050.processed,
                   9492:          results/051.processed, results/052.processed,
                   9493:          results/053.processed, results/054.processed,
                   9494:          results/055.processed, results/056.processed,
                   9495:          results/057.processed, results/058.processed,
                   9496:          results/059.processed, results/060.processed,
                   9497:          results/061.processed, results/062.processed,
                   9498:          results/063.processed, results/064.processed,
                   9499:          results/065.processed, results/066.processed,
                   9500:          results/067.processed, results/068.processed,
                   9501:          results/069.processed, results/070.processed,
                   9502:          results/071.processed, results/072.processed,
                   9503:          results/073.processed, results/074.processed,
                   9504:          results/075.processed, results/076.processed,
                   9505:          results/077.processed, results/078.processed,
                   9506:          results/079.processed, results/080.processed,
                   9507:          results/081.processed, results/082.processed,
                   9508:          results/083.processed, results/084.processed,
                   9509:          results/085.processed, results/086.processed,
                   9510:          results/087.processed, results/088.processed,
                   9511:          results/089.processed, results/090.processed,
                   9512:          results/091.processed, results/092.processed,
                   9513:          results/093.processed, results/094.processed,
                   9514:          results/095.processed, results/096.processed,
                   9515:          results/097.processed, results/098.processed,
                   9516:          results/099.processed, results/100.processed,
                   9517:          results/101.processed, results/102.processed,
                   9518:          results/103.processed, results/104.processed,
                   9519:          results/105.processed, results/106.processed,
                   9520:          results/107.processed, results/108.processed,
                   9521:          results/109.processed, results/110.processed,
                   9522:          results/111.processed, results/112.processed,
                   9523:          results/113.processed, results/114.processed,
                   9524:          results/115.processed, results/116.processed,
                   9525:          results/117.processed, results/118.processed,
                   9526:          results/119.processed, results/120.processed,
                   9527:          results/121.processed, results/122.processed,
                   9528:          results/123.processed, results/124.processed,
                   9529:          results/125.processed, results/126.processed,
                   9530:          results/127.processed, results/128.processed,
                   9531:          results/129.processed, results/130.processed,
                   9532:          results/131.processed, results/132.processed,
                   9533:          results/133.processed, results/134.processed,
                   9534:          results/135.processed, results/136.processed,
                   9535:          results/137.processed, results/138.processed,
                   9536:          results/139.processed, results/140.processed,
                   9537:          results/141.processed: merged(copied) to HEAD from template_gc
                   9538: 
1.89    ! moko     9539:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
        !          9540:          towards \parser3project not having to be in root
        !          9541: 
        !          9542:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
        !          9543:          module compiled [were minor unnecessary changes in lib/md5
        !          9544:          interface]
1.86      moko     9545: 
                   9546:        * src/include/pa_version.h: release
                   9547: 
                   9548:        * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess:
                   9549:          relative paths to xml&gc libs
                   9550: 
                   9551:        * src/classes/math.C: merged uuid bugfix
                   9552: 
                   9553:        * tests/: 141.html, results/141.processed: fixed bug with
                   9554:          too-small-a-buffer
                   9555: 
                   9556:        * src/classes/math.C: uuid bugfix
                   9557: 
                   9558:        * tests/: 141.html, Makefile, results/005.processed,
                   9559:          results/030.processed, results/075.processed,
                   9560:          results/078.processed: to reflect date format change (were -
                   9561:          become ' ')
                   9562: 
                   9563:        * src/classes/math.C: uuid bugfix
                   9564: 
1.89    ! moko     9565:        * parser3.dsw, src/main/pa_globals.C, www/htdocs/.htaccess: few
        !          9566:          paths for libxml debug/release changes
1.86      moko     9567: 
                   9568:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   9569: 
                   9570: 2003-07-23  paf
                   9571: 
                   9572:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   9573:          renamed a little [to move to comman naming conv]
                   9574: 
1.89    ! moko     9575:        * src/targets/Makefile.am: apache13 splitted to simplify apache
1.86      moko     9576:          build
                   9577: 
                   9578:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   9579:          main/pa_request.C, main/pa_sql_driver_manager.C,
1.89    ! moko     9580:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
        !          9581:          stack top_index() fixed
1.86      moko     9582: 
                   9583:        * src/main/pa_globals.C: minor style changes
                   9584: 
                   9585:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   9586:          closing/caching fixed [connections were not closed/put to cache]
                   9587: 
                   9588: 2003-07-22  paf
                   9589: 
                   9590:        * INSTALL: gc part updated stightly
                   9591: 
                   9592:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   9593:          new sapi interface
                   9594: 
                   9595:        * src/classes/file.C: comment on OS
                   9596: 
                   9597:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   9598:          one deeper in cord lib]
                   9599: 
                   9600:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   9601: 
                   9602:        * src/main/pa_memory.C: out of memory is no longer coredump
                   9603: 
                   9604:        * INSTALL: disable-threads adviced
                   9605: 
                   9606: 2003-07-21  paf
                   9607: 
                   9608:        * src/classes/Makefile.am: removed circular dependency on classes.C
                   9609: 
                   9610:        * src/classes/file.C: file::exec/cgi environment variables now must
                   9611:          be UPPERCASE and A-Z 0-9 _-
                   9612: 
                   9613:        * src/classes/file.C: env passing fixed
                   9614: 
                   9615:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   9616: 
                   9617:        * src/main/pa_common.C: http:// CRLF now
                   9618: 
                   9619: 2003-07-02  paf
                   9620: 
                   9621:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   9622:          fields to reflect their real meaning
                   9623: 
                   9624: 2003-06-27  paf
                   9625: 
                   9626:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   9627:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   9628:          file::exec/cgi .charset
                   9629: 
                   9630: 2003-06-26  paf
                   9631: 
                   9632:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   9633:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   9634:          src/classes/table.C, www/htdocs/.htaccess: fixed several
                   9635:          uninitialized local structures.  notably ^hash.foreach now
                   9636:          inserts delimiters properly [were inserting it before first body]
                   9637: 
                   9638: 2003-06-24  paf
                   9639: 
                   9640:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   9641: 
                   9642: 2003-06-20  paf
                   9643: 
                   9644:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   9645:          src/main/pa_globals.C: introducing
                   9646:          $f[^file::load[binary;http://...]] $f.tables
                   9647: 
                   9648: 2003-06-06  paf
                   9649: 
                   9650:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   9651:          table. [were method lookup: inconsistent]
                   9652: 
                   9653: 2003-06-02  paf
                   9654: 
                   9655:        * src/include/pa_memory.h: empty string clone fixed to return
                   9656:          writable memory
                   9657: 
                   9658:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   9659:          were not appended] which violated string invariant
                   9660: 
                   9661: 2003-05-30  paf
                   9662: 
                   9663:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   9664:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   9665: 
                   9666:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   9667:          GMT  ; RFC 822, updated by RFC 1123
                   9668: 
1.89    ! moko     9669:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
1.86      moko     9670:          targets/isapi/parser3isapi.C: initialized request_info properly
                   9671: 
                   9672:        * src/classes/xnode.C: found minor bug, commended for future
                   9673: 
                   9674: 2003-05-28  paf
                   9675: 
                   9676:        * src/classes/form.C: request_info.content_length can't be <0,
                   9677:          size_t for some time
                   9678: 
                   9679: 2003-05-26  paf
                   9680: 
                   9681:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   9682:          forgotten <0 changed to !=STRING_NOT_FOUND
                   9683: 
                   9684:        * src/classes/math.C: merged ffffu from HEAD
                   9685: 
                   9686: 2003-05-11  paf
                   9687: 
                   9688:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   9689: 
                   9690:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   9691:          premature doc free.  transformed document had xmlDoc reference
                   9692:          stored to non-gc-memory (libgdome) added holding-reference
                   9693: 
                   9694: 2003-04-29  paf
                   9695: 
                   9696:        * src/main/pa_globals.C: started digging on double free.  on win32
                   9697:          found that that's perfectly normal.
                   9698: 
                   9699: 2003-04-25  paf
                   9700: 
                   9701:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   9702: 
                   9703:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   9704: 
                   9705:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   9706:          print anything.  changed to quicker and simplier code
                   9707: 
                   9708:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   9709:          strict a check]
                   9710: 
                   9711:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   9712: 
                   9713: 2003-04-24  paf
                   9714: 
                   9715:        * src/include/pa_table.h: too strict assert loosened
                   9716: 
                   9717:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   9718:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   9719:          report
                   9720: 
                   9721: 2003-04-21  paf
                   9722: 
                   9723:        * src/targets/cgi/Makefile.am: pp3 added to .am
                   9724: 
                   9725:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   9726:          memory
                   9727: 
                   9728:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   9729:          xmlMallocAtomic [author agreed to my suggestion], used that
                   9730: 
                   9731:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   9732: 
                   9733:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   9734:          types/pa_vmail.C: attributed_meaning_to_string added
                   9735:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   9736:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   9737:          made that param obligatory
                   9738: 
                   9739:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   9740:          fixed [assert helped]
                   9741: 
                   9742:        * src/include/pa_string.h: assert added [looking for bug]
                   9743: 
                   9744:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   9745:          names on Win32 considered disk-global
                   9746: 
                   9747:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   9748:          considered disk-global
                   9749: 
                   9750: 2003-04-18  paf
                   9751: 
                   9752:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   9753:          filenames
                   9754: 
                   9755:        * src/main/untaint.C: enabled '~' letter in filenames
                   9756: 
                   9757: 2003-04-16  paf
                   9758: 
                   9759:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   9760: 
                   9761:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   9762:          HEAD
                   9763: 
                   9764:        * src/classes/table.C: fix: gcc reported tiny error
                   9765: 
                   9766: 2003-04-15  paf
                   9767: 
                   9768:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   9769:          src/lib/md5/pa_md5c.c, tests/141.html,
                   9770:          tests/results/141.processed, www/htdocs/.htaccess: merged from
                   9771:          head ^math:uuid[] ^math:uid64[] ^math:md5[string]
                   9772: 
                   9773:          test added: 141.html
                   9774: 
                   9775:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   9776: 
                   9777:        * src/classes/math.C: ^math:uuid[]
                   9778: 
                   9779:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   9780: 
                   9781:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   9782:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   9783: 
                   9784:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   9785:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   9786:          ^file::load[mode;name;     $.offset     $.limit
                   9787: 
                   9788: 2003-04-14  paf
                   9789: 
                   9790:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   9791:          started ^math:md5
                   9792: 
                   9793:        * src/classes/table.C, src/include/pa_array.h,
                   9794:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   9795:          tests/results/140.processed: table $.reverse option works in
                   9796:          create&co table $.distinct[tables] bug fix merged
                   9797: 
                   9798:        * src/: classes/table.C, include/pa_table.h: table
                   9799:          $.distinct[tables] bug fixed
                   9800: 
                   9801:        * src/classes/table.C: more warnings
                   9802: 
                   9803:        * src/include/pa_array.h, src/include/pa_table.h,
                   9804:          src/main/pa_table.C, www/htdocs/.htaccess: removed checks in
                   9805:          table::set_current, moved them back to table::locate implemented
                   9806:          table::create/join ñ $.reverse
                   9807: 
                   9808:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   9809:          removed checks in table::set_current, moved them back to
                   9810:          table::locate
                   9811: 
                   9812: 2003-04-11  paf
                   9813: 
                   9814:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   9815:          src/include/pa_array.h, src/include/pa_common.h,
                   9816:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   9817:          src/include/pa_table.h, src/main/pa_request.C,
                   9818:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   9819:          src/main/pa_table.C, www/htdocs/.htaccess: merged from HEAD from
                   9820:          before_append_array_limit_sense_change to
                   9821:          after_append_array_limit_sense_change
                   9822: 
                   9823:        * src/classes/table.C: typo
                   9824: 
                   9825:        * www/htdocs/.htaccess, operators.txt, src/classes/date.C,
                   9826:          src/classes/table.C, src/include/pa_array.h,
                   9827:          src/include/pa_common.h, src/include/pa_config_includes.h,
                   9828:          src/include/pa_globals.h, src/include/pa_table.h,
                   9829:          src/main/pa_array.C, src/main/pa_globals.C,
                   9830:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   9831:          src/main/pa_string.C, src/main/pa_table.C:
                   9832:          append_array_limit_sense_change locate accepts options same as
                   9833:          create new option: $.reverse(1)   [do not work in table::create]
                   9834: 
                   9835:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   9836:          (stat xxx,
                   9837: 
                   9838:        * src/classes/: table.C: typo
                   9839: 
                   9840:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   9841:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   9842:          results/130.processed, results/131.processed,
                   9843:          results/132.processed, results/133.processed,
                   9844:          results/134.processed, results/135.processed,
                   9845:          results/136.processed, results/137.processed,
                   9846:          results/138.processed, results/139.processed: added few mustfail
                   9847:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   9848:          date/time 132.html mustfail: access to junction outside of
                   9849:          context 133.html mustfail: access to junction outside of context,
                   9850:          case version 134.html mustfail: hash: adding a key inside of
                   9851:          foreach 135.html mustfail: modifying system class 136.html
                   9852:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   9853:          appendChild without import 138.html mustfail: invalid encoding
                   9854:          inside of xml 139.html mustfail: bad XPath
                   9855: 
                   9856:        * operators.txt, src/classes/table.C, tests/084.html,
                   9857:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   9858:          tests/129.html, tests/results/125.processed,
                   9859:          tests/results/126.processed, tests/results/127.processed,
                   9860:          tests/results/128.processed, tests/results/129.processed: merged
                   9861:          from HEAD ^table.hash[key][$.distinct[tables]]
                   9862: 
                   9863:          maked appropriate tests [changed one old nonconforming]
                   9864: 
                   9865:        * operators.txt, src/classes/table.C:
                   9866:          ^table.hash[key][$.distinct[tables]]
                   9867: 
                   9868:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   9869:          merged fix for found very old xml (dom) bug: were passing
                   9870:          domString objects and later ERROREOUSLY freed them
                   9871: 
                   9872:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   9873:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   9874:          libgdome bug can not be worked around
                   9875: 
                   9876: 2003-04-10  paf
                   9877: 
                   9878:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   9879:          found very old xml (dom) bug: were passing domString objects and
                   9880:          later ERROREOUSLY freed them
                   9881: 
                   9882:        * src/doc/string.dox, src/include/pa_memory.h,
                   9883:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   9884:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   9885:          tests/123.html, tests/124.html, tests/results/001.processed,
                   9886:          tests/results/002.processed, tests/results/003.processed,
                   9887:          tests/results/004.processed, tests/results/005.processed,
                   9888:          tests/results/006.processed, tests/results/008.processed,
                   9889:          tests/results/009.processed, tests/results/010.processed,
                   9890:          tests/results/011.processed, tests/results/012.processed,
                   9891:          tests/results/013.processed, tests/results/014.processed,
                   9892:          tests/results/015.processed, tests/results/016.processed,
                   9893:          tests/results/017.processed, tests/results/018.processed,
                   9894:          tests/results/020.processed, tests/results/021.processed,
                   9895:          tests/results/022.processed, tests/results/023.processed,
                   9896:          tests/results/024.processed, tests/results/025.processed,
                   9897:          tests/results/026.processed, tests/results/027.processed,
                   9898:          tests/results/028.processed, tests/results/029.processed,
                   9899:          tests/results/030.processed, tests/results/031.processed,
                   9900:          tests/results/032.processed, tests/results/033.processed,
                   9901:          tests/results/034.processed, tests/results/035.processed,
                   9902:          tests/results/036.processed, tests/results/037.processed,
                   9903:          tests/results/038.processed, tests/results/039.processed,
                   9904:          tests/results/040.processed, tests/results/041.processed,
                   9905:          tests/results/042.processed, tests/results/043.processed,
                   9906:          tests/results/044.processed, tests/results/045.processed,
                   9907:          tests/results/046.processed, tests/results/047.processed,
                   9908:          tests/results/048.processed, tests/results/049.processed,
                   9909:          tests/results/050.processed, tests/results/051.processed,
                   9910:          tests/results/052.processed, tests/results/053.processed,
                   9911:          tests/results/054.processed, tests/results/055.processed,
                   9912:          tests/results/056.processed, tests/results/057.processed,
                   9913:          tests/results/058.processed, tests/results/059.processed,
                   9914:          tests/results/060.processed, tests/results/061.processed,
                   9915:          tests/results/062.processed, tests/results/063.processed,
                   9916:          tests/results/064.processed, tests/results/065.processed,
                   9917:          tests/results/066.processed, tests/results/067.processed,
                   9918:          tests/results/068.processed, tests/results/069.processed,
                   9919:          tests/results/070.processed, tests/results/071.processed,
                   9920:          tests/results/072.processed, tests/results/073.processed,
                   9921:          tests/results/074.processed, tests/results/075.processed,
                   9922:          tests/results/076.processed, tests/results/077.processed,
                   9923:          tests/results/078.processed, tests/results/079.processed,
                   9924:          tests/results/080.processed, tests/results/081.processed,
                   9925:          tests/results/082.processed, tests/results/083.processed,
                   9926:          tests/results/084.processed, tests/results/085.processed,
                   9927:          tests/results/086.processed, tests/results/087.processed,
                   9928:          tests/results/088.processed, tests/results/089.processed,
                   9929:          tests/results/090.processed, tests/results/091.processed,
                   9930:          tests/results/092.processed, tests/results/093.processed,
                   9931:          tests/results/094.processed, tests/results/095.processed,
                   9932:          tests/results/096.processed, tests/results/097.processed,
                   9933:          tests/results/101.processed, tests/results/102.processed,
                   9934:          tests/results/104.processed, tests/results/105.processed,
                   9935:          tests/results/106.processed, tests/results/107.processed,
                   9936:          tests/results/108.processed, tests/results/109.processed,
                   9937:          tests/results/110.processed, tests/results/111.processed,
                   9938:          tests/results/112.processed, tests/results/113.processed,
                   9939:          tests/results/114.processed, tests/results/115.processed,
                   9940:          tests/results/116.processed, tests/results/117.processed,
                   9941:          tests/results/118.processed, tests/results/119.processed,
                   9942:          tests/results/120.processed, tests/results/121.processed,
                   9943:          tests/results/122.processed, tests/results/123.processed,
                   9944:          tests/results/124.processed: new convention: char* never 0.
                   9945:          assert in cord on that
                   9946: 
                   9947:        * src/main/pa_charset.C: couple more asserts
                   9948: 
                   9949:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   9950:          speedup
                   9951: 
                   9952:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   9953:          added [may be those is the case now?]
                   9954: 
                   9955:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   9956:          that's memory from gc_malloc, not from g_malloc :(, but would
                   9957:          hope]
                   9958: 
                   9959:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   9960:          that's memory from gc_malloc, not from g_malloc :(, but would
                   9961:          hope]
                   9962: 
                   9963:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   9964: 
                   9965: 2003-04-09  paf
                   9966: 
                   9967:        * src/classes/date.C: merged ^date.roll changes
                   9968: 
                   9969:        * src/classes/date.C: ^date.roll bug fix
                   9970: 
                   9971:        * src/classes/date.C: ^date.roll now throws less errors: month
                   9972:          shifts handles end of month situation by reducing day number
                   9973:          hour-hole shift reduces hour to recover
                   9974: 
                   9975:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   9976:          Sort by function time
                   9977: 
                   9978:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   9979:          http://   $.charset[] param done
                   9980: 
                   9981:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   9982:          added [after volatile fix. passes on win&intel-solaris]
                   9983: 
                   9984: 2003-04-08  paf
                   9985: 
                   9986:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   9987:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   9988:          include/pa_common.h, include/pa_request_charsets.h,
                   9989:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   9990:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   9991:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   9992:          types/pa_vresponse.C: started http://   $.charset[] param and
                   9993:          http response charset detection just compiled.  todo:test
                   9994: 
                   9995:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   9996: 
                   9997:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   9998:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   9999:          types/pa_vmail.C: changed transcode param converntion  along with
                   10000:          string creating convention -- all strings are zero-terminated,
                   10001:          this allowed to fix one remaining String("123", 2) case
                   10002: 
                   10003:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10004:          classes/op.C, classes/string.C, classes/table.C,
                   10005:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   10006:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   10007:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10008:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   10009:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   10010:          violated String::invariant. started fixing [not compiled now]
                   10011: 
                   10012:        * src/classes/string.C, src/include/pa_string.h,
                   10013:          src/lib/cord/cordbscs.c, src/main/compile.tab.C,
                   10014:          src/main/compile.y, src/main/pa_string.C, src/main/untaint.C,
                   10015:          src/targets/cgi/parser3.C, www/htdocs/.htaccess: number of string
                   10016:          style improvements & optimizations
                   10017: 
                   10018:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   10019:          :(]
                   10020: 
                   10021:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   10022:          [for it's a pointer really]
                   10023: 
                   10024:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   10025:          'n' param. worked that around
                   10026: 
                   10027:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   10028:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   10029:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   10030:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   10031:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   10032: 
                   10033:          Thanks for the bug report and patch.
                   10034: 
                   10035:          I hadn't looked at this code in a while.  Reading it now, it
                   10036:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   10037:          comply with the invariant, though that may not matter a lot.  I
                   10038:          changed that, too.
                   10039: 
                   10040:          Hans
                   10041: 
                   10042: 2003-04-07  paf
                   10043: 
                   10044:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   10045:          merged from head:safe mode error message now includes numbers
                   10046: 
                   10047:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10048:          problem: as_double returns it's result in fp-register compiler
                   10049:          optimizes access to that register after b->as_double, and just
                   10050:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10051:          from memory.  _SAME_ double values do not match here.  when
                   10052:          forced to REload fp-register, values do match.
                   10053: 
                   10054:          tried to make them volatile.
                   10055: 
                   10056:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10057:          problem: as_double returns it's result in fp-register compiler
                   10058:          optimizes access to that register after b->as_double, and just
                   10059:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10060:          from memory.  _SAME_ double values do not match here.  when
                   10061:          forced to REload fp-register, values do match.
                   10062: 
                   10063:          tried to make them volatile.
                   10064: 
                   10065:        * src/types/pa_vobject.h: small style change
                   10066: 
                   10067:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   10068: 
                   10069:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   10070:          mode error message now includes numbers
                   10071: 
                   10072:        * src/main/untaint.C, src/targets/cgi/parser3.C,
                   10073:          www/htdocs/.htaccess: unknown untaint lang now causes death
                   10074: 
                   10075: 2003-04-04  paf
                   10076: 
                   10077:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   10078:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   10079:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   10080:          Sent: Thursday, January 23, 2003 9:14 AM
                   10081: 
                   10082:          huge speedup on ^file::cgi with big result
                   10083: 
                   10084:        * src/classes/table.C: sort table with 0 rows bug fixed
                   10085: 
                   10086:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   10087:          fix http://i2/tasks/edit/?id=4493701604654042676
                   10088: 
                   10089:          @main[] $with_default[  $.a[1]  $._default[default from
                   10090:          with_default] ] ^show[$with_default]
                   10091: 
                   10092:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   10093:          =$to_add_to.xxx=<br>
                   10094: 
                   10095:          ^show[$to_add_to]
                   10096: 
                   10097:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   10098:          ^show[$cloned]
                   10099: 
                   10100:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   10101: 
                   10102:          }  <hr>
                   10103: 
                   10104:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   10105:          http://i2/tasks/edit/?id=4493701604654042676
                   10106: 
                   10107:          @main[] $with_default[  $.a[1]  $._default[default from
                   10108:          with_default] ] ^show[$with_default]
                   10109: 
                   10110:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   10111:          =$to_add_to.xxx=<br>
                   10112: 
                   10113:          ^show[$to_add_to]
                   10114: 
                   10115:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   10116:          ^show[$cloned]
                   10117: 
                   10118:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   10119: 
                   10120:          }  <hr>
                   10121: 
                   10122:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   10123:          http://i2/tasks/edit/?id=4507350336410850921
                   10124: 
                   10125:        * src/classes/xdoc.C: memory allocation func bugfix
                   10126:          http://i2/tasks/edit/?id=4499303470368629745
                   10127: 
                   10128:        * src/classes/math.C: allowed random 1...
                   10129: 
                   10130:        * src/classes/math.C: allowed random 0..
                   10131: 
                   10132:        * src/main/pa_globals.C: exif mem leak
                   10133:          http://i2/tasks/edit/?id=4480590323629807263
                   10134: 
1.88      moko     10135:        * src/: classes/classes.dsp, main/main.dsp,
                   10136:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   10137:          fix http://i2/tasks/edit/?id=4493946731322521294
1.86      moko     10138:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   10139: 
1.88      moko     10140:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
1.86      moko     10141:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   10142:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   10143:          links to xml libs made relative, no need to unpack parser3project
                   10144:          to /parser3project.
                   10145: 
                   10146:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   10147:          column more precise - tab handling bug fixed
                   10148: 
                   10149:        * src/main/: compile.tab.C, compile.y: more understandable error
                   10150:          message in case @CLASS with more then one line inside
                   10151: 
                   10152:        * src/targets/cgi/parser3.C: more understandable error message in
                   10153:          case of errors in @unhandled_exception
                   10154: 
                   10155: 2003-04-03  paf
                   10156: 
                   10157:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   10158:          src/main/compile.tab.C, src/main/compile.y,
                   10159:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10160:          src/main/execute.C, src/main/pa_request.C: debug info format
                   10161:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   10162: 
                   10163:          higher limits:   file number (max: 255)   line number (max:
                   10164:          64535)   column number (max: 255)
                   10165: 
                   10166:        * src/classes/math.C: top limit
                   10167: 
                   10168:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   10169:          precise parse error position in case of
                   10170: 
                   10171:          ^bug ]
                   10172: 
                   10173:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   10174:          changed to realities, and passed [bug fixed]
                   10175: 
                   10176:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   10177:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   10178:          main/compile_tools.h, main/pa_request.C: introducing
                   10179:          ^process...[main-method-alias]
                   10180: 
                   10181:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   10182:          classes/string.C, classes/table.C, classes/xdoc.C,
                   10183:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   10184:          params receive zero reference, but they are expected not to look
                   10185:          there]
                   10186: 
                   10187:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   10188:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   10189:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   10190:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   10191:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10192:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   10193:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   10194:          [methods without params receive zero reference, but they are
                   10195:          expected not to look there]
                   10196: 
                   10197:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   10198:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   10199:          ^process...[filename] useful for better error reporting
                   10200:          [file/line/col]
                   10201: 
                   10202:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   10203:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   10204:          '%s', it 2. method undefined in case of ^void[]
                   10205: 
                   10206:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   10207:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   10208:          handling done. now we have error columns todo: test it
                   10209: 
                   10210:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   10211:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   10212: 
                   10213:          this makes life easier: were: bad stack order -- were in
                   10214:          exception catch unwind order, which didn't match execution order
                   10215: 
                   10216:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   10217: 
                   10218:          @first[] ^throw[a;1]
                   10219: 
                   10220:          showed throw a first throw b try
                   10221: 
                   10222:          which is no good
                   10223: 
                   10224:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   10225:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   10226:          trace reset after handled exception [old bug fixed]
                   10227: 
                   10228:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   10229:          fixed.  position reporting made precise [both, in parse erros and
                   10230:          runtime errors]
                   10231: 
                   10232: 2003-04-02  paf
                   10233: 
                   10234:        * src/: include/pa_operation.h, include/pa_request.h,
                   10235:          main/compile.C, main/compile.tab.C, main/compile.y,
                   10236:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10237:          main/pa_exception.C, main/pa_request.C: debug info: started
                   10238:          using.  todo:complete
                   10239: 
                   10240:        * src/classes/op.C, src/include/pa_operation.h,
                   10241:          src/include/pa_request.h, src/main/compile.C,
                   10242:          src/main/compile.tab.C, src/main/compile.y,
                   10243:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10244:          src/main/execute.C, src/main/pa_request.C, www/htdocs/.htaccess:
                   10245:          prepared debug info todo:use it
                   10246: 
                   10247:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   10248:          return Operation class->union after switching from autoptrs.
                   10249: 
                   10250:        * tests/: Makefile, results/108.processed, results/117.processed:
                   10251:          meta considered OK [it's up to coder now to remove it not needed]
                   10252: 
                   10253:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   10254:          Dictionary constructor when moved to gc]
                   10255: 
                   10256:        * src/main/pa_common.C: uncommented http:// file loading
                   10257: 
1.88      moko     10258:        * src/include/pa_array.h, src/main/execute.C,
1.86      moko     10259:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   10260:          fix [gdGrowingBuf]
                   10261: 
                   10262:        * configure.in, src/lib/Makefile.am, www/htdocs/.htaccess: removed
                   10263:          patches
                   10264: 
                   10265:        * configure, src/include/pa_config_auto.h.in,
                   10266:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   10267: 
                   10268:        * src/main/pa_common.C, www/htdocs/.htaccess: uncommented http://
                   10269:          file loading
                   10270: 
                   10271:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   10272:          xdoc::create/load
                   10273: 
                   10274:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   10275:          classes/string.C, classes/table.C, classes/void.C,
                   10276:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   10277:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   10278:          String::String(str,helper_length) are checked.  found/fixed one
                   10279:          place: $request:body now zero-terminated,
                   10280: 
                   10281:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   10282:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   10283:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   10284:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   10285:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   10286:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   10287:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   10288:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   10289:          easily optimizable)
                   10290: 
                   10291:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   10292:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   10293: 
                   10294:        * src/: include/pa_array.h, include/pa_stack.h,
                   10295:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   10296:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   10297:          become assertion iterator in methodframe filler
                   10298: 
                   10299:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   10300:          targets/cgi/parser3.C: array::get/put inlined
                   10301: 
                   10302:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   10303:          gc_substitute_memory_management_functions +installed CORD_oom
                   10304:          function
                   10305: 
                   10306:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   10307:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   10308:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   10309:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   10310:          assertions started configure.in --enable-assertions
                   10311: 
                   10312: 2003-04-01  paf
                   10313: 
                   10314:        * src/classes/xdoc.C, src/classes/xnode.h, src/include/pa_memory.h,
                   10315:          src/main/pa_memory.C, src/targets/cgi/parser3.C,
                   10316:          src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
                   10317:          src/types/pa_vxnode.h, www/htdocs/.htaccess: memory bug debugged
                   10318:          down: gdome uses glib memory, and stores last pointer to xmlDoc
                   10319:          there, gc misses that and collects valid memory fixed by
                   10320:          remembering xmlDoc from dom object in xdoc.  todo: do something
                   10321:          with premature free of xdoc with xnodes/node values referring
                   10322:          into it
                   10323: 
                   10324:        * src/classes/: mail.C: typo fix
                   10325: 
1.88      moko     10326:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   10327:          changes
1.86      moko     10328: 
                   10329:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   10330:          main/pa_memory.C: moved memory debugging to global level: to
                   10331:          pa_gc_malloc
                   10332: 
                   10333:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   10334:          debugging showed no errors. todo: debug parser memory
                   10335: 
                   10336:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   10337:          configurations
                   10338: 
1.88      moko     10339:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
1.86      moko     10340:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   10341:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   10342:          types/types.dsp: prepared xml-static configuration
                   10343: 
                   10344: 2003-03-31  paf
                   10345: 
                   10346:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   10347:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   10348:          www/htdocs/.htaccess: started xml lib memory debugging, simple
                   10349:          checks failed: it seems that library does realloc(bad ptr), and
                   10350:          recording those ptrs in heap [for debugging] was bad: heap
                   10351:          situation changes = everything works fine
                   10352: 
                   10353:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   10354:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   10355:          limit of 10 user-defined charsets]
                   10356: 
                   10357: 2003-03-28  paf
                   10358: 
                   10359:        * src/main/execute.C: execution stack copied to local register
                   10360:          variable, removed lots [~2e7) of memory accesses
                   10361: 
                   10362: 2003-03-27  paf
                   10363: 
                   10364:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   10365:          works in debug, but fails in release todo: fix that
                   10366: 
                   10367:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   10368:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   10369:          replacement from gc branch
                   10370: 
                   10371:        * src/main/pa_exec.C: introducing append_help_length [radical
                   10372:          improvement here]
                   10373: 
                   10374:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   10375:          'not recommened' in gc.h, on win32 noticed no difference]
                   10376: 
                   10377:        * src/include/pa_array.h: returned checked array get [were disabled
                   10378:          for debugging] result:not slower [don't understand that, it were
                   10379:          INLINED] todo: find out a way of inlining it!
                   10380: 
                   10381:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   10382:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   10383:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   10384:          convention changed: all resulting strings are zero-terminated
                   10385: 
                   10386:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10387:          classes/string.C, classes/table.C, classes/void.C,
                   10388:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   10389:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   10390:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   10391:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10392:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   10393:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   10394:          append_help_length [radical improvement here]
                   10395: 
                   10396:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   10397:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   10398:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   10399:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   10400:          even slower
                   10401: 
                   10402:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   10403:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   10404:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   10405:          clients of &get(): most to use non-ref version, some[in tight
                   10406:          places] to get_unchecked_ref
                   10407: 
                   10408:        * src/doc/memory.dox: forgot to add
                   10409: 
                   10410:        * src/classes/classes.dsp, src/classes/memory.C,
1.88      moko     10411:          src/classes/xdoc.C, src/include/pa_array.h,
1.86      moko     10412:          src/include/pa_request.h, src/include/pa_stack.h,
                   10413:          src/include/pa_string.h, src/lib/cord/cord.dsp,
                   10414:          src/lib/ltdl/libltdl.dsp, src/lib/md5/md5.dsp,
                   10415:          src/lib/pcre/pcre.dsp, src/main/compile.tab.C,
                   10416:          src/main/compile.y, src/main/compile_tools.C,
                   10417:          src/main/compile_tools.h, src/main/main.dsp,
                   10418:          src/main/pa_string.C, src/targets/cgi/parser3.C,
                   10419:          src/targets/cgi/parser3.dsp, src/types/pa_vmail.C,
                   10420:          src/types/pa_vmethod_frame.C, src/types/types.dsp,
                   10421:          www/htdocs/.htaccess: Array::put(index, T>>&<< removed after
                   10422:          Stack::pop wiping removed [moved to separate func] other Array &
                   10423:          removed
                   10424: 
                   10425: 2003-03-26  paf
                   10426: 
                   10427:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
1.88      moko     10428:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   10429:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   10430:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   10431:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   10432:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   10433:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   10434:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   10435:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.86      moko     10436:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10437:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   10438:          pre-evaluated .count() in some places
                   10439: 
1.88      moko     10440:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
1.86      moko     10441:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   10442:          types/types.dsp: .dsp profiling updated
                   10443: 
1.88      moko     10444:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   10445:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   10446:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   10447: 
                   10448:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   10449:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
1.86      moko     10450:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   10451:          use lib/gc,lib/cord
                   10452: 
                   10453:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
1.88      moko     10454:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
                   10455:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   10456:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   10457:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   10458:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
                   10459:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
                   10460:          src/lib/cord/include/Makefile.am,
1.86      moko     10461:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   10462:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   10463:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   10464:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   10465:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   10466:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   10467:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   10468:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   10469:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   10470:          funcs ported pa_exec
                   10471: 
                   10472:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   10473: 
                   10474:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   10475:          bundled gc includes
                   10476: 
                   10477:        * src/classes/op.C, src/include/pa_array.h,
                   10478:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   10479:          src/include/pa_version.h, src/main/compile.tab.C,
                   10480:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   10481:          src/main/pa_exception.C, src/main/pa_request.C,
                   10482:          src/main/pa_string.C, src/targets/cgi/parser3.C,
                   10483:          src/targets/cgi/parser3.dsp, www/htdocs/.htaccess: a number of
                   10484:          bugfixes [while testing first real site (aval)]
                   10485: 
                   10486: 2003-03-25  paf
                   10487: 
                   10488:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   10489:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   10490:          process
                   10491: 
                   10492:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   10493:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   10494: 
                   10495:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   10496: 
                   10497:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   10498:          src/types/pa_value.h, src/types/pa_vfile.h,
                   10499:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10500:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   10501:          tests/results/121.processed: untaint.C L_URI
                   10502: 
                   10503:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   10504:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   10505:          src/types/pa_venv.h, src/types/types.dsp, www/htdocs/.htaccess,
                   10506:          src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
                   10507: 
                   10508:        * tests/results/109.processed: it was a bug in parser. updated 109
                   10509:          test result
                   10510: 
                   10511:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   10512: 
                   10513:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   10514:          tests/results/107.processed: fixed dom language [values are now
                   10515:          considered tainted.  it was a bug in parser. updated 107 test
                   10516:          result
                   10517: 
                   10518:        * src/classes/xdoc.C: fixed transform params
                   10519: 
                   10520:        * src/: include/pa_stylesheet_manager.h,
                   10521:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   10522: 
                   10523:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   10524:          overloads for structure handling
                   10525: 
                   10526:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   10527:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   10528:          StringBody(0) ambiguilty, introducting static
                   10529:          StringBody::Format(int)
                   10530: 
                   10531:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   10532:          linked
                   10533: 
                   10534:        * src/types/pa_vxdoc.C: vxdoc compiled
                   10535: 
                   10536:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   10537:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   10538:          finalizers isntalled
                   10539: 
                   10540:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   10541:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   10542:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   10543:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   10544:          compiled todo: xnode.C / finalizers
                   10545: 
                   10546:        * src/doc/string.dox: updated: new string internals
                   10547: 
                   10548: 2003-03-24  paf
                   10549: 
                   10550:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10551:          include/pa_charset.h, include/pa_config_fixed.h,
                   10552:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   10553:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   10554:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   10555:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   10556:          types/pa_vxnode.h: started XML
                   10557: 
                   10558:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   10559: 
                   10560:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10561:          include/pa_string.h, main/pa_common.C,
                   10562:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   10563: 
                   10564:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10565:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   10566:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   10567:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   10568:          for eq STRING_NOT_FOUND
                   10569: 
                   10570:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   10571:          optimize bit implemented
                   10572: 
                   10573:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   10574:          String::ArrayFragment::append_positions fixed
                   10575: 
1.88      moko     10576:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   10577:          String::this_starts fixed
1.86      moko     10578: 
                   10579:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   10580: 
                   10581:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   10582:          hashcode implemented fully, including per-char callback [it can
                   10583:          be - substr CORD node]
                   10584: 
1.88      moko     10585:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   10586:          rewritten to rewalloc with 100byte buf ahead
1.86      moko     10587: 
                   10588:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   10589:          src/include/pa_string.h, src/main/compile.tab.C,
                   10590:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   10591:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   10592:          CORD_ec [bad] would rewrite as realloc now
                   10593: 
                   10594:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   10595:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
1.88      moko     10596:          include/pa_cache_managers.h, include/pa_charsets.h,
                   10597:          include/pa_common.h, include/pa_request.h,
1.86      moko     10598:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   10599:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   10600:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
1.89    ! moko     10601:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
        !          10602:          types/pa_vmail.C, types/pa_vmethod_frame.C,
        !          10603:          types/pa_vstateless_class.h: 2*2 worked :)
1.86      moko     10604: 
                   10605:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   10606:          src/include/pa_exec.h, src/include/pa_string.h,
                   10607:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   10608:          passed OK
                   10609: 
                   10610:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   10611:          types/pa_value.C: all linked todo: debug
                   10612: 
1.88      moko     10613:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   10614:          types/pa_vstateless_class.C: all compiled.  todo:link
1.86      moko     10615: 
                   10616:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   10617: 
                   10618:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   10619: 
                   10620:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   10621: 
                   10622:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   10623: 
                   10624:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   10625:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   10626:          pa_vstateless_class.C, pa_vstateless_class.h:
                   10627:          pa_vstateless_class.C compiled
                   10628: 
                   10629:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   10630:          types/pa_vmath.C: pa_vmail.C compiled
                   10631: 
                   10632:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   10633: 
                   10634:        * src/types/pa_vform.C: pa_vform.C compiled
                   10635: 
                   10636:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   10637: 
                   10638:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   10639:          pa_vstateless_class.C: pa_vcookie.C compiled
                   10640: 
                   10641:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   10642:          types/pa_vhash.h: pa_value.C compiled
                   10643: 
                   10644:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   10645:          classes.lib main.lib compiled
                   10646: 
                   10647:        * src/classes/void.C: void.C compiled
                   10648: 
                   10649:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   10650:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   10651:          compiled
                   10652: 
                   10653:        * src/: classes/string.C, include/pa_request.h,
                   10654:          include/pa_string.h, main/pa_string.C: string.C compiled
                   10655: 
                   10656:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   10657:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   10658:          main/pa_request.C, main/pa_string.C: op.C compiled
                   10659: 
                   10660:        * src/classes/: math.C, op.C: math.C compiled
                   10661: 
                   10662:        * src/: classes/mail.C, classes/string.C, classes/table.C,
1.88      moko     10663:          types/pa_vmail.h: mail.C compiled
1.86      moko     10664: 
                   10665:        * src/classes/: int.C, table.C: int.C compiled
                   10666: 
                   10667:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   10668:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   10669:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   10670:          compiled
                   10671: 
                   10672:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   10673:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   10674:          include/pa_sql_connection.h: hash.C compiled
                   10675: 
                   10676:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   10677:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   10678:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   10679:          classes/math.C, classes/op.C, classes/response.C,
                   10680:          classes/string.C, classes/table.C, classes/void.C,
1.88      moko     10681:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   10682:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   10683:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   10684:          file.C table.C compiled
1.86      moko     10685: 
                   10686:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   10687:          main/untaint.C: main.lib compiled
                   10688: 
                   10689: 2003-03-21  paf
                   10690: 
                   10691:        * src/: classes/op.C, include/pa_cache_managers.h,
                   10692:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10693:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   10694:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   10695:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   10696:          compiled
                   10697: 
                   10698:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   10699:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   10700:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   10701:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   10702:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   10703:          pa_request.C compiled
                   10704: 
                   10705:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   10706:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   10707:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   10708:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   10709:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10710:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   10711:          compiled
                   10712: 
                   10713:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   10714:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   10715:          on unix
                   10716: 
                   10717:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   10718:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   10719:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   10720:          pa_charsets.C compiled
                   10721: 
                   10722:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   10723:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   10724:          main/compile.y, main/execute.C, main/pa_common.C,
                   10725:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   10726:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   10727:          types/pa_vmethod_frame.h: execute.C compiled
                   10728: 
                   10729:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10730:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10731:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   10732:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   10733:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     10734:          include/pa_cache_managers.h, include/pa_charsets.h,
                   10735:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   10736:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
1.86      moko     10737:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   10738:          include/pa_stylesheet_connection.h,
                   10739:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10740:          main/compile.C, main/compile.tab.C, main/compile.y,
                   10741:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10742:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10743:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   10744:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
1.89    ! moko     10745:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          10746:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
        !          10747:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
        !          10748:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
        !          10749:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
        !          10750:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
        !          10751:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          10752:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
        !          10753:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
        !          10754:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
1.86      moko     10755:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10756:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10757:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10758:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   10759:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   10760:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   10761:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10762:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10763:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   10764:          [C++ CORD wrapper]
                   10765: 
                   10766:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   10767: 
                   10768:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   10769:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   10770: 
                   10771:          command line, env values, input got transcoded before call
                   10772:          stdout, stderr got transcoded after call
                   10773: 
                   10774:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   10775:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   10776: 
                   10777:        * src/main/pa_common.C: } typo bug fix
                   10778: 
                   10779:        * src/main/pa_common.C: } typo bug fix
                   10780: 
                   10781: 2003-03-20  paf
                   10782: 
                   10783:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   10784:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   10785: 
                   10786:        * src/include/pa_string.h: more tests
                   10787: 
                   10788:        * src/main/pa_string.C: string.pos fixed
                   10789: 
                   10790:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   10791:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   10792:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   10793:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   10794:          replaces
                   10795: 
                   10796:        * src/: classes/image.C, include/pa_dictionary.h,
                   10797:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   10798:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   10799:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   10800:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   10801: 
                   10802:        * src/include/pa_string.h: warning
                   10803: 
                   10804:        * src/include/pa_string.h: this_starts fixed
                   10805: 
                   10806:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   10807:          new String ctor & append params convention
                   10808: 
                   10809:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   10810:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   10811:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   10812:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   10813:          main/pa_exception.C, main/pa_exec.C,
                   10814:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   10815:          main/pa_stylesheet_manager.C, main/untaint.C,
                   10816:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   10817:          types/pa_vmail.C: more tests OK
                   10818: 
                   10819:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   10820:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   10821:          gc/exit runned OK
                   10822: 
                   10823:        * src/types/pa_vmail.C: another naming problem: should not name
                   10824:          vars like that: unpredictable close caused problems with later
                   10825:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   10826:          descriptors missing on startup: stdin; Bad file number
                   10827: 
                   10828:          todo: find out why so many filters(stream) here. probably wrong?
                   10829: 
                   10830:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   10831:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   10832:          main/untaint.C: test compiled
                   10833: 
                   10834:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   10835:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   10836:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   10837:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   10838:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   10839:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   10840:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   10841:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   10842:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   10843:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   10844: 
                   10845:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   10846:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
1.88      moko     10847:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   10848:          src/include/pa_memory.h, src/include/pa_request.h,
                   10849:          src/include/pa_request_charsets.h,
1.86      moko     10850:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   10851:          src/main/compile.tab.C, src/main/execute.C,
                   10852:          src/main/pa_charset.C, src/main/pa_common.C,
                   10853:          src/main/pa_exception.C, src/main/pa_exec.C,
                   10854:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   10855:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
1.89    ! moko     10856:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
        !          10857:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
        !          10858:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
        !          10859:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
1.86      moko     10860:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   10861:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   10862:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   10863:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10864:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   10865:          pa_common.C [done, without http for now]
                   10866: 
                   10867: 2003-03-19  paf
                   10868: 
                   10869:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   10870:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   10871:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   10872:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   10873:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   10874:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   10875:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   10876:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   10877:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   10878:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   10879:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   10880:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   10881:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   10882:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   10883:          types/pa_wwrapper.h: started test
                   10884: 
                   10885:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   10886:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
                   10887: 
                   10888:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   10889:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   10890:          it
                   10891: 
                   10892:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
1.88      moko     10893:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
1.86      moko     10894:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   10895:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   10896:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   10897:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   10898:          types/pa_vmethod_frame.h, types/types.dsp: string
                   10899:          reimplementation with cord+array<fragment>: 70%
                   10900: 
                   10901: 2003-03-18  paf
                   10902: 
                   10903:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   10904:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   10905:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   10906:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   10907:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   10908:          can ignore lang in cmp and pos really,             but would
                   10909:          split properly!
                   10910: 
                   10911:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   10912:          cord part made parser/src/lib: it's not compiled into libgc by
                   10913:          default
                   10914: 
                   10915:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   10916:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   10917:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   10918:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   10919:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   10920:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
1.88      moko     10921:          src/classes/xnode.C, src/classes/xnode.h,
1.86      moko     10922:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   10923:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   10924:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   10925:          src/include/pa_exception.h, src/include/pa_exec.h,
                   10926:          src/include/pa_globals.h, src/include/pa_hash.h,
                   10927:          src/include/pa_memory.h, src/include/pa_pool.h,
                   10928:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   10929:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   10930:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   10931:          src/include/pa_stylesheet_connection.h,
                   10932:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   10933:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   10934:          src/main/compile.C, src/main/compile.tab.C,
                   10935:          src/main/compile_tools.C, src/main/compile_tools.h,
                   10936:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   10937:          src/main/pa_charsets.C, src/main/pa_common.C,
                   10938:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   10939:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   10940:          src/main/pa_pool.C, src/main/pa_request.C,
                   10941:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   10942:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.89    ! moko     10943:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
1.86      moko     10944:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   10945:          src/types/pa_junction.h, src/types/pa_method.h,
                   10946:          src/types/pa_value.C, src/types/pa_value.h,
                   10947:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   10948:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   10949:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   10950:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   10951:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   10952:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   10953:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   10954:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   10955:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   10956:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   10957:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10958:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   10959:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   10960:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   10961:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   10962:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   10963:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   10964:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   10965:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10966:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10967:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   10968:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   10969:          gc: PA_Object done lots of replacements also
                   10970: 
                   10971:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   10972:          gc logging
                   10973: 
                   10974: 2003-03-17  paf
                   10975: 
                   10976:        * src/classes/date.C, src/classes/file.C, src/classes/form.C,
                   10977:          src/classes/image.C, src/classes/mail.C, src/classes/op.C,
                   10978:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   10979:          src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
                   10980:          src/include/pa_pragma_pack_end.h, src/include/pa_string.h,
                   10981:          src/include/pa_types.h, src/main/compile.C,
                   10982:          src/main/compile.tab.C, src/main/execute.C,
                   10983:          src/main/pa_charset.C, src/main/pa_common.C,
                   10984:          src/main/pa_exception.C, src/main/pa_exec.C,
                   10985:          src/main/pa_globals.C, src/main/pa_pool.C, src/main/pa_request.C,
                   10986:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   10987:          src/main/pa_stylesheet_manager.C, src/main/pa_uue.C,
                   10988:          src/main/untaint.C, src/targets/cgi/pa_pool.C,
                   10989:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   10990:          src/targets/cgi/pool_storage.h, src/types/pa_vcookie.C,
                   10991:          src/types/pa_vdouble.h, src/types/pa_vfile.C,
                   10992:          src/types/pa_vform.C, src/types/pa_vint.h, src/types/pa_vmail.C,
                   10993:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10994:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10995:          www/htdocs/.htaccess, www/htdocs/auto.p: libgc attempt
                   10996: 
                   10997: 2003-03-13  paf
                   10998: 
                   10999:        * src/: include/pa_sql_driver_manager.h,
                   11000:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   11001:          called
                   11002: 
                   11003:        * src/include/pa_request.h, src/lib/ltdl/libltdl.dsp,
                   11004:          src/lib/md5/md5.dsp, src/main/compile.tab.C, src/main/execute.C,
                   11005:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   11006:          src/types/pa_value.C, src/types/pa_value.h,
                   11007:          src/types/pa_vobject.h, src/types/pa_vstateless_class.h,
                   11008:          src/types/pa_vstatus.C, src/types/types.dsp,
                   11009:          www/htdocs/.htaccess: set_base, set_derived simplified [counter
                   11010:          leaks fixed]
                   11011: 
                   11012:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   11013:          src/types/types.dsp: incorporated status class patch From:
                   11014:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   11015:          2003 8:14 AM
                   11016: 
                   11017:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   11018:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   11019:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   11020: 
                   11021: 2003-03-12  paf
                   11022: 
                   11023:        * configure, configure.in, src/lib/ltdl/configure,
                   11024:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
                   11025:          lib/ltdl/Makefile now created by /configure.in only [were by
                   11026:          lib/ltdl/configure.in OVERWRITE]
                   11027: 
1.89    ! moko     11028:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
        !          11029:          linkage fixed for g++ 3.2.2
1.86      moko     11030: 
                   11031:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   11032:          on using privately declared class [fixed]
                   11033: 
                   11034:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   11035:          3.2 rightliy complained on using privately declared class [fixed]
                   11036: 
                   11037:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   11038:          sigpipe before request constructor now causes death
                   11039: 
                   11040:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   11041:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   11042:          not cause exception in exception handler
                   11043: 
1.89    ! moko     11044:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
        !          11045:          now default links libstdc++ statically.  that can be overriden by
1.86      moko     11046:          --with-dynamic-stdcpp
                   11047: 
                   11048: 2003-03-11  paf
                   11049: 
                   11050:        * src/main/compile.tab.C, src/main/compile.y,
                   11051:          src/sql/pa_sql_driver.h, src/types/pa_vstateless_class.C,
                   11052:          src/types/pa_vstateless_class.h, www/htdocs/.htaccess: removed
                   11053:          necessity of libstdc++
                   11054: 
                   11055:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   11056: 
                   11057:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   11058: 
                   11059: 2003-03-08  paf
                   11060: 
                   11061:        * tests/Makefile: make install & co
                   11062: 
                   11063:        * src/: include/pa_request.h, classes/op.C: removing
                   11064:          vclass,object.h -> pa_request.h dependency
                   11065: 
                   11066:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   11067:          main/pa_request.C: removing vform,response,cookie.h ->
                   11068:          pa_request.h dependency
                   11069: 
                   11070:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   11071:          dependency [testing...]
                   11072: 
                   11073:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   11074:          return 0; fixed
                   11075: 
                   11076:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   11077:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   11078: 
                   11079:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   11080: 
                   11081:        * src/main/pa_request.C: forgotten: ifdef XML
                   11082: 
                   11083:        * src/main/pa_request.C, www/htdocs/.htaccess: forgotten: ifdef XML
                   11084: 
                   11085:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   11086:          win32 and run memleak tests again
                   11087: 
                   11088:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   11089:          old xml lib-- it's internal memory handling has faults
                   11090: 
                   11091:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   11092:          problems when transcode from charset A to A.
                   11093: 
                   11094:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   11095:          todo: still problems when transcode from charset A to A.
                   11096: 
                   11097:        * src/classes/hash.C, src/classes/mail.C, src/classes/string.C,
                   11098:          src/classes/table.C, src/include/pa_array.h,
                   11099:          src/main/pa_sql_driver_manager.C, src/types/pa_vmail.C,
                   11100:          src/types/pa_vmail.h, www/htdocs/.htaccess,
                   11101:          www/htdocs/index.html: started full-scale-site-test [~
                   11102:          http://parser.ru sources]
                   11103: 
                   11104:          some fixes
                   11105: 
                   11106:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   11107:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   11108:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   11109:          results/110.processed, results/111.processed,
                   11110:          results/112.processed, results/113.processed,
                   11111:          results/114.processed, results/115.processed,
                   11112:          results/116.processed, results/117.processed,
                   11113:          results/118.processed, results/119.processed,
                   11114:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   11115:          selectSingle 111 xdoc.create from tainted & 112
                   11116:          xdoc.create/output with russian attr value 113 xpath
                   11117:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   11118:          116 output media-type change 117 transform by dom stylesheet 118
                   11119:          empty transform result 119 dom setAttribute 120 nbsp letter
                   11120:          output
                   11121: 
                   11122:          =END OF PREPARED XML TESTS=
                   11123: 
                   11124: 2003-03-07  paf
                   11125: 
                   11126:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   11127:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   11128:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   11129:          transform with params [bugs fixed]
                   11130: 
                   11131:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   11132:          from copy/paste bug
                   11133: 
                   11134:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   11135:          src/include/pa_request.h, src/main/execute.C,
                   11136:          src/main/pa_charset.C, src/main/pa_exception.C,
                   11137:          src/main/pa_globals.C, src/main/pa_request.C,
                   11138:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11139:          src/types/pa_vxnode.C, tests/107.html,
                   11140:          tests/results/107.processed: xml: test: 107 bug fixes
                   11141: 
                   11142:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11143:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11144:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   11145: 
                   11146:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   11147:          string
                   11148: 
                   11149:        * src/include/pa_charset.h, src/main/pa_charset.C,
                   11150:          www/htdocs/.htaccess: xml: charset two mem alloc functions used
                   11151:          for different cases [libxml, libxsl]
                   11152: 
                   11153:        * src/classes/classes.C: fixed: prevent system classes from
                   11154:          modification to lock ALL the classes, not only directly used
                   11155: 
                   11156:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   11157:          linked
                   11158: 
                   11159:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   11160: 
                   11161: 2003-03-06  paf
                   11162: 
                   11163:        * src/classes/xdoc.C: xdoc.C 50%
                   11164: 
                   11165:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   11166:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   11167:          main/pa_globals.C, main/pa_request.C,
                   11168:          main/pa_stylesheet_manager.C: xnode.C compiled
                   11169: 
                   11170:        * src/: include/pa_stylesheet_connection.h,
                   11171:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   11172:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   11173: 
                   11174:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   11175:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   11176:          xml: stylesheet&manager STARTED
                   11177: 
                   11178:        * src/: include/pa_globals.h, main/pa_charset.C,
                   11179:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   11180: 
                   11181:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   11182:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   11183:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   11184:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   11185:          charsets
                   11186: 
                   11187:        * tests/023.html: in some cases it rounded up badly. postponing
                   11188:          solution of that problem, making more simple test
                   11189: 
                   11190:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   11191:          -kb now
                   11192: 
                   11193:        * src/include/pa_charset.h, src/include/pa_charsets.h,
                   11194:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   11195:          www/htdocs/.htaccess: charset_utf8 declaration moved to
                   11196:          charsets.C
                   11197: 
                   11198: 2003-03-05  paf
                   11199: 
                   11200:        * src/classes/string.C, src/include/pa_string.h,
                   11201:          src/main/pa_string.C, tests/105.html,
                   11202:          tests/results/105.processed: String::match bug fixed
                   11203: 
                   11204:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   11205:          tests/results/104.processed, www/htdocs/.htaccess: ^bpt operator
                   11206:          added [does int3 in debug build on win32]
                   11207: 
                   11208:        * tests/: 057.html, results/057.processed: test bug fixed
                   11209: 
                   11210:        * www/htdocs/: auto.p, autoptr.html, base.p, derived.p, font.gif,
                   11211:          global.xsl, index.html, mailreceive.eml, mailreceive.html,
                   11212:          operators.p, parser-status.html, people.dtd, some.p: removed old
                   11213:          tests
                   11214: 
1.89    ! moko     11215:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.86      moko     11216: 
                   11217:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   11218:          missing
                   11219: 
                   11220:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   11221:          forgotten files added to Makes
                   11222: 
                   11223:        * ltmain.sh: ltmain.sh added
                   11224: 
                   11225:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   11226:          change undone ;(
                   11227: 
                   11228:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   11229:          made static
                   11230: 
                   11231:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.89    ! moko     11232:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
        !          11233:          todo:make linker happy
1.86      moko     11234: 
                   11235:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   11236:          env param made optional
                   11237: 
                   11238: 2003-03-04  paf
                   11239: 
                   11240:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   11241:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   11242: 
                   11243:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   11244:          results/103.processed: tests: 103 image.copy transparence test
                   11245: 
                   11246:        * src/main/execute.C, tests/101.html, tests/102.html,
                   11247:          tests/results/101.processed, tests/results/102.processed: tests:
                   11248:          101 method/variable name conflict test 102 form fields change
                   11249:          should not not change anything [bug fix]
                   11250: 
                   11251:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   11252:          results/099.processed, results/100.processed: tests: 57 date
                   11253:          create 2002: added 99,100 response:body/download
                   11254: 
                   11255:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   11256:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   11257: 
                   11258:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   11259:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   11260:          fixed]
                   11261: 
                   11262:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   11263:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   11264:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   11265:          image EXIF  [bug fixed]
                   11266: 
                   11267:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   11268:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   11269:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   11270:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   11271:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   11272:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   11273:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   11274:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   11275:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   11276:          tests/094.html, tests/095.html, tests/results/061.processed,
                   11277:          tests/results/062.processed, tests/results/063.processed,
                   11278:          tests/results/064.processed, tests/results/065.processed,
                   11279:          tests/results/066.processed, tests/results/067.processed,
                   11280:          tests/results/068.processed, tests/results/069.processed,
                   11281:          tests/results/070.processed, tests/results/071.processed,
                   11282:          tests/results/072.processed, tests/results/073.processed,
                   11283:          tests/results/074.processed, tests/results/075.processed,
                   11284:          tests/results/076.processed, tests/results/077.processed,
                   11285:          tests/results/078.processed, tests/results/080.processed,
                   11286:          tests/results/081.processed, tests/results/082.processed,
                   11287:          tests/results/083.processed, tests/results/084.processed,
                   11288:          tests/results/085.processed, tests/results/086.processed,
                   11289:          tests/results/087.processed, tests/results/088.processed,
                   11290:          tests/results/089.processed, tests/results/090.processed,
                   11291:          tests/results/091.processed, tests/results/092.processed,
                   11292:          tests/results/093.processed, tests/results/094.processed,
                   11293:          tests/results/095.processed, tests/079.html,
                   11294:          tests/results/079.processed: tests: 61 file::stat size 62
                   11295:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   11296:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   11297:          string.match simple on long 68 string.match normalized simple on
                   11298:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   11299:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   11300:          date arithmetics 75 response date values/attributes 76 string.pos
                   11301:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   11302:          with local 80 scientific numeric literal in string autoconvert 81
                   11303:          xor: logical and numerical 82 for delims 83 menu delims 84
                   11304:          table.hash distinct 85 long string  replace 86 throw+catch
                   11305:          current language preserve 87 bit shifts 88 junction tests +
                   11306:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   11307:          91 $caller test 92 junction is + def junction tests 93 $caller
                   11308:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   11309: 
                   11310:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   11311:          fixed] 60 string eq string [bug fixed]
                   11312: 
                   11313:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   11314:          058.html, 058_paf2000.png, 059.html, 060.html,
                   11315:          results/053.processed, results/054.processed,
                   11316:          results/055.processed, results/056.processed,
                   11317:          results/057.processed, results/058.processed,
                   11318:          results/059.processed, results/060.processed: test: 53
                   11319:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   11320:          date.create[string] 58 image.measure[png]
                   11321: 
                   11322:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   11323:          outputs/051.processed, results/052.processed: test: 52
                   11324:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   11325:          task: fix that
                   11326: 
                   11327: 2003-03-03  paf
                   11328: 
                   11329:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   11330:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   11331:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   11332:          outputs/049.processed, outputs/050.processed,
                   11333:          outputs/051.processed, results/001.processed,
                   11334:          results/002.processed, results/003.processed,
                   11335:          results/005.processed, results/006.processed,
                   11336:          results/008.processed, results/009.processed,
                   11337:          results/011.processed, results/012.processed,
                   11338:          results/013.processed, results/014.processed,
                   11339:          results/015.processed, results/016.processed,
                   11340:          results/017.processed, results/020.processed,
                   11341:          results/021.processed, results/022.processed,
                   11342:          results/024.processed, results/025.processed,
                   11343:          results/026.processed, results/027.processed,
                   11344:          results/028.processed, results/029.processed,
                   11345:          results/030.processed, results/031.processed,
                   11346:          results/049.processed, results/050.processed,
                   11347:          results/051.processed, results/043.processed,
                   11348:          results/044.processed, results/045.processed,
                   11349:          results/046.processed, results/047.processed,
                   11350:          results/048.processed: tests: 43,44,45 date rolls 46
                   11351:          autoevaluating junction 47 table.select 48 name with subvar 49
                   11352:          hash-creating switch 50 process 51 started parent/child, works as
                   11353:          it were but it were NOT GOOD, created separate task  to fix that
                   11354: 
                   11355:        * tests/: 042.html, results/042.processed: test: 42
                   11356:          exception.handled
                   11357: 
                   11358:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   11359:          expression
                   11360: 
                   11361:        * tests/: 040.html, results/040.processed: test: 39 method result
                   11362:          of type table 40 method param junction auto evaluate
                   11363: 
                   11364:        * tests/: 039.html, results/039.processed: test: 37 method result
                   11365:          of type table
                   11366: 
                   11367:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   11368:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   11369:          tests/038.html, tests/results/033.processed,
                   11370:          tests/results/034.processed, tests/results/035.processed,
                   11371:          tests/results/036.processed, tests/results/037.processed,
                   11372:          tests/results/038.processed: tests: 33 string.replace 34
                   11373:          string.upper 35 table created 36 local/global vars with juntions
                   11374:          37 table clone 38 math PI & number formatting
                   11375: 
                   11376:          math class registring typo fixed
                   11377: 
                   11378:        * src/classes/op.C, src/include/pa_request.h,
                   11379:          src/include/pa_string.h, src/main/execute.C,
                   11380:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   11381:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   11382:          tests/032.html, tests/results/032.processed: uchar changed to
                   11383:          String_UL in all places [was not everywhere] untaint test: 032
                   11384: 
                   11385:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   11386:          tests/results/004.processed, www/htdocs/.htaccess,
                   11387:          tests/parser-cygwin.sh, tests/parser-unix.sh: removed -H command
                   11388:          line key, now testing using .sh file with SERVER_SOFTWARE=xxx
                   11389: 
                   11390: 2003-02-26  paf
                   11391: 
                   11392:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   11393:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   11394:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   11395:          tests/results/024.processed, tests/results/025.processed,
                   11396:          tests/results/026.processed, tests/results/027.processed,
                   11397:          tests/results/028.processed, tests/results/029.processed,
                   11398:          tests/results/030.processed, tests/results/031.processed: fixed
                   11399:          bug with name_cstr mutable CharPtr more tests
                   11400: 
                   11401:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
1.89    ! moko     11402:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
        !          11403:          << abort.  die now just exits
1.86      moko     11404: 
                   11405:        * src/classes/classes.awk, src/classes/classes.h,
                   11406:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11407:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   11408:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11409:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   11410:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11411:          src/classes/xnode.C, src/include/pa_memory.h,
1.89    ! moko     11412:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
        !          11413:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
        !          11414:          src/types/pa_vform.C, tests/015.html, tests/016.html,
        !          11415:          tests/017.html, tests/018.html, tests/019.html,
1.86      moko     11416:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   11417:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   11418:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   11419:          tests/results/015.processed, tests/results/016.processed,
                   11420:          tests/results/017.processed, tests/results/018.processed,
                   11421:          tests/results/019.processed, tests/results/020.processed,
                   11422:          tests/results/021.processed, tests/results/022.processed,
                   11423:          tests/results/023.processed: methoded_array now contains all Mxxx
                   11424:          classes SAPI::get_env now returns info on pool more tests
                   11425: 
                   11426:        * src/include/pa_array.h, src/include/pa_hash.h,
                   11427:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   11428:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   11429:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   11430:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   11431:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   11432:          tests/results/001.processed, tests/results/002.processed,
                   11433:          tests/results/003.processed, tests/results/004.processed,
                   11434:          tests/results/005.processed, tests/results/006.processed,
                   11435:          tests/results/007.processed, tests/results/008.processed,
                   11436:          tests/results/009.processed, tests/results/010.processed,
                   11437:          tests/results/011.processed, tests/results/012.processed,
1.88      moko     11438:          tests/results/013.processed, tests/results/014.processed: hash
                   11439:          cloning fixed
1.86      moko     11440: 
                   11441: 2003-02-25  paf
                   11442: 
                   11443:        * src/main/pa_common.C: typo fixed
                   11444: 
                   11445: 2003-02-24  paf
                   11446: 
                   11447:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   11448:          [one remained]
                   11449: 
1.88      moko     11450:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
1.86      moko     11451:          [should have been get_string(&pool)] todo: check other such calls
                   11452: 
1.88      moko     11453:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   11454:          test10, bad lookups
1.86      moko     11455: 
                   11456:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   11457:          object got destructed, and xxx points to sky
                   11458: 
1.88      moko     11459:        * ChangeLog, src/classes/string.C: match bug fixed
1.86      moko     11460: 
                   11461:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   11462:          $.charset[specified] now
                   11463: 
                   11464:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   11465:          which failed to handle sigsetjmp+throw: crashed inside of
                   11466:          pre-throw code.  rewritten simplier [though duplicating
                   11467:          closesocket code]
                   11468: 
                   11469:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   11470:          which failed to handle sigsetjmp+throw: crashed inside of
                   11471:          pre-throw code.  rewritten simplier [though duplicating
                   11472:          closesocket code]
                   11473: 
                   11474: 2003-02-21  paf
                   11475: 
1.88      moko     11476:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   11477:          $cookie:name[$.expires[date << can be now]]
1.86      moko     11478: 
                   11479:          written makefile with regression tests [raw]
                   11480: 
                   11481:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   11482:          tests' only [it's not forcing CGI mode now] now use -H to output
                   11483:          CGI header when parser used in command line [useful for tests
                   11484:          also]
                   11485: 
1.88      moko     11486:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   11487:          switches on CGI mode, and is used in regression tests
1.86      moko     11488: 
1.88      moko     11489:        * src/: include/pa_request.h, main/pa_request.C,
                   11490:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   11491:          fixed
1.86      moko     11492: 
                   11493:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   11494:          handling pa_*
                   11495: 
                   11496:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   11497:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   11498:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   11499:          memory handling files
                   11500: 
                   11501:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   11502: 
                   11503:        * src/main/execute.C, src/targets/cgi/parser3.C,
                   11504:          www/htdocs/autoptr.html: release mode now compiles OK test to
                   11505:          show benefits of free
                   11506: 
                   11507:        * src/: classes/file.C, classes/image.C, classes/mail.C,
1.88      moko     11508:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   11509:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   11510:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   11511:          use pool [as the one in ^process]
1.86      moko     11512: 
                   11513:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   11514:          -- some must use pool [as the one in ^process]
                   11515: 
                   11516: 2003-02-20  paf
                   11517: 
                   11518:        * src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11519:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   11520:          src/classes/mail.C, src/classes/math.C, src/classes/op.C,
                   11521:          src/classes/response.C, src/classes/string.C,
                   11522:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11523:          src/classes/xnode.C, src/main/pa_string.C, src/types/pa_method.h,
                   11524:          src/types/pa_value.C, src/types/pa_vmethod_frame.h,
                   11525:          www/htdocs/autoptr.html: string cmp fixed
                   11526: 
                   11527:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   11528:          values passed OK now
                   11529: 
                   11530: 2003-02-19  paf
                   11531: 
1.88      moko     11532:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   11533:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
1.89    ! moko     11534:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
1.86      moko     11535:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   11536:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   11537:          all remaning leaks resulted from pooled::malloc calls [excluding
                   11538:          in gd -- planning complete rewrite extremely ugly code]
                   11539: 
1.89    ! moko     11540:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
        !          11541:          files
1.86      moko     11542: 
                   11543: 2003-02-17  paf
                   11544: 
                   11545:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11546:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11547:          classes/response.C, classes/string.C, classes/table.C,
                   11548:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   11549:          include/pa_stylesheet_connection.h,
                   11550:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   11551:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   11552:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   11553:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   11554:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   11555:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   11556:          of unitialized simple-typed field
                   11557: 
                   11558:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   11559:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   11560:          simple-typed field fixed.  todo: find&kill all like that one
                   11561: 
                   11562:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   11563:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   11564:          debug output fixed
                   11565: 
                   11566:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   11567:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   11568:          object_ptr from delete[them]
                   11569: 
                   11570:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   11571:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   11572:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   11573:          main/pa_charset.C, main/pa_common.C,
                   11574:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
1.89    ! moko     11575:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          11576:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
        !          11577:          calls
1.86      moko     11578: 
                   11579:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   11580:          couple mem leaks rusulted from old pooled::malloc usage.
                   11581:          todo:find more like those
                   11582: 
                   11583:        * src/main/: compile.C, compile_tools.C: 2*2!
                   11584: 
                   11585:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   11586:          stackItem fixed [there were no string on stack before]
                   11587: 
                   11588:        * src/: main/execute.C, main/pa_request.C,
                   11589:          types/pa_vmethod_frame.C: first letters out OK
                   11590: 
                   11591:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   11592:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   11593:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   11594:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   11595:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   11596:          type not initialized with zeros :( while class fields of class
                   11597:          types initialized with default constructors.  learn C++
                   11598: 
                   11599:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   11600:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   11601:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   11602:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   11603:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   11604: 
                   11605: 2003-02-14  paf
                   11606: 
                   11607:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   11608:          13 link errors
                   11609: 
                   11610:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   11611:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   11612:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   11613:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   11614:          errors :)
                   11615: 
                   11616:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   11617:          classes/hash.C, classes/mail.C, classes/op.C,
                   11618:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
1.89    ! moko     11619:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
1.86      moko     11620:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   11621:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   11622: 
                   11623:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   11624:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   11625:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   11626:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   11627:          types/pa_vint.h, types/types.dsp: op compiled
                   11628: 
                   11629:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   11630:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   11631:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   11632: 
                   11633: 2003-02-07  paf
                   11634: 
                   11635:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   11636: 
                   11637: 2003-02-06  paf
                   11638: 
1.88      moko     11639:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   11640:          mail compiled
1.86      moko     11641: 
                   11642:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   11643:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   11644:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   11645: 
                   11646:        * src/classes/: file.C, form.C: form compiled
                   11647: 
                   11648:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   11649:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   11650:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   11651: 
                   11652:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   11653:          types/pa_vmath.h: math compiled [win32]
                   11654: 
                   11655:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   11656:          types/pa_vstring.h: hash compiled
                   11657: 
                   11658: 2003-02-04  paf
                   11659: 
                   11660:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   11661:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   11662:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   11663:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   11664:          types/pa_vhash.h: hash 50% compiled
                   11665: 
                   11666:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11667:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   11668:          classes/string.C, classes/table.C, classes/xdoc.C,
                   11669:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   11670:          main/pa_string.C: date compiled
                   11671: 
                   11672:        * src/classes/: classes.dsp, double.C: double compiled
                   11673: 
                   11674:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11675:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   11676:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   11677:          classes/string.C, classes/table.C, classes/void.C,
                   11678:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   11679:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   11680:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   11681:          compiled
                   11682: 
                   11683:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11684:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   11685:          classes/math.C, classes/op.C, classes/response.C,
                   11686:          classes/string.C, classes/table.C, classes/void.C,
                   11687:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     11688:          types/pa_vvoid.h: void  compiled :)
1.86      moko     11689: 
1.88      moko     11690:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   11691:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11692:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   11693:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   11694:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   11695:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   11696:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   11697:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   11698:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   11699:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   11700:          value_includes.h
1.86      moko     11701: 
                   11702:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   11703:          trying to remove stupid value_includes.h
                   11704: 
                   11705:        * src/main/pa_exec.C: pa_exec compiled on win32
                   11706: 
                   11707:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   11708: 
                   11709:        * src/: include/pa_globals.h, include/pa_request.h,
                   11710:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   11711:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   11712:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   11713:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   11714:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   11715: 
                   11716:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   11717:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   11718:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   11719: 
                   11720:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   11721:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   11722:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   11723:          compiled
                   11724: 
                   11725:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   11726:          name conflicts)
                   11727: 
                   11728:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   11729:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   11730:          yelds "virtual memory exhausted" while trying to compile
                   11731:          execute.C [eating up to 127MB]
                   11732: 
                   11733: 2003-02-03  paf
                   11734: 
                   11735:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   11736:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   11737:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   11738:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   11739:          types/pa_vint.h, types/pa_vjunction.h,
                   11740:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   11741:          started gcc compiling pa_common compiled
                   11742: 
                   11743:        * src/: include/pa_exception.h, include/pa_pool.h,
                   11744:          main/pa_exception.C: exception gcc change #1
                   11745: 
                   11746:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   11747:          compile _P identifier. it replaced it to some strange 0x0000040
                   11748: 
                   11749:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   11750: 
                   11751:        * src/types/pa_vtable.C: vtable compiled
                   11752: 
                   11753:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   11754: 
                   11755:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   11756:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   11757: 
                   11758:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   11759: 
                   11760:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   11761: 
                   11762:        * src/types/pa_vrequest.C: vrequest compiled
                   11763: 
                   11764:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   11765:          pa_vobject.C, pa_vobject.h: vobject compiled
                   11766: 
                   11767:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   11768:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11769:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   11770:          compiled
                   11771: 
                   11772:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   11773: 
                   11774:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   11775:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   11776:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   11777:          compiled
                   11778: 
                   11779:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   11780:          main.lib - 0 error(s), 0 warning(s)
                   11781: 
                   11782:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   11783:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   11784: 
                   11785: 2003-01-31  paf
                   11786: 
                   11787:        * src/: include/pa_array.h, include/pa_operation.h,
                   11788:          include/pa_request.h, main/execute.C, main/main.dsp,
                   11789:          types/pa_vjunction.h: started last file from main library:
                   11790:          execute
                   11791: 
                   11792:        * src/: include/pa_request.h, include/pa_sapi.h,
                   11793:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
1.89    ! moko     11794:          main/pa_request.C, targets/cgi/parser3.C,
        !          11795:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
        !          11796:          types/pa_vhash.h: pa_request compiled
1.86      moko     11797: 
                   11798:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   11799:          include/pa_globals.h, include/pa_request.h,
                   11800:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   11801:          main/execute.C, main/main.dsp, main/pa_common.C,
                   11802:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11803:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   11804:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   11805:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   11806:          types/types.dsp: most pa_request compiled
                   11807: 
                   11808:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11809:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11810:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11811:          classes/op.C, classes/response.C, classes/string.C,
                   11812:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88      moko     11813:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   11814:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     11815:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11816:          include/pa_dictionary.h, include/pa_dir.h,
                   11817:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11818:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   11819:          include/pa_pool.h, include/pa_request.h,
                   11820:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11821:          include/pa_sapi.h, include/pa_socks.h,
                   11822:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11823:          include/pa_stack.h, include/pa_string.h,
                   11824:          include/pa_stylesheet_connection.h,
                   11825:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11826:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11827:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   11828:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   11829:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   11830:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   11831:          main/compile.C, main/compile.tab.C, main/compile.y,
                   11832:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11833:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   11834:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   11835:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   11836:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   11837:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11838:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1.89    ! moko     11839:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
        !          11840:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
        !          11841:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          11842:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
        !          11843:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          11844:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
        !          11845:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
        !          11846:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
        !          11847:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
        !          11848:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
        !          11849:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          11850:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
        !          11851:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
        !          11852:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
1.86      moko     11853:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11854:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11855:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11856:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11857:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11858:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11859:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11860:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11861:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   11862: 
                   11863:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   11864:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   11865:          src/include/pa_charsets.h, src/include/pa_common.h,
                   11866:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   11867:          src/include/pa_exec.h, src/include/pa_pool.h,
                   11868:          src/include/pa_request.h, src/include/pa_sapi.h,
                   11869:          src/include/pa_sql_connection.h,
                   11870:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   11871:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   11872:          src/main/compile.tab.C, src/main/compile_tools.C,
                   11873:          src/main/compile_tools.h, src/main/main.dsp,
                   11874:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   11875:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   11876:          src/main/pa_exception.C, src/main/pa_exec.C,
                   11877:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   11878:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   11879:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   11880:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   11881:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   11882:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   11883:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   11884:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   11885:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   11886:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   11887:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11888:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11889:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   11890:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   11891:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   11892:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   11893:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   11894:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   11895:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
                   11896:          www/htdocs/.htaccess: ConstStringPtr died, long live StringPtr
                   11897: 
                   11898: 2003-01-30  paf
                   11899: 
1.88      moko     11900:        * src/: include/pa_charset.h, include/pa_request.h,
                   11901:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   11902:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   11903:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
1.86      moko     11904: 
                   11905:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   11906:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   11907:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   11908:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11909:          types/types.dsp: vstateless_class compiled
                   11910: 
                   11911:        * src/main/compile.C: compile compiled
                   11912: 
                   11913:        * src/: include/pa_array.h, include/pa_operation.h,
                   11914:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   11915:          main/pa_table.C: compile_tools compiled
                   11916: 
                   11917:        * src/: include/pa_operation.h, main/compile.y,
                   11918:          main/compile_tools.C, main/compile_tools.h: started
                   11919:          compile_tools. vagues ideas of how to free compiled code
                   11920: 
                   11921:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   11922:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   11923:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   11924:          compiled
                   11925: 
                   11926: 2003-01-29  paf
                   11927: 
                   11928:        * src/: include/pa_globals.h, include/pa_request.h,
                   11929:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   11930:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   11931:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   11932:          compiled
                   11933: 
                   11934:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   11935:          now
                   11936: 
1.88      moko     11937:        * src/: include/pa_array.h, include/pa_exception.h,
                   11938:          include/pa_pool.h, main/pa_exception.C: gd compiled
1.86      moko     11939: 
1.88      moko     11940:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
1.86      moko     11941:          compiled
                   11942: 
                   11943:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   11944:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   11945:          types/pa_vfile.h: vfile compiled
                   11946: 
                   11947:        * src/: include/pa_common.h, include/pa_globals.h,
                   11948:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   11949:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11950:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   11951: 
                   11952:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   11953:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   11954:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   11955:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11956:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   11957: 
                   11958:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   11959:          main/main.dsp, main/untaint.C: more compiled
                   11960: 
                   11961:        * src/: include/pa_charsets.h, include/pa_request.h,
                   11962:          include/pa_request_info.h, include/pa_string.h,
                   11963:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   11964:          types/pa_vresponse.h: vrequest compiled
                   11965: 
                   11966:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   11967:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   11968:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   11969: 
                   11970:        * src/: classes/classes.h, include/pa_charset.h,
                   11971:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   11972:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   11973:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   11974:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   11975:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   11976:          types/pa_vrequest.C, types/pa_vrequest.h,
                   11977:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   11978:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   11979: 
                   11980:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   11981:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   11982:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   11983:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   11984:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11985:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   11986:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   11987:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   11988:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   11989: 
                   11990: 2003-01-28  paf
                   11991: 
                   11992:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   11993:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   11994:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   11995:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   11996:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   11997:          compile_tools
                   11998: 
                   11999:        * src/: include/pa_charset.h, include/pa_exception.h,
                   12000:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   12001:          untaint compiled
                   12002: 
                   12003:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   12004:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   12005:          more compiled.  struck with string::store_to needing to know
                   12006:          source/client charsets
                   12007: 
                   12008:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   12009:          types/pa_vfile.h: uue compiled
                   12010: 
                   12011:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   12012:          table compiled
                   12013: 
                   12014:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   12015:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   12016: 
                   12017:        * src/: include/pa_charset.h, main/pa_charset.C,
                   12018:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   12019:          introduced]
                   12020: 
                   12021:        * src/: classes/date.C, include/pa_charset.h,
                   12022:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   12023:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   12024:          pa_charsets compiled
                   12025: 
                   12026:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   12027:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   12028: 
                   12029:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   12030:          common compiled
                   12031: 
                   12032:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   12033:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   12034: 
                   12035:        * src/: include/pa_array.h, include/pa_charset.h,
                   12036:          include/pa_charsets.h, include/pa_pool.h,
                   12037:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12038:          include/pa_stack.h, include/pa_string.h,
                   12039:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   12040:          sql_driver_manager compiled
                   12041: 
                   12042:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   12043:          letter i with two dots added to koi, all ukranian letters added
                   12044:          to win1251.
                   12045: 
                   12046:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   12047:          abscent from koi]
                   12048: 
                   12049: 2003-01-27  paf
                   12050: 
                   12051:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   12052:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12053:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   12054:          sql/pa_sql_driver.h: paused on sql_manager
                   12055: 
                   12056:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   12057:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12058:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   12059:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   12060: 
                   12061:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   12062:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12063:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   12064:          main/pa_table.C: table compiled
                   12065: 
                   12066:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   12067:          cache_managers compiled
                   12068: 
                   12069:        * src/: include/pa_array.h, include/pa_charset.h,
                   12070:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   12071: 
                   12072:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   12073: 
                   12074:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   12075:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   12076:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   12077:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   12078:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   12079: 
                   12080: 2003-01-24  paf
                   12081: 
                   12082:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   12083:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   12084:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   12085:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   12086:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   12087:          types/pa_vint.h, types/pa_vjunction.h,
                   12088:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12089:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   12090: 
                   12091:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   12092:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   12093:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   12094:          main/pa_string.C, main/pa_table.C: string compiled
                   12095: 
                   12096:        * src/: include/pa_array.h, include/pa_common.h,
                   12097:          include/pa_dictionary.h, include/pa_exception.h,
                   12098:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   12099:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   12100:          main/pa_string.C: dictionary compiled
                   12101: 
                   12102: 2003-01-23  paf
                   12103: 
                   12104:        * src/: include/pa_array.h, include/pa_common.h,
                   12105:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   12106:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   12107:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   12108:          types/pa_value.h: resurrected pool in new sense: now it's
                   12109:          factory, producing&accounting memory chunks for read[autofree]
                   12110:          buffers
                   12111: 
                   12112:        * src/: include/pa_array.h, include/pa_exception.h,
                   12113:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   12114:          main/pa_exception.C, main/pa_table.C: table compiled
                   12115: 
                   12116:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   12117:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   12118:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   12119:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   12120:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   12121:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   12122:          main/pa_table.C: aint that easy
                   12123: 
                   12124:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   12125:          main/main.dsp: continued with Hash
                   12126: 
                   12127:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   12128:          stack] now. and exception can be reported OK now [can be reported
                   12129:          outside of pro c with that stack]
                   12130: 
                   12131: 2003-01-22  paf
                   12132: 
                   12133:        * src/: include/pa_array.h, include/pa_charset.h,
                   12134:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   12135:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   12136:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   12137:          base: contains references_count.  auto_ptr template calls
                   12138:          add_ref/release
                   12139: 
                   12140: 2003-01-21  paf
                   12141: 
                   12142:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12143:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12144:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12145:          classes/op.C, classes/response.C, classes/string.C,
                   12146:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88      moko     12147:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   12148:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     12149:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12150:          include/pa_dictionary.h, include/pa_dir.h,
                   12151:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12152:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   12153:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   12154:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   12155:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12156:          include/pa_stack.h, include/pa_string.h,
                   12157:          include/pa_stylesheet_connection.h,
                   12158:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12159:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12160:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   12161:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   12162:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12163:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   12164:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   12165:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   12166:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   12167:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12168:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12169:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   12170:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   12171:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   12172:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   12173:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   12174:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   12175:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12176:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12177:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12178:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12179:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   12180:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   12181:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   12182:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12183:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12184:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12185:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12186:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12187:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   12188:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   12189:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   12190:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   12191:          2002->2003
                   12192: 
                   12193: 2003-01-16  paf
                   12194: 
1.88      moko     12195:        * www/htdocs/index.html: image.copy fixed transparent resampling
1.86      moko     12196: 
                   12197:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   12198:          src/main/pa_globals.C, www/htdocs/index.html: http:// introducing
                   12199:          $.any-status(1)
                   12200: 
                   12201:        * operators.txt, src/include/pa_config_fixed.h,
                   12202:          src/main/pa_common.C, www/htdocs/index.html: http request now
                   12203:          return status. and not fail on status!=200
                   12204: 
                   12205: 2003-01-15  paf
                   12206: 
                   12207:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   12208: 
                   12209: 2003-01-14  paf
                   12210: 
                   12211:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   12212:          mkinstalldirs: removed some ancient files [they in / really]
                   12213: 
                   12214:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   12215:          regretfully needed patch in two places.  in config_fixed.h made
                   12216:          stubs for lib to compile in MSVC
                   12217: 
                   12218: 2003-01-13  paf
                   12219: 
                   12220:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   12221:          configure.in(libtool) hacks
                   12222: 
                   12223:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
                   12224:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   12225:          ltdl.h: moved to latest libtool (1.4.3)
                   12226: 
                   12227: 2003-01-10  paf
                   12228: 
                   12229:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   12230: 
1.88      moko     12231:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
1.86      moko     12232:          patches.        libxml2 >= 2.5.1
                   12233:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   12234:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   12235:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   12236: 
                   12237:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   12238:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   12239:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   12240:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   12241: 
                   12242: 2003-01-09  paf
                   12243: 
                   12244:        * INSTALL: xml,xslt,gdome lib urls updated
                   12245: 
                   12246:        * config.guess, config.sub, missing, mkinstalldirs,
                   12247:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
                   12248:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   12249:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   12250:          1.7.2
                   12251: 
                   12252:        * depcomp: moving to automake 1.7.2
                   12253: 
                   12254: 2002-12-27  paf
                   12255: 
                   12256:        * src/include/pa_version.h: 0007
                   12257: 
                   12258:        * src/doc/aliased.dox, src/doc/index.dox, src/doc/module.dox,
                   12259:          src/doc/pooled.dox, www/htdocs/index.html: removed outdated
                   12260:          parts, made links to language docs
                   12261: 
                   12262:        * src/include/pa_config_auto.h.in: comment
                   12263: 
                   12264: 2002-12-26  paf
                   12265: 
                   12266:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   12267:          not contain trailing / fixed.
                   12268: 
                   12269:        * INSTALL: changing SAFE_MODE politics
                   12270: 
                   12271:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   12272: 
                   12273:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   12274: 
                   12275: 2002-12-25  paf
                   12276: 
                   12277:        * src/main/pa_globals.C: optimized-xml
                   12278: 
                   12279:        * src/main/pa_globals.C: optimized-as-is
                   12280: 
                   12281: 2002-12-24  paf
                   12282: 
                   12283:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   12284:          fixed [were really called with zero size when .html?a=&b=]
                   12285: 
                   12286:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   12287:          with --with-sendmail
                   12288: 
                   12289:        * src/main/pa_exec.C, www/htdocs/index.html: fork/pipe error now
                   12290:          [old always-pipe-error fixed]
                   12291: 
                   12292: 2002-12-23  paf
                   12293: 
                   12294:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   12295:          ignoring parameters & were storing only string with default
                   12296:          expires
                   12297: 
                   12298:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   12299:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   12300:          December 23, 2002 4:22 AM Subject: bug â
                   12301:          Charset::transcode_buf2xchar
                   12302: 
                   12303: 2002-12-20  paf
                   12304: 
                   12305:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   12306:          non-cgi [script] runs
                   12307: 
                   12308: 2002-12-19  paf
                   12309: 
                   12310:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   12311:          [tested on elik]] moreover, it's not needed there [parser
                   12312:          registers charsets itself]
                   12313: 
                   12314:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   12315:          [tested on elik]]
                   12316: 
                   12317:        * operators.txt, src/include/pa_globals.h,
                   12318:          src/include/pa_request.h, src/main/pa_globals.C,
                   12319:          src/main/pa_request.C, www/htdocs/index.html: $response:download
                   12320: 
                   12321:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   12322:          compiler [win32]].
                   12323: 
                   12324: 2002-12-18  paf
                   12325: 
                   12326:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   12327: 
                   12328: 2002-12-17  paf
                   12329: 
                   12330:        * src/targets/cgi/parser3.C: merged die&iis changes
                   12331: 
                   12332:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   12333:          to exit(1) 2. more flexible iilegal call check
                   12334: 
                   12335: 2002-12-16  paf
                   12336: 
                   12337:        * ltmain.sh: some automakes silly insist on having this handy
                   12338: 
                   12339:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   12340:          'p' bug fix
                   12341: 
                   12342: 2002-12-15  paf
                   12343: 
                   12344:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   12345:          'p'
                   12346: 
1.88      moko     12347:        * configure.in, src/include/pa_config_auto.h.in,
                   12348:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   12349:          from branch 6 to HEAD
1.86      moko     12350: 
1.88      moko     12351:        * src/main/compile.C: removed warning
1.86      moko     12352: 
                   12353:        * src/main/pa_common.C: ftruncate having checked
                   12354: 
                   12355:        * configure.in, src/include/pa_version.h: new version
                   12356: 
                   12357: 2002-12-14  paf
                   12358: 
                   12359:        * www/htdocs/index.html: exception type fixed
                   12360: 
                   12361:        * src/classes/table.C: removed unnecessary code
                   12362: 
                   12363:        * src/sql/pa_sql_driver.h: exception type fixed
                   12364: 
                   12365: 2002-12-09  paf
                   12366: 
                   12367:        * src/types/pa_vvoid.h, www/htdocs/index.html: $void.store[now]
                   12368:          error
                   12369: 
                   12370:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   12371: 
                   12372:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   12373:          tries to write core dump
                   12374: 
1.89    ! moko     12375:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
1.86      moko     12376: 
                   12377:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   12378:          classes/void.C, main/pa_sql_driver_manager.C,
                   12379:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   12380:          handlers #2
                   12381: 
                   12382:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   12383:          exception handling mech in sql handlers
                   12384: 
                   12385:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   12386:          handlers
                   12387: 
                   12388:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   12389:          classes/void.C, main/pa_sql_driver_manager.C,
                   12390:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   12391:          handlers
                   12392: 
                   12393:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   12394:          to write makefile which used libtool to install things, which is
                   12395:          not needed
                   12396: 
                   12397: 2002-12-06  paf
                   12398: 
                   12399:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   12400:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   12401: 
                   12402: 2002-12-05  paf
                   12403: 
1.88      moko     12404:        * src/classes/mail.C, src/types/pa_vmail.C, src/types/pa_vmail.h,
1.86      moko     12405:          www/htdocs/index.html: smtp cc/bcc OK now
                   12406: 
1.88      moko     12407:        * src/main/untaint.C, www/htdocs/index.html: mail header closed
                   12408:          properly
1.86      moko     12409: 
1.88      moko     12410:        * src/main/pa_common.C, src/main/untaint.C, src/types/pa_vmail.C,
                   12411:          www/htdocs/index.html: mail header ',' allowed.  still bugs in
                   12412:          smtp [only one receiptient works, cc, bcc ignored now, and MAILED
                   12413:          ;)]
1.86      moko     12414: 
                   12415:          [strncpy killed, memnchr used]
                   12416: 
                   12417:        * src/main/pa_table.C: table-copy now current=0
                   12418: 
                   12419:        * src/main/pa_array.C, src/main/pa_table.C, www/htdocs/index.html:
                   12420:          wow! found/fixed bug in lowlevel proc
                   12421: 
                   12422:        * src/targets/cgi/parser3.C: more checks on
                   12423:          http://domain/parser.cgi start [maybe some getenv returns "",
                   12424:          checked that now
                   12425: 
                   12426:        * src/targets/cgi/parser3.C: more checks on
                   12427:          http://domain/parser.cgi start [maybe some getenv returns "",
                   12428:          checked that now
                   12429: 
                   12430:        * src/targets/cgi/parser3.C, www/htdocs/index.html: error logging
                   12431:          made unbuffered [so that out-of-mem errors reached log]
                   12432: 
                   12433:        * src/classes/mail.C, src/targets/cgi/parser3.C,
                   12434:          src/types/pa_vmail.C, www/htdocs/index.html: mail:send
                   12435:          MIME-Version default
                   12436: 
                   12437:        * src/main/main.dsp: pa_version included into main.dsp
                   12438: 
1.88      moko     12439:        * www/htdocs/index.html: smtp line ends fixed. now \r\n [not \r].
                   12440:          some smtp servers [win32] leave \n intact, and some clients [bat]
                   12441:          fail to show letter correctly
1.86      moko     12442: 
                   12443: 2002-12-04  paf
                   12444: 
                   12445:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   12446: 
                   12447:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp,
                   12448:          www/htdocs/.htaccess, www/htdocs/index.html: lib/libltdl ->
                   12449:          lib/ltdl Win32 changes. s
                   12450: 
                   12451:        * src/classes/classes.awk: more strict *.C$
                   12452: 
                   12453:        * gnu.dsp: restored
                   12454: 
                   12455:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   12456:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   12457:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   12458:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   12459:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   12460:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   12461:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   12462:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   12463:          now created with /configure, not ltdl/configure, so it does have
                   12464:          no problems with automake.  ltdl/configure
                   12465:          AC_OUTPUT(Makefile<<removed)
                   12466: 
                   12467: 2002-12-02  paf
                   12468: 
                   12469:        * operators.txt: removed outdated status:db
                   12470: 
                   12471:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   12472:          src/main/pa_common.C, src/main/pa_request.C,
                   12473:          src/types/pa_vcookie.C, src/types/pa_vmail.C,
                   12474:          www/htdocs/index.html: http header lang of tainted parts becomes
                   12475:          http-header
                   12476: 
                   12477: 2002-11-29  paf
                   12478: 
                   12479:        * src/classes/date.C, src/classes/image.C, www/htdocs/index.html,
                   12480:          operators.txt: exif dates now objects of type date
                   12481: 
                   12482:        * src/classes/image.C: file.seek removed [it were used in image.C
                   12483:          only, and for parser user this  means that jpeg image has bad
                   12484:          size in fragment's header] now used image.format
                   12485: 
                   12486:        * src/include/pa_common.h, src/main/pa_common.C,
                   12487:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12488:          www/htdocs/index.html: http:// param values now handled exactly
                   12489:          like $response:header values.  e.g. can be hash [can have
                   12490:          subattributes] & contain date values.
                   12491: 
                   12492:        * src/main/pa_common.C, www/htdocs/index.html: http:// param values
                   12493:          lang forced URI
                   12494: 
                   12495:        * src/main/pa_common.C, www/htdocs/index.html: http:// tainted
                   12496:          partes now %xx
                   12497: 
                   12498: 2002-11-28  paf
                   12499: 
                   12500:        * www/htdocs/index.html: doc samples
                   12501: 
                   12502:        * operators.txt: http.timeout
                   12503: 
                   12504:        * src/classes/image.C, www/htdocs/index.html: ^image.length now
                   12505:          counts interchar space. plus space after last char
                   12506: 
                   12507:        * www/htdocs/index.html: regexp syntax xxx$ speed-up  experiments
                   12508: 
                   12509:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   12510: 
                   12511:        * src/classes/image.C: ^image.font width measurer now scans full
                   12512:          height [were -1]
                   12513: 
1.88      moko     12514:        * configure.in: stopped double libltdl/Makefile generation
1.86      moko     12515: 
                   12516:        * src/classes/image.C, www/htdocs/index.html: ^image.text now
                   12517:          outputs one pixel HIGHER chars [one top horizontal line of 1pixel
                   12518:          height were missing]
                   12519: 
                   12520:        * src/classes/op.C, www/htdocs/index.html: ^cache bug fixed.
                   12521:          stupid compiler allowed 'false' to go into (Hash *) parameter
                   12522: 
                   12523: 2002-11-27  paf
                   12524: 
                   12525:        * src/include/pa_globals.h, src/main/pa_globals.C,
                   12526:          src/main/pa_request.C, src/types/pa_vmail.C,
                   12527:          www/htdocs/index.html: response:body[file]  if file nows it's
                   12528:          name now returns content-disposition: >>attachment<<
                   12529: 
                   12530:        * src/classes/image.C, www/htdocs/index.html: ^image.font << bad
                   12531:          font file-size now properly reported
                   12532: 
                   12533: 2002-11-26  paf
                   12534: 
                   12535:        * src/main/pa_request.C: fixed lang in reponse header
                   12536: 
                   12537:        * src/main/pa_common.C, www/htdocs/.htaccess: utf8 prefix ignored
                   12538:          @read text
                   12539: 
                   12540:        * operators.txt, src/main/pa_common.C, www/htdocs/index.html:
                   12541:          http:// response status!=200 made exception: http.status with
                   12542:          source=bad status#
                   12543: 
                   12544: 2002-11-25  paf
                   12545: 
                   12546:        * configure.in, src/classes/image.C,
                   12547:          src/include/pa_config_auto.h.in,
                   12548:          src/include/pa_config_includes.h, src/main/Makefile.am,
                   12549:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   12550:          const void related probs fixed
                   12551: 
                   12552:        * operators.txt, src/main/pa_common.C, www/htdocs/index.html: http
                   12553:          fields now UPPERCASE
                   12554: 
                   12555:          $file[^file::load[http://there]] $file.SERVER
                   12556: 
                   12557:        * src/classes/file.C, src/classes/image.C, src/classes/xdoc.C,
                   12558:          src/include/pa_common.h, src/main/pa_common.C,
                   12559:          src/main/pa_request.C, www/htdocs/index.html: checked http
                   12560:          options [invalid onces now reported] made default user-agent: paf
                   12561: 
                   12562:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   12563:          src/classes/xdoc.C, src/include/pa_common.h,
                   12564:          src/include/pa_globals.h, src/main/pa_common.C,
                   12565:          src/main/pa_globals.C, src/main/pa_request.C,
                   12566:          src/types/pa_vfile.C, src/types/pa_vfile.h,
                   12567:          www/htdocs/index.html: table/xdoc/file::load now understand
                   12568:          http:// prefix and additional params, sample:
                   12569:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   12570:          $.USER-AGENT[parser3] ]]
                   12571: 
                   12572: 2002-11-22  paf
                   12573: 
                   12574:        * src/classes/image.C, src/include/pa_globals.h,
                   12575:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   12576:          src/types/pa_vimage.h, www/htdocs/.htaccess,
                   12577:          www/htdocs/index.html, operators.txt: $image.exif support
                   12578:          $image.exif.DateTime & co
                   12579: 
                   12580: 2002-11-21  paf
                   12581: 
                   12582:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   12583:          _PASS_APPENDED)
                   12584: 
                   12585:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   12586:          EXIF information [were big block and it's size were considered
                   12587:          negative :(]
                   12588: 
                   12589:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   12590:          src/main/pa_common.C, src/types/pa_vmail.C,
                   12591:          www/htdocs/index.html: image.measure internals rewritten. no
                   12592:          there's reader.seek, and all's ready for EXIF extraction [now we
                   12593:          fail to measure files with EXIF info]
                   12594: 
                   12595:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   12596:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   12597:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   12598: 
                   12599: 2002-11-20  paf
                   12600: 
                   12601:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   12602: 
                   12603:        * configure.in, src/include/pa_config_auto.h.in,
                   12604:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   12605:          comment
                   12606: 
                   12607:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   12608: 
                   12609:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   12610:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   12611:          currently processed document SIGPIPE >> interrupts request
                   12612:          processing [exception = DB rollback]
                   12613: 
                   12614:        * src/main/pa_exec.C: comment
                   12615: 
                   12616:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   12617: 
                   12618:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   12619:          << disable HTTP-POST repassing
                   12620: 
                   12621:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   12622:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   12623:          pipe read errors now checked
                   12624: 
                   12625: 2002-11-19  paf
                   12626: 
                   12627:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   12628:          CGI: Illegal call
                   12629: 
                   12630: 2002-11-01  paf
                   12631: 
                   12632:        * src/main/execute.C: comment
                   12633: 
                   12634: 2002-10-31  paf
                   12635: 
                   12636:        * src/main/execute.C: found out why, checked that for now.  todo:
                   12637:          find out a way for that user could do that
                   12638: 
                   12639:        * www/htdocs/: base.p, derived.p, index.html: this example creates
                   12640:          base object, which is wrong, todo: find out why
                   12641: 
                   12642:        * src/types/pa_vstateless_object.h: object put replaces static
                   12643:          parent if any
                   12644: 
                   12645:        * src/types/pa_vobject.C: object put replaces static parent if any
                   12646: 
                   12647:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12648:          src/classes/xnode.h, src/main/compile.tab.C, src/main/execute.C,
                   12649:          src/main/pa_request.C, src/types/pa_value.h,
                   12650:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12651:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12652:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12653:          src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12654:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   12655:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   12656:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   12657:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   12658:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   12659:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12660:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12661:          src/types/pa_vstateless_class.h,
                   12662:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12663:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   12664:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   12665:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12666:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12667:          src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
                   12668:          www/htdocs/index.html: static fix merged
                   12669: 
                   12670:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   12671:          $virtual_fields in dynamic, but one can reach derived
                   12672:          static[class] variable from base
                   12673: 
                   12674:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   12675:          types/pa_vobject.C, types/pa_vobject.h,
                   12676:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   12677:          statics, left $virtual_fields in dynamic
                   12678: 
                   12679:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   12680:          one can't remember derivates in base class: there's so many of
                   12681:          them.  also there can be no virtual method calls in static
                   12682:          classes
                   12683: 
                   12684:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12685:          src/classes/xnode.h, src/main/execute.C, src/main/pa_request.C,
                   12686:          src/types/pa_value.h, src/types/pa_vclass.C,
                   12687:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   12688:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   12689:          src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
                   12690:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
                   12691:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   12692:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   12693:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   12694:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   12695:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12696:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12697:          src/types/pa_vstateless_class.h,
                   12698:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12699:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   12700:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   12701:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12702:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12703:          src/types/pa_wwrapper.h, www/htdocs/base.p, www/htdocs/derived.p,
                   12704:          www/htdocs/index.html: static call $self fixed
                   12705: 
                   12706:        * src/main/execute.C: comment
                   12707: 
                   12708:        * src/classes/op.C, src/types/pa_value.h, src/types/pa_vobject.h,
                   12709:          www/htdocs/base.p, www/htdocs/derived.p, www/htdocs/index.html,
                   12710:          www/htdocs/operators.p, www/htdocs/some.p:
                   12711:          ^process[$caller.self]{...} now compiles to last derived object
                   12712:          part of that 'self'
                   12713: 
                   12714: 2002-10-30  paf
                   12715: 
                   12716:        * www/htdocs/: derived.p, some.p: include method overriding tested
                   12717:          OK
                   12718: 
                   12719: 2002-10-29  paf
                   12720: 
                   12721:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   12722:          re-passing [iis to blame]
                   12723: 
                   12724:        * src/classes/string.C: changed string.save to pass current sql
                   12725:          connection to cstr thus one can ^connect[some server]{
                   12726:          $s[insert into table x (x) values (^taint[sql]{value})]
                   12727:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   12728:          properly escaped.  [tried in mssql->mysql export->import of
                   12729:          binary data]
                   12730: 
                   12731: 2002-10-28  paf
                   12732: 
                   12733:        * www/htdocs/: index.html: bad email handling test
                   12734: 
                   12735: 2002-10-25  paf
                   12736: 
                   12737:        * src/types/pa_vresponse.C: case insensitive response user fields
                   12738:          get/put
                   12739: 
                   12740:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   12741:          types/pa_vresponse.C: saving for maybe-future
                   12742: 
                   12743: 2002-10-23  paf
                   12744: 
                   12745:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   12746:          ^table.hash(expr)...
                   12747: 
                   12748:        * src/types/pa_vmail.C, www/htdocs/index.html: email whitespace
                   12749:          trimBoth-ed
                   12750: 
                   12751: 2002-10-22  paf
                   12752: 
                   12753:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   12754:          VForm::Append...(...Value)
                   12755: 
                   12756:        * src/main/execute.C: $.name outside of $name[...] checked
                   12757: 
                   12758:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   12759:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   12760: 
                   12761: 2002-10-21  paf
                   12762: 
                   12763:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   12764:          $form:qtail $form:imap.x/y
                   12765: 
                   12766:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   12767:          "?value&...", "...&value&...", "...&value"
                   12768: 
                   12769:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   12770: 
                   12771:        * operators.txt, src/classes/file.C, www/htdocs/index.html:
                   12772:          /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
                   12773: 
                   12774: 2002-10-17  paf
                   12775: 
                   12776:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   12777:          a little: logical not and bitwise negation precedence made
                   12778:          highest, << and >> bitshits precedence made equal [were << higher
                   12779:          than >>]
                   12780: 
                   12781:        * src/classes/op.C: exception handling fixed [were bad with
                   12782:          contexts]
                   12783: 
                   12784: 2002-10-16  paf
                   12785: 
                   12786:        * www/htdocs/index.html: bad compile to system class test
                   12787: 
                   12788:        * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
                   12789:          src/main/pa_request.C, www/htdocs/index.html,
                   12790:          www/htdocs/derived.p: Request::self considered equal to
                   12791:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   12792:          VMethodFrame.self()
                   12793: 
                   12794:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   12795:          $hash in open field now gives old good error meesage
                   12796: 
                   12797: 2002-10-15  paf
                   12798: 
                   12799:        * src/types/pa_vjunction.h, www/htdocs/index.html: ^if(def
                   12800:          $junction){was true}{now false} use ^if($junction is
                   12801:          junction){was and now true}
                   12802: 
                   12803:        * src/classes/xdoc.C, src/classes/xnode.C,
                   12804:          src/include/pa_charset.h, src/include/pa_pool.h,
                   12805:          src/main/pa_charset.C, src/main/pa_pool.C, src/types/pa_vxnode.C,
                   12806:          www/htdocs/index.html: xml->parser strings now have origin, which
                   12807:          points to place where value left xml library and came to parser:
                   12808:          place of dom field extraction/call
                   12809: 
                   12810:        * src/classes/op.C, src/include/pa_opcode.h,
                   12811:          src/include/pa_request.h, src/main/compile.tab.C,
                   12812:          src/main/compile.y, src/main/execute.C,
                   12813:          src/types/pa_vmethod_frame.h, www/htdocs/derived.p: removed last
                   12814:          pieces of old code allowing $junction.xxx at compile time
                   12815: 
                   12816:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   12817:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   12818:          objects also considered [were only classes]
                   12819: 
                   12820:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   12821:          src/types/pa_vmethod_frame.h, www/htdocs/derived.p,
                   12822:          www/htdocs/index.html: ^process[CLASS]{body} now executed with
                   12823:          CLASS self.  [   (request&method_frame).self temporarily changed
                   12824:          ]
                   12825: 
                   12826:        * src/classes/hash.C, src/classes/op.C, www/htdocs/index.html,
                   12827:          www/htdocs/operators.p: method_frame now always changed, with no
                   12828:          exception to native calls.  for&foreach changed to use
                   12829:          method_frame.caller for their var's name context
                   12830: 
                   12831:        * src/main/execute.C, src/targets/cgi/parser3.C,
                   12832:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12833:          www/htdocs/operators.p: compiling to system classes disabled
                   12834: 
                   12835:        * www/htdocs/: derived.p, index.html: test of ^process from
                   12836:          operator called from user class
                   12837: 
                   12838:        * operators.txt, src/classes/op.C, www/htdocs/operators.p:
                   12839:          ^process[$caller.CLASS]{code-string} added
                   12840: 
                   12841:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   12842:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   12843:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   12844:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   12845:          src/types/types.dsp, www/htdocs/operators.p: removed
                   12846:          $junction.get $junction.set[] introducing $caller
                   12847: 
                   12848:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   12849:          find them lower by inheritance tree
                   12850: 
                   12851:        * src/types/pa_vjunction.C: ident
                   12852: 
                   12853: 2002-10-14  paf
                   12854: 
                   12855:        * src/classes/op.C: process compiles to code's class class
                   12856: 
                   12857:        * src/classes/form.C, src/classes/mail.C, src/classes/op.C,
                   12858:          src/include/pa_request.h, src/main/compile.C,
                   12859:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   12860:          src/main/pa_request.C, src/types/pa_vstateless_class.h,
                   12861:          www/htdocs/index.html: operators now main-class-methods
                   12862: 
                   12863:        * src/classes/op.C, src/include/pa_request.h,
                   12864:          www/htdocs/index.html, www/htdocs/operators.p: ^try{^call{}} now
                   12865:          has better stack trace [has "call" & co there]
                   12866: 
                   12867:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12868:          operators @auto now executed in MAIN context
                   12869: 
                   12870:        * src/main/execute.C: operator execution context now = MAIN, not
                   12871:          closest stack frame
                   12872: 
                   12873:          @touchit[] $i[after]
                   12874: 
                   12875:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   12876:          were 'after'
                   12877: 
                   12878:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   12879:          'after'
                   12880: 
                   12881:        * src/main/execute.C: comment
                   12882: 
                   12883:        * src/types/pa_vclass.C, src/types/pa_vobject.h,
                   12884:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12885:          www/htdocs/index.html, www/htdocs/operators.p: $form:CLASS
                   12886:          resurrected [wes killed in action]
                   12887: 
                   12888:        * src/types/pa_vxnode.C: misreplace fixed
                   12889: 
                   12890:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   12891:          src/types/pa_vstatus.C, operators.txt, www/htdocs/index.html:
                   12892:          $status:rusage.tv_secs/usecs introduced
                   12893: 
                   12894: 2002-10-09  paf
                   12895: 
                   12896:        * src/classes/double.C, src/classes/int.C, src/classes/string.C,
                   12897:          www/htdocs/derived.p, www/htdocs/index.html: ^string.int[] now
                   12898:          failes on empty string [or uses (default)]
                   12899: 
                   12900: 2002-10-08  paf
                   12901: 
                   12902:        * src/main/untaint.C: mail header quoted printable changed after
                   12903:          RFC reread
                   12904: 
                   12905:        * operators.txt: plan on ^if(method
                   12906: 
                   12907:        * src/types/pa_vxnode.C: misreplace
                   12908: 
                   12909: 2002-09-24  paf
                   12910: 
                   12911:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
                   12912: 
                   12913:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   12914:          mailreceive would compile on freebsd now
                   12915: 
                   12916:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   12917:          configure, configure.in, src/include/pa_config_auto.h.in,
                   12918:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   12919:          mailreceive would compile on freebsd now
                   12920: 
                   12921:        * src/classes/file.C, src/main/untaint.C, www/htdocs/index.html: 1.
                   12922:           file spec language changed: now there are only few chars are
                   12923:          untainted: * ? ' " < > | and, on unix, : \ ~ [russian letters and
                   12924:          SPACES now enabled, one should use ^untaint[uri]{...} now]
                   12925: 
                   12926:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   12927:          $list.name, not tainted as filespec
                   12928: 
                   12929:          @russianindex[] #dir with files with russian-lang names
                   12930:          $where[dir]
                   12931: 
                   12932:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   12933:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   12934: 
                   12935: 2002-09-23  paf
                   12936: 
                   12937:        * src/types/pa_vdouble.h: double->int round added
                   12938: 
                   12939:        * src/classes/date.C: date bug fix, now
                   12940:          round(floatDays*secondsPerDay)
                   12941: 
                   12942:        * src/classes/date.C: date bug fix, now
                   12943:          round(floatDays*secondsPerDay)
                   12944: 
                   12945: 2002-09-20  paf
                   12946: 
                   12947:        * src/main/execute.C, www/htdocs/index.html: code junction calls
                   12948:          disabled [before: code was compiled in such a way, that there
                   12949:          were no code-junctions in OP_CALL]
                   12950: 
                   12951:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   12952: 
                   12953:          @badjunctioncallinside[code] ^code[]
                   12954: 
                   12955:        * src/main/compile.tab.C, src/main/compile.y,
                   12956:          www/htdocs/index.html: changed grammer on junction expanding to
                   12957:          include ^junction.method
                   12958: 
                   12959:        * src/main/pa_common.C: -d "DIR/" now true
                   12960: 
                   12961:        * src/classes/xdoc.C, www/htdocs/index.html: xdoc::create[name] now
                   12962:          sets $request:charset as internal xdoc encoding, and after
                   12963:          decoding attributes set by dom functions now encoded OK, not as
                   12964:          digital entities
                   12965: 
                   12966:        * src/classes/xdoc.C: empty transform result, being taken as file
                   12967:          now returns empty file, not raises stupid error about "stat-ed
                   12968:          file"
                   12969: 
                   12970:        * src/types/pa_vhash.h, www/htdocs/operators.p: hash.foreach
                   12971:          modification of existing keys allowed
                   12972: 
                   12973:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   12974:          write iterators now:
                   12975: 
                   12976:          ^user-foreach[key;value]{$key=$value<br>}
                   12977: 
                   12978:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   12979:          $code.value($i*2)       $code }
                   12980: 
                   12981:        * src/main/compile_tools.h: mistype
                   12982: 
1.89    ! moko     12983:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
        !          12984:          thus taking linking options configure changes into account [were:
        !          12985:          ignoring]
1.86      moko     12986: 
                   12987:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   12988:          $junction.get/put(1) one can write iterators now:
                   12989: 
                   12990:          ^user-foreach[key;value]{$key=$value<br>}
                   12991: 
                   12992:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   12993:          $code.value($i*2)       $code }
                   12994: 
                   12995:        * src/include/pa_opcode.h, src/include/pa_request.h,
                   12996:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   12997:          src/main/main.dsp, src/targets/cgi/parser3.dsp,
                   12998:          src/types/pa_vjunction.h, www/htdocs/.htaccess,
                   12999:          www/htdocs/index.html: introducing $junction.get/put(1) one can
                   13000:          write iterators now:
                   13001: 
                   13002:          ^user-foreach[key;value]{$key=$value<br>}
                   13003: 
                   13004:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13005:          $code.value($i*2)       $code }
                   13006: 
                   13007: 2002-09-19  paf
                   13008: 
                   13009:        * Makefile.am: new: make commit
                   13010: 
                   13011:        * aclocal.m4: forced to be older
                   13012: 
                   13013: 2002-09-18  paf
                   13014: 
                   13015:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   13016:          src/main/compile.y, src/main/execute.C, www/htdocs/index.html: <<
                   13017:          >> int shifts
                   13018: 
                   13019:        * src/: include/pa_common.h, include/pa_request.h,
                   13020:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   13021:          - now this - fatal error
                   13022: 
                   13023:        * src/classes/file.C, www/htdocs/index.html,
                   13024:          www/htdocs/mailreceive.eml: ^file::exec/cgi $.stdin[can be file
                   13025:          now] so that one can pass binary data there
                   13026: 
                   13027:        * src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13028:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   13029:          src/classes/mail.C, src/classes/op.C, src/classes/response.C,
                   13030:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13031:          src/classes/xdoc.C, src/classes/xnode.C,
                   13032:          src/include/pa_request.h, www/htdocs/index.html: pa_request
                   13033:          contexts made privated, plus get_{self/method_frame} to read.
                   13034:          Request_context_saver used in ^try to save flang too.  [were not
                   13035:          saved]
                   13036: 
                   13037:        * src/types/pa_vresponse.C: header value chains joined before
                   13038:          output, this should help $.subject[$var $var] from being
                   13039:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   13040: 
                   13041: 2002-09-17  paf
                   13042: 
                   13043:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   13044:          removed changes, operators executed with calling self.  lots of
                   13045:          code with ^include code relies on defined/defining self variables
                   13046: 
                   13047:          $a[1] ^include[print_a.p] print_a.p: $a
                   13048: 
                   13049:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   13050: 
                   13051:        * src/classes/op.C, src/main/execute.C, src/main/pa_request.C,
                   13052:          src/types/pa_value.C, src/types/pa_value.h,
                   13053:          src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
                   13054:          www/htdocs/operators.p: operators now executed with MAIN self.
                   13055:          it's for ^include sake, too strong a change
                   13056: 
                   13057:        * src/classes/op.C, www/htdocs/index.html, www/htdocs/operators.p:
                   13058:          made place for ^process to compile it's code to in case of no
                   13059:          self
                   13060: 
                   13061:        * src/main/execute.C, www/htdocs/index.html: found ancient param to
                   13062:          Junction, removed.  allowed passing self to native_code_operators
                   13063:          [for ^process to work, she needs self]
                   13064: 
                   13065:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13066:          types/pa_vstateless_class.h: found ancient param to Junction,
                   13067:          removed.  allowed passing self to native_code_operators [for
                   13068:          ^process to work, she needs self]
                   13069: 
                   13070:        * src/main/execute.C, src/main/pa_request.C, src/types/pa_value.C,
                   13071:          src/types/pa_value.h, src/types/pa_vmethod_frame.h,
                   13072:          src/types/pa_vstateless_class.h, www/htdocs/index.html,
                   13073:          www/htdocs/operators.p: allowed Request.self to be 0, checked
                   13074:          that in VMethodFrame get/put and $self.
                   13075: 
                   13076:        * src/classes/table.C, src/classes/xdoc.C, www/htdocs/index.html:
                   13077:          table::sql  options table::create  copy options options checked,
                   13078:          wrong option now fatal error
                   13079: 
                   13080:        * src/main/pa_string.C, www/htdocs/index.html: string.replace fixed
                   13081:          [were missing words on pieces boundaries]
                   13082: 
                   13083:        * bin/auto.p.dist.in: strange \n
                   13084: 
                   13085:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   13086:          .dll on cygwin, .so in other cases)
                   13087: 
                   13088:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   13089:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
                   13090: 
                   13091:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   13092:          src/include/pa_globals.h, src/main/pa_globals.C,
                   13093:          www/htdocs/index.html: table.sql hash::sql flag to allow
                   13094:          duplicate keys [$.distinct(1/0)] first record taken [were last]
                   13095: 
                   13096:        * src/classes/hash.C, src/classes/table.C,
                   13097:          src/include/pa_sql_connection.h, www/htdocs/index.html: table.sql
                   13098:          hash::sql duplicate keys now errors
                   13099: 
                   13100:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   13101: 
                   13102:        * src/classes/op.C, src/classes/table.C, www/htdocs/index.html:
                   13103:          menu/for delims bug fixed [were ,2,3]
                   13104: 
                   13105: 2002-09-16  paf
                   13106: 
                   13107:        * src/classes/file.C, www/htdocs/index.html: file::cgi line ends
                   13108:          can be both unix & dos. and they can be unix [\n\n] on win when
                   13109:          'use CGI' used, it causes stdout to be binary.  now detected
                   13110:          closest header break.
                   13111: 
                   13112:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   13113:          closed right
                   13114: 
                   13115: 2002-09-13  paf
                   13116: 
                   13117:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13118:          src/main/compile_tools.h, www/htdocs/index.html: (expression
                   13119:          #comment)
                   13120: 
                   13121:          (multiline expression #comment  line2  #comment )
                   13122: 
                   13123:          (expression #comment with (brackets) comment) << OK
                   13124: 
                   13125:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13126:          www/htdocs/index.html: !| bitwise !|| numerical xor now
                   13127:          [preparing for expression #comments]
                   13128: 
                   13129:        * src/main/compile.tab.C, src/main/compile.y,
                   13130:          www/htdocs/index.html: @method[$name] now parse error
                   13131: 
                   13132:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   13133:          cheched in pa_socks.C
                   13134: 
                   13135:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   13136:          HAVE_WINSOCK_H created in configure.in
                   13137: 
                   13138:        * src/main/compile.tab.C, src/main/compile.y,
                   13139:          src/types/pa_vresponse.C, www/htdocs/index.html: cookie date now
                   13140:          clean [were mistakenly tainted & that worked bad with opera --
                   13141:          'happily' that worked OK with msie]
                   13142: 
                   13143: 2002-09-12  paf
                   13144: 
                   13145:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   13146:          VClass get_element now first looks to fields, next to methods &
                   13147:          co todo: the rest reason: more speed
                   13148: 
                   13149:        * src/main/untaint.C: quoted printable encoding stops before
                   13150:          \s*<...>$
                   13151: 
                   13152:        * src/main/untaint.C, www/htdocs/index.html: quoted printable ' '
                   13153:          now =20 and encoding stops before <...>$
                   13154: 
                   13155: 2002-09-11  paf
                   13156: 
                   13157:        * src/main/pa_charset.C, src/targets/cgi/parser3.dsp,
                   13158:          www/htdocs/index.html: while fixing (
                   13159:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   13160:          forgot to check users of those funcs. not all were using that
                   13161:          return value convention
                   13162: 
                   13163:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   13164:          windows-1254 added
                   13165: 
                   13166: 2002-09-10  paf
                   13167: 
                   13168:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   13169:          VCodeFrame parent param were specified badly
                   13170: 
                   13171:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   13172:          WWrapper which used in constructing objects(second param to sql
                   13173:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   13174:          code in hash to survivi
                   13175: 
                   13176:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   13177:          param to execute [stack said 'thanks']
                   13178: 
                   13179:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   13180:          types/pa_value.h, types/pa_vcode_frame.h,
                   13181:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   13182:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   13183:          responsibility to wcontext
                   13184: 
                   13185:        * src/classes/file.C: decided not to log exec's with stderr, that
                   13186:          could be warnings, and it's up to scritper to log/show them
                   13187: 
                   13188:        * src/classes/double.C, src/main/execute.C, www/htdocs/index.html:
                   13189:          double:sql badly called write_assign_lang, not write_no_lang,
                   13190:          thus doing unnecessary double/string converstion, which were
                   13191:          loosing time&precesion
                   13192: 
                   13193:        * src/main/pa_charset.C, src/types/pa_vmail.C,
                   13194:          www/htdocs/index.html: xmlCharEncodingInput/OutputFunc callbacks
                   13195:          returned bad value in case of unfinished in buffer processing,
                   13196:          causing accidental transcode stop [in case that source enc !=
                   13197:          utf-8 & there is incomplete utf-8 sequence at the end of
                   13198:          16000block iside of libxml lib] tfm readed & code updated
                   13199: 
                   13200: 2002-09-04  paf
                   13201: 
                   13202:        * configure: makes with sjlj
                   13203: 
                   13204:        * INSTALL, src/include/pa_config_fixed.h,
                   13205:          src/include/pa_sql_connection.h,
                   13206:          src/main/pa_sql_driver_manager.C, www/htdocs/index.html:
                   13207:          -with-sjlj-exceptions define checked.  on win32 it made default
                   13208: 
                   13209:        * src/include/pa_config_auto.h.in: sjlj define
                   13210: 
                   13211:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   13212:          can not work with longjump/throw pair, and one must switch that
                   13213:          on there.  todo: detect that automatically]
                   13214: 
                   13215:        * src/types/pa_vxnode.C, www/htdocs/index.html: removed too strong
                   13216:          checks of xnode.elements.  now, for instance, if element does not
                   13217:          have any attributes, $xnode.attributes is void, not error
                   13218: 
                   13219: 2002-09-02  paf
                   13220: 
                   13221:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp,
                   13222:          www/htdocs/index.html: removed double_result, didn't help
                   13223: 
                   13224:        * src/main/execute.C: double_result made to move that var away from
                   13225:          hungry g++ optimizer (-O2), before: it were optimized and
                   13226:          comparison operators worked badly
                   13227: 
                   13228:        * src/types/pa_vdate.h: removed debug
                   13229: 
                   13230:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
                   13231: 
                   13232:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   13233:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   13234:          unknown reason.
                   13235: 
                   13236: 2002-08-29  paf
                   13237: 
                   13238:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   13239:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   13240:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   13241:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   13242:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   13243:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   13244:          src/types/types.dsp, www/htdocs/index.html: junction_cleaner
                   13245:          moved to auto VMethodFrame [called less frequent, allowed to
                   13246:          remove ugly Junction.change_context-s from many places, switch,
                   13247:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   13248:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   13249:          [speed up]
                   13250: 
                   13251: 2002-08-28  paf
                   13252: 
                   13253:        * src/types/pa_vcookie.C, www/htdocs/index.html: $cookie:name[&]
                   13254:          $cookie:name << now tainted
                   13255: 
                   13256:        * src/types/pa_vcookie.C, www/htdocs/index.html: fixed cookie
                   13257:          delete when $cookie:name[$.value[]]
                   13258: 
                   13259:        * operators.txt, src/classes/string.C, www/htdocs/derived.p,
                   13260:          www/htdocs/index.html: ^string.split[delim[;options]]
                   13261: 
                   13262: 2002-08-27  paf
                   13263: 
                   13264:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
                   13265: 
                   13266:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13267:          www/htdocs/index.html, www/htdocs/mailreceive.eml: # now
                   13268:          delimiter
                   13269: 
                   13270:        * INSTALL: recommended latest gmime 1.0.5
                   13271: 
                   13272: 2002-08-26  paf
                   13273: 
1.89    ! moko     13274:        * configure, configure.in: apache13/hook added to make dist.
1.86      moko     13275: 
                   13276: 2002-08-23  paf
                   13277: 
                   13278:        * src/include/pa_common.h, src/main/pa_common.C,
                   13279:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   13280:          www/htdocs/index.html: when auto.p beside binary [cgi, isapi] not
                   13281:          accessible [due to bad rights or whatever] it's error now
                   13282: 
                   13283: 2002-08-21  paf
                   13284: 
                   13285:        * www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
                   13286:          "base class".  compiled as if here they named base class
                   13287: 
                   13288:        * Makefile.am: can use: make happy equals to make update install
                   13289: 
                   13290:        * src/main/compile.tab.C, src/main/compile.y,
                   13291:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13292:          www/htdocs/derived.p: "BASE:" "BASE::" syntax allowed, means
                   13293:          "base class".  compiled as if here they named base class
                   13294: 
                   13295:        * src/main/pa_string.C, www/htdocs/index.html: fixed bad language
                   13296:          bug, [were wrong string cloning constructor]
                   13297: 
                   13298:        * src/main/execute.C, src/types/pa_vobject.h, www/htdocs/base.p,
                   13299:          www/htdocs/derived.p, www/htdocs/index.html: fixed virtual calls
                   13300: 
                   13301:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   13302:          src/types/pa_vfile.C, src/types/pa_vmail.C,
                   13303:          www/htdocs/mailreceive.eml, www/htdocs/mailreceive.html:
                   13304:          $mail.received.file.value.content-type fixed
                   13305: 
                   13306: 2002-08-20  paf
                   13307: 
                   13308:        * src/classes/file.C, www/htdocs/index.html: fixed language of
                   13309:          file:file result
                   13310: 
                   13311:        * operators.txt, src/classes/void.C, www/htdocs/index.html:
                   13312:          ^void.pos[...] = -1 merged from 3.0.0005
                   13313: 
                   13314:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   13315: 
                   13316:        * operators.txt, src/classes/void.C, www/htdocs/index.html:
                   13317:          ^void.length[] = 0 merged from 3.0.0005
                   13318: 
                   13319:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   13320: 
                   13321: 2002-08-19  paf
                   13322: 
                   13323:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   13324:          work now
                   13325: 
                   13326:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   13327:          error in xnode, which were not catched in xdoc]
                   13328: 
                   13329:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   13330:          prepared:        // validate each document after load/create (?)
                   13331:                 //xmlDoValidityCheckingDefaultValue = 1;
                   13332: 
                   13333: 2002-08-15  paf
                   13334: 
                   13335:        * src/classes/classes.h, www/htdocs/index.html: write to static var
                   13336:          caused useless Exception, introduced Methoded::put_element wich
                   13337:          consumes those
                   13338: 
                   13339:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   13340:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   13341:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13342:          www/htdocs/index.html: $response:field[date]
                   13343:          $response:field[$.xxx[date]]
                   13344: 
                   13345:        * src/classes/hash.C, src/classes/string.C, src/classes/table.C,
                   13346:          src/classes/void.C, src/include/pa_sql_connection.h,
                   13347:          www/htdocs/index.html: fixed source of ^hash::sql{bad}
                   13348: 
                   13349:        * operators.txt: $request:body unprecessed POST request body
                   13350: 
                   13351:        * src/types/pa_vrequest.C, www/htdocs/index.html: $request:body
                   13352:          unprecessed POST request
                   13353: 
                   13354:        * src/types/pa_value.h, src/types/pa_vdate.h,
                   13355:          src/types/pa_vrequest.C, src/types/pa_vxdoc.C,
                   13356:          src/types/pa_vxnode.C, www/htdocs/index.html: few barks: bark("%s
                   13357:          field not found", 0, &aname)
                   13358: 
                   13359:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   13360:          src/include/pa_request.h, src/main/pa_pool.C,
                   13361:          src/types/pa_vform.C, src/types/pa_vform.h, www/htdocs/.htaccess:
                   13362:          planning/preparing_to $request:body r.post_data now const
                   13363: 
                   13364:        * src/classes/image.C, src/classes/op.C, src/classes/xdoc.C,
                   13365:          src/classes/xnode.C, src/main/execute.C, src/types/pa_value.h,
                   13366:          src/types/pa_vhash.h, src/types/pa_vobject.C,
                   13367:          src/types/pa_vobject.h, src/types/pa_vtable.h,
                   13368:          www/htdocs/index.html: instead of type() checking everywhere used
                   13369:          Value.as now user descendants can be used in params.
                   13370: 
                   13371:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   13372:          ^if($xtable) now OK
                   13373: 
                   13374:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   13375:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   13376:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   13377: 
                   13378: 2002-08-14  paf
                   13379: 
                   13380:        * src/classes/xnode.h, src/main/execute.C,
                   13381:          src/targets/cgi/parser3.dsp, src/types/pa_value.h,
                   13382:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13383:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13384:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13385:          src/types/pa_venv.h, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13386:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13387:          src/types/pa_vimage.h, src/types/pa_vmail.C,
                   13388:          src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13389:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   13390:          src/types/pa_vobject.h, src/types/pa_vrequest.C,
                   13391:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   13392:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13393:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13394:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13395:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13396:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13397:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13398:          src/types/pa_wwrapper.h, www/htdocs/index.html: is now works with
                   13399:          VObject & VClass
                   13400: 
                   13401:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   13402: 
                   13403:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   13404:          removed fixopt stupidity. on stupid linux use cd /document/root
                   13405:          ../cgi/parser3 script
                   13406: 
                   13407:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   13408:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   13409: 
                   13410:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   13411:          fixopt.h: fixopt now preprocesses command line params, splitting
                   13412:          them by space, excluding argv[0], argv[argc-1]
                   13413: 
                   13414:        * src/targets/cgi/parser3.C: -f config file
                   13415: 
                   13416:        * src/targets/cgi/parser3.C, www/htdocs/auto.p,
                   13417:          www/htdocs/derived.p, www/htdocs/index.html: fixed .log file dir
                   13418: 
                   13419: 2002-08-13  paf
                   13420: 
                   13421:        * src/types/pa_vobject.C, www/htdocs/derived.p,
                   13422:          www/htdocs/index.html: allow override parent variables, useful
                   13423:          for form descendants [in vobject too, were in vclass]
                   13424: 
                   13425:        * src/types/pa_vclass.C, www/htdocs/index.html: allow override
                   13426:          parent variables, useful for form descendants
                   13427: 
                   13428:        * src/types/pa_vclass.C, www/htdocs/derived.p: checked:
                   13429:          form[vclass]fields can be overwritten in derived(table)
                   13430: 
                   13431:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   13432:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   13433:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   13434:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   13435:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   13436:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13437:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   13438:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13439:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13440:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13441:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13442:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   13443:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   13444:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13445:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   13446:          Value::get_element(..., bool looking_down) [needed to exclude
                   13447:          endless recoursion]
                   13448: 
                   13449:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   13450:          fix bug with put endless recoursion todo: check 'as'
                   13451: 
                   13452:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   13453:          reorganized modules todo: fix bug with put endless recoursion
                   13454:          todo: check 'as'
                   13455: 
                   13456:        * src/types/pa_vobject.h, www/htdocs/derived.p: checked: table
                   13457:          fields can be overwritten in derived(table)
                   13458: 
                   13459:        * www/htdocs/derived.p: sample: dont convinient that table fields
                   13460:          can be overridden
                   13461: 
                   13462:        * src/types/pa_vobject.h, www/htdocs/derived.p,
                   13463:          www/htdocs/index.html: derived classes can have fields of their
                   13464:          own now
                   13465: 
                   13466:        * src/classes/table.C, src/types/pa_vtable.C,
                   13467:          src/types/pa_vtable.h, www/htdocs/derived.p: fixed error message
                   13468:          on using non-created table
                   13469: 
                   13470:        * src/classes/form.C, src/classes/hash.C, src/classes/mail.C,
                   13471:          src/classes/op.C, src/classes/xnode.h, src/include/pa_request.h,
                   13472:          src/main/compile.C, src/main/compile.tab.C, src/main/execute.C,
                   13473:          src/main/pa_request.C, src/types/pa_value.h,
                   13474:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   13475:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   13476:          src/types/pa_vdate.h, src/types/pa_venv.h, src/types/pa_vfile.h,
                   13477:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/pa_vhash.h,
                   13478:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13479:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.h,
                   13480:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
                   13481:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13482:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13483:          src/types/pa_vstateless_class.h,
                   13484:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13485:          src/types/pa_vstatus.h, src/types/pa_vstring.h,
                   13486:          src/types/pa_vtable.C, src/types/pa_vtable.h,
                   13487:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13488:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13489:          src/types/pa_wwrapper.h, www/htdocs/derived.p: VObject.get/out
                   13490:          now looking down/up tree todo: fix error message on
                   13491:          non-constructed parents
                   13492: 
                   13493: 2002-08-12  paf
                   13494: 
                   13495:        * src/types/pa_vstateless_class.h,
                   13496:          src/types/pa_vstateless_object.h, www/htdocs/derived.p: table
                   13497:          derived OK
                   13498: 
                   13499:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   13500:          thorough testing
                   13501: 
                   13502:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   13503:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   13504:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   13505:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   13506:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   13507:          ^base:create[] dynamic call rewritten todo: thorough testing
                   13508: 
                   13509:        * www/htdocs/: base.p, derived.p: not good - along upward-virtual
                   13510:          call self eq child
                   13511: 
                   13512:        * src/types/pa_value.h, src/types/pa_vclass.h,
                   13513:          src/types/pa_vobject.h, www/htdocs/base.p, www/htdocs/derived.p:
                   13514:          VObject ctor now instantates base class, remembers it and saves
                   13515:          child in parent VObject.get_class now returns last child =
                   13516:          downward virtual calls OK
                   13517: 
                   13518:        * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
                   13519:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   13520:          src/types/pa_vfile.h, src/types/pa_vimage.h, src/types/pa_vint.h,
                   13521:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.h,
                   13522:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13523:          src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
                   13524:          src/types/pa_vtable.h, src/types/pa_vxdoc.h,
                   13525:          src/types/pa_vxnode.h, src/types/pa_wcontext.h,
                   13526:          src/types/types.dsp, www/htdocs/index.html: killed VAliased
                   13527:          [redundant], moved $CLASS to VObject only [parser class instance]
                   13528: 
                   13529:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   13530: 
                   13531:        * bin/auto.p.dist.in: fixed sendmail default comment
                   13532: 
                   13533:        * src/main/pa_request.C: $response:body[file] content-type check
                   13534:          fixed [were bad when content-type is hash]
                   13535: 
                   13536: 2002-08-09  paf
                   13537: 
                   13538:        * src/main/execute.C, src/types/pa_value.h, src/types/pa_vclass.h,
                   13539:          src/types/pa_vobject.h, src/types/pa_vxdoc.h,
                   13540:          www/htdocs/index.html: started as()
                   13541: 
                   13542: 2002-08-08  paf
                   13543: 
                   13544:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   13545:          src/main/pa_globals.C, www/htdocs/index.html: year column in
                   13546:          month calendar [week year]
                   13547: 
                   13548:        * src/main/execute.C, www/htdocs/index.html: error reporting on
                   13549:          object writes to MAIN improved [were ruind with fixing
                   13550:          $obj[^if(1){$obj}] ]
                   13551: 
                   13552:        * operators.txt, src/types/pa_vdate.h, www/htdocs/index.html:
                   13553:          $date.yearday $date.daylightsaving
                   13554: 
                   13555:        * src/classes/mail.C, src/types/pa_vmail.C, www/htdocs/auto.p,
                   13556:          www/htdocs/index.html: in letter texts one can use tainted data
                   13557:          now. only she must specify the language.
                   13558: 
                   13559:          ^mail:send[     $.from[paf@mail.design.ru]
                   13560:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   13561:                $.text[^taint[uri][ìîñêâà]=] ]
                   13562: 
                   13563:        * www/htdocs/index.html: ^process now prints more precise origin
                   13564: 
                   13565:        * src/classes/file.C, src/classes/op.C, src/types/pa_vfile.C,
                   13566:          www/htdocs/index.html: ^process now prints more precise origin
                   13567: 
                   13568:        * src/include/pa_string.h, www/htdocs/index.html:
                   13569:          String::first_char now not fails on empty strings ^if(-f '') now
                   13570:          ok and in 3 other places.
                   13571: 
                   13572:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   13573:          String::first_char now not fails on empty strings ^if(-f '') now
                   13574:          ok and in 3 other places.
                   13575: 
                   13576: 2002-08-07  paf
                   13577: 
                   13578:        * src/classes/string.C, src/main/pa_string.C,
                   13579:          www/htdocs/index.html: ^string.mid(0;bad) fixed
                   13580: 
                   13581:        * src/main/pa_string.C, www/htdocs/index.html: ^string.mid(0;bad)
                   13582:          fixed
                   13583: 
                   13584:        * src/main/execute.C, src/types/pa_vcode_frame.h,
                   13585:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.C,
                   13586:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h,
                   13587:          www/htdocs/index.html: vcodeframe were mistakenly not completely
                   13588:          transparent to object writes.  $hash[^if(1){$hash}] now works
                   13589: 
                   13590:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   13591:          now erasing cache file [there were bad check on that]
                   13592: 
                   13593:        * src/classes/classes.dsp, src/classes/table.C,
                   13594:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/pa_array.C,
                   13595:          src/types/types.dsp, www/htdocs/index.html: all Debug dirs in
                   13596:          .dsp now named 'Debug'
                   13597: 
                   13598:        * etc/parser3.charsets/Makefile.am: all included into dist
                   13599: 
                   13600:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   13601: 
                   13602:        * operators.txt, src/types/pa_vmail.C, www/htdocs/index.html:
                   13603:          exception_type  email.format
                   13604: 
                   13605:        * src/types/pa_vmail.C, www/htdocs/global.xsl,
                   13606:          www/htdocs/index.html: mail:send empty  email checked
                   13607: 
                   13608: 2002-08-06  paf
                   13609: 
                   13610:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   13611:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
                   13612:          www/htdocs/index.html: ^table::create[$source;$.options]
                   13613:          ^table::join[$source;$.options]
                   13614: 
                   13615:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   13616:          src/classes/table.C, www/htdocs/index.html: sql options can be
                   13617:          string now ^xxx:sql{...}[ #  $.default() }
                   13618: 
                   13619:        * src/classes/file.C, www/htdocs/index.html: $f[file::cgi] $f.UPPER
                   13620:          case fields
                   13621: 
                   13622:        * src/classes/file.C, src/include/pa_globals.h,
                   13623:          src/main/pa_globals.C, src/main/pa_request.C,
                   13624:          src/types/pa_vfile.C, src/types/pa_vfile.h,
                   13625:          www/htdocs/index.html: $file.content-type [instead of .mime-type]
                   13626:          now works for file::stat also
                   13627: 
                   13628:        * src/main/pa_request.C, www/htdocs/index.html: case insensitive
                   13629:          mime_type_of
                   13630: 
                   13631:        * bin/auto.p.dist.in: jpeg
                   13632: 
                   13633: 2002-08-05  paf
                   13634: 
                   13635:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   13636: 
                   13637:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   13638: 
                   13639:        * operators.txt: comment on date:calendar week column
                   13640: 
                   13641:        * src/main/pa_common.C: write checked
                   13642: 
                   13643:        * src/main/: pa_common.C: write checked
                   13644: 
                   13645:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   13646: 
                   13647:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   13648:          month calendar week column [ISO 8601 Week Numbers]
                   13649: 
                   13650: 2002-08-02  paf
                   13651: 
                   13652:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   13653:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   13654:          DEBUG*
                   13655: 
                   13656:        * configure, configure.in, src/include/pa_version.h: release
                   13657:          3_0_0005
                   13658: 
                   13659:        * bin/auto.p.dist.in: unhandled_exception comments
                   13660: 
                   13661:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   13662:          multipart post fixed
                   13663: 
                   13664:        * operators.txt, src/main/pa_request.C, www/htdocs/index.html,
                   13665:          src/types/pa_vform.C: response transcoded source->client only
                   13666:          when text/* or simple onoverridden $response:body
                   13667: 
                   13668: 2002-08-01  paf
                   13669: 
                   13670:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13671:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13672:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13673:          classes/op.C, classes/response.C, classes/string.C,
                   13674:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1.88      moko     13675:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   13676:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     13677:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   13678:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   13679:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   13680:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   13681:          include/pa_socks.h, include/pa_sql_connection.h,
                   13682:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   13683:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   13684:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13685:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13686:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   13687:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   13688:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13689:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   13690:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   13691:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   13692:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   13693:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   13694:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   13695:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   13696:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   13697:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   13698:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   13699:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   13700:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   13701:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   13702:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   13703:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   13704:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   13705:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   13706:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13707:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   13708:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   13709:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13710:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13711:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13712:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13713:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13714:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13715:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13716:          types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
                   13717: 
                   13718:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   13719:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   13720:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13721:          classes/math.C, classes/op.C, classes/response.C,
                   13722:          classes/string.C, classes/table.C, classes/void.C,
                   13723:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     13724:          include/pa_array.h, include/pa_cache_managers.h,
                   13725:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1.86      moko     13726:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   13727:          include/pa_dictionary.h, include/pa_dir.h,
                   13728:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   13729:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   13730:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   13731:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   13732:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13733:          include/pa_stack.h, include/pa_string.h,
                   13734:          include/pa_stylesheet_connection.h,
                   13735:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13736:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13737:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   13738:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13739:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   13740:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13741:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   13742:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   13743:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   13744:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13745:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1.89    ! moko     13746:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
        !          13747:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          13748:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
        !          13749:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
        !          13750:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
        !          13751:          targets/isapi/pool_storage.h, types/pa_valiased.C,
        !          13752:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
        !          13753:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          13754:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
        !          13755:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
        !          13756:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
        !          13757:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
        !          13758:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
        !          13759:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
        !          13760:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
        !          13761:          types/pa_vresponse.C, types/pa_vresponse.h,
        !          13762:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          13763:          types/pa_vstateless_object.h, types/pa_vstatus.C,
        !          13764:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
        !          13765:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
        !          13766:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
        !          13767:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
        !          13768:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
        !          13769:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
1.88      moko     13770:          types/Makefile.am: ident.C* removed
1.86      moko     13771: 
1.88      moko     13772:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   13773:          file:find[/can/do/this/now.txt]
1.86      moko     13774: 
                   13775:        * src/targets/cgi/parser3.C: usage to stdout now
                   13776: 
                   13777: 2002-07-31  paf
                   13778: 
                   13779:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   13780: 
                   13781:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   13782:          default "postmaster"
                   13783: 
1.88      moko     13784:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   13785:          -f postmaster now default sendmail key word "postmaster"
                   13786:          replaced to $.from
1.86      moko     13787: 
                   13788: 2002-07-30  paf
                   13789: 
                   13790:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   13791:          src/targets/cgi/parser3.C: removed pa_config_paths.h
                   13792: 
                   13793:        * src/main/pa_charset.C: comment
                   13794: 
1.88      moko     13795:        * src/main/pa_charset.C, www/htdocs/auto.p: UTF-8 to 1byte charset
                   13796:          convert, no char in table, &#decimal;
1.86      moko     13797: 
                   13798:        * src/main/pa_request.C: comment
                   13799: 
                   13800:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   13801:          paragraf]
                   13802: 
                   13803: 2002-07-11  paf
                   13804: 
                   13805:        * src/main/pa_exec.C: build command line badly added params twice
                   13806:          [and first time without ' ']. double wrong. fixed.
                   13807: 
                   13808:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   13809:          wich parser did not provide = reported badly.  fixed that.
                   13810: 
                   13811:        * src/classes/mail.C: $MAIL[ # xxx ]
                   13812: 
                   13813:          now ok
                   13814: 
                   13815:        * operators.txt: plan: sql detailed exception
                   13816: 
                   13817: 2002-07-01  paf
                   13818: 
                   13819:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   13820:          [MForm.configure_admin were called when request.main_class ==0
                   13821: 
                   13822:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   13823: 
                   13824:        * src/classes/form.C: content_length type fix
                   13825: 
                   13826: 2002-06-30  paf
                   13827: 
                   13828:        * src/classes/mail.C: merged from 4
                   13829: 
                   13830:        * src/classes/mail.C: restored $MAIL
                   13831: 
                   13832: 2002-06-28  paf
                   13833: 
                   13834:        * configure, configure.in: removed paths.h
                   13835: 
                   13836:        * configure, src/include/pa_version.h,
                   13837:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   13838:          merged, makes updated
                   13839: 
                   13840:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   13841:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   13842:          src/include/pa_pool.h, src/include/pa_version.h,
                   13843:          src/main/pa_charset.C, src/main/pa_pool.C,
                   13844:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
1.88      moko     13845:          src/types/pa_vmail.C, www/htdocs/index.html: merged latest
                   13846:          updates to head
1.86      moko     13847: 
                   13848: 2002-06-27  paf
                   13849: 
1.89    ! moko     13850:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
        !          13851:          not error now
1.86      moko     13852: 
                   13853:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   13854:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
1.88      moko     13855:          src/main/pa_charset.C, src/main/pa_pool.C, www/htdocs/index.html:
1.86      moko     13856:          ^xdoc::create[[uri]]... base uri for document being created,
                   13857:          imports and other relative file names would be relative to this
                   13858:          uri default uri=path_translated
                   13859: 
                   13860:        * src/classes/xdoc.C, www/htdocs/index.html: xsltParseStylesheetDoc
                   13861:          bug workaround
                   13862: 
                   13863: 2002-06-26  paf
                   13864: 
                   13865:        * configure, configure.in, src/include/pa_version.h:
                   13866:          release_3_0_0004
                   13867: 
                   13868:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   13869:          0 now
                   13870: 
1.88      moko     13871:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
1.86      moko     13872: 
                   13873: 2002-06-25  paf
                   13874: 
1.88      moko     13875:        * www/htdocs/index.html, src/main/pa_string.C: emtpy string, or
                   13876:          string of whitespaces considered bad number now
1.86      moko     13877: 
1.88      moko     13878:        * www/htdocs/index.html: ^xdoc.transform[xdoc <<can be now
                   13879: 
                   13880:        * operators.txt, src/classes/xdoc.C, www/htdocs/index.html:
1.86      moko     13881:          ^xdoc.transform[xdoc <<can be now
                   13882: 
                   13883:        * operators.txt, src/classes/string.C, www/htdocs/index.html:
                   13884:          ^string.normalize  [old name: optimize
                   13885: 
                   13886:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   13887:          library configured
                   13888: 
                   13889:        * src/main/pa_request.C: configure_admin forced if no @conf
                   13890: 
                   13891:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
1.88      moko     13892:          src/types/pa_vmail.C, www/htdocs/index.html: ^math:crypt updated
                   13893:          to generate random salt when needed and to call system crypt() if
                   13894:          not $apr1$ prefix
1.86      moko     13895: 
                   13896: 2002-06-24  paf
                   13897: 
                   13898:        * INSTALL: --with-static/shared-mailreceive described
                   13899: 
                   13900:        * src/include/pa_config_fixed.h: ssize_t fixed
                   13901: 
                   13902:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   13903:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   13904:          src/types/pa_vmail.C: $mail:received makes update
                   13905: 
                   13906:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   13907:          WITH_MAILRECEIVE
                   13908: 
                   13909:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   13910: 
                   13911:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   13912:          option, for $mail:receive
                   13913: 
                   13914:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   13915:          introducting $message:received ^mail:send rewritten with backward
                   13916:          comp
                   13917: 
1.88      moko     13918:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
1.86      moko     13919:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   13920:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   13921:          now
                   13922: 
                   13923:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   13924:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   13925:          src/include/pa_request.h, src/include/pa_string.h,
                   13926:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   13927:          src/main/pa_globals.C, src/main/pa_request.C,
                   13928:          src/main/pa_string.C, src/main/pa_uue.C,
1.89    ! moko     13929:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
        !          13930:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
        !          13931:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp,
        !          13932:          www/htdocs/index.html: uue to separate file introducting
        !          13933:          $message:received ^mail:send rewritten with backward comp
1.86      moko     13934: 
                   13935: 2002-06-21  paf
                   13936: 
1.89    ! moko     13937:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
        !          13938:          co changes
1.86      moko     13939: 
1.88      moko     13940:        * configure, configure.in, src/lib/md5/Makefile.am,
                   13941:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   13942:          restructure .in and .am files appropriate changes
1.86      moko     13943: 
                   13944:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   13945:          pcre to libs/ added libs/md5 which is linked to non-apache
                   13946:          targets ^math:crypt[password;$apr1$salt]
                   13947: 
                   13948:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   13949:          src/Makefile.am, src/classes/Makefile.am,
                   13950:          src/classes/classes.dsp, src/classes/math.C,
1.88      moko     13951:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
                   13952:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   13953:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   13954:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   13955:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   13956:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   13957:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   13958:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   13959:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.86      moko     13960:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   13961:          src/lib/pcre/pcre_parser_ctype.dsp,
                   13962:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   13963:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   13964:          src/main/compile.tab.C, src/main/main.dsp,
1.89    ! moko     13965:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
        !          13966:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
        !          13967:          src/types/types.dsp, www/htdocs/.htaccess, www/htdocs/index.html,
        !          13968:          src/lib/Makefile.am: moved libltdl and pcre to libs/ added
        !          13969:          libs/md5 which is linked to non-apache targets
        !          13970:          ^math:crypt[password;$apr1$salt]
1.86      moko     13971: 
                   13972: 2002-06-20  paf
                   13973: 
                   13974:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
                   13975:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   13976:          src/doc/doxygen.cfg, src/include/pa_globals.h,
                   13977:          src/include/pa_request.h, src/main/execute.C,
1.89    ! moko     13978:          src/main/pa_request.C, src/targets/cgi/parser3.C,
        !          13979:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h,
        !          13980:          www/htdocs/auto.p, www/htdocs/index.html: marged latest HEAD
        !          13981:          updates, mainly file:justname&co & @auto/conf[filespec
1.86      moko     13982: 
1.88      moko     13983:        * operators.txt, src/classes/file.C, www/htdocs/auto.p,
                   13984:          www/htdocs/index.html:     !^file:dirname[/a/some.tar.gz]=/a
1.86      moko     13985:              !^file:dirname[/a/b/]=/a
                   13986:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   13987:              !^file:justname[/a/some.tar.gz]=some.tar
                   13988:              !^file:justext[/a/some.tar.gz]=gz
                   13989: 
                   13990:        * src/classes/op.C, src/include/pa_request.h, src/main/execute.C,
                   13991:          src/main/pa_request.C, src/types/pa_vmethod_frame.h,
1.88      moko     13992:          www/htdocs/auto.p, www/htdocs/index.html: introducing
                   13993:          @conf/auto[filespec]
1.86      moko     13994: 
                   13995:        * bin/auto.p.dist.in: <noindex>
                   13996: 
                   13997:        * configure: parser3.conf renamed to auto.p autoconf changes
                   13998: 
                   13999:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   14000:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
1.89    ! moko     14001:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
        !          14002:          src/targets/isapi/parser3isapi.C, www/htdocs/auto.p,
        !          14003:          www/htdocs/index.html: parser3.conf renamed to auto.p
1.86      moko     14004: 
                   14005: 2002-06-18  paf
                   14006: 
                   14007:        * configure, configure.in, src/include/pa_version.h: version to
                   14008:          configure.in
                   14009: 
                   14010:        * INSTALL: reflected .conf.dist dir change
                   14011: 
                   14012:        * Makefile.am, configure, configure.in, bin/Makefile.am,
1.88      moko     14013:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
                   14014:          .in & *.am updated
1.86      moko     14015: 
                   14016:        * src/classes/file.C: strncasecmp
                   14017: 
                   14018:        * src/classes/file.C: strcasecmp
                   14019: 
                   14020:        * bin/Makefile.am, etc/Makefile.am, www/htdocs/index.html:
                   14021:          bin/parser3.conf.dist [moved from etc
                   14022: 
1.88      moko     14023:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   14024:          insensitive check now
1.86      moko     14025: 
1.88      moko     14026:        * src/classes/file.C, www/htdocs/index.html:
                   14027:          ^file::exec[script;$.bad now error, not skip
1.86      moko     14028: 
                   14029:        * configure, configure.in, src/include/pa_pool.h,
                   14030:          src/include/pa_types.h: pack configure.in detection simplified.
                   14031:          figured out that gcc on sparc not that stupid as thought
                   14032:          previously: on sparc: when it sees packed class it modifies it's
                   14033:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   14034:          operations [st, lduh] so packed must be all parts of packed
                   14035:          class, i.e. it's parents&fields(classes).  for now it's only
                   14036:          String that packed and what was wrong is that it's parent -
                   14037:          Pooled, were not packed. fixed that.
                   14038: 
                   14039: 2002-06-14  paf
                   14040: 
                   14041:        * operators.txt: more precise xml-to-text options
                   14042: 
                   14043:        * operators.txt, src/types/pa_vxnode.C: xnode
                   14044:          attribute_node.name/value xnode pi.node.data
                   14045: 
                   14046: 2002-06-12  paf
                   14047: 
                   14048:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   14049:          src/targets/cgi/parser3.C: removed root conf define creation
                   14050: 
                   14051:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   14052:          src/include/pa_globals.h, src/include/pa_request.h,
                   14053:          src/main/compile.tab.C, src/main/pa_globals.C,
1.89    ! moko     14054:          src/main/pa_request.C, src/targets/cgi/parser3.C,
        !          14055:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
1.86      moko     14056: 
                   14057:        * src/classes/mail.C: sendmail -ti [default now]
                   14058: 
                   14059:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   14060:          to be strings. for convinient #ing
                   14061: 
1.88      moko     14062:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   14063:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
1.86      moko     14064: 
1.88      moko     14065:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   14066:          main/pa_globals.C, main/pa_request.C: @conf
1.86      moko     14067: 
                   14068: 2002-06-11  paf
                   14069: 
                   14070:        * src/classes/file.C: check simplified
                   14071: 
                   14072:        * src/classes/file.C, src/targets/cgi/parser3.dsp,
1.88      moko     14073:          src/targets/isapi/parser3isapi.C, www/htdocs/.htaccess,
                   14074:          www/htdocs/index.html: suexec env keys filter plus CGI_ as valid
                   14075:          prefix
1.86      moko     14076: 
                   14077:        * src/classes/file.C, src/include/pa_request.h,
1.89    ! moko     14078:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
        !          14079:          src/targets/isapi/parser3isapi.C, www/htdocs/index.html:
        !          14080:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
1.86      moko     14081: 
                   14082: 2002-06-10  paf
                   14083: 
                   14084:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   14085:          src/main/pa_common.C: lock failures reported now
                   14086: 
1.88      moko     14087:        * src/main/compile_tools.C, www/htdocs/index.html: ^if(" 1 "){y}
                   14088:          bug fixed optimization string->double @ compile time were
                   14089:          not-enough-checking...
1.86      moko     14090: 
                   14091:        * src/main/compile.tab.C, src/main/pa_string.C,
1.88      moko     14092:          www/htdocs/index.html: whitespace after number in autoconvert now
                   14093:          ignored
1.86      moko     14094: 
                   14095:        * src/types/pa_vform.C, src/types/pa_vform.h,
                   14096:          www/htdocs/index.html: $form: not determined yet check
                   14097: 
                   14098:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   14099:          $response:body content-type:name
                   14100: 
                   14101:        * configure, configure.in: hpux check, nsl link, no socket
                   14102: 
                   14103:        * operators.txt: old merge conflict removed
                   14104: 
                   14105:        * configure, configure.in: pack even address access on sparc&co
                   14106:          arch checked in configure
                   14107: 
                   14108:        * configure, src/include/pa_version.h: makes
                   14109: 
                   14110:        * configure, configure.in, src/include/pa_version.h: makes
                   14111: 
                   14112:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   14113:          with charset even when all letters were 7bit one
                   14114: 
                   14115:        * src/main/pa_common.C: merged fixed -d (bug)
                   14116: 
                   14117:        * src/main/pa_common.C: fixed -d (bug)
                   14118: 
                   14119: 2002-06-03  paf
                   14120: 
                   14121:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
1.88      moko     14122:          src/classes/classes.dsp, src/main/compile.tab.C,
1.86      moko     14123:          src/main/main.dsp, src/main/pa_globals.C,
                   14124:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   14125:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp,
                   14126:          www/htdocs/index.html: fixed .dsp-s along with reorganized cvs
                   14127:          modules dirs structure
                   14128: 
1.88      moko     14129:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.89    ! moko     14130:          main/pa_globals.C, targets/cgi/parser3.dsp,
        !          14131:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
        !          14132:          modules
1.86      moko     14133: 
                   14134: 2002-05-28  paf
                   14135: 
                   14136:        * src/targets/cgi/parser3.C: info.uri now ""
                   14137: 
                   14138: 2002-05-17  paf
                   14139: 
                   14140:        * src/classes/: table.C: ^table.save << checked empty
                   14141:          pre/match/post columns
                   14142: 
                   14143: 2002-05-16  paf
                   14144: 
1.88      moko     14145:        * src/classes/image.C, www/htdocs/index.html: image::measure can
                   14146:          png now
1.86      moko     14147: 
                   14148: 2002-05-15  paf
                   14149: 
1.88      moko     14150:        * operators.txt, src/classes/date.C, www/htdocs/index.html:
                   14151:          ^date::create[%H:%M[:%S]] added
1.86      moko     14152: 
                   14153:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   14154: 
1.88      moko     14155:        * operators.txt, src/classes/date.C, www/htdocs/.htaccess,
                   14156:          www/htdocs/auto.p, www/htdocs/index.html:
1.86      moko     14157:          ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
                   14158: 
                   14159: 2002-05-14  paf
                   14160: 
                   14161:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   14162: 
                   14163: 2002-05-07  paf
                   14164: 
                   14165:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   14166:          src/include/pa_globals.h, src/include/pa_request.h,
                   14167:          src/include/pa_table.h, src/main/compile.tab.C,
                   14168:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
1.88      moko     14169:          src/main/pa_request.C, src/main/pa_table.C,
1.86      moko     14170:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14171:          src/targets/isapi/parser3isapi.dsp,
                   14172:          src/targets/isapi/pool_storage.h, src/types/types.dsp,
                   14173:          www/htdocs/parser-status.html: Table name2number field now &.
                   14174:          main_method_name now on Request pool rather on global_pool
                   14175:          [Junction+VJunction created on same pool as name = were created
                   14176:          on global pool, causing mem leaks]
                   14177: 
1.88      moko     14178:        * src/classes/classes.dsp, src/classes/op.C,
                   14179:          src/include/pa_globals.h, src/include/pa_request.h,
                   14180:          src/include/pa_table.h, src/main/compile.tab.C,
                   14181:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   14182:          src/main/pa_request.C, src/main/pa_table.C,
1.86      moko     14183:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14184:          src/targets/isapi/parser3isapi.dsp,
                   14185:          src/targets/isapi/pool_storage.h, src/types/types.dsp,
                   14186:          www/htdocs/parser-status.html: Table name2number field now &.
                   14187:          main_method_name now on Request pool rather on global_pool
                   14188:          [Junction+VJunction created on same pool as name = were created
                   14189:          on global pool, causing mem leaks]
                   14190: 
                   14191: 2002-05-06  paf
                   14192: 
                   14193:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14194:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14195:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14196: 
                   14197:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14198:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14199:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14200: 
                   14201: 2002-04-30  paf
                   14202: 
                   14203:        * configure, src/include/pa_version.h: version now not b
                   14204: 
1.88      moko     14205:        * src/targets/cgi/parser3.C, www/htdocs/global.xsl,
                   14206:          www/htdocs/index.html: request.uri now never 0
1.86      moko     14207: 
                   14208: 2002-04-29  paf
                   14209: 
                   14210:        * configure.in: removed b
                   14211: 
                   14212:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   14213:          Exception::comment/type checked in (), no there's no empty
                   14214:          type/comment by default
                   14215: 
                   14216:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   14217:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   14218:          src/doc/value.dox, src/include/pa_exception.h,
                   14219:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   14220:          0001
                   14221: 
                   14222: 2002-04-26  paf
                   14223: 
                   14224:        * src/doc/doxygen.cfg, src/targets/cgi/parser3.dsp,
1.88      moko     14225:          www/htdocs/index.html: doxygen dot image size reduced
1.86      moko     14226: 
                   14227: 2002-04-25  paf
                   14228: 
                   14229:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   14230:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   14231:          now that took into account
                   14232: 
1.88      moko     14233:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   14234:          01:03:04]
1.86      moko     14235: 
                   14236:        * ChangeLog, operators.txt, src/classes/date.C,
                   14237:          www/htdocs/index.html: ^date::create[2002-12-33 01:03:04]
                   14238: 
                   14239:        * ChangeLog: updated changelog
                   14240: 
1.88      moko     14241:        * www/htdocs/index.html: sample of 'using junction out of context'
1.86      moko     14242: 
1.88      moko     14243:        * src/classes/table.C, www/htdocs/.htaccess, www/htdocs/index.html:
                   14244:          removed restriction on column count to ^table.hash to work, now
                   14245:          must be >0 [were >1]
1.86      moko     14246: 
                   14247: 2002-04-24  paf
                   14248: 
1.88      moko     14249:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.89    ! moko     14250:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
        !          14251:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
        !          14252:          targets
1.86      moko     14253: 
                   14254: 2002-04-23  paf
                   14255: 
1.88      moko     14256:        * operators.txt, src/classes/string.C, www/htdocs/index.html:
                   14257:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   14258:          "junction used outside of context"]
1.86      moko     14259: 
                   14260: 2002-04-22  paf
                   14261: 
                   14262:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   14263:          src/main/pa_string.C, src/types/pa_vstring.C,
                   14264:          src/types/pa_vstring.h: ^string.optimize[]
                   14265: 
                   14266:        * src/: include/pa_globals.h, include/pa_table.h,
                   14267:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   14268:          table template
                   14269: 
                   14270:        * src/classes/: string.C: optimize removed from string
                   14271:          .left/right/pos
                   14272: 
1.88      moko     14273:        * src/main/execute.C: rolled back to
1.86      moko     14274:          before_killing_userjunction_contexts
                   14275: 
1.88      moko     14276:        * src/main/execute.C, www/htdocs/index.html: user junctions context
                   14277:          killed
1.86      moko     14278: 
1.88      moko     14279:        * src/main/execute.C, www/htdocs/index.html: junctions to local
                   14280:          contexts got cleanized&checked later
1.86      moko     14281: 
                   14282: 2002-04-19  paf
                   14283: 
                   14284:        * src/classes/string.C, src/include/pa_request.h,
                   14285:          src/include/pa_string.h, src/main/pa_request.C,
                   14286:          src/main/pa_string.C, src/types/pa_vstring.C,
1.88      moko     14287:          src/types/pa_vstring.h, www/htdocs/index.html: string now
                   14288:          optimized prior to .left .right .mid .pos .match when that is
                   14289:          profitable, and always before .replace when $ORIGINS(1)
                   14290:          optimization disabled economy from not wasting mem on lots of
                   14291:          strings which occur by lots of String:mid calls to get parts of
                   14292:          source string between found_occurances
1.86      moko     14293: 
                   14294:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   14295:          ^file:list
                   14296: 
                   14297:        * src/: include/pa_globals.h, include/pa_table.h,
                   14298:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   14299:          globalized, not created @ each ^match anymore economy:
                   14300:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   14301: 
                   14302:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   14303:          removed from each String::match replace iteration, and made
                   14304:          stacked sizeof(VTable)=12bytes economy on each replace code
                   14305: 
                   14306:        * src/doc/footer.htm: 2001,
                   14307: 
                   14308:        * src/classes/string.C, src/include/pa_string.h,
                   14309:          src/main/pa_string.C, www/htdocs/index.html: string.match[][']
                   14310:          option enables generation of $match.prematch .match .postmatch
                   14311:          columns
                   14312: 
                   14313:        * src/main/pa_string.C: String::match options analized without
                   14314:          cstr-ing them now
                   14315: 
                   14316:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   14317:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   14318:          config updated to doxygen 1.2.15, created helper which fixes
                   14319:          minor bugs in chm project files & htm tree.  changed extension to
                   14320:          .htm
                   14321: 
                   14322: 2002-04-18  paf
                   14323: 
                   14324:        * src/doc/doxygen.cfg: .chi generation disabled
                   14325: 
                   14326:        * src/classes/classes.h, src/classes/xdoc.C, src/classes/xnode.C,
1.88      moko     14327:          src/classes/xnode.h, src/types/pa_vxdoc.C, www/htdocs/index.html:
                   14328:          xdoc(xnode) now fully - fields&methods
1.86      moko     14329: 
                   14330:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   14331:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   14332:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   14333:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   14334:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   14335:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   14336:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   14337:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   14338:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   14339:          VStateless_class to VObject
                   14340: 
                   14341:        * src/main/pa_request.C, src/types/pa_valiased.h,
                   14342:          src/types/pa_vstateless_class.h,
                   14343:          src/types/pa_vstateless_object.h, src/types/pa_vstring.h,
1.88      moko     14344:          www/htdocs/index.html: VStateless_string_object speicalized light
                   14345:          version of VStateless_object
1.86      moko     14346: 
                   14347:        * src/classes/op.C: ^throw comment param made optional
                   14348: 
                   14349:        * src/types/pa_valiased.C, src/types/pa_valiased.h,
                   14350:          src/types/pa_vclass.h, src/types/pa_vobject.h,
1.88      moko     14351:          src/types/pa_wcontext.C, www/htdocs/index.html: VAliased get/set
                   14352:          alias now virtual and implemented down in VClass, fclass_alias
                   14353:          removed,
1.86      moko     14354: 
                   14355:        * src/types/pa_value.C: forced to cut that from .h because of
                   14356:          VStateless_class usage [undefined in .h]
                   14357: 
                   14358:        * src/include/pa_opcode.h, src/main/compile.tab.C,
                   14359:          src/main/compile.y, src/main/compile_tools.C,
                   14360:          src/main/compile_tools.h, src/main/execute.C,
                   14361:          src/main/pa_request.C, src/types/pa_vmethod_frame.h,
1.88      moko     14362:          www/htdocs/index.html: OP_GET_METHOD_FRAME merged with OP_CALL,
                   14363:          VCodeFrame move to stack [no more heap waste on each CALL]
1.86      moko     14364: 
                   14365:        * src/classes/classes.h, src/classes/date.C, src/classes/double.C,
                   14366:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   14367:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   14368:          src/classes/math.C, src/classes/op.C, src/classes/response.C,
                   14369:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14370:          src/classes/xnode.C, src/include/pa_globals.h,
                   14371:          src/include/pa_request.h, src/main/execute.C,
                   14372:          src/main/pa_globals.C, src/main/pa_request.C,
                   14373:          src/types/Makefile.am, src/types/pa_value.h,
                   14374:          src/types/pa_vdouble.h, src/types/pa_vform.C,
                   14375:          src/types/pa_vhash.h, src/types/pa_vint.h, src/types/pa_vmath.h,
                   14376:          src/types/pa_vmethod_frame.h, src/types/pa_vstateless_class.h,
                   14377:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14378:          src/types/pa_wwrapper.h, src/types/types.dsp,
1.88      moko     14379:          www/htdocs/index.html: removed Value::fname
1.86      moko     14380: 
                   14381: 2002-04-17  paf
                   14382: 
                   14383:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   14384:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   14385:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   14386:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   14387:          state, PTHROW freshen to throw & co
                   14388: 
                   14389:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   14390: 
                   14391:        * src/classes/op.C: taint local result var bug fixed
                   14392: 
                   14393: 2002-04-16  paf
                   14394: 
1.88      moko     14395:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   14396:          Attic asm.txt as most interesting
1.86      moko     14397: 
                   14398:        * src/main/pa_request.C, src/targets/isapi/parser3isapi.C,
                   14399:          www/htdocs/index.html: removed check, preventing content-length:
                   14400:          0 from appearing
                   14401: 
                   14402:        * src/main/execute.C, www/htdocs/index.html: $result in @main now
                   14403:          taken into account as in usual functions
                   14404: 
1.88      moko     14405:        * src/doc/postbuild.txt, src/main/execute.C, www/htdocs/index.html:
                   14406:          $result in @postprocess & @unhandled_exception now taken into
                   14407:          account as in usual functions
1.86      moko     14408: 
                   14409:        * src/doc/postbuild.txt: instructions on post .html build
                   14410: 
                   14411:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   14412: 
1.88      moko     14413:        * src/classes/file.C, src/main/pa_exec.C, www/htdocs/index.html:
                   14414:          stderr of execs mark as tainted
1.86      moko     14415: 
                   14416:        * src/main/pa_request.C: uri in error log
                   14417: 
1.88      moko     14418:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   14419:          cheched date:create(days) param for validity [later were assumed
                   14420:          valid and crashed on invalid onces]
1.86      moko     14421: 
1.88      moko     14422:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   14423:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   14424:          and used that for removing VString wrapper
1.86      moko     14425: 
                   14426:        * src/classes/op.C: exception2vhash file now tainted
                   14427: 
1.88      moko     14428:        * src/classes/op.C: _process pseudo origin copied from local var to
                   14429:          heap
1.86      moko     14430: 
1.88      moko     14431:        * src/classes/op.C, www/htdocs/auto.p: extra check on empty file in
                   14432:          origin in _execute
1.86      moko     14433: 
                   14434: 2002-04-15  paf
                   14435: 
1.88      moko     14436:        * src/: main/execute.C, types/pa_value.h: fixed name update
1.86      moko     14437: 
1.88      moko     14438:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   14439:          functions
1.86      moko     14440: 
                   14441:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   14442:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   14443:          started dual write_xxx_lang functions, if checked & works
                   14444: 
                   14445:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   14446:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   14447:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   14448:          unnecessary VString shells
                   14449: 
                   14450:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   14451:          prev changes]
                   14452: 
1.88      moko     14453:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   14454:          classes/table.C, include/pa_request.h, main/execute.C,
                   14455:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   14456:          StringOrValue wcontext result, now ready for dual writes
1.86      moko     14457: 
                   14458:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   14459:          checked that
                   14460: 
                   14461:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   14462:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   14463:          changed to OP_WRITE_VALUE in var get cases
                   14464: 
                   14465:        * src/classes/op.C, src/include/pa_globals.h,
                   14466:          src/include/pa_opcode.h, src/include/pa_request.h,
                   14467:          src/main/compile.tab.C, src/main/compile.y,
                   14468:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14469:          src/main/execute.C, src/main/pa_globals.C, src/main/pa_request.C,
1.88      moko     14470:          src/targets/cgi/parser3.C, www/htdocs/index.html: switch in hash
                   14471:          constructor fixed [were problems with using of stacked wwrapper
                   14472:          after it's death]
1.86      moko     14473: 
                   14474: 2002-04-12  paf
                   14475: 
1.88      moko     14476:        * operators.txt, src/classes/table.C, www/htdocs/index.html:
                   14477:          table.select(expression) 0
1.86      moko     14478: 
                   14479: 2002-04-11  paf
                   14480: 
                   14481:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   14482:          Request::process_internal codeFrame & wwrapper stacked [not
                   14483:          wasting  heap anymore]
                   14484: 
                   14485: 2002-04-10  paf
                   14486: 
                   14487:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   14488:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   14489:          classes/string.C, classes/table.C, classes/void.C,
                   14490:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   14491:          main/pa_string.C: killed Request::process() wrapping
                   14492:          VString(String) in case we need only String
                   14493: 
                   14494:        * src/include/pa_string.h, src/main/pa_string.C,
1.88      moko     14495:          src/main/untaint.C, www/htdocs/index.html: killed 8 bytes from
                   14496:          String.head
1.86      moko     14497: 
                   14498: 2002-04-09  paf
                   14499: 
1.88      moko     14500:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   14501:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   14502:          local*/char b[...];      a=b; situations
1.86      moko     14503: 
1.88      moko     14504:        * operators.txt, src/classes/xdoc.C: xslt params made literal
1.86      moko     14505: 
1.88      moko     14506:        * src/classes/xdoc.C, www/htdocs/global.xsl, www/htdocs/index.html:
                   14507:          xslt params fixed
1.86      moko     14508: 
                   14509:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   14510:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   14511:          not pool.malloc(MAX_NUMBER) but really neaded
                   14512: 
                   14513:        * operators.txt, src/classes/double.C, src/classes/int.C,
                   14514:          www/htdocs/global.xsl: int/double.int/double(default)
                   14515: 
                   14516: 2002-04-04  paf
                   14517: 
                   14518:        * src/include/pa_string.h, src/main/pa_string.C,
1.88      moko     14519:          www/htdocs/index.html: fixed string.replace [when reconstructing
                   14520:          pieces were split by max_integral(piece.size), thus some strings
                   14521:          to replace happen to be split into two = not replaced)
1.86      moko     14522: 
                   14523:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   14524:          standalone version = current dir
                   14525: 
                   14526:        * src/targets/cgi/parser3.C: document root in standalone version =
                   14527:          current dir
                   14528: 
                   14529: 2002-04-03  paf
                   14530: 
                   14531:        * configure, configure.in: more checks on nonexistent charset
                   14532: 
                   14533:        * INSTALL, configure, configure.in: root config configure options
                   14534: 
                   14535: 2002-04-02  paf
                   14536: 
                   14537:        * src/main/compile.C: parser.compile [exception name more like in
                   14538:          doc]
                   14539: 
                   14540: 2002-04-01  paf
                   14541: 
1.88      moko     14542:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   14543:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   14544:          .content-type.charset, not .charset
1.86      moko     14545: 
                   14546: 2002-03-29  paf
                   14547: 
                   14548:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   14549: 
1.88      moko     14550:        * operators.txt, src/classes/date.C, www/htdocs/index.html:
                   14551:          ^date::create now may not supply day, default 1.  checked 29.03
                   14552:          -> 29.02 roll on non 366 days' year.  | 31.05->31.04   roll
1.86      moko     14553: 
                   14554: 2002-03-28  paf
                   14555: 
                   14556:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   14557:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14558:          src/main/pa_globals.C, src/types/pa_vdate.h,
                   14559:          www/htdocs/index.html: ^cache[file][date]{    ^cache(seconds)
                   14560:          ^cache[date] }
                   14561: 
                   14562:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   14563:          param
                   14564: 
                   14565: 2002-03-27  paf
                   14566: 
                   14567:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   14568:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   14569:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   14570:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   14571:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
1.88      moko     14572:          src/classes/xnode.C, src/include/pa_exception.h,
                   14573:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   14574:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
1.86      moko     14575:          src/main/pa_array.C, src/main/pa_charset.C,
                   14576:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14577:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   14578:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   14579:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   14580:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
1.89    ! moko     14581:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
        !          14582:          src/types/pa_value.h, src/types/pa_vcookie.C,
        !          14583:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
1.86      moko     14584:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   14585:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   14586:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
1.88      moko     14587:          src/types/pa_wwrapper.h, www/htdocs/index.html: assigned
                   14588:          exception types
1.86      moko     14589: 
                   14590:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   14591:          src/include/pa_request.h, src/main/execute.C,
1.88      moko     14592:          src/main/pa_request.C: decided agains resetting exception_trace,
                   14593:          just changed name
1.86      moko     14594: 
                   14595: 2002-03-26  paf
                   14596: 
                   14597:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   14598:          fixed
                   14599: 
                   14600:        * src/classes/op.C, www/htdocs/index.html: forced language of
                   14601:          $source field of exception to 'tainted', so that sql-langed-frags
                   14602:          could be outputed outside of connect
                   14603: 
                   14604:        * operators.txt: removed date.roll limit of +-1 offset
                   14605: 
                   14606:        * src/classes/date.C, www/htdocs/index.html: removed date.roll
                   14607:          limit of +-1 offset
                   14608: 
                   14609:        * operators.txt, src/classes/date.C, www/htdocs/index.html: fixed
                   14610:          date roll on daylightsaving days mktime took into account
                   14611:          tm_isdst flag, which remained from BEFORE roll, but should have
                   14612:          been reset
                   14613: 
                   14614: 2002-03-25  paf
                   14615: 
                   14616:        * operators.txt, src/targets/cgi/parser3.C:
                   14617:          http_site_config_filespec
                   14618: 
                   14619:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   14620:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   14621:          with any/both --disable-foreign-group-files --disable-execs
                   14622: 
                   14623:        * INSTALL: "--with=sendmail=COMMAND" comment
                   14624: 
                   14625:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   14626:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
                   14627:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   14628:          disables execs also.  introducing --sendmail
                   14629: 
                   14630:        * operators.txt: pgsql options comment
                   14631: 
                   14632:        * INSTALL: comment on --disable-link-stdcpp
                   14633: 
                   14634:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   14635:          libstdc++ link skipping configure option
                   14636: 
                   14637:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   14638:          with error were put to cache with 'marked_to_rollback' flag, all
                   14639:          consequent even OK requests rolled back
                   14640: 
                   14641: 2002-03-22  paf
                   14642: 
                   14643:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   14644:          false return
                   14645: 
                   14646:        * operators.txt: few comments on sets
                   14647: 
                   14648: 2002-03-18  paf
                   14649: 
                   14650:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   14651:          src/include/pa_globals.h, src/include/pa_request.h,
                   14652:          src/include/pa_stack.h, src/main/pa_globals.C,
1.88      moko     14653:          src/main/pa_request.C, www/htdocs/index.html: introducing ^try
1.86      moko     14654: 
                   14655:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   14656:          types/pa_vdouble.h: removed some tested @tests
                   14657: 
                   14658: 2002-03-15  paf
                   14659: 
                   14660:        * operators.txt, src/classes/table.C, www/htdocs/index.html:
                   14661:          ^table.locate(logical expr)
                   14662: 
                   14663: 2002-03-13  paf
                   14664: 
                   14665:        * src/main/pa_exception.C: checked not-pooled malloc
                   14666: 
                   14667: 2002-03-11  paf
                   14668: 
                   14669:        * INSTALL, configure, configure.in,
                   14670:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   14671: 
                   14672:        * src/main/pa_common.C: --disable-foreign-group-files
                   14673: 
                   14674:        * INSTALL, www/htdocs/index.html: --disable-execs
                   14675: 
                   14676:        * src/main/pa_exec.C, www/htdocs/index.html: --disable-execs
                   14677: 
                   14678:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   14679:          --disable-execs
                   14680: 
                   14681:        * src/include/pa_config_fixed.h, src/main/pa_exec.C,
                   14682:          www/htdocs/index.html: --disable-execs
                   14683: 
                   14684:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   14685:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   14686: 
                   14687: 2002-03-05  paf
                   14688: 
                   14689:        * operators.txt, src/classes/date.C: date week calendar columns
                   14690:          named
                   14691: 
                   14692:        * operators.txt, src/classes/date.C: date week calendar columns
                   14693:          named
                   14694: 
                   14695:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   14696:          requires headers to be terminated with \r\n manually [refuses to
                   14697:          separate header/body itself]
                   14698: 
                   14699:        * src/main/pa_globals.C, src/targets/cgi/parser3.C,
                   14700:          src/targets/isapi/parser3isapi.C, www/htdocs/index.html: isapi
                   14701:          site config beside .dll
                   14702: 
                   14703: 2002-03-04  paf
                   14704: 
1.88      moko     14705:        * src/classes/op.C, src/types/pa_vfile.C, www/htdocs/index.html:
                   14706:          process body now evaluated in PASS language
1.86      moko     14707: 
                   14708:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   14709:          deserialize checks on broken file
                   14710: 
                   14711:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   14712:          parser3isapi.dsp: isapi updated
                   14713: 
                   14714: 2002-03-01  paf
                   14715: 
                   14716:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   14717: 
                   14718: 2002-02-28  paf
                   14719: 
                   14720:        * src/main/untaint.C: removed some debug comments
                   14721: 
                   14722:        * src/main/pa_charsets.C: when placing charset to cache using
                   14723:          global name now [were request]
                   14724: 
1.89    ! moko     14725:        * configure, configure.in: apache module updated
1.86      moko     14726: 
1.89    ! moko     14727:        * www/htdocs/auto.p: apache module updated
1.86      moko     14728: 
                   14729:        * src/main/pa_string.C: origin by first piece preferred before last
                   14730:          piece
                   14731: 
                   14732: 2002-02-27  paf
                   14733: 
                   14734:        * src/main/pa_charset.C: size_t
                   14735: 
                   14736:        * INSTALL: shared/static-xml with-pathlink
                   14737: 
                   14738:        * operators.txt: SMTP comment
                   14739: 
                   14740: 2002-02-26  paf
                   14741: 
                   14742:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   14743: 
1.88      moko     14744:        * src/classes/xnode.C, www/htdocs/auto.p, www/htdocs/global.xsl,
                   14745:          www/htdocs/index.html: in some situation, xpath query returned
                   14746:          result with type NODESET, but empty nodeset member field, checked
                   14747:          that
1.86      moko     14748: 
                   14749: 2002-02-22  paf
                   14750: 
                   14751:        * INSTALL: without-zlib comment
                   14752: 
                   14753:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   14754: 
                   14755:        * configure, configure.in: glib###.a detection fixed
                   14756: 
                   14757:        * INSTALL: hashfile removed from INSTALL
                   14758: 
                   14759:        * Makefile.am: make update
                   14760: 
1.88      moko     14761:        * src/main/pa_string.C: string iterators fixed again, so were
                   14762:          String::join_chain
1.86      moko     14763: 
1.88      moko     14764:        * src/main/pa_string.C: string iterators fixed again, so were
                   14765:          String::join_chain
1.86      moko     14766: 
1.88      moko     14767:        * src/include/pa_string.h, src/main/pa_string.C, www/htdocs/auto.p,
1.86      moko     14768:          www/htdocs/index.html: string iterators fixed again, so were
                   14769:          String::join_chain
                   14770: 
1.88      moko     14771:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
1.86      moko     14772: 
                   14773:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   14774:          "session"
                   14775: 
                   14776:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   14777:          --with-shared-xml --with-static-xml
                   14778: 
1.88      moko     14779:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
1.86      moko     14780:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14781:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   14782:          xalan&xml
                   14783: 
                   14784:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   14785: 
                   14786:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   14787:          src/types/types.dsp: removed hashfile support from sources for
                   14788:          now
                   14789: 
                   14790:        * configure, configure.in, src/classes/Makefile.am,
                   14791:          src/classes/hashfile.C, src/include/Makefile.am,
                   14792:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   14793:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   14794:          src/main/Makefile.am, src/main/pa_db_connection.C,
                   14795:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.89    ! moko     14796:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
        !          14797:          src/types/Makefile.am, src/types/pa_vhashfile.C,
        !          14798:          src/types/pa_vhashfile.h: removed hashfile support for now
1.86      moko     14799: 
                   14800: 2002-02-21  paf
                   14801: 
1.88      moko     14802:        * src/main/untaint.C: removed debug code, activated commented-for
                   14803:          debug parts
1.86      moko     14804: 
                   14805:        * Makefile.am: make cvsupdate
                   14806: 
1.88      moko     14807:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   14808:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
1.86      moko     14809:          append_row, not at link zero now string to string appending works
                   14810: 
                   14811: 2002-02-20  paf
                   14812: 
                   14813:        * src/include/pa_string.h, src/main/execute.C, src/main/untaint.C,
                   14814:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
                   14815:          www/htdocs/index.html: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
                   14816: 
1.88      moko     14817:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14818:          economy: 22%
1.86      moko     14819: 
1.88      moko     14820:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14821:          space uptimized: string::link_row removed
1.86      moko     14822: 
                   14823:        * src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   14824:          src/main/pa_db_manager.C, src/main/pa_dictionary.C,
                   14825:          src/main/pa_string.C, src/main/untaint.C,
                   14826:          src/targets/cgi/parser3.C, src/types/pa_vcookie.C,
                   14827:          src/types/pa_vstring.h, www/htdocs/index.html: speed uptimized:
                   14828:          string::is_empty
                   14829: 
                   14830:        * operators.txt, src/include/pa_common.h,
                   14831:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   14832:          src/include/pa_types.h, src/main/compile.tab.C,
                   14833:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   14834:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C,
                   14835:          www/htdocs/auto.p, www/htdocs/global.xsl, www/htdocs/index.html:
                   14836:          strign to string append optimiziation idea and estimates
                   14837: 
                   14838: 2002-02-19  paf
                   14839: 
                   14840:        * src/classes/math.C: not used directly [but erroreously reported
                   14841:          that 'is', thus registering twice&other probs]
                   14842: 
                   14843:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   14844:          to node [element]
                   14845: 
                   14846:        * src/main/compile.C: without string_origins parse error
                   14847:          file+line+col possible
                   14848: 
                   14849:        * src/main/: compile.C: without string_origins not worked
                   14850: 
                   14851: 2002-02-18  paf
                   14852: 
                   14853:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   14854:          trick i've installed into double::as_string
                   14855: 
                   14856:        * src/main/pa_globals.C: extern "C" was removed too fast
                   14857: 
                   14858:        * src/include/pa_opcode.h, src/include/pa_request.h,
                   14859:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   14860:          src/types/pa_wcontext.h, www/htdocs/index.html: in_expression
                   14861:          aimed to solve old problem with string/nonstring values, now in
                   14862:          expressions double/int values are passed as-is, without stupid
                   14863:          tostring/fromstring conversions
                   14864: 
                   14865:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   14866:          __cplusplus } #endif
                   14867: 
                   14868:        * src/main/compile.tab.C: bison env set so one could compile
                   14869:          without cygwin installed
                   14870: 
1.88      moko     14871:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
1.86      moko     14872:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   14873:          gnome xml libs parser .dsp-s changed accordingly
                   14874: 
                   14875:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   14876: 
                   14877:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   14878:          with backward comp
                   14879: 
                   14880:        * src/classes/math.C, www/htdocs/index.html: math:random range
                   14881:          check fixed
                   14882: 
                   14883:        * src/main/compile.tab.C, src/main/compile.y,
                   14884:          www/htdocs/global.xsl, www/htdocs/index.html: integer  division
                   14885:          stops name
                   14886: 
                   14887:        * INSTALL: local install comment
                   14888: 
                   14889:        * ltconfig, ltmain.sh: removed libtool subpart files
                   14890: 
                   14891:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   14892:          src/include/pa_config_auto.h.in,
1.89    ! moko     14893:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
        !          14894:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.86      moko     14895: 
                   14896:        * operators.txt: \ comment
                   14897: 
                   14898: 2002-02-13  paf
                   14899: 
                   14900:        * src/include/pa_config_includes.h: sys/time time both included
                   14901:          now.  vaguely remember confilicts on this on some system [not on
                   14902:          six|ablv] so when would see them again would think up proper
                   14903:          check
                   14904: 
                   14905:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   14906:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
                   14907: 
                   14908:        * src/main/pa_common.C: truncation never occured when writing files
                   14909:          on unix [since i've changed cache mech] fix
                   14910: 
                   14911:        * src/main/pa_common.C: strnchr: sanity check added
                   14912: 
                   14913:        * etc/parser3.charsets/windows-1257.cfg: id added
                   14914: 
1.88      moko     14915:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   14916:          baltic charset file generated, in generation script ispunct check
                   14917:          added
1.86      moko     14918: 
                   14919: 2002-02-08  paf
                   14920: 
1.88      moko     14921:        * src/: include/Makefile.am, sql/Makefile.am,
                   14922:          targets/isapi/Makefile.am: forgotten makes
1.86      moko     14923: 
                   14924:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   14925:          forgotten
                   14926: 
                   14927:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   14928: 
                   14929:        * INSTALL, README: install&others updated
                   14930: 
                   14931:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   14932: 
                   14933:        * Makefile.am, configure, configure.in,
                   14934:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
1.88      moko     14935:          src/classes/Makefile.am, src/main/Makefile.am,
                   14936:          src/main/pa_status_provider.C, src/targets/Makefile.am,
1.89    ! moko     14937:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
        !          14938:          works
1.86      moko     14939: 
                   14940:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14941:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14942:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   14943:          classes/math.C, classes/op.C, classes/response.C,
                   14944:          classes/string.C, classes/table.C, classes/void.C,
                   14945:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14946:          include/pa_array.h, include/pa_cache_managers.h,
                   14947:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14948:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   14949:          include/pa_db_connection.h, include/pa_db_manager.h,
                   14950:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   14951:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   14952:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   14953:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   14954:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   14955:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14956:          include/pa_stack.h, include/pa_string.h,
                   14957:          include/pa_stylesheet_connection.h,
                   14958:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14959:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   14960:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14961:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   14962:          main/pa_db_connection.C, main/pa_db_manager.C,
                   14963:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   14964:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   14965:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   14966:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   14967:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
1.89    ! moko     14968:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
        !          14969:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
        !          14970:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
        !          14971:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
        !          14972:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
        !          14973:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
        !          14974:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
        !          14975:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
        !          14976:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
        !          14977:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
        !          14978:          types/pa_vmethod_frame.h, types/pa_vobject.h,
        !          14979:          types/pa_vrequest.h, types/pa_vresponse.h,
1.86      moko     14980:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   14981:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   14982:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   14983:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   14984:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   14985:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   14986:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   14987:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   14988:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   14989:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   14990:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   14991: 
                   14992:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14993:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14994:          classes/hashfile.C, classes/image.C, classes/int.C,
                   14995:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   14996:          classes/string.C, classes/table.C, classes/void.C,
                   14997:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14998:          include/pa_array.h, include/pa_cache_managers.h,
                   14999:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15000:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15001:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15002:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15003:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15004:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15005:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15006:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15007:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15008:          include/pa_stack.h, include/pa_string.h,
                   15009:          include/pa_stylesheet_connection.h,
                   15010:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15011:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15012:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   15013:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   15014:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15015:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15016:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15017:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   15018:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   15019:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15020:          main/pa_status_provider.C, main/pa_string.C,
                   15021:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
1.89    ! moko     15022:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
        !          15023:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          15024:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
        !          15025:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          15026:          targets/isapi/pool_storage.h, types/pa_valiased.C,
        !          15027:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
        !          15028:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
        !          15029:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
        !          15030:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
        !          15031:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          15032:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
        !          15033:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
        !          15034:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
        !          15035:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
        !          15036:          types/pa_vresponse.h, types/pa_vstateless_class.C,
        !          15037:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
        !          15038:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
        !          15039:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
        !          15040:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
        !          15041:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
        !          15042:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
1.86      moko     15043: 
                   15044: 2002-02-07  paf
                   15045: 
                   15046:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   15047: 
                   15048:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   15049:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   15050:          added yet another locking function: fcntl
                   15051: 
                   15052:        * config.sub: on cygwin configure passes it with strange i1586
                   15053:          const, hacked it to mean i586
                   15054: 
                   15055:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   15056:          disabled $if reference due to conflicts with local variables
                   15057: 
                   15058:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   15059:          xdoc::set obsolete now, now xdoc::create, with both sences
                   15060: 
                   15061:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   15062:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C,
                   15063:          www/htdocs/auto.p, www/htdocs/index.html: table::create now //
                   15064:          'set' name obsolete now table clone.
                   15065: 
                   15066:        * operators.txt, src/classes/string.C,
                   15067:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   15068:          ^int/double/string.format now can be called with normal []
                   15069:          brackets, not stupid {} as it were implemented for some strange
                   15070:          reason.  retaining backward compatibility due to some
                   15071:          already-implemented servers
                   15072: 
                   15073:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   15074:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   15075:          operators now detected by check at name_without_curly_rdive_read
                   15076:          rule whether diving code constists only of
                   15077:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   15078:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   15079:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   15080: 
                   15081: 2002-02-06  paf
                   15082: 
                   15083:        * configure, configure.in: prefix expanded, grr
                   15084: 
                   15085:        * operators.txt, src/classes/mail.C: mail:send config changed
                   15086: 
                   15087: 2002-02-05  paf
                   15088: 
                   15089:        * operators.txt: regex options commented
                   15090: 
                   15091:        * src/main/: pa_exec.C: argv0 now correct
                   15092: 
                   15093:        * src/types/pa_vstatus.C: status:rusage 3
                   15094: 
                   15095:        * src/types/pa_vstatus.C: status:rusage 2
                   15096: 
                   15097:        * operators.txt: status:rusage described int operators
                   15098: 
                   15099:        * src/types/pa_vstatus.C: status:rusage 1
                   15100: 
                   15101:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   15102:          src/types/types.dsp: status:rusage
                   15103: 
                   15104:        * configure.in, operators.txt, src/classes/file.C,
                   15105:          src/classes/op.C, src/include/pa_common.h,
                   15106:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   15107:          src/main/pa_common.C, www/htdocs/index.html: rewritten ^cache to
                   15108:          use non-blocking-exclusive-caches
                   15109: 
                   15110:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   15111:          [speed impact. was off for debugging purpose, but forgotten
                   15112:          afterwards]
                   15113: 
                   15114: 2002-02-01  paf
                   15115: 
                   15116:        * src/classes/op.C: file_write does EX lock after create, while
                   15117:          file_read does SH after open, so there's a moment after create
                   15118:          but before EX lock when read can sneak into, and read
                   15119:          just-created-for-writing-and-not-yet-locked file, added a check
                   15120:          for that in ^cache...read
                   15121: 
                   15122: 2002-01-31  paf
                   15123: 
                   15124:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   15125:          ^xxx:
                   15126: 
                   15127:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   15128:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   15129: 
                   15130:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   15131:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   15132:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   15133:          operators check 6.1 rewritten. now check is done at compile time
                   15134: 
                   15135:        * src/main/execute.C: operators check 5 floated up old error of
                   15136:          staying in 'entered class/object' state after $a($a..) it
                   15137:          prevented operators from being called thereafter
                   15138: 
                   15139:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15140:          main/execute.C: operators check 4 floated up old error of staying
                   15141:          in 'entered object' state after ^a.a(a) it prevented operators
                   15142:          from being called thereafter
                   15143: 
                   15144:        * src/main/execute.C: operators check 3 floated up old error of
                   15145:          staying in 'entered class' state after $a:a(a) it prevented
                   15146:          operators from being called thereafter
                   15147: 
                   15148:        * src/main/execute.C, src/types/pa_wcontext.h, www/htdocs/auto.p,
                   15149:          www/htdocs/index.html: operators check 2 floated up old error of
                   15150:          staying in 'entered class' state after $a:a[a] it prevented
                   15151:          operators from being called thereafter
                   15152: 
                   15153:        * src/main/execute.C, www/htdocs/index.html: operators check, thay
                   15154:          mistakenly seen in   $class:operator   $object.operators contexts
                   15155: 
                   15156:        * src/classes/xdoc.C, src/targets/cgi/parser3.dsp,
                   15157:          www/htdocs/index.html: now compiles under win32
                   15158: 
                   15159:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
1.88      moko     15160:          src/classes/Makefile.am, src/main/Makefile.am,
1.89    ! moko     15161:          src/targets/cgi/Makefile.am,
1.86      moko     15162:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
                   15163:          src/types/Makefile.am: lowered indent.awk back to src/
                   15164: 
                   15165:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   15166:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   15167:          configure, configure.in, form.txt, ident.awk, install-sh,
                   15168:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   15169:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
                   15170:          etc/parser3.charsets/Makefile.am,
                   15171:          etc/parser3.charsets/koi8-r.cfg,
                   15172:          etc/parser3.charsets/windows-1250.cfg,
                   15173:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.88      moko     15174:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
1.89    ! moko     15175:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
        !          15176:          src/targets/cgi/parser3.C, src/types/Makefile.am,
        !          15177:          www/Makefile.am, www/htdocs/auto.p, www/htdocs/global.xsl,
        !          15178:          www/htdocs/index.html, www/htdocs/parser-status.html,
        !          15179:          www/htdocs/people.dtd: moved etc&www out of src, moved
        !          15180:          configure&co out of src added windows-1250.cfg straightened
        !          15181:          installation scripts procedure made targets/cgi/parser3.C be
        !          15182:          dependant on ./configure --sysconfdir change
1.86      moko     15183: 
                   15184: 2002-01-30  paf
                   15185: 
                   15186:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   15187:          removed] those comments were a mistake, and prevented libltdl
                   15188:          from function properly
                   15189: 
                   15190: 2002-01-29  paf
                   15191: 
1.88      moko     15192:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   15193:          creation [modified acinclude.m4 which were creating int into just
                   15194:          assignment LIBTOOL=../libtool] added default system
                   15195:          config&charsetts prepared 'make install', now it installs
                   15196:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   15197:          etc/parser3.charsets/* into $sysconfdir and
1.86      moko     15198:          $sysconfdir/parser3.charsets respectively
                   15199: 
                   15200:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
1.88      moko     15201:          main/pa_globals.C: few forgotten ifdef XML added
1.86      moko     15202: 
                   15203: 2002-01-28  paf
                   15204: 
                   15205:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
                   15206:          removed
                   15207: 
                   15208:        * src/main/pa_exception.C: dom|generic error output fix
                   15209: 
                   15210:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   15211: 
                   15212:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   15213: 
                   15214:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   15215:          [fixed as_node helper func to accept docs]
                   15216: 
                   15217:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   15218:          xdoc.importNode 0
                   15219: 
1.88      moko     15220:        * src/classes/xdoc.C: xdoc::set now untaints OK
1.86      moko     15221: 
                   15222: 2002-01-25  paf
                   15223: 
1.88      moko     15224:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   15225:          @SPECIAL now works OK
1.86      moko     15226: 
1.88      moko     15227:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
1.86      moko     15228: 
                   15229:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   15230:          violation that added
                   15231: 
                   15232:        * src/classes/hash.C: unified  hash::sql, now
                   15233:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   15234: 
1.88      moko     15235:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   15236:          ^file:lock[filename]{code}
1.86      moko     15237: 
                   15238:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   15239:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   15240:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   15241:          to some pa_common funcs
                   15242: 
1.88      moko     15243:        * src/: include/pa_charset.h, main/pa_globals.C:
1.86      moko     15244:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   15245: 
                   15246:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15247:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   15248:          not stupid illegal define
                   15249: 
                   15250: 2002-01-24  paf
                   15251: 
                   15252:        * src/include/pa_version.h: changed version number
                   15253: 
                   15254:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15255:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15256:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15257:          main/pa_db_connection.C, main/pa_db_table.C,
1.88      moko     15258:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   15259:          hashfile without logfiles
1.86      moko     15260: 
                   15261:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15262:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   15263:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   15264:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   15265:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   15266:          cluttered disk without huge need]
                   15267: 
1.88      moko     15268:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   15269:          handy macro, which is strangly abscent in dome lib
1.86      moko     15270: 
                   15271:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   15272: 
                   15273:        * src/classes/xdoc.C: checked empty response
                   15274: 
                   15275:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   15276:          /, not self node]
                   15277: 
                   15278:        * src/classes/xnode.C: xnode.select returns array always now, in
                   15279:          case 'nothing found' returns empty array
                   15280: 
                   15281:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   15282:          be more tender with ctrl/c/v
                   15283: 
                   15284: 2002-01-23  paf
                   15285: 
1.88      moko     15286:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   15287:          substituted.         // 2. when dom tree with entites goes under
                   15288:          transform text nodes        // got [erroreosly] cut on first
                   15289:          entity occurance
1.86      moko     15290: 
                   15291:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   15292:          twice-converting
                   15293: 
                   15294:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   15295:          'e' in output this is for regretful twice-converting here:
                   15296:          $a(double value) when they write double falue  they convert it to
                   15297:          string first, thus %g were losing precesion.
                   15298: 
                   15299:          todo: think up some way to remove double->string string->double
                   15300:          twice-converting
                   15301: 
1.88      moko     15302:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   15303:          %.20E now default float format this is for regretful
                   15304:          twice-converting here: $a(double value) when they write double
                   15305:          falue  they convert it to string first, thus %g were losing
                   15306:          precesion.
1.86      moko     15307: 
                   15308:          todo: think up some way to remove double->string string->double
                   15309:          twice-converting
                   15310: 
                   15311:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
1.88      moko     15312:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   15313:          reasons in comment inside
1.86      moko     15314: 
                   15315:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   15316:          statically linked]
                   15317: 
                   15318:        * src/: include/pa_exception.h, main/compile.tab.C,
                   15319:          main/pa_exception.C: removed exception va_list constructor.  1.
                   15320:          not needed anymore 2. there were a conflict[causing errors]
                   15321:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   15322:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   15323:          ctor(, va_list) which, of course, caused gpf
                   15324: 
                   15325:        * src/main/pa_globals.C: removed debug xslt messages
                   15326: 
                   15327: 2002-01-22  paf
                   15328: 
                   15329:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   15330:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   15331:          helps compiling stylesheet properly.  example: this refused to
                   15332:          work,             <b>&laquo;<xsl:value-of select="@title"
                   15333:          />&raquo;</b> stranly worked only this way:
                   15334:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   15335: 
                   15336:          docs says "set it to 1", never going into details, so I decided
                   15337:          to try NOT to do that
                   15338: 
1.88      moko     15339:        * src/classes/table.C: join behaived badly in case named tables
                   15340:          structure mismatched: 0 strings sneaked into dest failing
                   15341:          afterwards.  replaced them with empty strings
1.86      moko     15342: 
                   15343: 2002-01-21  paf
                   15344: 
                   15345:        * src/main/pa_charset.C: checked empty transcoders in
                   15346:          transcode_cstr|buf
                   15347: 
1.88      moko     15348:        * src/classes/xdoc.C: xdoc::load error source = filespec
1.86      moko     15349: 
1.88      moko     15350:        * src/classes/xdoc.C: transform error source now
                   15351:          stylesheet_filespec
1.86      moko     15352: 
                   15353:        * src/: classes/xdoc.C, classes/xnode.C,
                   15354:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   15355:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   15356:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   15357:          gnome
                   15358: 
                   15359:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   15360:          include/pa_globals.h, include/pa_stylesheet_connection.h,
1.89    ! moko     15361:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
        !          15362:          xslt generic error 1
1.86      moko     15363: 
1.88      moko     15364:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   15365:          xml generic message 1
1.86      moko     15366: 
                   15367:        * src/classes/table.C: ^table::load empty lines or #comments before
                   15368:          headline
                   15369: 
                   15370:        * src/: include/pa_array.h, include/pa_globals.h,
                   15371:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   15372:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
1.89    ! moko     15373:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
        !          15374:          errors 0
1.86      moko     15375: 
                   15376: 2002-01-16  paf
                   15377: 
                   15378:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   15379:          classes/table.C, classes/void.C, classes/xdoc.C,
                   15380:          include/pa_db_connection.h, include/pa_request.h,
                   15381:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15382:          include/pa_stylesheet_connection.h,
                   15383:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   15384:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15385:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   15386:          stylesheet_connection auto destroyers to remaining gnome objects
                   15387: 
                   15388:        * src/classes/xdoc.C: few comments
                   15389: 
                   15390: 2002-01-15  paf
                   15391: 
1.88      moko     15392:        * src/classes/xdoc.C: xdoc   file   save   string
1.86      moko     15393: 
                   15394:          ready.  todo: error handling
                   15395: 
1.88      moko     15396:        * src/classes/xdoc.C: xdoc save rewritten using
                   15397:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   15398:          result
1.86      moko     15399: 
1.88      moko     15400:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   15401:          started output options parsing
1.86      moko     15402: 
                   15403: 2002-01-14  paf
                   15404: 
                   15405:        * src/classes/xdoc.C: method
                   15406: 
                   15407:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15408:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   15409:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
1.88      moko     15410:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   15411:          xslt transform0.  TODO:   use output options   handle errors
1.86      moko     15412: 
1.88      moko     15413:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
1.86      moko     15414: 
                   15415: 2002-01-11  paf
                   15416: 
                   15417:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
1.88      moko     15418:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   15419:          partial logical && || evaluation
1.86      moko     15420: 
1.88      moko     15421:        * src/classes/xnode.C: xpath selectNodes
1.86      moko     15422: 
1.88      moko     15423:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   15424:          string/number/bool
1.86      moko     15425: 
1.88      moko     15426:        * src/classes/xnode.C: xpath selectNode 2
1.86      moko     15427: 
1.88      moko     15428:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   15429:          xpath selectNode 1
1.86      moko     15430: 
                   15431: 2002-01-10  paf
                   15432: 
                   15433:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   15434: 
                   15435:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15436:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
1.88      moko     15437:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   15438:          refcounter]
1.86      moko     15439: 
                   15440: 2001-12-29  paf
                   15441: 
                   15442:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   15443:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   15444:          glib works 0
                   15445: 
                   15446: 2001-12-28  paf
                   15447: 
                   15448:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   15449:          main/pa_exception.C: started glib transcoders
                   15450: 
1.88      moko     15451:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
1.86      moko     15452: 
                   15453:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
1.88      moko     15454:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
1.86      moko     15455:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   15456:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   15457:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   15458:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   15459:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   15460:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   15461: 
                   15462: 2001-12-27  paf
                   15463: 
                   15464:        * src/: include/pa_charset.h, include/pa_common.h,
                   15465:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15466:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
1.88      moko     15467:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   15468:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15469:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   15470:          from xalan&xerces, started the process.  globals [initialization
                   15471:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   15472:          calls
                   15473: 
                   15474:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   15475:          anymore
1.86      moko     15476: 
                   15477: 2001-12-26  paf
                   15478: 
                   15479:        * src/: include/pa_charset.h, include/pa_charsets.h,
1.88      moko     15480:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   15481:          key globalized [bug]
1.86      moko     15482: 
                   15483: 2001-12-25  paf
                   15484: 
                   15485:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
1.88      moko     15486:          main/pa_string.C: table set & append changed splitting languages,
                   15487:          separators now can be clean AND as-is same to mail command line
                   15488:          $MAIN:MAIL.progX arguments
1.86      moko     15489: 
                   15490: 2001-12-24  paf
                   15491: 
1.88      moko     15492:        * src/classes/mail.C: one parted text messages - no multipart
                   15493:          mime-type anymore.  for convinient if $.attach-ments
1.86      moko     15494: 
                   15495:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   15496:          main/pa_string.C: read from cache size check updated
                   15497: 
                   15498:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   15499: 
                   15500: 2001-12-21  paf
                   15501: 
1.88      moko     15502:        * src/classes/date.C: date:sql-string now returns localtime
1.86      moko     15503: 
                   15504:        * src/main/pa_request.C: $result in @main actually not working, to
                   15505:          hell with it for now
                   15506: 
                   15507:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15508:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   15509:          @postprocess @exception
                   15510: 
1.88      moko     15511:        * src/main/execute.C: junction evaluation canceled - endless
                   15512:          recursion detected
1.86      moko     15513: 
                   15514: 2001-12-19  paf
                   15515: 
                   15516:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   15517:          intermediate
                   15518: 
1.88      moko     15519:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
1.86      moko     15520: 
1.88      moko     15521:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
1.86      moko     15522: 
1.88      moko     15523:        * src/classes/op.C: ^cache keypath now relative
1.86      moko     15524: 
                   15525:        * src/classes/mail.C: changed weighting prior to sort
                   15526: 
                   15527:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   15528:          were missing
                   15529: 
                   15530: 2001-12-17  paf
                   15531: 
                   15532:        * src/main/pa_charset.C: ifndef XML were bad type
                   15533: 
                   15534:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   15535:          outdated unset services_pool
                   15536: 
                   15537:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   15538:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   15539:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   15540: 
                   15541:        * src/main/untaint.C: allowed space in filespec
                   15542: 
1.88      moko     15543:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
1.86      moko     15544: 
                   15545:        * src/classes/image.C: no govno
                   15546: 
                   15547:        * src/classes/image.C: govno
                   15548: 
                   15549: 2001-12-16  paf
                   15550: 
                   15551:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   15552: 
1.88      moko     15553:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   15554:          charset_connection&manager replaced by charset&charsets
1.86      moko     15555: 
1.88      moko     15556:        * src/main/pa_charset.C: name_cstr 0
1.86      moko     15557: 
                   15558:        * src/main/untaint.C: uri lang now knows about client/source
                   15559:          charsets
                   15560: 
                   15561:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   15562:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15563:          include/pa_array.h, include/pa_cache_managers.h,
                   15564:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   15565:          include/pa_common.h, include/pa_db_connection.h,
                   15566:          include/pa_db_manager.h, include/pa_db_table.h,
                   15567:          include/pa_dictionary.h, include/pa_exception.h,
                   15568:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   15569:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   15570:          include/pa_sapi.h, include/pa_socks.h,
                   15571:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15572:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   15573:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15574:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   15575:          main/pa_charset.C, main/pa_charset_connection.C,
                   15576:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   15577:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   15578:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   15579:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   15580:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1.88      moko     15581:          types/types.dsp: introducing Charset
1.86      moko     15582: 
                   15583: 2001-12-14  paf
                   15584: 
                   15585:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   15586:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   15587:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   15588:          uri lang
                   15589: 
                   15590:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   15591: 
1.89    ! moko     15592:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
1.86      moko     15593: 
                   15594:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   15595:          defalts_name global
                   15596: 
                   15597:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   15598:          include/pa_request.h, main/main.dsp,
                   15599:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   15600:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   15601:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
1.88      moko     15602:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   15603:          changed charset model.  now important: $request:charset
                   15604:          $response:charset while $response:content-type.charset become
                   15605:          unimportant [informational]
1.86      moko     15606: 
                   15607: 2001-12-13  paf
                   15608: 
                   15609:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   15610: 
                   15611:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   15612:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   15613:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   15614:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   15615:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   15616:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   15617: 
                   15618:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   15619:          auto_ptr part other way, because of stupid gcc 2.96
                   15620:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   15621:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   15622:          FormatterListener] /usr/include/g++-3/memory:48:
                   15623:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   15624:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   15625: 
                   15626:        * src/classes/xdoc.C: removed extra inc
                   15627: 
                   15628:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   15629: 
                   15630:        * src/include/pa_types.h: msvc head debugging flag
                   15631: 
                   15632:        * src/classes/xdoc.C: freed up listener
                   15633: 
                   15634:        * src/classes/string.C: change msg '... code is not code'
                   15635: 
                   15636:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   15637:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15638:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   15639:          [past/future prob]
                   15640: 
                   15641:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   15642:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   15643:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   15644:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   15645: 
                   15646:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   15647:          main/pa_string.C: removed signed mismatch warnings
                   15648: 
1.89    ! moko     15649:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
        !          15650:          'expires' from header outputs
1.86      moko     15651: 
                   15652:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   15653:          row ptr
                   15654: 
                   15655:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   15656:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   15657: 
1.88      moko     15658:        * src/classes/xdoc.C: lang list updated
1.86      moko     15659: 
                   15660: 2001-12-10  paf
                   15661: 
                   15662:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   15663: 
1.88      moko     15664:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   15665:          erase files like that, knowing their full name introducing   //
                   15666:          theoretical problem with, for instance, "_2B" and "." fragments,
                   15667:          // they would yield the same    // because
                   15668:          need_file_encode('_')=false  // but we need to delete such files
                   15669:          somehow, getting names from ^index
1.86      moko     15670: 
1.88      moko     15671:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   15672:          string::join_chank break]
1.86      moko     15673: 
                   15674: 2001-12-07  paf
                   15675: 
                   15676:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   15677:          include/pa_common.h, include/pa_config_auto.h.in,
                   15678:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15679:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   15680:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
1.88      moko     15681:          types/pa_vhashfile.C: merged from r14_simple_cache
1.86      moko     15682: 
                   15683:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   15684:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   15685:             lduh  [ %i2 + 1 ], %l0
                   15686: 
                   15687:          bus error, fixed that
                   15688: 
                   15689:        * src/main/pa_string.C: strange string deserialize bug on
                   15690:          client[pmts], a bit shortened,
                   15691: 
                   15692:        * src/include/pa_config_auto.h.in: makes
                   15693: 
                   15694:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   15695:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   15696:          file write shared lock file read
                   15697: 
                   15698:        * src/: classes/op.C, include/pa_common.h,
1.88      moko     15699:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
1.86      moko     15700: 
                   15701: 2001-12-06  paf
                   15702: 
                   15703:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15704:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   15705: 
1.88      moko     15706:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   15707:          info
1.86      moko     15708: 
                   15709:        * src/classes/hashfile.C: removed transaction from ^cache
                   15710: 
                   15711: 2001-12-05  paf
                   15712: 
1.88      moko     15713:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   15714:          IIS5 there were a prob with illegal call check
1.86      moko     15715: 
                   15716: 2001-12-04  paf
                   15717: 
                   15718:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15719:          main/pa_request.C: measures to log
                   15720: 
                   15721: 2001-11-23  paf
                   15722: 
                   15723:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   15724:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
1.88      moko     15725:          types/pa_vhashfile.C: merged from _0014, 1
1.86      moko     15726: 
                   15727:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
1.88      moko     15728:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   15729:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   15730:          ^cache(33) would change
1.86      moko     15731: 
                   15732:          0660 bits in file_write & hashfile create
                   15733: 
1.88      moko     15734:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   15735:          after pa_string optimization]
1.86      moko     15736: 
                   15737: 2001-11-22  paf
                   15738: 
                   15739:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   15740:          table.offset[whence]
                   15741: 
1.88      moko     15742:        * src/classes/op.C: process cstr(,connection)
1.86      moko     15743: 
1.88      moko     15744:        * src/classes/op.C: process now gets its body on current language,
                   15745:          not as-is
1.86      moko     15746: 
                   15747:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   15748: 
1.88      moko     15749:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   15750:          bit
1.86      moko     15751: 
                   15752:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
                   15753: 
                   15754: 2001-11-21  paf
                   15755: 
1.88      moko     15756:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   15757:          <xsl:output output options made identical to xsl:output
                   15758:          attributes exclusion:    cdata-section-elements what xalan can do
                   15759:          but that not used now:    it can escape and remove CDATA sections
1.86      moko     15760: 
1.88      moko     15761:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
1.86      moko     15762:          produced by xslt
                   15763: 
                   15764:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   15765: 
                   15766:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   15767: 
                   15768:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
1.88      moko     15769:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
1.86      moko     15770:          default language for {code}, it happen to change it's language
                   15771:          from CLEAN, so later refused to split by CLEAN \t
                   15772: 
                   15773: 2001-11-20  paf
                   15774: 
                   15775:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   15776:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
                   15777:          bottom of dependeces, so that errors would popup quicklier, fixed
                   15778:          line numbering in table::sql
                   15779: 
                   15780: 2001-11-19  paf
                   15781: 
                   15782:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   15783:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
1.89    ! moko     15784:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
        !          15785:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
        !          15786:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
        !          15787:          at wcontext.write
1.86      moko     15788: 
1.89    ! moko     15789:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
        !          15790:          _set_new_handler
1.86      moko     15791: 
1.89    ! moko     15792:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
        !          15793:          set_new_handler in apache&isapi
1.86      moko     15794: 
                   15795: 2001-11-16  paf
                   15796: 
                   15797:        * src/targets/cgi/parser3.C: pool debug @ die
                   15798: 
1.88      moko     15799:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   15800:          removed 8 bytes from String, 2 bytes from
1.86      moko     15801:          string::chunk::row::item
                   15802: 
                   15803:        * src/main/pa_string.C: removed 1+4 bytes from String
                   15804: 
                   15805:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   15806:          types/pa_vstring.C: removed 1+4 bytes from String
                   15807: 
                   15808:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   15809:          0
                   15810: 
                   15811:        * src/: include/pa_globals.h, include/pa_string.h,
                   15812:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   15813:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
1.88      moko     15814:          targets/cgi/parser3.C: introducing estimating
                   15815:          String::cstr_bufsize, 0
1.86      moko     15816: 
                   15817:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   15818: 
                   15819:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   15820: 
                   15821:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   15822:          include/pa_pool.h: die in pool::fail
                   15823: 
                   15824: 2001-11-15  paf
                   15825: 
                   15826:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   15827:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   15828:          dynamic buffer re-back now with counter
                   15829: 
                   15830:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   15831:          static buffer back
                   15832: 
                   15833:        * src/targets/cgi/parser3.C: std::
                   15834: 
                   15835:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   15836:          include/pa_config_includes.h: setnewhandler check
                   15837: 
                   15838:        * src/include/pa_config_auto.h.in: makes
                   15839: 
1.88      moko     15840:        * src/targets/cgi/parser3.C: set_new_handler started
1.86      moko     15841: 
                   15842: 2001-11-14  paf
                   15843: 
                   15844:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   15845:          was wrong
                   15846: 
                   15847:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   15848:          was wrong
                   15849: 
                   15850:        * src/main/pa_request.C: z
                   15851: 
1.88      moko     15852:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   15853:          full returns win32 -1 solaris >buffer_size
1.86      moko     15854: 
                   15855:          checked all that
                   15856: 
1.88      moko     15857:        * src/classes/op.C: ^untaint{body} as-is default now
1.86      moko     15858: 
                   15859:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
1.88      moko     15860:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   15861:          with no_bad_constructors_try
1.86      moko     15862: 
                   15863:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
1.88      moko     15864:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   15865:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   15866:          $bred[^int::int[]]
1.86      moko     15867: 
                   15868:          now VObject creation moved into overriden
                   15869:          VClass::create_new_value, thus 0 from create_new_value means that
                   15870:          class has no ctors
                   15871: 
                   15872: 2001-11-13  paf
                   15873: 
                   15874:        * src/classes/classes.C: returned accedently removed if in foreach
                   15875:          callbacks [when hash no-0-restructure]
                   15876: 
                   15877: 2001-11-12  paf
                   15878: 
1.88      moko     15879:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   15880:          passed as-is to method, xalan makes & into &amp; itself
1.86      moko     15881: 
1.88      moko     15882:        * src/classes/date.C: date.roll parser2 alg used
1.86      moko     15883: 
                   15884:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   15885:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   15886:          main/pa_dictionary.C, main/pa_hash.C,
1.88      moko     15887:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   15888:          now does not containt 0 values. put 0 actullay removes.  no check
                   15889:          on 0 value in foreach now required
1.86      moko     15890: 
                   15891: 2001-11-11  paf
                   15892: 
                   15893:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   15894: 
                   15895:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   15896: 
                   15897:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   15898:          driver initialize not const
                   15899: 
                   15900: 2001-11-10  paf
                   15901: 
1.88      moko     15902:        * src/main/pa_exec.C: doc
1.86      moko     15903: 
                   15904: 2001-11-09  paf
                   15905: 
1.88      moko     15906:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   15907:          param properly
1.86      moko     15908: 
                   15909:        * src/classes/string.C: string.save now does untainting before
                   15910:          saving
                   15911: 
                   15912:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   15913:          still cstr oriented]
                   15914: 
                   15915:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   15916:          line endings fixing got rid of cstr, now must work ok with post
                   15917:          multipart
                   15918: 
                   15919:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   15920:          not file  also now
                   15921: 
                   15922: 2001-11-08  paf
                   15923: 
                   15924:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   15925:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   15926:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   15927:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   15928:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   15929:          simple parent, not second parent [gcc 2.96 strangly refused to
                   15930:          call virtual from second parent]
                   15931: 
                   15932:        * src/: include/pa_common.h, main/Makefile.am,
                   15933:          targets/cgi/pa_pool.C: makes
                   15934: 
                   15935:        * src/: include/pa_request.h, main/pa_request.C,
1.89    ! moko     15936:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
        !          15937:          'status' class enabler
1.86      moko     15938: 
                   15939:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   15940: 
                   15941:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   15942:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   15943:          include/pa_stylesheet_manager.h, main/main.dsp,
                   15944:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   15945:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   15946:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15947:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   15948:          todo: apache 'status' class enabler
                   15949: 
                   15950: 2001-11-05  paf
                   15951: 
                   15952:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   15953:          debug to normal
                   15954: 
                   15955:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   15956:          hence i removed skipping 0 values in hash::for_each-es we need to
                   15957:          check cleaned cache items manually. few more checks.
                   15958: 
                   15959:          expiring to 0 time was wrong, changed to 'now' time
                   15960: 
                   15961:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   15962:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   15963:          on apache already done :)
                   15964: 
                   15965:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   15966:          skipping 0 values in hash::for_each-es we need to check cleaned
                   15967:          cache items manually
                   15968: 
                   15969:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   15970:          parser_multithreaded check was wrong
                   15971: 
                   15972:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15973:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15974:          classes/hashfile.C, classes/image.C, classes/int.C,
                   15975:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15976:          classes/string.C, classes/table.C, classes/void.C,
                   15977:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15978:          include/pa_array.h, include/pa_charset_connection.h,
                   15979:          include/pa_charset_manager.h, include/pa_common.h,
                   15980:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15981:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15982:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15983:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15984:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15985:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15986:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15987:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15988:          include/pa_stack.h, include/pa_string.h,
                   15989:          include/pa_stylesheet_connection.h,
                   15990:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15991:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15992:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   15993:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   15994:          main/pa_charset_manager.C, main/pa_common.C,
                   15995:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15996:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15997:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   15998:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   15999:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16000:          main/pa_status_provider.C, main/pa_string.C,
                   16001:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
1.89    ! moko     16002:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
        !          16003:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
        !          16004:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
        !          16005:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
        !          16006:          targets/isapi/pool_storage.h, types/pa_valiased.C,
        !          16007:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
        !          16008:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
        !          16009:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
        !          16010:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
        !          16011:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
        !          16012:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
        !          16013:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
        !          16014:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
        !          16015:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
        !          16016:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
        !          16017:          types/pa_vstateless_object.h, types/pa_vstatus.h,
        !          16018:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
        !          16019:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
        !          16020:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
        !          16021:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
        !          16022:          $status:db fixed used not initialized in db_connection & db_table
1.86      moko     16023: 
1.88      moko     16024:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   16025:          $status:charset
1.86      moko     16026: 
                   16027:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   16028:          include/pa_stylesheet_connection.h,
                   16029:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
1.88      moko     16030:          types/pa_vstatus.h: $status:stylesheet
1.86      moko     16031: 
                   16032:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   16033:          include/pa_request.h, include/pa_sql_connection.h,
                   16034:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16035:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   16036:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16037:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   16038:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
1.88      moko     16039:          types/pa_vxnode.C, types/types.dsp: started status parser class
1.86      moko     16040: 
                   16041: 2001-11-01  paf
                   16042: 
                   16043:        * src/include/pa_config_auto.h.in: makes
                   16044: 
                   16045:        * src/main/pa_hash.C: removed old extra include
                   16046: 
1.88      moko     16047:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   16048:          checks [for hp, there are such in math.h]
1.86      moko     16049: 
                   16050:        * src/classes/op.C: ^for endless loop check strightened
                   16051: 
                   16052:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   16053:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   16054:          co can use r.root to write their i & key,value there
                   16055: 
                   16056:        * src/classes/op.C: detected for var storage bug, fixed.
                   16057:          todo:foreach
                   16058: 
                   16059:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   16060:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
1.88      moko     16061:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   16062:          changing of hash inside of foreach
1.86      moko     16063: 
1.88      moko     16064:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
1.86      moko     16065:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   16066:          were hash.foreach
                   16067: 
                   16068:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
1.88      moko     16069:          types/pa_vstring.C, types/pa_vstring.h:
1.86      moko     16070:          ^foreach[key|value]{body}[[separator]|{separator}]
                   16071: 
                   16072:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
1.88      moko     16073:          types/pa_vcookie.C: ^hash.delete[key]
1.86      moko     16074: 
                   16075: 2001-10-31  paf
                   16076: 
1.88      moko     16077:        * src/main/: compile.C, pa_common.C: completely empty file now
                   16078:          considered "read", not ignored [not perfect trick used]
1.86      moko     16079: 
                   16080:        * src/main/pa_common.C: simplier common ifdefs
                   16081: 
                   16082:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   16083: 
1.88      moko     16084:        * src/main/pa_db_connection.C: z
1.86      moko     16085: 
1.88      moko     16086:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   16087:          lockdetector flags
1.86      moko     16088:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   16089: 
1.88      moko     16090:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   16091:          from accidental show [imagine user forgot @exception]
1.86      moko     16092: 
1.88      moko     16093:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
1.86      moko     16094: 
                   16095:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16096:          classes/string.C, classes/xnode.C, include/pa_common.h,
1.88      moko     16097:          main/pa_common.C: ^string.save[[append;]path]
1.86      moko     16098: 
                   16099:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
1.88      moko     16100:          main/execute.C: \ in expression: int divide 10/3=3
1.86      moko     16101: 
                   16102:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   16103:          inside of ^cache
                   16104: 
                   16105:        * src/: include/pa_threads.h, main/pa_db_connection.C,
1.89    ! moko     16106:          main/pa_db_table.C, targets/cgi/pa_threads.C,
        !          16107:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
        !          16108:          needed
1.86      moko     16109: 
                   16110: 2001-10-30  paf
                   16111: 
1.88      moko     16112:        * src/: classes/classes.dsp, main/main.dsp,
1.86      moko     16113:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16114:          types/types.dsp: enabled debug incremental compile
                   16115: 
1.88      moko     16116:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   16117:          form post data line endings not reformatted now.
1.86      moko     16118: 
1.88      moko     16119:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   16120:          now required [had bug when file= has no value]
1.86      moko     16121: 
1.88      moko     16122:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   16123:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   16124:          cstr(asis) default param removed
1.86      moko     16125: 
                   16126:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   16127: 
                   16128:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   16129: 
1.88      moko     16130:        * src/include/pa_dir.h: LOAD_DIR fixed
1.86      moko     16131: 
1.88      moko     16132:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   16133:          was broken} fix_line_breaks
1.86      moko     16134: 
1.88      moko     16135:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   16136:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   16137:          packed with #pragma pack
1.86      moko     16138: 
                   16139:        * src/include/pa_config_auto.h.in: pragma detection
                   16140: 
                   16141: 2001-10-29  paf
                   16142: 
                   16143:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   16144: 
1.88      moko     16145:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   16146:          string hash.puts
1.86      moko     16147: 
                   16148:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   16149: 
                   16150:        * src/include/pa_sql_connection.h: there were one wrong
                   16151:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   16152: 
                   16153:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   16154:          param.someday either ifdef or remove it
                   16155: 
1.89    ! moko     16156:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
1.86      moko     16157: 
                   16158:        * src/main/untaint.C: optimizing returned after debugging
                   16159: 
                   16160:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   16161:          main/untaint.C: memory hunging #pragma pack(1)
                   16162: 
                   16163:          16 419 844 13 169 394
                   16164: 
                   16165:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   16166:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   16167:          places [todo:Array]
                   16168: 
                   16169:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   16170:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   16171:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   16172: 
                   16173:          total 5 652 652/158731 total 5 469 332/158731
                   16174: 
                   16175:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   16176:          Array:: without cache in get/put now
                   16177: 
                   16178:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   16179:          18:25:27 2001] total 5 652 652/158731
                   16180: 
                   16181:        * src/: include/pa_string.h, main/pa_string.C,
                   16182:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   16183:          now
                   16184: 
                   16185:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   16186:          18:11:53 2001] total 5796092/158731
                   16187: 
                   16188:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   16189:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   16190:          key ref now
                   16191: 
                   16192:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   16193:          17:11:17 2001] total 16867948/202658
                   16194: 
                   16195:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   16196:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   16197:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   16198:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16199:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
1.88      moko     16200:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   16201:          string::as_int/double now usually uses stack, not heap [200K out
                   16202:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
1.86      moko     16203: 
1.88      moko     16204:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   16205:          hiding bug]
1.86      moko     16206: 
                   16207:        * src/Makefile.am: .am order
                   16208: 
                   16209:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   16210:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16211:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   16212:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16213:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   16214:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   16215:          required "friend class"
                   16216: 
                   16217:          ../include/pa_request.h:51: friend declaration requires
                   16218:          class-key, i.e. `friend    class Temp_lang'
                   16219: 
                   16220:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16221:          main/pa_exception.C, main/pa_sql_driver_manager.C,
1.88      moko     16222:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
1.86      moko     16223: 
                   16224:          the idea is to #1 jump to C++ some function to main body, where
                   16225:          every function stack frame has exception unwind information and
                   16226:          from there... #2 propagate_exception()
                   16227: 
                   16228: 2001-10-28  paf
                   16229: 
                   16230:        * src/main/pa_db_connection.C: removed old consts
                   16231: 
                   16232:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   16233:          with wrong type/cast]
                   16234: 
                   16235:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   16236:          translation
                   16237: 
1.89    ! moko     16238:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
        !          16239:          remember to build DB2 with -fexceptions!!!
1.86      moko     16240: 
                   16241:        * src/main/pa_db_table.C: DB_RMW defed
                   16242: 
                   16243:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   16244:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16245:          include/pa_db_table.h, main/pa_db_connection.C,
                   16246:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   16247: 
                   16248: 2001-10-27  paf
                   16249: 
                   16250:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16251:          include/pa_db_table.h, main/pa_db_connection.C,
                   16252:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   16253:          types/pa_vhashfile.C: DB2 ifdefs
                   16254: 
                   16255:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
1.89    ! moko     16256:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
        !          16257:          makes with DB2
1.86      moko     16258: 
                   16259:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
1.89    ! moko     16260:          types/Makefile.am: makes db
1.86      moko     16261: 
1.89    ! moko     16262:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
        !          16263:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
        !          16264:          globals.C
1.86      moko     16265: 
                   16266:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16267:          include/pa_db_table.h, main/pa_db_connection.C,
1.88      moko     16268:          main/pa_db_table.C: ^hashfile.clear[]
1.86      moko     16269: 
                   16270:        * src/classes/classes.awk: no $ in var names
                   16271: 
1.88      moko     16272:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   16273:          connection&table [forgotten calls]
1.86      moko     16274: 
                   16275: 2001-10-26  paf
                   16276: 
                   16277:        * src/main/pa_db_connection.C: db checkpoints
                   16278: 
1.88      moko     16279:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   16280:          checkpoints
1.86      moko     16281: 
1.88      moko     16282:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   16283:          default. but entities still reparsed. todo: tothink
1.86      moko     16284: 
1.88      moko     16285:        * src/main/pa_db_connection.C: db recover mech 2
1.86      moko     16286: 
                   16287:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16288:          include/pa_db_manager.h, include/pa_db_table.h,
                   16289:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   16290:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   16291:          types/pa_vhashfile.h: db connections & tables now cached at
                   16292:          create time & multithreaded
                   16293: 
1.88      moko     16294:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   16295:          parsed_source
1.86      moko     16296: 
                   16297:        * src/main/pa_db_connection.C: about to remove connection from
                   16298:          vhashfile
                   16299: 
                   16300:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   16301:          transaction commit/rollback responsibility left to parent [as it
                   16302:          sould - else there were a bug with double free]
                   16303: 
                   16304:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   16305:          responsibility left to parent [as it sould - else there were a
                   16306:          bug with double free]
                   16307: 
                   16308: 2001-10-25  paf
                   16309: 
                   16310:        * src/: classes/hashfile.C, include/pa_common.h,
                   16311:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16312:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   16313:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   16314:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   16315:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   16316:          yet]
                   16317: 
                   16318:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   16319: 
1.88      moko     16320:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   16321:          transaction parent passed
1.86      moko     16322: 
                   16323: 2001-10-24  parser
                   16324: 
                   16325:        * src/classes/Makefile.am: makes
                   16326: 
                   16327:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   16328:          isapi/pool_storage.h: pool_storage fixed
                   16329: 
                   16330:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   16331:          types/pa_vform.h: form fix_line_breaks
                   16332: 
                   16333:        * src/targets/cgi/pool_storage.h: makes
                   16334: 
                   16335:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   16336:          targets/cgi/pool_storage.h: makes
                   16337: 
                   16338:        * src/sql/pa_sql_driver.h: version
                   16339: 
                   16340:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   16341:          types/pa_vform.C, types/pa_vform.h: .am
                   16342: 
1.88      moko     16343:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   16344:          this: DB_RMW Acquire write locks instead of read locks when doing
                   16345:          the retrieval. Setting this flag may decrease the likelihood of
                   16346:          deadlock during a read-modify-write cycle by immediately
                   16347:          acquiring the write lock during the read part of the cycle so
                   16348:          that another thread of control acquiring a read lock for the same
                   16349:          item, in its own read-modify-write cycle, will not result in
                   16350:          deadlock
1.86      moko     16351: 
1.89    ! moko     16352:        * src/targets/isapi/parser3isapi.dsp: doc
1.86      moko     16353: 
1.88      moko     16354:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
1.86      moko     16355: 
1.88      moko     16356:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
1.86      moko     16357: 
                   16358:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16359:          main/pa_db_connection.C: hashfile expired deleted from db when
                   16360:          get & iterate
                   16361: 
1.88      moko     16362:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   16363:          expiring 1
1.86      moko     16364: 
                   16365:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   16366: 
                   16367:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   16368:          db_connection not bothers with key when not returning expired
                   16369:          data
                   16370: 
                   16371:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16372:          types/pa_vhashfile.C: db_cursor constructor public now
                   16373: 
                   16374:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   16375:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   16376:          stamped, todo: put_element analize
                   16377: 
                   16378:        * src/: include/pa_db_connection.h, include/pa_string.h,
1.88      moko     16379:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   16380:          serialize. todo stamp
1.86      moko     16381: 
                   16382: 2001-10-23  parser
                   16383: 
                   16384:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   16385:          classes/image.C, classes/mail.C, classes/response.C,
                   16386:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16387:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   16388:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   16389:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   16390:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
1.88      moko     16391:          types/pa_vtable.C: ^hashfile.hash[]
1.86      moko     16392: 
                   16393:        * src/: classes/hashfile.C, classes/xdoc.C,
                   16394:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   16395:          main/pa_globals.C: ifdefs so it compiled without db
                   16396: 
                   16397:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16398:          include/pa_db_manager.h, main/pa_db_connection.C,
1.88      moko     16399:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   16400:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   16401:          ^hashfile.delete[key]
1.86      moko     16402: 
                   16403: 2001-10-22  parser
                   16404: 
                   16405:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   16406:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   16407: 
                   16408:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   16409:          classes/xnode.C, include/pa_charset_connection.h,
                   16410:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16411:          include/pa_exception.h, include/pa_sapi.h,
                   16412:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16413:          include/pa_stylesheet_connection.h,
                   16414:          include/pa_stylesheet_manager.h,
                   16415:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   16416:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16417:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   16418:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
1.89    ! moko     16419:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
1.86      moko     16420:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   16421:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
1.88      moko     16422:          types/types.dsp: hashfile 0
1.86      moko     16423: 
1.88      moko     16424:        * src/types/pa_vhashfile.C: z
1.86      moko     16425: 
                   16426:        * src/: classes/classes.dsp, classes/hashfile.C,
                   16427:          include/pa_config_fixed.h, main/execute.C,
                   16428:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
1.88      moko     16429:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
1.86      moko     16430: 
1.89    ! moko     16431:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
1.86      moko     16432: 
                   16433:        * src/: include/pa_exception.h, include/pa_request.h,
                   16434:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   16435:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.88      moko     16436:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
1.86      moko     16437: 
                   16438: 2001-10-19  parser
                   16439: 
                   16440:        * src/include/pa_pool.h: header
                   16441: 
                   16442:        * src/main/pa_pool.C: auto compiled on gcc
                   16443: 
                   16444:        * src/classes/image.C: comment
                   16445: 
                   16446:        * src/: include/pa_pool.h, main/pa_common.C: makes
                   16447: 
                   16448:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16449:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16450:          types/pa_vxnode.h: xnode clone got freed
                   16451: 
                   16452:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   16453:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   16454:          can free up xalandomstring resulting from pool::transcode
                   16455: 
                   16456:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   16457:          include/pa_config_fixed.h, include/pa_exception.h,
                   16458:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   16459:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
1.88      moko     16460:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   16461:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   16462:          from non-xml compile
1.86      moko     16463: 
1.89    ! moko     16464:        * src/main/pa_request.C: pool:: context - get_context
1.86      moko     16465: 
                   16466:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   16467:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   16468:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   16469:          classes/string.C, classes/table.C, classes/void.C,
                   16470:          include/pa_config_fixed.h, include/pa_exception.h,
                   16471:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   16472:          main/compile.C, main/compile_tools.C, main/execute.C,
                   16473:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   16474:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   16475:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16476:          main/pa_string.C, main/pa_table.C, main/untaint.C,
1.89    ! moko     16477:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
        !          16478:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
        !          16479:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
        !          16480:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
        !          16481:          types/pa_vstateless_class.h, types/pa_vtable.C,
        !          16482:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
        !          16483:          exceptions 0
1.86      moko     16484: 
                   16485:        * src/classes/classes.awk: $ removed
                   16486: 
                   16487: 2001-10-18  parser
                   16488: 
1.88      moko     16489:        * src/types/pa_vcookie.C: cookie:CLASS
1.86      moko     16490: 
                   16491:        * src/main/main.dsp: project
                   16492: 
1.88      moko     16493:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   16494:          set_document & ctor question "who owns document" solved
1.86      moko     16495: 
                   16496:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   16497: 
                   16498:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
1.88      moko     16499:          main/pa_pool.C: encoding in dom creating funcs
1.86      moko     16500: 
1.88      moko     16501:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   16502:          be transformed now
1.86      moko     16503: 
1.88      moko     16504:        * src/classes/xdoc.C: dom created by create can be transformed now
1.86      moko     16505: 
1.88      moko     16506:        * src/classes/xdoc.C: z
1.86      moko     16507: 
1.88      moko     16508:        * src/classes/xdoc.C: comment
1.86      moko     16509: 
1.88      moko     16510:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   16511:          create now uses XercesDocumentBridge, appendChild&co now works
1.86      moko     16512: 
                   16513:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   16514:          @ recompile
                   16515: 
1.88      moko     16516:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
1.86      moko     16517:          $origin @exception[
                   16518: 
1.88      moko     16519:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   16520:          tag names forced to XML lang
1.86      moko     16521: 
                   16522:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   16523:          leechy-found bugs in code&doc fixed
                   16524: 
                   16525: 2001-10-17  parser
                   16526: 
                   16527:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
1.88      moko     16528:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   16529:          n functionality preserved
1.86      moko     16530: 
                   16531:        * src/types/pa_vimage.h: removed unused vimage::save
                   16532: 
                   16533: 2001-10-16  parser
                   16534: 
                   16535:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   16536: 
                   16537:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   16538: 
1.88      moko     16539:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
1.86      moko     16540: 
1.88      moko     16541:        * src/classes/image.C: image.copy tolerance
1.86      moko     16542: 
1.88      moko     16543:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   16544:          ineffective, but works for small paleted image
1.86      moko     16545: 
1.88      moko     16546:        * src/types/pa_vimage.C: comment
1.86      moko     16547: 
1.88      moko     16548:        * src/classes/image.C: gd size/resize bugfix
1.86      moko     16549: 
1.88      moko     16550:        * src/: classes/classes.dsp, main/main.dsp,
1.86      moko     16551:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
1.88      moko     16552:          types/types.dsp: ident >nul 2>&1
1.86      moko     16553: 
                   16554:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   16555:          systems
                   16556: 
1.88      moko     16557:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   16558:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
1.86      moko     16559: 
                   16560: 2001-10-15  parser
                   16561: 
                   16562:        * src/main/execute.C: z
                   16563: 
1.88      moko     16564:        * src/classes/: xdoc.C:     !::create{qualifiedName}
1.86      moko     16565: 
                   16566:        * src/types/pa_vxnode.C:     document_type_node.
                   16567:                  !readonly attribute DOMString name
                   16568:              !notation_node.
                   16569:                  !readonly attribute DOMString publicId
                   16570:                  !readonly attribute DOMString systemId
                   16571: 
1.88      moko     16572:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   16573:          ::write badly passed string too transparently [failed to
                   16574:          intercept it]
1.86      moko     16575: 
                   16576:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   16577:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   16578:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16579:          types/pa_vxnode.h: DOM1 major addtion, only few
                   16580:          attributes/methods left
                   16581: 
                   16582: 2001-10-13  parser
                   16583: 
                   16584:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   16585:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   16586:          in main handler
                   16587: 
                   16588:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   16589:          cleanups & frees order
                   16590: 
                   16591:        * src/types/pa_vcode_frame.h: couple comments
                   16592: 
1.88      moko     16593:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   16594:          transparent enough to handle hash if creation&passing
1.86      moko     16595: 
                   16596:        * src/: include/pa_config_fixed.h, main/execute.C,
1.88      moko     16597:          main/pa_exception.C: noticed that vcodeframe not transparent
                   16598:          enough, would change now
1.86      moko     16599: 
                   16600: 2001-10-12  parser
                   16601: 
                   16602:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   16603:          fixed. initialization&free on each thread!
                   16604: 
1.88      moko     16605:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   16606:          handling changed: now type of default param analized always, not
                   16607:          only at problem time, thus helping early problem spotting
1.86      moko     16608: 
1.88      moko     16609:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
1.89    ! moko     16610:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
1.86      moko     16611:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
1.88      moko     16612:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   16613:          multithread bug fixed. initialization&free on each thread!
1.86      moko     16614: 
                   16615: 2001-10-11  parser
                   16616: 
                   16617:        * src/classes/xnode.C: xnode.selectSingle now
                   16618: 
                   16619:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   16620:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   16621:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   16622:          convertors out of Pool into Exception
                   16623: 
                   16624:        * src/main/pa_string.C: const
                   16625: 
1.88      moko     16626:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   16627:          linked pieces of same language together prior to String::replace
1.86      moko     16628: 
1.88      moko     16629:        * src/classes/hash.C:     !^hash.add[addme]
1.86      moko     16630:              !^hash.sub[subme]
                   16631:              !^a.union[b] = new
                   16632:              !^a.intersection[b] = new
                   16633:              !^a.intersects[b] = bool
                   16634: 
                   16635:        * src/classes/hash.C:     !^hash::append[append_from]
                   16636: 
1.88      moko     16637:        * src/: classes/hash.C, types/pa_vhash.h:
1.86      moko     16638:          !^hash::create[[copy_from]]
                   16639: 
                   16640:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   16641:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
1.88      moko     16642:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   16643:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   16644:          exception but somebody[value.bark] tried to throw it on it's pool
1.86      moko     16645: 
1.89    ! moko     16646:        * src/include/pa_config_auto.h.in: makes
1.86      moko     16647: 
                   16648: 2001-10-10  parser
                   16649: 
1.88      moko     16650:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
1.86      moko     16651: 
1.88      moko     16652:        * src/main/: compile.tab.C, compile.y: ^a[
1.86      moko     16653: 
                   16654:          @next_method  << now unclosed ] would be reported here
                   16655: 
1.88      moko     16656:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   16657:          compile error
1.86      moko     16658: 
                   16659: 2001-10-09  parser
                   16660: 
1.88      moko     16661:        * src/: classes/Makefile.am, main/Makefile.am,
1.86      moko     16662:          targets/cgi/Makefile.am, types/Makefile.am: makes
                   16663: 
1.88      moko     16664:        * src/classes/Makefile.am: makes
1.86      moko     16665: 
1.88      moko     16666:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   16667:          win32 errors intercepted [xalan transformer patched and
                   16668:          incorporated]
1.86      moko     16669: 
1.88      moko     16670:        * src/: classes/classes.dsp, classes/xdoc.C,
1.86      moko     16671:          include/pa_stylesheet_connection.h, main/main.dsp,
                   16672:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16673:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   16674:          patches starting
                   16675: 
1.88      moko     16676:        * src/classes/: string.C, table.C: ^string.save[file]
1.86      moko     16677: 
1.88      moko     16678:        * src/classes/: date.C, table.C: calendar moved to date
1.86      moko     16679: 
1.88      moko     16680:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
1.86      moko     16681:          string/table]  now
                   16682: 
1.88      moko     16683:        * src/classes/: op.C, table.C: z
1.86      moko     16684: 
                   16685:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   16686:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
1.88      moko     16687:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   16688:          be code [be string..]
1.86      moko     16689: 
1.88      moko     16690:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   16691:          table.C: lots of
1.86      moko     16692:          params->as_int/double/as_string/as_junction/as_no_junction
                   16693:          messages added
                   16694: 
                   16695: 2001-10-08  parser
                   16696: 
                   16697:        * src/: classes/date.C, classes/image.C, classes/string.C,
1.88      moko     16698:          classes/table.C, classes/void.C, include/pa_request.h:
                   16699:          params->as_int/double message added
1.86      moko     16700: 
1.88      moko     16701:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
1.86      moko     16702: 
1.88      moko     16703:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   16704:          image:sector removed image:html internal "line-*" attribs
1.86      moko     16705: 
                   16706:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1.88      moko     16707:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
1.86      moko     16708: 
                   16709:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   16710:          way
                   16711: 
                   16712:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
1.88      moko     16713:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   16714:          UL_MAIL_HEADER made nonforced [only tainted pieces]
1.86      moko     16715: 
                   16716:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   16717:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   16718:          @ SAPI::log
                   16719: 
                   16720:        * src/main/untaint.C: \r to ' ' in origins mode
                   16721: 
1.88      moko     16722:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   16723:          set]
1.86      moko     16724: 
                   16725:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   16726:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   16727:          nonstandard liaison freed up
                   16728: 
                   16729: 2001-10-07  parser
                   16730: 
1.88      moko     16731:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   16732:          project
1.86      moko     16733: 
                   16734: 2001-10-05  parser
                   16735: 
                   16736:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
1.88      moko     16737:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   16738:          from outputing to cerr.  lots of "todos"
1.86      moko     16739: 
1.88      moko     16740:        * src/main/untaint.C: http_header tainting more gentle with
                   16741:          enquoting now
1.86      moko     16742: 
                   16743:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
1.88      moko     16744:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   16745:          xml errorhandler.  fixed string.replace a little, read @test
1.86      moko     16746: 
                   16747:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   16748:          *) does not have limit, and looks further eos, fixing....
                   16749: 
                   16750:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   16751: 
1.88      moko     16752:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
1.86      moko     16753: 
1.88      moko     16754:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   16755:          bugfix
1.86      moko     16756: 
1.88      moko     16757:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   16758:          $result[^[$p^]z] now works fine
1.86      moko     16759: 
1.88      moko     16760:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   16761:          wrong. fixed it
1.86      moko     16762: 
1.88      moko     16763:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   16764:          of totable appered to be vital
1.86      moko     16765: 
                   16766: 2001-10-04  parser
                   16767: 
1.88      moko     16768:        * src/classes/image.C: ^image.length[text]
1.86      moko     16769: 
                   16770: 2001-10-03  parser
                   16771: 
                   16772:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   16773: 
                   16774:        * src/main/pa_request.C: restored pcre defaulting in request
                   16775:          [mindlessly "optimized" yesterday] comment left
                   16776: 
                   16777: 2001-10-02  parser
                   16778: 
                   16779:        * src/: main/pa_charset_manager.C,
                   16780:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   16781:          needed
                   16782: 
                   16783:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   16784:          forgot non-xml pool.*charset needed
                   16785: 
1.88      moko     16786:        * src/classes/table.C: # config comments fixed
1.86      moko     16787: 
                   16788:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   16789:          charset_connection #comment now
                   16790: 
                   16791:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   16792:          options fixed to use release msvcrt lib
                   16793: 
                   16794:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   16795:          removed default - pcre handles that internally fixed bug on
                   16796:          not-cleaning tables [previously was calloced, now member]
                   16797: 
                   16798:        * src/: include/pa_request.h, main/pa_charset_connection.C,
1.88      moko     16799:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   16800:          inside removed default - pcre handles that internally fixed bug
                   16801:          on not-cleaning tables [previously was calloced, now member]
                   16802: 
                   16803:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   16804:          tested charset reload on file change @ apache version = OK tested
                   16805:          freeing up prev encoding on adding new = OK
1.86      moko     16806: 
                   16807: 2001-10-01  parser
                   16808: 
1.88      moko     16809:        * src/main/pa_charset_connection.C: removed entitify external hack
                   16810:          [internal installed]
1.86      moko     16811: 
1.88      moko     16812:        * src/main/Makefile.am: makes+removed dtd
1.86      moko     16813: 
                   16814:        * src/: include/pa_charset_connection.h,
                   16815:          include/pa_charset_manager.h,
                   16816:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   16817:          main/pa_charset_connection.C, main/pa_charset_manager.C,
1.88      moko     16818:          main/pa_request.C: charset loading & caching mech 0
1.86      moko     16819: 
                   16820:        * src/: include/pa_stylesheet_connection.h,
                   16821:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
1.88      moko     16822:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   16823:          & caching mech now
1.86      moko     16824: 
                   16825: 2001-09-30  parser
                   16826: 
                   16827:        * src/main/pa_request.C: forgot to fill toTable
                   16828: 
                   16829:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   16830:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   16831:          failed on win32 for now..
                   16832: 
1.88      moko     16833:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   16834:          now charsets table configuration variable is: CHARSETS
1.86      moko     16835: 
1.88      moko     16836:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   16837:          ctype with unicode 1. todo: no &#1055; entities on output somehow
1.86      moko     16838: 
                   16839:        * src/: classes/file.C, classes/op.C, classes/string.C,
1.88      moko     16840:          include/pa_request.h, main/pa_request.C: started ctype with
                   16841:          unicode values
1.86      moko     16842: 
                   16843: 2001-09-28  parser
                   16844: 
                   16845:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
1.88      moko     16846:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
1.86      moko     16847:          string passed AS-IS now
                   16848: 
1.88      moko     16849:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   16850:          way of user-configuring... todo: implement
1.86      moko     16851: 
                   16852: 2001-09-27  parser
                   16853: 
1.88      moko     16854:        * src/classes/table.C: table.sort changed to sort table itself
1.86      moko     16855: 
1.88      moko     16856:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
1.86      moko     16857:          X^.getElementsByTagName[tagname] = array of xnode
                   16858:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   16859:          nodes removed - regretfully not supported @ xalan. maybe someday
                   16860:          would reimplement, if needed.
                   16861: 
                   16862:          win32build system: solved long waiting anti-non-started-apache
                   16863:          problem
                   16864: 
1.88      moko     16865:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
1.86      moko     16866:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
1.88      moko     16867:          types/types.dsp: win32 ident make system so not to rebuild
                   16868:          library [ident.C.new]
1.86      moko     16869: 
                   16870: 2001-09-26  parser
                   16871: 
                   16872:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
1.88      moko     16873:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
1.86      moko     16874:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88      moko     16875:          types/pa_vxnode.C, types/types.dsp: z
1.86      moko     16876: 
1.88      moko     16877:        * src/classes/classes.C: forgot one non-xml check
1.86      moko     16878: 
1.88      moko     16879:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   16880:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.86      moko     16881: 
                   16882:        * src/targets/cgi/parser3.C: z
                   16883: 
1.88      moko     16884:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   16885:          targets/isapi/parser3isapi.C: #ifdef SMTP
1.86      moko     16886: 
                   16887:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   16888:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1.88      moko     16889:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   16890:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   16891:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16892:          types/types.dsp: xdoc&xnode now
1.86      moko     16893: 
                   16894:        * src/: classes/classes.C, classes/classes.awk,
                   16895:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   16896:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   16897:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16898:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16899:          classes/op.C, classes/response.C, classes/string.C,
1.88      moko     16900:          classes/table.C, classes/void.C, include/pa_array.h,
                   16901:          include/pa_common.h, include/pa_config_fixed.h,
                   16902:          include/pa_config_includes.h, include/pa_dictionary.h,
                   16903:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   16904:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   16905:          include/pa_socks.h, include/pa_sql_connection.h,
                   16906:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   16907:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16908:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1.86      moko     16909:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   16910:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   16911:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   16912:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   16913:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   16914:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   16915:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
1.88      moko     16916:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   16917:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16918:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16919:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   16920:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16921:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   16922:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   16923:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16924:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16925:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   16926:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   16927:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16928:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   16929:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   16930:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16931:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   16932:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16933:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   16934:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16935:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16936:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   16937:          main.dsp splitted to main+classes+types along to .am
1.86      moko     16938: 
                   16939:        * src/classes/Makefile.am: removed useless var
                   16940: 
                   16941:        * src/: classes/classes.cmd, main/main.dsp,
                   16942:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   16943:          main.dsp
                   16944: 
                   16945: 2001-09-25  parser
                   16946: 
1.88      moko     16947:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   16948:          1251 though, todo ICU
1.86      moko     16949: 
                   16950:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.88      moko     16951:          include/pa_stylesheet_connection.h, main/Makefile.am,
                   16952:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   16953:          types/pa_vdom.h: xml configure makes
1.86      moko     16954: 
                   16955: 2001-09-24  parser
                   16956: 
                   16957:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   16958:          types/Makefile.am: makes
                   16959: 
                   16960:        * src/targets/cgi/Makefile.am: makefiles
                   16961: 
1.89    ! moko     16962:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
        !          16963:          started unix makes update
1.86      moko     16964: 
1.88      moko     16965:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   16966:          started unix makes update
1.86      moko     16967: 
                   16968:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   16969: 
                   16970:        * src/types/pa_value.h: z
                   16971: 
                   16972:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   16973:          bugs with usinge hash/table in expressions
                   16974: 
1.88      moko     16975:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   16976:          resolved conflicts fixed [const]
1.86      moko     16977: 
                   16978:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
1.88      moko     16979:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
1.86      moko     16980:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16981:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
1.88      moko     16982:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   16983:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   16984:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   16985:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   16986:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   16987:          with before_xml [merge2 actually didn't happen - i've created
                   16988:          tags on wrong branch. so this merge is in fact re-merge]
1.86      moko     16989: 
                   16990: 2001-09-21  parser
                   16991: 
1.88      moko     16992:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   16993:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   16994:          produced "" in make file and sadly wrong interpreted on load]
1.86      moko     16995: 
                   16996:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
1.88      moko     16997:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
1.86      moko     16998:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   16999:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17000:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
1.88      moko     17001:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   17002:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.86      moko     17003: 
                   17004:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   17005:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
1.88      moko     17006:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   17007:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17008:          main/pa_pool.C, main/pa_request.C,
                   17009:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   17010:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   17011:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17012:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   17013:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   17014:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   17015:          types/pa_vrequest.C, types/pa_vresponse.h,
1.86      moko     17016:          types/pa_vstateless_class.C, types/pa_vstring.C,
1.88      moko     17017:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   17018:          created new projects for sql drivers [planning to remove sql
                   17019:          drivers from main cvs project] first, will join latest changes
1.86      moko     17020: 
1.88      moko     17021:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   17022:          pool.get_charset
1.86      moko     17023: 
1.88      moko     17024:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   17025:          pool.get_charset
1.86      moko     17026: 
                   17027:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   17028:          pool.get_charset
                   17029: 
                   17030:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
1.88      moko     17031:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   17032:          methods encoding to pool.get_charset
1.86      moko     17033: 
1.88      moko     17034:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   17035:          transcoder were created right "unsupported encoding" message.
                   17036:          not @ set time, but @ use time, so until xml output functions
                   17037:          .string, .file, .save used - no encoding name check occur
1.86      moko     17038: 
                   17039:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   17040:          registration needed, pools are officially destructured
                   17041: 
                   17042: 2001-09-20  parser
                   17043: 
                   17044:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   17045: 
1.88      moko     17046:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
1.86      moko     17047:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   17048: 
1.88      moko     17049:        * src/: classes/dnode.C, classes/dom.C,
                   17050:          include/pa_config_includes.h, include/pa_globals.h,
                   17051:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17052:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   17053:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17054:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
1.86      moko     17055:          Pool::transcode 0
                   17056: 
1.88      moko     17057:        * src/classes/dom.C: dom. string save file moved output xml options
                   17058:          to last param and made it optional
1.86      moko     17059: 
                   17060:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   17061:          dnodes
                   17062:              !$attributenode.specified = boolean
                   17063:                      true if the attribute received its value explicitly
                   17064:          in the XML document,
                   17065:                      or if a value was assigned programatically with the
                   17066:          setValue function.
                   17067:                  false if the attribute value came from the default value
                   17068:          declared in the document's DTD.
                   17069:              !$pinode.target = target of this processing instruction
                   17070:                  XML defines this as being the first token following the
                   17071:          markup
                   17072:                  that begins the processing instruction.
                   17073:                  XPath:
                   17074:              !^node.select[xpath/query/expression] = hash of 0->node0
                   17075:          1->node1
                   17076:              !^node.select-single[xpath/query/expression] = first node if
                   17077:          any
                   17078: 
                   17079:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   17080:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   17081:          some 'const's added
                   17082: 
                   17083:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   17084:          expression context now, there value = size and boolean value
                   17085:          size!=0
                   17086: 
                   17087:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   17088:          can be used in expression context now, there value = size and
                   17089:          boolean value size!=0
                   17090: 
                   17091:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
1.88      moko     17092:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   17093:          due to strange xalan bug
1.86      moko     17094: 
                   17095: 2001-09-18  parser
                   17096: 
                   17097:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
1.88      moko     17098:          classes/image.C, classes/op.C, classes/table.C,
                   17099:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   17100:          include/pa_sql_driver_manager.h, main/compile.C,
                   17101:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   17102:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   17103:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
1.86      moko     17104:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17105:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   17106:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
1.88      moko     17107:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   17108:          before_xml branch ^if(def $hash) now true only when
                   17109:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
1.86      moko     17110: 
1.88      moko     17111:        * src/: classes/op.C, main/execute.C: operators self changed to
                   17112:          root ^for variable context changed to self
1.86      moko     17113: 
1.88      moko     17114:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   17115:          dnode 1
1.86      moko     17116: 
                   17117:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   17118:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   17119: 
1.88      moko     17120:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   17121:          poly* fixed
1.86      moko     17122: 
                   17123: 2001-09-17  parser
                   17124: 
                   17125:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
1.88      moko     17126:          types/pa_vdom.h: started dnode+dom
1.86      moko     17127: 
                   17128:          dnode     DOM methods:     $node.name     $node.value
                   17129:          ...others...
                   17130: 
                   17131:              ^node.xpath[/rates/USD] = hash
                   17132:                  $hash[
                   17133:                          $.0[node0]
                   17134:                          $.1[node1]
                   17135:                  ]
                   17136: 
1.88      moko     17137:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   17138:          applies to all linear primitives
1.86      moko     17139: 
                   17140:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   17141:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17142:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
1.88      moko     17143:          types/pa_vimage.h: started dnode     DOM:     $node.name
1.86      moko     17144:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   17145:          dom(dnode)
                   17146: 
                   17147:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   17148:          main/compile.y, main/compile_tools.h, main/execute.C,
1.88      moko     17149:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   17150:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   17151:          name after '.'
1.86      moko     17152: 
                   17153: 2001-09-15  parser
                   17154: 
1.88      moko     17155:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1.86      moko     17156:          image: $line-width ^line(...)[****   style]
                   17157: 
                   17158:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   17159:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   17160:          pool_storage - cleanups first, allocations second.  apache wisely
                   17161:          does just like that
                   17162: 
                   17163:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   17164:          rewritten using template, no bugs now
                   17165: 
1.88      moko     17166:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
1.86      moko     17167:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   17168:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   17169:          poorly started isapi pool_storage, would rewrite using template
                   17170:          now
                   17171: 
                   17172:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   17173:          include/pa_stylesheet_connection.h, main/main.dsp,
1.88      moko     17174:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   17175:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   17176:          xalan objects freed up [introducing Pool::register_cleanup]
1.86      moko     17177: 
1.88      moko     17178:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   17179:          comments
1.86      moko     17180: 
                   17181: 2001-09-14  parser
                   17182: 
                   17183:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   17184:          z
                   17185: 
                   17186:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   17187:          classes/mail.C, include/pa_common.h,
                   17188:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17189:          include/pa_stylesheet_connection.h,
                   17190:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17191:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   17192:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
1.88      moko     17193:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
1.86      moko     17194:          compiled&cached
                   17195: 
                   17196: 2001-09-13  parser
                   17197: 
                   17198:        * src/: classes/dom.C, classes/file.C, classes/image.C,
1.88      moko     17199:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
1.86      moko     17200: 
1.88      moko     17201:        * src/classes/dom.C: dom:file content-type(.method)
1.86      moko     17202: 
                   17203:        * src/: include/pa_common.h, include/pa_globals.h,
1.88      moko     17204:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   17205:          string now more informative error messages
1.86      moko     17206: 
                   17207:        * src/: include/pa_globals.h, include/pa_request.h,
1.88      moko     17208:          main/pa_request.C, targets/cgi/parser3.C,
                   17209:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   17210:          ParserSiteConfig .../parser3.conf
1.86      moko     17211: 
                   17212:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   17213: 
                   17214: 2001-09-12  parser
                   17215: 
                   17216:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
1.88      moko     17217:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   17218:          precise error reporting: "connection string must start with
                   17219:          protocol://" now
1.86      moko     17220: 
1.88      moko     17221:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   17222:          braced
1.86      moko     17223: 
                   17224:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   17225:          lexer on LS_USER level did [] matching without setting nestage,
                   17226:          introduced special LS_NAME_SQUARE_PART state
                   17227: 
                   17228: 2001-09-11  parser
                   17229: 
                   17230:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   17231:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   17232:          languages+=xml
                   17233: 
1.88      moko     17234:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   17235: 
                   17236:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17237:          options:     $.method[xml|html|text] detection fixed
1.86      moko     17238: 
1.88      moko     17239:        * src/types/pa_vdom.h: messages
                   17240: 
                   17241:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17242:          options:     $.method[xml|html|text] detection fixed
1.86      moko     17243: 
                   17244: 2001-09-10  parser
                   17245: 
1.88      moko     17246:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17247:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
1.86      moko     17248: 
                   17249:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   17250:          added]
                   17251: 
                   17252:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17253:          ^dom.xslt[stylesheet filename] 0
                   17254: 
1.88      moko     17255:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17256:          ^dom.xslt[stylesheet filename] -1 doc is lying
1.86      moko     17257: 
1.88      moko     17258:        * src/classes/dom.C: ^dom.file[encoding] = file
1.86      moko     17259: 
1.88      moko     17260:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   17261:          ^dom.save[encoding;filename]
1.86      moko     17262: 
1.88      moko     17263:        * src/classes/dom.C: ^dom.string[] 0
1.86      moko     17264: 
                   17265:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   17266: 
                   17267:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
1.88      moko     17268:          types/pa_vform.h: ^dom.save[b.xml] 0
1.86      moko     17269: 
                   17270: 2001-09-08  parser
                   17271: 
                   17272:        * src/types/pa_vform.C: $form:tables.name.field
                   17273: 
                   17274: 2001-09-07  parser
                   17275: 
                   17276:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   17277:          $table)...
                   17278: 
                   17279:        * src/targets/cgi/parser3.C: z
                   17280: 
1.88      moko     17281:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   17282:          from '' to int/double is 0]
1.86      moko     17283: 
1.88      moko     17284:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   17285:          $table) is false when table is empty
1.86      moko     17286: 
1.88      moko     17287:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   17288:          !$form:tables $atable[$form:tables.a]
1.86      moko     17289:          ^atable.menu{a=$atable.element}[,]
                   17290: 
                   17291:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
1.88      moko     17292:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
1.86      moko     17293: 
                   17294:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.88      moko     17295:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   17296:          of dom
1.86      moko     17297: 
                   17298:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
1.88      moko     17299:          types/pa_vform.C, types/pa_vform.h: z
1.86      moko     17300: 
                   17301:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   17302:          element [not last]
                   17303: 
                   17304:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.88      moko     17305:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
1.86      moko     17306: 
                   17307: 2001-09-06  parser
                   17308: 
1.88      moko     17309:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17310:          table with one column 'element' and two rows: 1 and 2
1.86      moko     17311: 
                   17312:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17313:          table with one column 'element' and two rows: 1 and 2
                   17314: 
                   17315:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   17316:          bad int/double conversions, and now $form:nonexistent.int(88)
                   17317:          would return 88
                   17318: 
                   17319:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
1.88      moko     17320:          types/pa_vhash.h: now there's special hash key '_default'
                   17321:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   17322:          $._default[xx] ] $hash.c
1.86      moko     17323: 
                   17324:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   17325:          fixed [thanks, fif], ^; were treated there non-literally
                   17326: 
                   17327:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   17328:          doxygen
                   17329: 
                   17330:        * src/: classes/image.C, classes/op.C, classes/string.C,
1.88      moko     17331:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
1.86      moko     17332:          types/pa_vtable.C: few #ifndef DOXYGEN
                   17333: 
                   17334: 2001-09-05  parser
                   17335: 
1.88      moko     17336:        * src/classes/: string.C, table.C: sql options can be void [same as
                   17337:          image:html the other day]
1.86      moko     17338: 
1.88      moko     17339:        * src/targets/cgi/Makefile.am: .am undo
1.86      moko     17340: 
                   17341:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17342:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   17343:          macro expantion on param, simply qoutes whatever passed, undone
                   17344: 
                   17345:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   17346:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   17347:          STRINGIZE(name) #name invented
                   17348: 
                   17349:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   17350:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   17351:          MAIN_SQL_DRIVERS_NAME "drivers"
                   17352: 
                   17353:          moved to be availible to all users
                   17354: 
1.88      moko     17355:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   17356:          SQL_DRIVER_CREATE_FUNC_NAME
1.86      moko     17357: 
                   17358:        * src/classes/mail.C: MAIN:MAIL check fixed
                   17359: 
                   17360: 2001-09-04  parser
                   17361: 
                   17362:        * src/classes/image.C: image.html now can accept void params
                   17363: 
                   17364:        * src/targets/isapi/parser3isapi.C: z
                   17365: 
                   17366:        * src/targets/cgi/parser3.C: full_file_spec bug
                   17367: 
1.88      moko     17368:        * src/targets/cgi/parser3.C: getenvcheck
1.86      moko     17369: 
                   17370:        * src/targets/cgi/parser3.C: zz
                   17371: 
                   17372:        * src/targets/cgi/parser3.C: zzz
                   17373: 
                   17374:        * src/classes/date.C: date
                   17375: 
                   17376:        * src/classes/date.C: date:sql-string is now without ''
                   17377: 
                   17378:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
                   17379:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   17380:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   17381: 
                   17382:        * src/include/pa_config_auto.h.in: makes
                   17383: 
                   17384: 2001-09-03  parser
                   17385: 
1.88      moko     17386:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
1.86      moko     17387: 
                   17388: 2001-09-01  parser
                   17389: 
                   17390:        * src/classes/image.C: letter_spacing
                   17391: 
1.88      moko     17392:        * src/classes/image.C: image: font params changed
1.86      moko     17393: 
                   17394:        * src/classes/image.C: image: as_int as_string used
                   17395: 
1.88      moko     17396:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   17397:          analized
1.86      moko     17398: 
                   17399: 2001-08-31  parser
                   17400: 
1.88      moko     17401:        * src/targets/cgi/parser3.C: z
1.86      moko     17402: 
                   17403:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   17404:          cygwin
                   17405: 
1.88      moko     17406:        * src/classes/void.C: void:int/double += (default)
1.86      moko     17407: 
1.88      moko     17408:        * src/classes/image.C: image:font added space param image:font
                   17409:          changed charwidth alg, added kerning const[for now]
1.86      moko     17410: 
1.88      moko     17411:        * src/classes/: string.C, table.C: string:int/double (defaults)
1.86      moko     17412: 
                   17413: 2001-08-29  parser
                   17414: 
1.88      moko     17415:        * src/main/pa_exception.C: exception redundant debug info
1.86      moko     17416: 
                   17417: 2001-08-28  parser
                   17418: 
1.88      moko     17419:        * src/classes/image.C: image error msgs
1.86      moko     17420: 
1.88      moko     17421:        * src/classes/image.C: image: gifsize little endian
1.86      moko     17422: 
                   17423:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   17424:          doxygeneration
                   17425: 
1.88      moko     17426:        * src/: classes/Makefile.am, main/Makefile.am,
1.86      moko     17427:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   17428: 
                   17429:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   17430:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   17431: 
                   17432:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   17433: 
                   17434:        * src/classes/table.C: NO_STRING_ORIGIN check
                   17435: 
                   17436:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   17437:          storage class specifiers invalid in friend function declarations
                   17438: 
                   17439:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   17440:          main/untaint.C, targets/cgi/parser3.C,
                   17441:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   17442:          case of limit
                   17443: 
1.88      moko     17444:        * src/: classes/file.C, main/pa_common.C: file:move
                   17445:          autocreate/remove dest/src dir
1.86      moko     17446: 
                   17447:        * src/: classes/string.C, include/pa_dictionary.h,
                   17448:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
1.88      moko     17449:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   17450:          to directory constructor.  string:replace
1.86      moko     17451: 
                   17452: 2001-08-27  parser
                   17453: 
                   17454:        * src/classes/image.C: fixed jpgsize alg
                   17455: 
                   17456:        * src/classes/image.C: fixed jpgsize alg
                   17457: 
                   17458:        * src/main/pa_exception.C: z
                   17459: 
                   17460:        * src/main/pa_common.C: removed debug info from pa_common
                   17461: 
                   17462:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   17463:          [auto.p from current dir loading]
                   17464: 
                   17465:        * src/: main/pa_common.C, main/pa_exception.C,
1.88      moko     17466:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   17467:          for solaris -lsocket
1.86      moko     17468: 
                   17469: 2001-08-24  parser
                   17470: 
                   17471:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   17472: 
                   17473:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   17474: 
                   17475:        * src/targets/cgi/parser3.C: not cgi extra \n
                   17476: 
1.88      moko     17477:        * src/main/pa_sql_driver_manager.C: z
1.86      moko     17478: 
1.88      moko     17479:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   17480:          sql* removed services from disconnect - cross-request ideological
                   17481:          probs.
1.86      moko     17482: 
1.88      moko     17483:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
1.86      moko     17484:          cross-request ideological probs.  oracle - fixed bug: cs
                   17485:          allocated on request.pool and got freed before disconnect
                   17486: 
                   17487:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   17488:          mallocs fixed
                   17489: 
                   17490: 2001-08-23  parser
                   17491: 
1.88      moko     17492:        * src/classes/file.C: minor bug in file:save fixed
1.86      moko     17493: 
1.88      moko     17494:        * src/main/pa_sql_driver_manager.C: oracle: dlink
1.86      moko     17495: 
                   17496: 2001-08-22  parser
                   17497: 
                   17498:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
1.88      moko     17499:          types/pa_vfile.h: file:load|save[text|binary;
1.86      moko     17500: 
1.88      moko     17501:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
1.86      moko     17502: 
                   17503: 2001-08-21  parser
                   17504: 
1.88      moko     17505:        * src/classes/: file.C, table.C: ^file:list
1.86      moko     17506: 
                   17507: 2001-08-20  parser
                   17508: 
                   17509:        * src/: main/compile.tab.C, main/compile.y,
1.88      moko     17510:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   17511:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   17512:          recousively caused problems: inc incremeted 123 literal!! fixed
1.86      moko     17513: 
                   17514: 2001-08-10  parser
                   17515: 
                   17516:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   17517: 
1.88      moko     17518:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   17519:          added
1.86      moko     17520: 
1.88      moko     17521:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   17522:          added
1.86      moko     17523: 
1.88      moko     17524:        * src/classes/table.C: table:sort restored [it was bad test :(]
1.86      moko     17525: 
                   17526:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   17527:          ''
                   17528: 
1.88      moko     17529:        * src/main/: pa_request.C: wanted to make const int
                   17530:          MAX_EXECUTE_SECONDS=1;
1.86      moko     17531: 
                   17532:          but couldnt, set_callback_and_alarm appeared to be not exported
                   17533:          :(
                   17534: 
                   17535:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   17536:          check but it weren't wise enough
                   17537: 
                   17538:          @parse[dateString][tmp]
                   17539:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   17540:          #end
                   17541: 
                   17542:          @main[] ^parse[2001-02-03]
                   17543: 
1.88      moko     17544:        * src/classes/: table.C: table:sort now default desc
1.86      moko     17545: 
                   17546:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   17547:          table.sort now creates new sorted table
                   17548: 
                   17549: 2001-08-09  parser
                   17550: 
                   17551:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   17552: 
                   17553:        * src/classes/hash.C: hash:_default now [was hash:default]
                   17554: 
1.88      moko     17555:        * src/classes/op.C: case without switch check added
1.86      moko     17556: 
1.88      moko     17557:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   17558:          precise $ORIGINS(1)
1.86      moko     17559: 
                   17560:        * src/main/Makefile.am: .am
                   17561: 
                   17562:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   17563:          fixed
                   17564: 
                   17565:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   17566:          fixed
                   17567: 
                   17568: 2001-08-07  parser
                   17569: 
                   17570:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   17571:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   17572:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   17573:          string, table
                   17574: 
1.88      moko     17575:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   17576:          srand made working
1.86      moko     17577: 
                   17578: 2001-08-06  parser
                   17579: 
                   17580:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   17581:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   17582:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   17583:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
1.88      moko     17584:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
1.86      moko     17585: 
1.88      moko     17586:        * src/main/pa_exec.C: exec win32 real filename
1.86      moko     17587: 
1.88      moko     17588:        * src/classes/file.C: exec stderr out
1.86      moko     17589: 
1.88      moko     17590:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
1.86      moko     17591: 
                   17592: 2001-08-03  parser
                   17593: 
                   17594:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   17595: 
                   17596: 2001-08-02  parser
                   17597: 
                   17598:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   17599:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   17600: 
                   17601:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   17602:          get@execute, but needs array iterator, separate from array to
                   17603:          avoid it & use caching
                   17604: 
1.88      moko     17605:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   17606:          bug fixed
1.86      moko     17607: 
                   17608:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
1.88      moko     17609:          main/execute.C, main/pa_globals.C: found another multithread bug
                   17610:          in op.C (last, last global var killed) :)
1.86      moko     17611: 
                   17612: 2001-08-01  parser
                   17613: 
                   17614:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   17615:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   17616:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88      moko     17617:          main/untaint.C: speeded up typo-html replacements. introducing
                   17618:          Dictionary with first-char caching
1.86      moko     17619: 
                   17620: 2001-07-31  parser
                   17621: 
                   17622:        * src/types/Makefile.am: pa_vtable.C added to .am
                   17623: 
                   17624:        * src/main/compile.tab.C: added, so that could be compiled even on
                   17625:          non-bison-enabled platforms
                   17626: 
                   17627: 2001-07-28  parser
                   17628: 
                   17629:        * src/classes/table.C: table:hash always produces hash, when can't
                   17630:          - empty
                   17631: 
                   17632:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   17633:          skipped \n
                   17634: 
                   17635: 2001-07-27  parser
                   17636: 
1.88      moko     17637:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   17638:          on int/double/string :sql without result and default
1.86      moko     17639: 
                   17640: 2001-07-26  parser
                   17641: 
1.88      moko     17642:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   17643:          OP
1.86      moko     17644: 
1.88      moko     17645:        * src/main/compile.y: $man[$.age[zzz]]  0
1.86      moko     17646: 
                   17647:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   17648:          creation syntax problem persists. restored $: for a while.
                   17649:          thinking of $man[$.age[zzz]] syntax now
                   17650: 
                   17651:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   17652:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   17653:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   17654:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
1.88      moko     17655:          types/pa_wwrapper.h: fixing :: realization #1
1.86      moko     17656: 
                   17657:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   17658:          main/compile_tools.h, main/execute.C, main/pa_request.C,
1.88      moko     17659:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   17660:          prefix.  ordinary : remains for static accesses
1.86      moko     17661: 
                   17662: 2001-07-25  parser
                   17663: 
1.88      moko     17664:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   17665:          fields 2. methods 3. columns
1.86      moko     17666: 
1.88      moko     17667:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   17668:          quote.  optimized double&int tostring-s
1.86      moko     17669: 
1.88      moko     17670:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   17671:          whitespace before first method decl
1.86      moko     17672: 
1.88      moko     17673:        * src/classes/table.C: allowed nontable result in table:sql,
                   17674:          results in empty table
1.86      moko     17675: 
1.88      moko     17676:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   17677:          lines before first method decl
1.86      moko     17678: 
                   17679:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   17680:          types/pa_vtable.h: ^table.record[] now $table.fields
                   17681: 
                   17682:        * src/main/compile.y: $var[] is now empty string, not void
                   17683: 
1.88      moko     17684:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   17685:          void
1.86      moko     17686: 
                   17687:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
1.88      moko     17688:          main/pa_globals.C: match replace code context moved to implicit
                   17689:          $match context
1.86      moko     17690: 
                   17691:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   17692:          main/compile_tools.h, main/execute.C: with killed, code storage
                   17693:          introduced with former 'with' syntax
                   17694: 
                   17695: 2001-07-24  parser
                   17696: 
                   17697:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
1.88      moko     17698:          types/pa_value.h: first get_element, next get operator
1.86      moko     17699: 
                   17700:        * src/main/compile.y: removed @end handling
                   17701: 
1.88      moko     17702:        * src/main/: compile.C, compile.y: @end handling method2
1.86      moko     17703: 
1.88      moko     17704:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   17705:          file:move
1.86      moko     17706: 
                   17707:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   17708:          fixed
                   17709: 
                   17710: 2001-07-23  parser
                   17711: 
1.88      moko     17712:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   17713:          driver
1.86      moko     17714: 
1.88      moko     17715:        * src/classes/hash.C: changed sql driver query interface
1.86      moko     17716: 
                   17717:        * src/: classes/hash.C, classes/string.C, classes/table.C,
1.88      moko     17718:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   17719:          changed sql driver query interface
1.86      moko     17720: 
                   17721: 2001-07-20  parser
                   17722: 
                   17723:        * src/types/pa_vrequest.C: X!$browser:type
                   17724: 
                   17725:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   17726:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   17727:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   17728:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   17729:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   17730:          types/pa_vobject.h, types/pa_vrequest.C,
                   17731:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   17732:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   17733:          BASE element globally removed
                   17734: 
                   17735: 2001-07-18  parser
                   17736: 
                   17737:        * src/classes/file.C: file:exec/cgi msg
                   17738: 
                   17739:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   17740: 
                   17741:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   17742: 
1.88      moko     17743:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
1.89    ! moko     17744:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
        !          17745:          removed $id from *.in *.am
1.86      moko     17746: 
1.88      moko     17747:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
1.86      moko     17748:          abbrevations
                   17749: 
                   17750:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   17751:          classes/string.C, classes/table.C, include/pa_globals.h,
                   17752:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   17753:          main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88      moko     17754:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17755:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   17756:          $ORIGINS(1) output tracing mode
1.86      moko     17757: 
                   17758: 2001-07-13  parser
                   17759: 
                   17760:        * src/: classes/double.C, classes/int.C, classes/string.C,
1.88      moko     17761:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   17762:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   17763:          second would not call first @auto
1.86      moko     17764: 
                   17765:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   17766:          wrong, fixed
                   17767: 
                   17768: 2001-07-12  parser
                   17769: 
1.88      moko     17770:        * src/types/pa_value.h: pa_value.putelement modification of system
                   17771:          classes prevented
1.86      moko     17772: 
                   17773: 2001-07-11  parser
                   17774: 
1.88      moko     17775:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   17776:          table $piece
1.86      moko     17777: 
                   17778:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1.88      moko     17779:          types/pa_vstateless_class.h: $file created by file:state +=
                   17780:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   17781:          get_junction-created objects [they were on wrong pool]
1.86      moko     17782: 
                   17783: 2001-07-09  parser
                   17784: 
                   17785:        * src/main/untaint.C: qp wrong name
                   17786: 
                   17787:        * src/: classes/date.C, classes/string.C, classes/table.C,
1.88      moko     17788:          main/compile.y: date format 0
1.86      moko     17789: 
                   17790: 2001-07-07  parser
                   17791: 
                   17792:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
1.88      moko     17793:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   17794:          roll table calendar
1.86      moko     17795: 
                   17796:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   17797:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   17798:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   17799:          include/pa_request.h, main/main.dsp, types/pa_value.h,
1.88      moko     17800:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   17801:          string.  todo: sql, calendar
1.86      moko     17802: 
                   17803: 2001-07-06  parser
                   17804: 
                   17805:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
1.88      moko     17806:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
1.86      moko     17807: 
                   17808: 2001-07-03  parser
                   17809: 
                   17810:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
1.88      moko     17811:          classes/random.C, main/main.dsp: class random renamed to math,
                   17812:          operators became methods
1.86      moko     17813: 
                   17814:        * src/classes/op.C:  pow sqrt
                   17815: 
                   17816:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   17817: 
                   17818: 2001-07-02  parser
                   17819: 
1.88      moko     17820:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   17821:          'column'
1.86      moko     17822: 
1.88      moko     17823:        * src/classes/hash.C: ^hash.keys[]
1.86      moko     17824: 
1.88      moko     17825:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
1.86      moko     17826: 
1.88      moko     17827:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   17828:          'strings'
1.86      moko     17829: 
                   17830: 2001-06-29  parser
                   17831: 
1.88      moko     17832:        * src/main/: execute.C: /0  %0 checkes ver 2
1.86      moko     17833: 
1.88      moko     17834:        * src/main/execute.C: /0  %0 checke
1.86      moko     17835: 
                   17836:        * src/classes/Makefile.am: nothing - void
                   17837: 
1.88      moko     17838:        * src/classes/table.C: empty strings @ sql
1.86      moko     17839: 
                   17840: 2001-06-28  parser
                   17841: 
                   17842:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   17843:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17844:          classes/op.C, classes/random.C, classes/response.C,
                   17845:          classes/string.C, classes/table.C, classes/void.C,
                   17846:          main/compile.C, main/compile_tools.C, main/execute.C,
                   17847:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   17848:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   17849:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   17850:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
1.88      moko     17851:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   17852:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   17853:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   17854:          $";
1.86      moko     17855: 
                   17856:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   17857:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17858:          classes/op.C, classes/random.C, classes/response.C,
                   17859:          classes/string.C, classes/table.C, classes/void.C,
                   17860:          main/compile.C, main/compile.y, main/compile_tools.C,
                   17861:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   17862:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   17863:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   17864:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
1.88      moko     17865:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   17866:          targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
                   17867: 
                   17868:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   17869:          $class:name: == ${class:name}:
1.86      moko     17870: 
                   17871:        * src/classes/string.C: exactly one
                   17872: 
                   17873: 2001-06-27  parser
                   17874: 
                   17875:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   17876:          types/pa_vvoid.h: nothing renamed to void
                   17877: 
1.88      moko     17878:        * src/classes/op.C: ^switch ^case
1.86      moko     17879: 
                   17880:        * src/main/compile.y: nothing renamed to void
                   17881: 
                   17882:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   17883:          main/execute.C, main/main.dsp, main/pa_request.C,
                   17884:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
1.88      moko     17885:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   17886:          void
1.86      moko     17887: 
1.88      moko     17888:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
1.86      moko     17889: 
                   17890: 2001-05-28  parser
                   17891: 
                   17892:        * src/doc/html2chm.cmd: removed >a
                   17893: 
                   17894:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   17895:          project options [some bugs]
                   17896: 
                   17897:        * src/doc/sources2html.cmd: z
                   17898: 
                   17899:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   17900:          main/execute.C: operators are not in root class again
                   17901: 
                   17902: 2001-05-24  parser
                   17903: 
                   17904:        * src/targets/cgi/parser3.dsp: project file
                   17905: 
1.88      moko     17906:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   17907:          ^log ^exp
1.86      moko     17908: 
1.88      moko     17909:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   17910:          conversions in @exception[params]
1.86      moko     17911: 
1.88      moko     17912:        * src/main/pa_request.C: // no _ conversions in @exception[params]
1.86      moko     17913: 
                   17914: 2001-05-23  parser
                   17915: 
1.88      moko     17916:        * src/main/pa_string.C: string cmp bug
1.86      moko     17917: 
                   17918:        * src/classes/: mail.C, op.C: rem max 1000
                   17919: 
1.88      moko     17920:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   17921:          LS_DEF_NAME
1.86      moko     17922: 
                   17923: 2001-05-22  parser
                   17924: 
1.88      moko     17925:        * src/classes/op.C: if params code-required
1.86      moko     17926: 
                   17927: 2001-05-21  parser
                   17928: 
                   17929:        * src/types/pa_vstring.C: eoleof
                   17930: 
                   17931:        * src/classes/Makefile.am: .AM
                   17932: 
1.88      moko     17933:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
1.86      moko     17934: 
                   17935:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   17936: 
                   17937:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   17938:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
1.88      moko     17939:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   17940:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   17941:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   17942:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   17943:          'nothing'
1.86      moko     17944: 
                   17945:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   17946:          vstring::set_string
                   17947: 
1.88      moko     17948:        * src/classes/: double.C, int.C, string.C: int,double;sql
1.86      moko     17949: 
                   17950:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   17951:          classes/table.C, include/pa_string.h, main/pa_string.C,
1.88      moko     17952:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
1.86      moko     17953: 
                   17954:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
1.88      moko     17955:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   17956:          hash:sql moved to main trunc. operators.txt updated
1.86      moko     17957: 
1.88      moko     17958:        * src/classes/: hash.C, op.C, table.C: hash:sql
1.86      moko     17959: 
1.88      moko     17960:        * src/classes/op.C: z
1.86      moko     17961: 
                   17962:        * src/: main/compile.C, classes/classes.C: 1
                   17963: 
                   17964:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   17965:          main/execute.C: 0
                   17966: 
                   17967:        * src/main/execute.C: z
                   17968: 
1.88      moko     17969:        * src/targets/cgi/parser3.C: z
1.86      moko     17970: 
                   17971:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   17972:          site_auto_path "." in that case
                   17973: 
                   17974:        * src/targets/cgi/: parser3.C: z
                   17975: 
1.88      moko     17976:        * src/main/pa_request.C: .am
1.86      moko     17977: 
1.88      moko     17978:        * src/: main/pa_request.C, targets/cgi/parser3.C:
1.86      moko     17979:          pcre_tables=pcre_default_tables;
                   17980: 
                   17981: 2001-05-19  parser
                   17982: 
                   17983:        * src/main/pa_string.C: z
                   17984: 
                   17985:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   17986:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   17987:          target.
                   17988: 
                   17989:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
1.88      moko     17990:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   17991:          used, 4* mem wasted
1.86      moko     17992: 
                   17993:        * src/classes/string.C: root context in match replace body now
                   17994:          unchanged
                   17995: 
                   17996:        * src/types/pa_value.h: parameter # 1 based
                   17997: 
                   17998:        * src/main/pa_common.C: common:  actual filename '%s'
                   17999: 
                   18000:        * src/classes/string.C: z
                   18001: 
                   18002:        * src/classes/Makefile.am: classes/.am
                   18003: 
                   18004:        * src/classes/: Makefile.am: classes/.am
                   18005: 
                   18006:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   18007:          targets/cgi/pa_pool.C: classes/.am
                   18008: 
                   18009: 2001-05-18  parser
                   18010: 
1.88      moko     18011:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   18012:          pa_threads.C ins
1.86      moko     18013: 
1.88      moko     18014:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
1.86      moko     18015: 
                   18016: 2001-05-17  parser
                   18017: 
                   18018:        * src/: classes/string.C, include/pa_config_fixed.h,
                   18019:          include/pa_config_includes.h, main/compile.y,
                   18020:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   18021:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   18022:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   18023:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   18024:          most .C
                   18025: 
                   18026:        * src/doc/html2chm.cmd: z
                   18027: 
1.88      moko     18028:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   18029:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
1.86      moko     18030: 
                   18031:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   18032:          get_connection_from_cache
                   18033: 
1.88      moko     18034:        * src/main/pa_sql_driver_manager.C: cache expiration bf
1.86      moko     18035: 
                   18036:        * src/: classes/classes.h, include/pa_sql_connection.h,
1.88      moko     18037:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   18038:          cache expiration[use SQL_Driver::disconnect]
1.86      moko     18039: 
1.88      moko     18040:        * src/main/pa_table.C: table.locate current restored on "not found"
1.86      moko     18041: 
                   18042:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   18043:          line no
                   18044: 
1.88      moko     18045:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   18046:          ANTI_ENDLESS_EXECUTE_RECOURSION
1.86      moko     18047: 
                   18048:        * src/: classes/op.C, include/pa_sql_connection.h,
                   18049:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
1.88      moko     18050:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   18051:          1driver and set_services fight for driver::fservices. before fix
1.86      moko     18052: 
                   18053:        * src/: classes/op.C, include/pa_config_fixed.h,
                   18054:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1.88      moko     18055:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   18056:          own 1driver and set_services fight for driver::fservices. before
                   18057:          fix
1.86      moko     18058: 
                   18059:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18060:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   18061:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   18062:          pa_threads.C
                   18063: 
1.88      moko     18064:        * src/include/pa_threads.h: removed targets/parser
1.86      moko     18065: 
                   18066:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   18067:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   18068:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   18069:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   18070:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   18071:          headers
                   18072: 
                   18073:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   18074:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   18075:          order prevented sqlmanager to see MULTYTHREAD define
                   18076: 
                   18077:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18078:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   18079:          put/gets
                   18080: 
                   18081:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   18082:          from hash.h
                   18083: 
                   18084:        * src/: classes/op.C, include/pa_sql_connection.h,
1.88      moko     18085:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   18086:          from cache ->set_services(&services);
1.86      moko     18087: 
                   18088: 2001-05-16  parser
                   18089: 
                   18090:        * src/targets/cgi/parser3.C: z
                   18091: 
                   18092:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   18093:          debug, #ifdefed some.  would debug later, on more precise sample
                   18094:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   18095:          $name.$tail[$tail!] $name.$tail } ok3
                   18096: 
                   18097:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   18098:          removed array debug. before vstring rebasing
                   18099: 
                   18100:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   18101:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   18102:          array debugged; adjusted
                   18103: 
                   18104:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   18105:          SQL_Driver_manager line no for connect/charset errors
                   18106: 
                   18107: 2001-05-15  parser
                   18108: 
                   18109:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   18110:          main/pa_string.C: string+array made linear grows
                   18111: 
                   18112:        * src/: include/pa_string.h, main/pa_string.C,
                   18113:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   18114:          grow lineary, not exponentialy
                   18115: 
                   18116:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   18117:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   18118:          with fullchunk cmps
                   18119: 
                   18120:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   18121:          70041=           81
                   18122: 
1.88      moko     18123:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   18124:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   18125:          malloc 27809390/368771, calloc 3232/83. would test now
1.86      moko     18126: 
                   18127:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   18128:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   18129:          numbered params had wrong name - for instance: bad error message
                   18130:          in ^for[] bad body type. fixed
                   18131: 
                   18132: 2001-05-14  parser
                   18133: 
                   18134:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
1.88      moko     18135:          main/untaint.C: ^string.upper|lower[]
1.86      moko     18136: 
                   18137: 2001-05-11  parser
                   18138: 
                   18139:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   18140:          classes/string.C, classes/table.C, classes/unknown.C,
                   18141:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   18142:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
1.88      moko     18143:          types/pa_vunknown.h: op: MAX_LOOPS as_int
1.86      moko     18144: 
1.88      moko     18145:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   18146:          .dsp for win32tools
1.86      moko     18147: 
                   18148: 2001-05-11  paf
                   18149: 
                   18150:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   18151:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   18152:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
1.88      moko     18153:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
1.86      moko     18154: 
                   18155: 2001-05-10  paf
                   18156: 
                   18157:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   18158:          for C++, that's all
                   18159: 
1.88      moko     18160:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   18161:          pa_config_includes.h: inline wonders
1.86      moko     18162: 
                   18163:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   18164:          doc/doxygen.cmd: hash.C added
                   18165: 
1.88      moko     18166:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
1.86      moko     18167: 
1.88      moko     18168:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   18169:          menthod
1.86      moko     18170: 
                   18171:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   18172:          pa_vstateless_object.h: changed priority: field before method
                   18173:          lookup in vclass & vobject
                   18174: 
1.88      moko     18175:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   18176:          grammar: priorities changes [lowerd && prior] vobject: now first
                   18177:          fields, next methods
1.86      moko     18178: 
                   18179: 2001-05-08  paf
                   18180: 
1.88      moko     18181:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   18182:          bark=false. fixed
1.86      moko     18183: 
                   18184:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
1.88      moko     18185:          types/pa_vmethod_frame.h: hash:default works at last!
1.86      moko     18186: 
                   18187:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
1.88      moko     18188:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   18189:          hash:default
1.86      moko     18190: 
1.88      moko     18191:        * src/classes/table.C: z
1.86      moko     18192: 
                   18193:        * src/classes/table.C: table:hash always hash of hash now
                   18194: 
                   18195:        * src/classes/table.C: table:empty return bool now
                   18196: 
                   18197:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   18198:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
1.88      moko     18199:          types/pa_vtable.h: table:hash
1.86      moko     18200: 
1.88      moko     18201:        * src/classes/table.C: table:record have name
1.86      moko     18202: 
1.88      moko     18203:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   18204:          returns vunknown
1.86      moko     18205: 
1.88      moko     18206:        * src/classes/: double.C, int.C, op.C, string.C:
                   18207:          int,double,string:int[] double[] string:length[] results now have
                   18208:          hames
1.86      moko     18209: 
                   18210:        * src/: classes/op.C, classes/table.C, main/main.dsp,
1.88      moko     18211:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   18212:          now return bool
1.86      moko     18213: 
1.88      moko     18214:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   18215:          in method checkparams again. fixed
1.86      moko     18216: 
                   18217: 2001-05-07  paf
                   18218: 
                   18219:        * src/doc/chm.cmd: cmd
                   18220: 
                   18221:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   18222:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
1.88      moko     18223:          types/pa_value.h: method reported errors on wrong pool
1.86      moko     18224: 
1.88      moko     18225:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   18226:          now
1.86      moko     18227: 
                   18228:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   18229:          include/code.h, include/pa_opcode.h, main/compile.C,
                   18230:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   18231:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18232:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   18233:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   18234:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18235:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18236:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18237:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   18238:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
1.88      moko     18239:          types/pa_wwrapper.h: pa_code.h
1.86      moko     18240: 
                   18241:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   18242: 
1.88      moko     18243:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   18244:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   18245:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   18246:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   18247:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   18248:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
1.86      moko     18249:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   18250:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
1.88      moko     18251:          types/pa_vtable.h: dox, split by not clean parts also
1.86      moko     18252: 
                   18253:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   18254:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   18255:          'dir' fields & co. more
                   18256: 
1.88      moko     18257:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   18258:          so to enable 'dir' fields & co.
1.86      moko     18259: 
1.88      moko     18260:        * src/main/compile.y: grammar: @end
1.86      moko     18261: 
                   18262: 2001-05-04  paf
                   18263: 
                   18264:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
1.88      moko     18265:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
1.86      moko     18266: 
                   18267:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   18268:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   18269:          classes/op.C, classes/random.C, classes/response.C,
                   18270:          classes/string.C, classes/table.C, classes/unknown.C,
1.88      moko     18271:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   18272:          method dox
1.86      moko     18273: 
                   18274: 2001-05-03  paf
                   18275: 
                   18276:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   18277:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   18278:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   18279:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   18280:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   18281:          main/pa_request.C: dox splitted .dox files and added some
                   18282: 
                   18283:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   18284: 
                   18285: 2001-05-02  paf
                   18286: 
                   18287:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   18288:          by file_name  language now
                   18289: 
                   18290: 2001-04-28  paf
                   18291: 
                   18292:        * src/classes/classes.inc: removed classes.inc
                   18293: 
                   18294:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   18295:          from .am
                   18296: 
                   18297:        * src/classes/classes.awk: skipped classes in .awk
                   18298: 
                   18299:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   18300:          classes/classes.inc, classes/double.C, classes/file.C,
                   18301:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   18302:          classes/string.C, classes/table.C, classes/unknown.C,
                   18303:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   18304:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   18305:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   18306:          pa_methoded back to classes/classes.h
                   18307: 
                   18308:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   18309: 
                   18310:        * src/: classes/Makefile.am, classes/classes.awk,
                   18311:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   18312:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   18313: 
                   18314:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   18315:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   18316:          classes/response.C, classes/string.C, classes/table.C,
                   18317:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
1.88      moko     18318:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   18319:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   18320:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   18321:          include|main/pa_methoded
1.86      moko     18322: 
                   18323:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   18324:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   18325: 
                   18326:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   18327:          moved some configured data to request::classes_conf moved some
                   18328:          string crations from globals to M...  [works]
                   18329: 
                   18330:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18331:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   18332:          main/pa_request.C: moved some configured data to
                   18333:          request::classes_conf moved some string crations from globals to
                   18334:          M...
                   18335: 
                   18336:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   18337:          about to move configured data to special request hash
                   18338: 
                   18339:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   18340:          classes/form.C, classes/mail.C, include/pa_request.h,
1.88      moko     18341:          main/pa_request.C: configure started
1.86      moko     18342: 
1.88      moko     18343:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   18344:          2. todo: methoded-configure
1.86      moko     18345: 
                   18346:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   18347:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18348:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18349:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   18350:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   18351:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18352:          classes/random.C, classes/response.C, classes/string.C,
                   18353:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   18354:          include/pa_request.h, main/compile.y, main/execute.C,
                   18355:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   18356:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   18357:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   18358:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   18359:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   18360:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18361:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   18362:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
1.88      moko     18363:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   18364:          methoded-configure
1.86      moko     18365: 
                   18366:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   18367:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
1.88      moko     18368:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
1.86      moko     18369:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   18370: 
                   18371:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   18372:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   18373:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18374:          classes/random.C, classes/response.C, classes/string.C,
                   18375:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   18376:          main/compile.y, main/execute.C, main/pa_globals.C,
                   18377:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   18378:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18379:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
1.88      moko     18380:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   18381:          beautifying just compiled. todo: debug, configure
1.86      moko     18382: 
                   18383: 2001-04-27  paf
                   18384: 
                   18385:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   18386:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   18387:          beautifying -99
                   18388: 
                   18389:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   18390:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   18391:          classes/classes.h, classes/double.C, classes/file.C,
                   18392:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   18393:          classes/op.C, classes/random.C, classes/response.C,
                   18394:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   18395:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   18396:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   18397:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
1.88      moko     18398:          types/pa_vunknown.h: beautifying -100
1.86      moko     18399: 
1.88      moko     18400:        * src/main/compile.y: serge@ found @CLASS bug. fixed
1.86      moko     18401: 
                   18402:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   18403:          classes/_op.h, classes/_random.h, classes/_table.h,
                   18404:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   18405:          classes/op.C, classes/random.C, classes/response.C,
                   18406:          classes/string.C, classes/table.C, classes/unknown.C,
                   18407:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
1.88      moko     18408:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   18409:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   18410:          beautifying
1.86      moko     18411: 
                   18412: 2001-04-26  paf
                   18413: 
                   18414:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   18415: 
1.88      moko     18416:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   18417:          documentation ++
1.86      moko     18418: 
                   18419:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   18420:          include/pa_config_fixed.h, include/pa_config_includes.h,
1.88      moko     18421:          targets/cgi/pa_pool.C: code documentation ++
1.86      moko     18422: 
                   18423:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   18424:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18425:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   18426:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   18427:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18428:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18429:          types/pa_vrequest.C, types/pa_vrequest.h,
                   18430:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   18431:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   18432:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   18433:          code documentation ++
                   18434: 
                   18435:        * src/: classes/image.C, classes/mail.C, classes/string.C,
1.88      moko     18436:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
1.86      moko     18437:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   18438:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   18439:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18440:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   18441:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   18442:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   18443: 
1.88      moko     18444:        * src/main/: pa_request.C, pa_string.C: z
1.86      moko     18445: 
                   18446:        * src/: include/pa_common.h, include/pa_types.h,
1.88      moko     18447:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   18448:          connection caching fixed.  request-pooled-url were stored into
                   18449:          global connectioncache
1.86      moko     18450: 
                   18451: 2001-04-25  paf
                   18452: 
                   18453:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   18454:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   18455: 
                   18456:        * src/: include/code.h, include/pa_common.h, main/compile.y,
1.88      moko     18457:          main/execute.C, main/pa_common.C: -d
1.86      moko     18458: 
1.88      moko     18459:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   18460:          illegal call check a bit improved, but still under iis no mapping
                   18461:          of dir with parser allowed!
1.86      moko     18462: 
                   18463: 2001-04-24  paf
                   18464: 
1.89    ! moko     18465:        * src/targets/Makefile.am: apache module lib .am
1.86      moko     18466: 
                   18467:        * src/main/pa_exec.C: windows32 buildCommand
                   18468: 
                   18469: 2001-04-23  paf
                   18470: 
                   18471:        * src/targets/cgi/Makefile.am: win32 conditional
                   18472: 
                   18473:        * src/targets/cgi/Makefile.am: win32 conditional
                   18474: 
                   18475:        * src/targets/cgi/Makefile.am: liblink
                   18476: 
                   18477:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   18478:          vfile fields return type
                   18479: 
                   18480:        * src/types/pa_vfile.h: vfile fields return type
                   18481: 
1.88      moko     18482:        * src/include/pa_config_auto.h.in: .h.in
1.86      moko     18483: 
1.88      moko     18484:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   18485:          types/Makefile: makefiles removed
1.86      moko     18486: 
                   18487:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
1.88      moko     18488:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
1.86      moko     18489: 
1.88      moko     18490:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   18491:          [tested: i & g ]
1.86      moko     18492: 
                   18493:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   18494:          @test noticed series in isapi, check how initialize_random_class
                   18495:          is called! [must be called only once]
                   18496: 
                   18497:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   18498:          would not be 'unknown column'
                   18499: 
1.88      moko     18500:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   18501:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
1.86      moko     18502: 
                   18503:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   18504:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   18505:          [now doesnt]
                   18506: 
                   18507:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   18508: 
                   18509:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   18510:          /cgi-bin/parser3/auto.p
                   18511: 
                   18512:        * src/main/untaint.C: untaint without charset
                   18513: 
                   18514:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
1.88      moko     18515:          main/pa_common.C: common: file_write /// @test mkdirs
                   18516:          file_delete rmdirs
1.86      moko     18517: 
                   18518:        * src/main/untaint.C: mail header only once to =?
                   18519: 
1.88      moko     18520:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   18521:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   18522:          main/untaint.C: untaint -        @test optimize whitespaces for
                   18523:          all but 'html'
1.86      moko     18524: 
                   18525:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   18526:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
1.88      moko     18527:          main/untaint.C: untaint -  @test mail-header
1.86      moko     18528: 
                   18529: 2001-04-20  paf
                   18530: 
                   18531:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   18532:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   18533:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88      moko     18534:          targets/cgi/parser3.C: $MAIN:LOCALE
1.86      moko     18535: 
                   18536:        * src/main/untaint.C: z
                   18537: 
                   18538:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   18539: 
                   18540: 2001-04-19  paf
                   18541: 
1.88      moko     18542:        * src/main/compile_tools.h: $a$b bugfix
1.86      moko     18543: 
                   18544:        * src/targets/cgi/parser3.C: z
                   18545: 
1.88      moko     18546:        * src/classes/file.C: z
1.86      moko     18547: 
                   18548:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   18549:          done: header to $fields. waits for header '\' tricks
                   18550: 
                   18551:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1.88      moko     18552:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   18553:          changed urlencode here and in untaint.C to HTTP standard's " and
                   18554:          \" mech
1.86      moko     18555: 
                   18556:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   18557:          http://alx/~paf/ doesnt load /auto.p
                   18558: 
                   18559: 2001-04-18  paf
                   18560: 
                   18561:        * src/main/pa_request.C: 1
                   18562: 
1.88      moko     18563:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   18564:          linux @alx
1.86      moko     18565: 
                   18566: 2001-04-17  paf
                   18567: 
                   18568:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   18569:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1.88      moko     18570:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   18571:          enabled
1.86      moko     18572: 
                   18573:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   18574:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   18575:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18576:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18577:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   18578:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   18579:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18580:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   18581:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   18582:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
1.88      moko     18583:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   18584:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
1.86      moko     18585:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
1.88      moko     18586:          types/pa_vform.C, types/pa_vimage.h: exec @jav
1.86      moko     18587: 
                   18588:        * src/: include/pa_sql_driver_manager.h,
                   18589:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
1.88      moko     18590:          types/pa_vimage.h: sql driver interface now has initialize(client
                   18591:          .so)
1.86      moko     18592: 
                   18593: 2001-04-16  paf
                   18594: 
                   18595:        * src/Makefile.am: compile2 cygwin
                   18596: 
                   18597:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   18598:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   18599: 
1.88      moko     18600:        * src/targets/cgi/Makefile.am: compile0 jav
1.86      moko     18601: 
                   18602:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   18603:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   18604:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   18605:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18606:          classes/_table.h, classes/_unknown.h, classes/image.C,
1.88      moko     18607:          classes/mail.C, classes/op.C, classes/random.C,
                   18608:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18609:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   18610:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   18611:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   18612:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   18613:          compile-1
1.86      moko     18614: 
                   18615: 2001-04-15  paf
                   18616: 
                   18617:        * src/classes/op.C: z
                   18618: 
                   18619:        * src/classes/table.C: table:empty +=process
                   18620: 
                   18621:        * src/types/pa_value.h: MethodParams !junction
                   18622: 
                   18623:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   18624:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   18625:          classes/random.C, classes/response.C, classes/string.C,
                   18626:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   18627:          MethodParams everywhere
                   18628: 
                   18629:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   18630:          types/pa_vmethod_frame.h: MethodParams in op.C
                   18631: 
                   18632: 2001-04-12  paf
                   18633: 
1.88      moko     18634:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
1.86      moko     18635: 
                   18636:        * src/: classes/_unknown.h, classes/unknown.C,
                   18637:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
1.88      moko     18638:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
1.86      moko     18639: 
1.88      moko     18640:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
1.86      moko     18641: 
                   18642:        * src/classes/image.C: image:gif now does not have params
                   18643: 
1.88      moko     18644:        * src/classes/image.C:
1.86      moko     18645:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   18646: 
1.88      moko     18647:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   18648:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   18649:          for var now written not to r.wcontext, but to r.root cleared
                   18650:          "entered_object" state
1.86      moko     18651: 
                   18652: 2001-04-11  paf
                   18653: 
1.88      moko     18654:        * src/classes/image.C: image:create image:load
                   18655: 
                   18656:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   18657:          just compiled
                   18658: 
                   18659:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   18660:          todo: gif without file
                   18661: 
                   18662:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   18663:          started porting to Pooled descendant
1.86      moko     18664: 
                   18665:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   18666:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   18667:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
1.88      moko     18668:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
1.86      moko     18669: 
1.88      moko     18670:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   18671:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   18672:          end. switching to python imaging lib
1.86      moko     18673: 
1.88      moko     18674:        * src/main/main.dsp: gd+smtp made separate libs
1.86      moko     18675: 
                   18676:        * src/: include/pa_globals.h, include/pa_string.h,
                   18677:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   18678:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   18679:          length
                   18680: 
                   18681:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   18682:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   18683:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   18684:          UL_FILE_NAME of posted file name
                   18685: 
1.88      moko     18686:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   18687:          post [broke when moved post read to core]
1.86      moko     18688: 
                   18689: 2001-04-10  paf
                   18690: 
1.88      moko     18691:        * src/classes/image.C: image:html done
1.86      moko     18692: 
1.88      moko     18693:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
1.86      moko     18694: 
                   18695:        * src/classes/image.C: z
                   18696: 
                   18697:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   18698:          forgotten!
                   18699: 
                   18700:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   18701:          main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88      moko     18702:          types/pa_vimage.h: image:measure -90
1.86      moko     18703: 
                   18704:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   18705:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   18706:          classes/_random.h, classes/_response.h, classes/_string.h,
                   18707:          classes/_table.h, classes/file.C, classes/mail.C,
                   18708:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   18709:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   18710:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   18711:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
1.88      moko     18712:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
1.86      moko     18713:          compiled
                   18714: 
1.88      moko     18715:        * src/classes/mail.C: minor bug with unclear from/to
1.86      moko     18716: 
                   18717:        * src/classes/mail.C: sendmail unix skipping defaults
                   18718: 
1.88      moko     18719:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   18720:          sendmail unix added defaults
1.86      moko     18721: 
1.88      moko     18722:        * src/classes/mail.C: unix sendmail compiled. todo:testing
1.86      moko     18723: 
1.88      moko     18724:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
1.86      moko     18725: 
                   18726: 2001-04-09  paf
                   18727: 
                   18728:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
1.88      moko     18729:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   18730:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   18731:          targets/isapi/parser3isapi.dsp: all targets exec
1.86      moko     18732: 
                   18733:        * src/: include/pa_sapi.h, include/pa_string.h,
                   18734:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   18735:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   18736:          args in apache:util.script
                   18737: 
                   18738:        * src/include/pa_string.h: written but not tested exec with env for
                   18739:          unix
                   18740: 
                   18741:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   18742:          targets/cgi/parser3.C: exec win32 env
                   18743: 
1.88      moko     18744:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   18745:          0
1.86      moko     18746: 
                   18747:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   18748:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   18749:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
1.88      moko     18750:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
1.86      moko     18751: 
                   18752:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
1.88      moko     18753:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
1.86      moko     18754: 
                   18755:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
1.88      moko     18756:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
1.86      moko     18757: 
                   18758:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   18759:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   18760:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   18761:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   18762:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   18763:          exec class just compiled. moved post read to request core
                   18764: 
                   18765:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   18766:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   18767:          main/pa_globals.C, targets/cgi/parser3.C,
                   18768:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   18769:          are already read by vform
                   18770: 
                   18771: 2001-04-08  paf
                   18772: 
                   18773:        * src/: classes/file.C, classes/mail.C, classes/string.C,
1.88      moko     18774:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   18775:          uuencode. string<<
1.86      moko     18776: 
                   18777: 2001-04-07  paf
                   18778: 
                   18779:        * src/classes/mail.C: z
                   18780: 
                   18781:        * src/classes/mail.C: z
                   18782: 
1.88      moko     18783:        * src/classes/mail.C: ^mail[$attach
1.86      moko     18784: 
1.88      moko     18785:        * src/classes/mail.C: ^attach dead end
1.86      moko     18786: 
                   18787:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   18788:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
1.88      moko     18789:          targets/isapi/parser3isapi.C: mail:send 1
1.86      moko     18790: 
1.88      moko     18791:        * src/: classes/mail.C, main/pa_request.C: z
1.86      moko     18792: 
1.88      moko     18793:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   18794:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   18795:          compiled
1.86      moko     18796: 
                   18797:        * src/classes/mail.C: +=
                   18798: 
1.88      moko     18799:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   18800:          prepared
1.86      moko     18801: 
                   18802:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   18803:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   18804:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88      moko     18805:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
1.86      moko     18806: 
                   18807: 2001-04-06  paf
                   18808: 
                   18809:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
1.88      moko     18810:          main/pa_string.C: table:dir 1
1.86      moko     18811: 
                   18812:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
1.88      moko     18813:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
1.86      moko     18814: 
                   18815:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   18816:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   18817:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   18818:          main/pa_request.C: renamed 'root' to 'op'
                   18819: 
                   18820:        * src/classes/: _op.h, op.C: renamed from 'root'
                   18821: 
1.88      moko     18822:        * src/types/pa_valiased.C: another root inherititance skipped
1.86      moko     18823: 
1.88      moko     18824:        * src/main/: compile.C, compile.y, execute.C: operators are now not
1.86      moko     18825:          root methods of parent class. just 'ROOT' class
                   18826: 
1.88      moko     18827:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   18828:          @office
1.86      moko     18829: 
1.88      moko     18830:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
1.86      moko     18831: 
                   18832: 2001-04-05  paf
                   18833: 
                   18834:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
1.88      moko     18835:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   18836:          constructor flag dropped at get_method_frame and remembered into
                   18837:          method_frame
1.86      moko     18838: 
                   18839:        * src/: classes/file.C, classes/root.C, classes/string.C,
1.88      moko     18840:          classes/table.C, main/pa_request.C: junction to code&expression
                   18841:          in errors
1.86      moko     18842: 
                   18843:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
1.88      moko     18844:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   18845:          $LOCALE:ctype[Russian_Russia.1251]
1.86      moko     18846: 
                   18847:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   18848:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
1.88      moko     18849:          main/pa_table.C: hash now not thread-safe.
1.86      moko     18850: 
                   18851:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
1.88      moko     18852:          main/untaint.C: z
1.86      moko     18853: 
                   18854:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   18855:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   18856:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
1.88      moko     18857:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   18858:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
1.86      moko     18859: 
                   18860:        * src/: classes/table.C, include/pa_sql_connection.h,
1.88      moko     18861:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
1.86      moko     18862: 
1.88      moko     18863:        * src/classes/table.C: select * from hren error contains statement
1.86      moko     18864: 
                   18865:        * src/: classes/table.C, include/pa_sql_connection.h,
                   18866:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
1.88      moko     18867:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
1.86      moko     18868: 
                   18869:        * src/: classes/root.C, include/pa_sql_connection.h,
                   18870:          include/pa_sql_driver.h, main/main.dsp,
1.88      moko     18871:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
1.86      moko     18872:          services for conv memory & error reporting
                   18873: 
                   18874: 2001-04-04  paf
                   18875: 
1.88      moko     18876:        * src/doc/doxygen.cfg: z
1.86      moko     18877: 
1.88      moko     18878:        * src/include/pa_sql_driver.h: mysql connect
1.86      moko     18879: 
1.88      moko     18880:        * src/include/pa_sql_driver.h: mysql info
1.86      moko     18881: 
                   18882:        * src/: classes/root.C, include/pa_sql_driver.h,
                   18883:          include/pa_sql_driver_manager.h, main/main.dsp,
1.88      moko     18884:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   18885: 
                   18886:        * src/sql/Makefile.am: forgot to add mysql client
1.86      moko     18887: 
                   18888:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   18889:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   18890:          [forgot to add libltdl, added]
                   18891: 
                   18892:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   18893:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   18894:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   18895:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   18896:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
1.88      moko     18897:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   18898:          -1000 just compiled
1.86      moko     18899: 
                   18900:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   18901:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
1.88      moko     18902:          main/pa_request.C, types/pa_vclass.h: sql frame -10
1.86      moko     18903: 
                   18904: 2001-04-03  paf
                   18905: 
1.88      moko     18906:        * src/types/pa_vform.C: z
1.86      moko     18907: 
1.88      moko     18908:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   18909:          assigned lang
1.86      moko     18910: 
1.88      moko     18911:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   18912:          {}[]< empty []
1.86      moko     18913: 
                   18914:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   18915:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
1.88      moko     18916:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
1.86      moko     18917: 
1.88      moko     18918:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   18919:          string:match replace strange matches
1.86      moko     18920: 
1.88      moko     18921:        * src/classes/string.C: string:match replace 0
1.86      moko     18922: 
                   18923:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   18924:          prepared 2
                   18925: 
1.88      moko     18926:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   18927:          string:match replace prepared
1.86      moko     18928: 
                   18929:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   18930:          string:match replace -11
                   18931: 
                   18932:        * src/: classes/string.C, include/pa_globals.h,
                   18933:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
1.88      moko     18934:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
1.86      moko     18935: 
                   18936:        * src/: classes/string.C, include/pa_globals.h,
                   18937:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
1.88      moko     18938:          main/pa_string.C: string:match [search] -1 just compiled
1.86      moko     18939: 
                   18940:        * src/types/pa_vstring.C: z
                   18941: 
                   18942:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   18943:          classes/int.C, classes/response.C, classes/root.C,
                   18944:          classes/string.C, classes/table.C, include/pa_string.h,
1.88      moko     18945:          main/pa_string.C: string:match -10 [frame]
1.86      moko     18946: 
                   18947:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   18948:          main/pa_request.C: z
                   18949: 
1.88      moko     18950:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   18951:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   18952:          todo/tests
1.86      moko     18953: 
1.88      moko     18954:        * src/include/pa_common.h: z
1.86      moko     18955: 
                   18956:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   18957:          main/pa_request.C, targets/cgi/parser3.C,
                   18958:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   18959:          content-disposition
                   18960: 
                   18961:        * src/: include/pa_common.h, include/pa_globals.h,
                   18962:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
1.88      moko     18963:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
1.86      moko     18964: 
                   18965:        * src/: include/pa_common.h, include/pa_request.h,
                   18966:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   18967:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
1.88      moko     18968:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   18969:          response:body
1.86      moko     18970: 
1.88      moko     18971:        * src/classes/table.C: table:append now uses string::split
1.86      moko     18972: 
1.88      moko     18973:        * src/classes/table.C: z
1.86      moko     18974: 
                   18975:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   18976:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   18977:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   18978:          include/pa_string.h, main/execute.C, main/pa_string.C,
1.88      moko     18979:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   18980:          string::pos & cmp & piece bugs fixed.  string::split new
                   18981:          table:load separated from set table:set implemented with clean \n
                   18982:          \t searches
1.86      moko     18983: 
                   18984: 2001-04-02  paf
                   18985: 
                   18986:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   18987:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   18988:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   18989:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   18990:          it in table:set/load
                   18991: 
                   18992:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
1.88      moko     18993:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
1.86      moko     18994: 
                   18995:        * src/classes/random.C: random:generate 1
                   18996: 
                   18997:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   18998:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
1.88      moko     18999:          types/pa_value.h: random:generate
1.86      moko     19000: 
                   19001: 2001-03-30  paf
                   19002: 
1.88      moko     19003:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   19004:          todo: table flip and append. string::pos
1.86      moko     19005: 
                   19006:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   19007:          classes/response.C, classes/root.C, classes/string.C,
                   19008:          classes/table.C, main/compile.y, main/execute.C,
                   19009:          types/pa_value.h, types/pa_vstateless_class.C,
                   19010:          types/pa_vstateless_class.h: static|dynamic|any method
                   19011:          registration
                   19012: 
                   19013:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
1.88      moko     19014:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   19015:          table:flip
1.86      moko     19016: 
                   19017: 2001-03-29  paf
                   19018: 
1.88      moko     19019:        * src/classes/string.C: string:xsplit forgot that they must result
                   19020:          in 1 row N column [not vice versa]
1.86      moko     19021: 
                   19022:        * src/classes/string.C: z
                   19023: 
1.88      moko     19024:        * src/classes/string.C: string: rsplit
1.86      moko     19025: 
1.88      moko     19026:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19027:          string: lsplit
1.86      moko     19028: 
                   19029:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
1.88      moko     19030:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   19031:          lsplit -1
1.86      moko     19032: 
1.88      moko     19033:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19034:          string: pos
1.86      moko     19035: 
1.88      moko     19036:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19037:          string: pos -1
1.86      moko     19038: 
                   19039:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   19040:          main/compile.y, main/pa_request.C, main/pa_string.C,
1.88      moko     19041:          main/untaint.C: string: left right mid
1.86      moko     19042: 
                   19043:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   19044:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
1.88      moko     19045:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   19046:          and [;] are different now.
1.86      moko     19047: 
                   19048:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   19049:          main/untaint.C: pool.request undone
                   19050: 
                   19051:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   19052:          main/untaint.C: pool.request
                   19053: 
                   19054: 2001-03-28  paf
                   19055: 
                   19056:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   19057:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88      moko     19058:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   19059:          $request:browser [.type .version]; unknown.get_double now = 0.
1.86      moko     19060: 
                   19061:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   19062:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   19063:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
1.88      moko     19064:          types/pa_vform.C: file:load autodetection of mime-type by
                   19065:          user-file-name
1.86      moko     19066: 
                   19067:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   19068:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
1.88      moko     19069:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
1.86      moko     19070: 
                   19071:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1.88      moko     19072:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   19073:          write. must be self.set
1.86      moko     19074: 
                   19075:        * src/: classes/file.C, classes/root.C, classes/table.C,
1.88      moko     19076:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
1.86      moko     19077: 
                   19078:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   19079:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   19080:          types/pa_vtable.h: table:locate just compiled
                   19081: 
                   19082: 2001-03-27  paf
                   19083: 
1.88      moko     19084:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   19085:          code-params2, fixed ntfs hardlink slow dir update
1.86      moko     19086: 
                   19087:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
1.88      moko     19088:          types/pa_wcontext.h: fixed r/w context of code-params
1.86      moko     19089: 
1.88      moko     19090:        * src/: classes/table.C, main/execute.C: about to change junction
                   19091:          rcontext!!
1.86      moko     19092: 
                   19093:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19094:          classes/string.C, classes/table.C, main/compile_tools.C,
                   19095:          main/execute.C, main/pa_request.C, main/untaint.C,
                   19096:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   19097:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   19098:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
1.88      moko     19099:          types/pa_vunknown.h: sort 0
1.86      moko     19100: 
                   19101:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   19102:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   19103:          renamed to are_static_calls_disabled
                   19104: 
                   19105:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   19106:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   19107:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
1.88      moko     19108:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
1.86      moko     19109: 
                   19110:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   19111: 
1.88      moko     19112:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   19113:          started table:sort fixed minor bug in #...^{
1.86      moko     19114: 
                   19115:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
1.88      moko     19116:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   19117:          decided to have as it were. stepped back.  grammar: added 'in'
                   19118:          'is' 'lt'&co follow-space check
1.86      moko     19119: 
                   19120: 2001-03-26  paf
                   19121: 
                   19122:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19123:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   19124:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88      moko     19125:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   19126:          invocation in ^process
1.86      moko     19127: 
                   19128:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   19129: 
                   19130:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
1.88      moko     19131:          main/pa_array.C: table:record
1.86      moko     19132: 
1.88      moko     19133:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   19134:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19135:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   19136:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   19137:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   19138:          types/pa_vtable.h: z
1.86      moko     19139: 
                   19140:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   19141:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   19142:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
1.88      moko     19143:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   19144:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   19145:          method realisations on 'self' validity - they now can simply
                   19146:          assume that 'self' is V{Proper} .
1.86      moko     19147: 
                   19148: 2001-03-25  paf
                   19149: 
                   19150:        * src/main/untaint.C: z
                   19151: 
                   19152:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   19153:          lowlevel - it initialization could be skipped if failed in @auto.
                   19154:          so that exception report would use some table
                   19155: 
1.88      moko     19156:        * src/main/pa_request.C: table empty lines ignored. system-default
                   19157:          content type assigned in output:result [can fail in main:auto and
                   19158:          skipped normal defaults extraction]
                   19159: 
                   19160:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   19161:          bug
                   19162: 
                   19163:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   19164:          processing to table [except preliminary \r\n \r \n replacements
                   19165:          to "\n"]
1.86      moko     19166: 
1.88      moko     19167:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   19168:          move all the processing to table
1.86      moko     19169: 
                   19170:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   19171:          main/pa_table.C, main/untaint.C: returned table originating.
                   19172:          useful for reporting typo table problems origin. think would be
                   19173:          useful somewhere else
                   19174: 
                   19175:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   19176: 
                   19177:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   19178:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   19179:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   19180:          main/pa_string.C, main/pa_table.C, main/untaint.C,
1.88      moko     19181:          types/pa_vcookie.h: typo & typo-default
1.86      moko     19182: 
                   19183: 2001-03-24  paf
                   19184: 
                   19185:        * src/main/pa_common.C: z
                   19186: 
                   19187:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
1.88      moko     19188:          targets/cgi/parser3.C: html-typo 2
1.86      moko     19189: 
                   19190:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   19191:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   19192:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   19193:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   19194:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   19195:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1.88      moko     19196:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   19197:          noticed double default content-type prob. run cgi.cmd tomorrow
                   19198:          first html-typo sample. detected << problem: they become ltlt too
                   19199:          fast
1.86      moko     19200: 
                   19201:        * src/main/compile.y: z
                   19202: 
1.88      moko     19203:        * src/main/: compile.y, compile_tools.h: #comment
1.86      moko     19204: 
                   19205:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19206:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   19207:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   19208:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   19209:          stringified
                   19210: 
1.88      moko     19211:        * src/types/pa_valiased.C: decided to String-ify file_read
1.86      moko     19212: 
                   19213:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   19214:          isapi/parser3isapi.dsp: cgi: sapi::log
                   19215: 
                   19216:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   19217:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
1.88      moko     19218:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   19219:          error log experiments failed - cgi under iis got no access to
                   19220:          log. registereventsource simply failed with 5(illegal call) code,
                   19221:          while worked OK as standalone executable.  isapi: used
                   19222:          HSE_APPEND_LOG_PARAMETER feature
1.86      moko     19223: 
                   19224:        * src/: include/pa_common.h, include/pa_globals.h,
                   19225:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
1.88      moko     19226:          targets/isapi/parser3isapi.C: fixed default content-type
                   19227:          allocation storage
1.86      moko     19228: 
                   19229:        * src/: include/pa_globals.h, include/pa_request.h,
                   19230:          main/pa_globals.C, main/pa_request.C: z
                   19231: 
                   19232:        * src/: include/pa_array.h, include/pa_hash.h,
                   19233:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   19234:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   19235:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   19236:          content-type
                   19237: 
1.88      moko     19238:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
1.86      moko     19239:          sanity
                   19240: 
                   19241:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
1.88      moko     19242:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   19243:          away freeze mech.  no danger now for you can't do
                   19244:          ^request:process[@new-method[] body] trick anymore.  still
                   19245:          remains $some_instance.process[@new-method[] possibility] but
                   19246:          would leave it as a feature.  see index for sample
1.86      moko     19247: 
                   19248:        * src/: include/pa_common.h, main/pa_common.C,
1.88      moko     19249:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   19250:          monkey every target
1.86      moko     19251: 
                   19252:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   19253:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
1.88      moko     19254:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
1.86      moko     19255: 
                   19256: 2001-03-23  paf
                   19257: 
                   19258:        * src/: include/pa_pool.h, main/pa_request.C,
1.88      moko     19259:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   19260:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19261:          targets/isapi/pool_storage.h: isapi: dumb pool storage
1.86      moko     19262: 
                   19263:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   19264: 
                   19265:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   19266:          it would be better to rewrite as filter then to deal with pool
                   19267: 
1.88      moko     19268:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   19269:          now like in cgi, not from APPL_PHYSICAL_PATH
1.86      moko     19270: 
                   19271:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   19272:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19273:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   19274:          include/pa_version.h, main/compile.y, main/execute.C,
                   19275:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   19276:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19277:          main/untaint.C, targets/cgi/parser3.C,
1.88      moko     19278:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   19279:          cgi: reinvent document_root and request_uri under iis. autoconf
                   19280:          updated. introducing ap_config_includes
1.86      moko     19281: 
                   19282:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   19283: 
                   19284:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   19285: 
                   19286:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
1.88      moko     19287:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19288:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   19289:          types/pa_venv.h, types/pa_vform.C: sapi made object
1.86      moko     19290: 
                   19291:        * src/: include/pa_globals.h, main/pa_request.C,
                   19292:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19293:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
1.88      moko     19294:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
1.86      moko     19295: 
1.88      moko     19296:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   19297:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   19298:          isapi minor env beauty
1.86      moko     19299: 
1.88      moko     19300:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   19301:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   19302:          isapi document_root 0
1.86      moko     19303: 
                   19304: 2001-03-22  paf
                   19305: 
1.88      moko     19306:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
1.86      moko     19307: 
                   19308:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   19309:          isapi/parser3isapi.C: z
                   19310: 
                   19311:        * src/: include/pa_pool.h, main/pa_request.C,
1.88      moko     19312:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
1.86      moko     19313: 
                   19314:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   19315:          kill.pl: isapi added utils
                   19316: 
                   19317:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   19318:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
1.88      moko     19319:          types/pa_vform.C: isapi 0
1.86      moko     19320: 
1.88      moko     19321:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
1.86      moko     19322:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19323:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   19324:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   19325:          started isapi
                   19326: 
1.88      moko     19327:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   19328:          some comments
1.86      moko     19329: 
                   19330:        * src/: include/pa_globals.h, include/pa_request.h,
                   19331:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
1.88      moko     19332:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   19333:          parser_root_auto_path parser_site_auto_path
1.86      moko     19334: 
1.88      moko     19335:        * src/types/pa_vcookie.C: cookie attr decoded
1.86      moko     19336: 
                   19337: 2001-03-21  paf
                   19338: 
1.88      moko     19339:        * src/targets/cgi/parser3.C: z
1.86      moko     19340: 
1.88      moko     19341:        * src/include/pa_globals.h: post. todo: config of auto.p path
1.86      moko     19342: 
1.88      moko     19343:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   19344:          types/pa_venv.h: in cookie & env. todo:post
1.86      moko     19345: 
                   19346:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   19347:          classes/root.C, classes/table.C, include/pa_array.h,
                   19348:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   19349:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   19350:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   19351:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19352:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   19353:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19354:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
1.88      moko     19355:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   19356:          shifted apache branch on main trunc
1.86      moko     19357: 
                   19358:        * src/: include/pa_common.h, include/pa_globals.h,
                   19359:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
1.88      moko     19360:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   19361:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   19362:          starting mod_parser3
                   19363: 
                   19364:        * src/targets/cgi/parser3.C: starting mod_parser3
1.86      moko     19365: 
                   19366: 2001-03-20  paf
                   19367: 
                   19368:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   19369:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   19370:          win32 ifdefs work and add ifdef unistd
                   19371: 
                   19372:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   19373:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   19374:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   19375:          z
                   19376: 
                   19377:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   19378:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   19379:          locking
                   19380: 
                   19381:        * src/: classes/Makefile.am, types/Makefile.am: z
                   19382: 
                   19383:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   19384:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   19385:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   19386:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19387:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   19388:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19389:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   19390: 
                   19391:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
1.88      moko     19392:          main/pa_request.C, types/pa_vfile.h: ^table:save
1.86      moko     19393: 
                   19394:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   19395:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   19396:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   19397:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
1.88      moko     19398:          types/pa_vform.h: z
1.86      moko     19399: 
1.88      moko     19400:        * src/include/pa_string.h: z
1.86      moko     19401: 
                   19402:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   19403:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
1.88      moko     19404:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   19405:          :Value
1.86      moko     19406: 
                   19407:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
1.88      moko     19408:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   19409:          :VStateless_object
1.86      moko     19410: 
                   19411:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   19412:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   19413:          :VStateless_object
                   19414: 
                   19415:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   19416:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   19417: 
                   19418:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   19419:          types/pa_valiased.h, types/pa_value.h,
                   19420:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19421:          types/pa_vstateless_object.h: moved common get_element part from
                   19422:          stateless object&class into VAliased
                   19423: 
                   19424:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   19425:          classes/table.C, main/execute.C, main/main.dsp,
                   19426:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   19427:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   19428:          now :Value
                   19429: 
                   19430:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   19431:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   19432:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   19433: 
                   19434:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   19435:          doxx
                   19436: 
                   19437:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   19438:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19439:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
1.88      moko     19440:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   19441:          and ^file:save
1.86      moko     19442: 
                   19443: 2001-03-19  paf
                   19444: 
                   19445:        * src/types/pa_vfile.C: z
                   19446: 
                   19447:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   19448:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   19449:          main/pa_request.C, main/untaint.C, types/pa_value.h,
1.88      moko     19450:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
1.86      moko     19451: 
                   19452:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   19453:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   19454:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   19455:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   19456:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   19457:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   19458:          types/pa_vfile.h: file class just compiled
                   19459: 
                   19460:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   19461:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   19462:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   19463:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
1.88      moko     19464:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
1.86      moko     19465: 
                   19466:        * src/include/pa_pool.h: z
                   19467: 
                   19468:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   19469:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   19470:          Hash::Value to Val so to doxygen would finlly stop confusing
                   19471:          those Value-s
                   19472: 
                   19473:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   19474:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   19475:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   19476:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   19477:          include/pa_types.h, main/compile.C, main/compile.y,
                   19478:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19479:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   19480:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   19481:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   19482:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   19483: 
                   19484:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   19485:          derivates somehow unlinked. don't know why yet
                   19486: 
                   19487:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   19488:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   19489:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   19490:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19491:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   19492:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19493:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   19494: 
                   19495:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   19496:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   19497:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   19498:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   19499:          types/pa_vrequest.h: doc: detected Value derivates prob
                   19500: 
                   19501:        * src/include/pa_globals.h: z
                   19502: 
                   19503:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   19504:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   19505:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   19506:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   19507:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   19508:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   19509:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19510:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   19511: 
                   19512: 2001-03-18  paf
                   19513: 
1.88      moko     19514:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   19515:          cookie: allowed access to hash-assigned
1.86      moko     19516: 
                   19517:        * src/targets/cgi/parser3.C: z
                   19518: 
                   19519:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   19520:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   19521:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   19522:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19523:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19524:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19525:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
1.88      moko     19526:          types/pa_vunknown.h: cookie class
1.86      moko     19527: 
1.88      moko     19528:        * src/main/pa_request.C: zero length output allowed
1.86      moko     19529: 
                   19530:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
1.88      moko     19531:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
1.86      moko     19532: 
1.88      moko     19533:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   19534:          lang switch
1.86      moko     19535: 
                   19536:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   19537:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
1.88      moko     19538:          types/pa_value.h, types/pa_vhash.h:
1.86      moko     19539:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   19540: 
1.88      moko     19541:        * src/main/execute.C: z
1.86      moko     19542: 
                   19543:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
1.88      moko     19544:          targets/cgi/parser3.C: taint[uri
1.86      moko     19545: 
                   19546:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   19547:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   19548:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
1.88      moko     19549:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
1.86      moko     19550: 
                   19551:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   19552:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19553:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   19554:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   19555:          bool tainted) ctor
                   19556: 
                   19557:        * src/: include/pa_hash.h, include/pa_request.h,
                   19558:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   19559:          main/pa_request.C, main/pa_string.C, main/untaint.C,
1.88      moko     19560:          targets/cgi/parser3.C: proper @exceptions params tainting
1.86      moko     19561: 
1.88      moko     19562:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   19563:          response fields to header
1.86      moko     19564: 
1.88      moko     19565:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   19566:          z
1.86      moko     19567: 
                   19568:        * src/: classes/_response.h, classes/response.C,
                   19569:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   19570:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   19571:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19572:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
1.88      moko     19573:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   19574:          $response: 0  request::core exception rethrow
1.86      moko     19575: 
                   19576: 2001-03-16  paf
                   19577: 
                   19578:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
1.88      moko     19579:          types/pa_vrequest.h: native method' class call with less params
                   19580:          then needed error reporting
1.86      moko     19581: 
                   19582:        * src/: classes/_request.h, classes/request.C,
                   19583:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   19584:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19585:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
1.88      moko     19586:          types/pa_vrequest.h: $request : query :uri
1.86      moko     19587: 
                   19588:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   19589:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
1.88      moko     19590:          types/pa_wcontext.h: $result
1.86      moko     19591: 
1.88      moko     19592:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
1.86      moko     19593: 
                   19594:        * src/: classes/double.C, include/code.h, main/compile.y,
1.88      moko     19595:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   19596:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
1.86      moko     19597: 
                   19598:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   19599:          main/compile.y, main/execute.C, types/pa_value.h,
                   19600:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
1.88      moko     19601:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   19602:          wcontext conflict
1.86      moko     19603: 
                   19604:        * src/: main/execute.C, types/pa_value.h,
1.88      moko     19605:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   19606:          $string.field
1.86      moko     19607: 
                   19608: 2001-03-15  paf
                   19609: 
1.88      moko     19610:        * src/main/pa_request.C: news sample
1.86      moko     19611: 
                   19612:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   19613:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   19614: 
                   19615:        * src/main/: compile.y, execute.C: z
                   19616: 
                   19617:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   19618:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   19619:          pre pre works
                   19620: 
                   19621:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   19622:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   19623:          fillfields just compiled
                   19624: 
                   19625: 2001-03-14  paf
                   19626: 
                   19627:        * src/: include/pa_request.h, main/pa_request.C,
                   19628:          targets/cgi/parser3.C: z
                   19629: 
                   19630:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   19631:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   19632:          types/pa_vstring.h: limits -1
                   19633: 
                   19634:        * src/: include/pa_globals.h, include/pa_request.h,
                   19635:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   19636:          main/pa_request.C, targets/cgi/parser3.C,
                   19637:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   19638:          request_info -1
                   19639: 
                   19640:        * src/: include/pa_globals.h, main/pa_globals.C,
                   19641:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19642:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   19643:          vform_fields_fill
                   19644: 
                   19645:        * src/targets/cgi/parser3.C: #  if MSVC
                   19646: 
                   19647:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   19648:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   19649: 
                   19650:        * src/targets/cgi/parser3.C: z
                   19651: 
                   19652:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   19653:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   19654:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19655:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   19656:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   19657:          types/pa_vunknown.h: global handler, exceptions in parser3
                   19658: 
                   19659: 2001-03-13  paf
                   19660: 
                   19661:        * src/: classes/form.C, main/compile.y, main/core.C,
                   19662:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   19663:          types/pa_vform.h, types/pa_vstateless_class.C,
                   19664:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   19665:          instead
                   19666: 
                   19667:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   19668:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   19669:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   19670:          started cgi target
                   19671: 
                   19672:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   19673:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   19674:          before error show with parser
                   19675: 
                   19676:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   19677:          include/pa_request.h, main/core.C, main/pa_request.C,
                   19678:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   19679: 
                   19680:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   19681: 
                   19682:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   19683:          parser3.C: renamed targets/ parser to cgi
                   19684: 
                   19685:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   19686:          classes/root.C, classes/string.C, classes/table.C,
1.88      moko     19687:          include/pa_request.h, types/pa_vhash.h: z
1.86      moko     19688: 
                   19689:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   19690:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   19691:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
1.88      moko     19692:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   19693:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   19694:          [historical moment :)]
1.86      moko     19695: 
                   19696:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   19697:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   19698: 
                   19699:        * src/types/pa_venv.h: $ENV 1
                   19700: 
                   19701:        * src/main/execute.C: z
                   19702: 
                   19703:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   19704:          future methods of ENV constructor if
                   19705: 
                   19706:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   19707:          class
                   19708: 
                   19709:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19710:          classes/_root.h, classes/_string.h, classes/_table.h,
                   19711:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   19712:          classes/string.C, classes/table.C, include/pa_request.h,
                   19713:          main/compile.C, main/compile_tools.h, main/core.C,
                   19714:          main/execute.C, main/main.dsp, main/pa_request.C,
                   19715:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   19716:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   19717:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   19718:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19719:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   19720: 
                   19721:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19722:          classes/_root.h, classes/_string.h, classes/_table.h,
                   19723:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   19724:          classes/string.C, classes/table.C, include/pa_request.h,
                   19725:          main/compile.C, main/compile_tools.h, main/core.C,
                   19726:          main/execute.C, main/main.dsp, main/pa_request.C,
                   19727:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   19728:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   19729:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   19730:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19731:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   19732: 
                   19733:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   19734:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   19735:          yesterdays bad decision on execute_static_method
                   19736: 
                   19737:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   19738: 
                   19739:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19740:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   19741: 
                   19742:        * src/main/pa_request.C: z
                   19743: 
                   19744:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   19745:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   19746: 
                   19747:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   19748:          include/pa_pool.h, main/pa_request.C:
                   19749:          restructure_exceptions_dead_end
                   19750: 
                   19751:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   19752:          allowed ; inside {} to break params
                   19753: 
                   19754:        * src/classes/root.C: ^eval
                   19755: 
                   19756:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   19757:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   19758:          string ^format
                   19759: 
                   19760:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   19761:          'bad' but not 'enough'
                   19762: 
                   19763:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   19764:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   19765:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   19766:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   19767:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   19768: 
                   19769:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19770:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   19771:          types/pa_vint.h: ^for
                   19772: 
                   19773: 2001-03-12  paf
                   19774: 
                   19775:        * src/classes/table.C: table ^empty
                   19776: 
                   19777:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   19778: 
                   19779:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   19780:          ^offset ^line ^count
                   19781: 
                   19782:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   19783:          ^abs()  ^sign()
                   19784: 
                   19785:        * src/classes/: root.C, table.C: ^use
                   19786: 
                   19787:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   19788:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   19789:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   19790:          ^while. switched off wcontext.constructing after write(value) or
                   19791:          auto-vhash-constructing
                   19792: 
                   19793:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   19794:          main/pa_request.C: fail_if_junction_ helper func
                   19795: 
                   19796:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   19797:          include/pa_request.h, main/execute.C, main/main.dsp,
                   19798:          main/pa_common.C, main/pa_request.C: ^process error point by
                   19799:          actual method_name, not source.  ^load
                   19800: 
                   19801:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   19802: 
                   19803:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   19804:          classes/_table.h, classes/table.C, main/untaint.C: z
                   19805: 
                   19806:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   19807:          include/pa_table.h, main/core.C, main/execute.C,
                   19808:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   19809:          types/pa_value.h: table:set 0
                   19810: 
                   19811:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   19812:          include/pa_request.h, include/pa_table.h, main/core.C,
                   19813:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   19814:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   19815:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   19816:          types/pa_vstring.h: freeze, ^table:create[] -1
                   19817: 
                   19818:        * src/: classes/root.C, types/pa_value.h: z
                   19819: 
                   19820:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   19821:          get_method in couple places optimizing them
                   19822: 
                   19823:        * src/classes/root.C: z
                   19824: 
                   19825:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   19826:          zeroing
                   19827: 
                   19828:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19829:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   19830:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   19831:          main/compile.y, main/compile_tools.h, main/execute.C,
                   19832:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   19833:          types/pa_vmframe.h: ^process. actual names to store param and
                   19834:          check_actual_numbered_params for better place diagnostics
                   19835: 
                   19836:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   19837:          method-junctions bug fixed
                   19838: 
                   19839:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   19840:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   19841: 
                   19842: 2001-03-11  paf
                   19843: 
                   19844:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   19845:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   19846:          VDouble VInt base now VObject_base - without fields
                   19847: 
                   19848:        * src/: classes/root.C, include/core.h, main/core.C: z
                   19849: 
                   19850:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19851:          classes/string.C, include/core.h, include/pa_hash.h,
                   19852:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   19853:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   19854: 
                   19855:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19856:          include/pa_request.h, main/execute.C: intercept_string
                   19857: 
                   19858:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19859:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   19860: 
                   19861:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   19862:          ^inc-s(expr)
                   19863: 
                   19864:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19865:          classes/_root.h, classes/_string.h, classes/double.C,
                   19866:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   19867:          include/code.h, include/core.h, include/pa_array.h,
                   19868:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   19869:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   19870:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   19871:          include/pa_types.h, main/compile.C, main/compile.y,
                   19872:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   19873:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19874:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   19875:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   19876:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19877:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   19878:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   19879:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   19880:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   19881:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   19882: 
                   19883:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   19884: 
                   19885:        * src/: include/core.h, include/pa_request.h, main/core.C,
1.88      moko     19886:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
1.86      moko     19887: 
                   19888:        * src/: include/pa_valiased.h, include/pa_value.h,
                   19889:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   19890:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   19891:          include/pa_vjunction.h, include/pa_vmframe.h,
                   19892:          include/pa_vobject.h, include/pa_vstring.h,
                   19893:          include/pa_vunknown.h, include/pa_wcontext.h,
                   19894:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   19895:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   19896:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   19897:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19898:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   19899:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   19900:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   19901:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   19902:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   19903:          include/
                   19904: 
                   19905: 2001-03-10  paf
                   19906: 
                   19907:        * src/: include/core.h, include/pa_request.h, main/core.C,
1.88      moko     19908:          main/pa_request.C: run+auto=run
1.86      moko     19909: 
                   19910:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   19911: 
                   19912:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   19913:          classes/_root.h, classes/_string.h, classes/double.C,
                   19914:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   19915:          include/code.h, include/core.h, include/pa_array.h,
                   19916:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   19917:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   19918:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   19919:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   19920:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   19921:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   19922:          include/pa_vjunction.h, include/pa_vmframe.h,
                   19923:          include/pa_vobject.h, include/pa_vstring.h,
                   19924:          include/pa_vunknown.h, include/pa_wcontext.h,
                   19925:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   19926:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   19927:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   19928:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   19929:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19930:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
1.88      moko     19931:          main/pa_wcontext.C: sources header
1.86      moko     19932: 
                   19933:        * src/main/pa_request.C: auto..
                   19934: 
                   19935:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   19936:          main/pa_request.C: auto tree0
                   19937: 
                   19938:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   19939:          main/core.C, main/pa_request.C: names to core.C
                   19940: 
                   19941:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   19942:          include/pa_request.h, main/core.C, main/execute.C,
                   19943:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   19944: 
                   19945:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   19946:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   19947:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   19948:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   19949: 
                   19950:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   19951:          @auto[] realised. auto.p scan togo
                   19952: 
                   19953:        * src/: include/pa_request.h, main/execute.C: autocalc
                   19954:          code-junctions result now have names
                   19955: 
                   19956:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19957:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   19958:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   19959:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   19960: 
                   19961:        * src/classes/env.C: env:file/line
                   19962: 
                   19963:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   19964:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   19965:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   19966:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   19967:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   19968:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   19969:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   19970: 
                   19971:        * src/include/pa_vclass.h: const fight to go
                   19972: 
                   19973:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   19974:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   19975:          main/main.dsp: env0
                   19976: 
                   19977:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   19978:          classes/_string.h, classes/double.C, classes/int.C,
                   19979:          classes/root.C, classes/string.C, include/pa_request.h,
                   19980:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   19981:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   19982:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   19983:          main/pa_wcontext.C: ^lang prepare0
                   19984: 
                   19985: 2001-03-09  paf
                   19986: 
                   19987:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   19988:          construct proper naming
                   19989: 
                   19990:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   19991:          classes/double.C, classes/int.C, classes/root.C,
                   19992:          classes/string.C, include/code.h, include/pa_value.h,
                   19993:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   19994:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   19995:          main/compile.y, main/compile_tools.C, main/core.C,
                   19996:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   19997:          and ^double[]. fixed expr type
                   19998: 
                   19999:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20000:          ^string.length[]
                   20001: 
                   20002: 2001-03-08  paf
                   20003: 
                   20004:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   20005: 
                   20006:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   20007:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20008:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   20009:          derivated from vobject
                   20010: 
                   20011:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   20012:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   20013: 
                   20014:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   20015:          remained clone conseqs
                   20016: 
                   20017:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   20018: 
                   20019:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   20020: 
                   20021:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   20022:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   20023:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   20024:          include/pa_vobject.h, include/pa_vstring.h,
                   20025:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   20026:          main/execute.C: withoud cloning. didn't need it actually, params
                   20027:          got passed from out unnamed ewpool
                   20028: 
                   20029:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   20030:          include/pa_vjunction.h, include/pa_vobject.h,
                   20031:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   20032: 
                   20033:        * src/: include/pa_bool.h, include/pa_double.h,
                   20034:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   20035:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   20036:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20037:          include/pa_vobject.h, include/pa_vstring.h,
                   20038:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   20039:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   20040:          to give params proper names
                   20041: 
                   20042:        * src/main/pa_wcontext.C: z
                   20043: 
                   20044:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   20045:          unknown values in get_element and unfilled params. removed wrong
                   20046:          name change in get_element
                   20047: 
                   20048:        * src/main/execute.C: z
                   20049: 
                   20050:        * src/main/execute.C: fixed problems calling operators in
                   20051:          constructors
                   20052: 
                   20053:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   20054:          detected problems calling operators in constructors
                   20055: 
                   20056:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20057:          autocalc def to string
                   20058: 
                   20059:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   20060:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   20061: 
                   20062:        * src/classes/root.C: added root.c
                   20063: 
                   20064:        * src/: include/pa_request.h, include/pa_value.h,
                   20065:          include/pa_vcframe.h, include/pa_vmframe.h,
                   20066:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   20067:          main/core.C, main/execute.C, main/pa_cframe.C,
                   20068:          main/pa_wcontext.C: 'if' just compiled
                   20069: 
                   20070:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   20071:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20072:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   20073:          main/pa_wcontext.C: z
                   20074: 
                   20075:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   20076:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   20077:          with parameter names  in operator methods
                   20078: 
                   20079:        * src/main/compile.y: minor renamings in .y
                   20080: 
                   20081:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   20082:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   20083:          @BASE.  changed 'RUN' assignment mech
                   20084: 
                   20085:        * src/main/execute.C: z
                   20086: 
                   20087:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   20088:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   20089:          static. so to enable runtime ^use
                   20090: 
                   20091:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   20092: 
                   20093:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   20094:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   20095: 
                   20096:        * src/main/execute.C: root root in code-junction
                   20097: 
                   20098: 2001-03-07  paf
                   20099: 
                   20100:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   20101:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   20102: 
                   20103:        * src/: include/pa_stack.h, include/pa_value.h,
                   20104:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   20105:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   20106:          fixed rwcontext of {} params up
                   20107: 
                   20108:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   20109: 
                   20110:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   20111: 
                   20112:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   20113:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   20114:          main/pa_hash.C: expr def in -f
                   20115: 
                   20116:        * src/main/: compile.y, execute.C: expr calls
                   20117: 
                   20118:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   20119:          fixed
                   20120: 
                   20121:        * src/main/compile.y: expr quoted code
                   20122: 
                   20123:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   20124:          support0
                   20125: 
                   20126:        * src/main/compile.y: expr string comparisons 0
                   20127: 
                   20128:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   20129:          main/pa_string.C: just compiled lt&co
                   20130: 
                   20131:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   20132:          $field not a $var.field
                   20133: 
                   20134: 2001-03-06  paf
                   20135: 
                   20136:        * src/main/compile.y: .y expr visible-shorter
                   20137: 
                   20138:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   20139:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   20140:          logical
                   20141: 
                   20142:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   20143:          skipping whitespace in yylex
                   20144: 
                   20145:        * src/include/pa_vbool.h: forgot this
                   20146: 
                   20147:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   20148:          string ops in expressions 0
                   20149: 
                   20150:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   20151:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   20152:          main/execute.C, main/main.dsp: !~
                   20153: 
                   20154:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   20155:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   20156:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20157:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20158:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   20159:          main/compile_tools.h, main/execute.C: +-*/
                   20160: 
                   20161:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   20162:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   20163: 
                   20164:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   20165:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   20166: 
                   20167:        * src/main/compile.y: expr grammar-1
                   20168: 
                   20169:        * src/main/compile.y: expr lexx1
                   20170: 
                   20171:        * src/main/: compile.y, execute.C, main.dsp: z
                   20172: 
                   20173:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   20174:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   20175:          main/execute.C: expr lex0 exec-1
                   20176: 
                   20177:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   20178: 
                   20179: 2001-02-26  paf
                   20180: 
                   20181:        * src/main/compile.y: max_string in yyerror bug fix
                   20182: 
                   20183: 2001-02-25  paf
                   20184: 
                   20185:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   20186:          include/pa_wcontext.h, main/execute.C: VAliased3
                   20187: 
                   20188:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   20189: 
                   20190:        * src/main/execute.C: VAliased1
                   20191: 
                   20192:        * src/: include/pa_request.h, include/pa_value.h,
                   20193:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   20194:          VAliased0
                   20195: 
                   20196:        * src/: include/pa_pool.h, include/pa_request.h,
                   20197:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   20198:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   20199:          VAliased just compiled
                   20200: 
                   20201:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   20202:          include/pa_vobject.h, main/execute.C: alias dead end
                   20203: 
                   20204:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20205:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   20206:          main/main.dsp: no not get fields into interm VFielded class.
                   20207:          fields & staticfields 1
                   20208: 
                   20209:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   20210:          include/pa_vobject.h, include/pa_wcontext.h,
                   20211:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   20212:          main/main.dsp: would now get fields into interm VFielded class
                   20213: 
                   20214:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   20215:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20216:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20217:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   20218:          main/pa_wcontext.C: virtuals2
                   20219: 
                   20220:        * src/main/compile.y: : 1
                   20221: 
                   20222:        * src/main/compile.y: rethought to $class:static.field.subfield
                   20223: 
                   20224:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   20225:          $class:element
                   20226: 
                   20227:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   20228:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   20229:          main/pa_wcontext.C: before execute class calls rewrite
                   20230: 
                   20231:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   20232:          name RUN, also alias
                   20233: 
                   20234:        * src/main/compile.y: escaping bug
                   20235: 
                   20236:        * src/: include/pa_request.h, include/pa_value.h,
                   20237:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   20238:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   20239: 
                   20240:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   20241:          include/pa_vmframe.h, include/pa_vobject.h,
                   20242:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   20243:          main/compile_tools.h, main/execute.C: ^class:method() just
                   20244:          compiled
                   20245: 
                   20246: 2001-02-24  paf
                   20247: 
                   20248:        * src/main/main.dsp: no bison -d
                   20249: 
                   20250:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   20251:          class' err msg wrong
                   20252: 
                   20253:        * src/main/compile.y: z
                   20254: 
                   20255:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   20256: 
                   20257:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   20258:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   20259: 
                   20260:        * src/: include/pa_vclass.h, main/core.C: z
                   20261: 
                   20262:        * src/: include/pa_value.h, include/pa_vclass.h,
1.88      moko     20263:          include/pa_vobject.h, main/main.dsp: vobject00
1.86      moko     20264: 
                   20265:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   20266:          60% from 1 were 0
                   20267: 
                   20268:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   20269:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   20270:          as bad as you've named it: wcontext.value() was not a perfect
                   20271:          idea
                   20272: 
                   20273:        * src/main/execute.C: codeframe1
                   20274: 
                   20275:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   20276:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   20277:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20278:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   20279:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   20280:          just compiled
                   20281: 
                   20282:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   20283:          ideology @: ^x{$a()) must construct current wcontext element, so
                   20284:          smart wcontext handling needed
                   20285: 
                   20286:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   20287:          klinch
                   20288: 
                   20289:        * src/main/: compile.y, execute.C: fixed empty constructor
                   20290:          optimized empty case. failed on calls - produced empty string
                   20291:          param
                   20292: 
                   20293:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   20294: 
                   20295:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   20296:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   20297:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20298:          main/execute.C: code junctions0. something wrong with last \n
                   20299:          macrotemplate strip
                   20300: 
                   20301:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   20302:          main/pa_value.C: minor error reporting format beautifyings
                   20303: 
                   20304:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20305:          include/pa_vframe.h, main/core.C, main/execute.C,
                   20306:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   20307:          junctions0
                   20308: 
                   20309: 2001-02-23  paf
                   20310: 
                   20311:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   20312:          pa_wwrapper.h: lara came, can't work, sorry :(
                   20313: 
                   20314:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   20315:          junction
                   20316: 
                   20317:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   20318:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   20319:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   20320: 
                   20321:        * src/: include/pa_hash.h, include/pa_value.h,
                   20322:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   20323:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   20324:          done
                   20325: 
                   20326:        * src/include/pa_wcontext.h: z
                   20327: 
                   20328:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   20329:          wrong grammar in complex constructor case
                   20330: 
                   20331:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   20332: 
                   20333:        * src/main/execute.C: with result rwpool
                   20334: 
                   20335:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   20336:          main/main.dsp: value named
                   20337: 
                   20338:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   20339:          strign 2 value in 2 places in execute
                   20340: 
                   20341:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   20342:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   20343:          wcontext.put_element when wcontext fvalue==0
                   20344: 
                   20345: 2001-02-22  paf
                   20346: 
                   20347:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   20348:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   20349:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   20350: 
                   20351:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   20352:          erroreos checkout
                   20353: 
                   20354:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   20355: 
                   20356:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   20357:          main/compile_tools.h, main/pa_array.C: $self.get
                   20358: 
                   20359:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   20360: 
                   20361:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   20362:          bit. finished now.
                   20363: 
                   20364:        * src/main/compile.y: $: finished
                   20365: 
1.88      moko     20366:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
1.86      moko     20367: 
                   20368:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   20369:          main/execute.C: OP_STRING better then some xxx _VALUE
                   20370: 
                   20371:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   20372:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20373:          string to vstring it .y all
                   20374: 
                   20375:        * src/: include/pa_request.h, include/pa_stack.h,
                   20376:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   20377:          all
                   20378: 
                   20379:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   20380:          precise parse error line:col
                   20381: 
                   20382:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
1.88      moko     20383:          main/pa_hash.C, main/pa_pool.C: TRY...
1.86      moko     20384: 
                   20385:        * src/: include/pa_exception.h, include/pa_pool.h,
                   20386:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   20387:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20388:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   20389:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
1.88      moko     20390:          main/pa_table.C: removed exception from request
1.86      moko     20391: 
                   20392:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   20393:          some forgotten
                   20394: 
                   20395:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   20396:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   20397:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   20398:          get/put simple vars to VClass works0
                   20399: 
                   20400:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   20401:          main/pa_string.C: in process, but found that exceptions are too
                   20402:          global
                   20403: 
                   20404:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   20405:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   20406:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   20407:          seems wcontext must write strings regardles of fvalue!=0
                   20408: 
                   20409: 2001-02-21  paf
                   20410: 
                   20411:        * src/main/execute.C: tired :)
                   20412: 
                   20413:        * src/main/: compile.C, compile.y, execute.C: store0
                   20414: 
                   20415:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   20416:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   20417:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   20418:          main/execute.C, main/main.dsp, main/pa_array.C,
1.88      moko     20419:          main/pa_request.C: get put -1 [just compiled]
1.86      moko     20420: 
                   20421:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   20422:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
1.88      moko     20423:          main/main.dsp, main/pa_request.C: request core methods0
1.86      moko     20424: 
                   20425:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
1.88      moko     20426:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   20427:          execute
1.86      moko     20428: 
                   20429:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
1.88      moko     20430:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   20431:          methods and one_big_piece. now compile returns array<method*>
1.86      moko     20432: 
                   20433:        * src/main/compile.y: more straightforward yylex[end]
                   20434: 
                   20435:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   20436:          string.operator==(char*)
                   20437: 
                   20438:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
1.88      moko     20439:          main/execute.C, main/pa_array.C: after array.const get wonders
1.86      moko     20440: 
                   20441:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   20442:          pa_string.h, pa_value.h: struck with const array.gets
                   20443: 
                   20444:        * src/main/: execute.C: z
                   20445: 
                   20446:        * src/main/: compile.y, execute.C: z
                   20447: 
                   20448:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   20449:          processing in eval & yyerror so it wouldn't cause memleaks.
                   20450: 
                   20451:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   20452:          parse error positions. leaving RIGHTMOST position as
                   20453:          @file[line:col]
                   20454: 
                   20455:        * src/: include/compile.h, main/compile.C, main/compile.y,
1.88      moko     20456:          main/compile_tools.h: line numbers needed. would add them to .y
                   20457:          now internally. externally it's not as precise as needed
1.86      moko     20458: 
                   20459:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   20460:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20461:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   20462:          compiler works ok
                   20463: 
                   20464: 2001-02-20  paf
                   20465: 
1.88      moko     20466:        * src/main/: compile.C, compile.y, compile_tools.C,
                   20467:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   20468:          not perfect
1.86      moko     20469: 
                   20470:        * src/: include/code.h, include/compile.h, include/execute.h,
                   20471:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   20472:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20473:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20474:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   20475:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
1.88      moko     20476:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   20477:          compiled.  execute=dump for now
1.86      moko     20478: 
                   20479:        * src/main/core.C: core rewrite using yacc investigations now will
                   20480:          be compile[yacc]/execute[opcodes]
                   20481: 
                   20482: 2001-02-15  paf
                   20483: 
                   20484:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   20485:          rewrite as turing machine? for it seems it would be it's too many
                   20486:          ifs with this syntax now
                   20487: 
                   20488: 2001-02-14  paf
                   20489: 
                   20490:        * src/main/core.C: get_params 1
                   20491: 
                   20492:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   20493:          :( ]
                   20494: 
                   20495:        * src/main/core.C: varios breaks
                   20496: 
                   20497:        * src/main/core.C: get names 3
                   20498: 
                   20499:        * src/main/core.C: get names 2
                   20500: 
                   20501:        * src/main/core.C: get names 1
                   20502: 
                   20503:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   20504:          names 0
                   20505: 
                   20506:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   20507:          text repassing2 operator static vars
                   20508: 
                   20509:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   20510:          main/pa_string.C: process text repassing
                   20511: 
                   20512:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   20513:          module:calls changes
                   20514: 
                   20515: 2001-02-13  paf
                   20516: 
                   20517:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   20518:          ^class:calls[] started
                   20519: 
                   20520:        * src/: include/pa_value.h, main/core.C: z
                   20521: 
                   20522:        * src/main/core.C: operators : and self. prefixes
                   20523: 
                   20524:        * src/main/core.C: z
                   20525: 
1.88      moko     20526:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   20527:          tested
1.86      moko     20528: 
                   20529:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   20530:          optimized
                   20531: 
                   20532:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   20533:          would change privates to better support optimization
                   20534: 
                   20535:        * src/: include/pa_string.h, main/pa_string.C:
                   20536:          String_iterator::skip_to todo:optimize
                   20537: 
                   20538: 2001-02-12  paf
                   20539: 
                   20540:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   20541:          String_iterator
                   20542: 
                   20543:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   20544:          comments
                   20545: 
                   20546:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   20547:          self/methodref joined
                   20548: 
                   20549: 2001-02-11  paf
                   20550: 
                   20551:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   20552:          main/main.dsp: core started.  core.C, context&value .h
                   20553: 
                   20554:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20555:          include/pa_string.h, main/main.dsp, main/pa_array.C,
1.88      moko     20556:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
1.86      moko     20557: 
                   20558: 2001-01-30  paf
                   20559: 
1.88      moko     20560:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   20561:          comments
1.86      moko     20562: 
                   20563:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
1.88      moko     20564:          main/pa_pool.C: moved pa_pool.C to be target specific
1.86      moko     20565: 
                   20566:        * src/: include/pa_exception.h, include/pa_pool.h,
1.88      moko     20567:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   20568:          to & changes
1.86      moko     20569: 
                   20570:        * src/: include/pa_exception.h, include/pa_pool.h,
                   20571:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
1.88      moko     20572:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   20573:          re-associated. that's much better even removed 'die' necessety
1.86      moko     20574: 
                   20575:        * src/: include/pa_error.h, include/pa_exception.h,
                   20576:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   20577:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   20578:          targets/Makefile.am: lowered targets/parser into subdir, added
                   20579:          parser_Pool(Pool) failed to add. would think..
                   20580: 
                   20581:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   20582:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   20583:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   20584:          hence lots of 'const'
                   20585: 
                   20586:        * src/: include/pa_error.h, include/pa_request.h,
                   20587:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   20588:          main/pa_table.C: Error fixed
                   20589: 
                   20590: 2001-01-29  paf
                   20591: 
                   20592:        * src/: include/pa_array.h, include/pa_common.h,
                   20593:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   20594:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   20595:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   20596:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   20597: 
                   20598:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20599:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20600:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   20601:          main/pa_string.C, main/pa_table.C: Request Error Table
                   20602: 
                   20603:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   20604:          templates"
                   20605: 
                   20606:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   20607:          main/main.dsp, main/pa_array.C: templates failed no template
                   20608:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   20609:          2.95.2-6 from latest cygwin]
                   20610: 
                   20611:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20612:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   20613:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   20614:          main/pa_table.C: Table started would test template Array now
                   20615: 
                   20616:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   20617:          String originating
                   20618: 
                   20619:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   20620:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   20621:          SYNCHRONIZED(thread_safe)
                   20622: 
                   20623:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   20624:          parts to top
                   20625: 
                   20626:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   20627:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   20628:          see: needed only in global Hash now, made Hash:: put/get
                   20629:          SYNCHRONIZED
                   20630: 
                   20631:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   20632:          main/pa_threads.C: added pa_threads
                   20633: 
                   20634:          Mutex
                   20635: 
                   20636:        * src/include/pa_hash.h: some comments
                   20637: 
                   20638:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   20639:          Array& operator += (Array& src)
                   20640: 
                   20641:        * src/main/pa_array.C: expand not convinient, would rewrite
                   20642: 
                   20643:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   20644:          (Array& src)
                   20645: 
                   20646:          rethought, would change now
                   20647: 
                   20648: 2001-01-27  paf
                   20649: 
                   20650:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   20651:          caching
                   20652: 
                   20653:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20654:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   20655:          cache rethought to chunk caching
                   20656: 
                   20657:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   20658:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   20659:          main/pa_hash.C, main/pa_string.C: Array 0
                   20660: 
                   20661:        * src/main/pa_string.C: String::operator ==
                   20662: 
                   20663:        * src/main/pa_hash.C: String(&String)
                   20664: 
                   20665:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   20666: 
                   20667:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   20668:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   20669:          pa_hash[forgotten]
                   20670: 
                   20671: 2001-01-26  paf
                   20672: 
                   20673:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   20674:          removed templates [vc++ suxx]
                   20675: 
                   20676:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   20677:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   20678: 
                   20679:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   20680: 
                   20681:        * src/main/: main.dsp, pa_string.C: $Id$ check
                   20682: 
                   20683:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
                   20684:          check
                   20685: 
                   20686:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   20687:          dynamic row_count
                   20688: 
                   20689:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   20690:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   20691:          targets/Makefile.am: Initial revision
                   20692: 
                   20693:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   20694:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   20695:          targets/Makefile.am: creating parser3 module
                   20696: 

E-mail: