Annotation of parser3/ChangeLog, revision 1.44

1.44    ! paf         1: 2005-11-21     paf
        !             2:        * src/main/compile.tab.C [release_3_1_5] 1.103.8.7:
        !             3:        * src/main/compile.y [release_3_1_5] 1.213.10.6:
        !             4:                ! overoptimized void literals, reverted to just vvod, recreating 
        !             5:                empty array with each void_value token. that's absolutely needed,
        !             6:                 since that array grows
        !             7: 
        !             8:        * src/classes/file.C [release_3_1_5] 1.133.6.4:
        !             9:        * www/htdocs/_bug.html [release_3_1_5] 1.84.4.12:
        !            10:                + merged from HEAD: ^file::create[text;file.xml;^untaint[xml]{
        !            11:                data}]
        !            12: 
        !            13:        * src/classes/file.C 1.138:
        !            14:        * www/htdocs/_bug.html 1.100:
        !            15:                + ^file::create[text;file.xml;^untaint[xml]{data}]
        !            16: 
        !            17:        * src/types/Makefile.am [release_3_1_5] 1.38.6.1:
        !            18:        * src/types/pa_venv.C [release_3_1_5] 1.1.2.1:
        !            19:        * src/types/pa_venv.h [release_3_1_5] 1.31.14.2:
        !            20:        * src/types/types.vcproj [release_3_1_5] 1.14.6.1:
        !            21:        * www/htdocs/_bug.html [release_3_1_5] 1.84.4.10:
        !            22:                + $env:PARSER_VERSION reports "3.1.5beta (compiled on i386-pc-
        !            23:                win32)"
        !            24: 
        !            25:        * src/types/Makefile.am 1.40:
        !            26:        * src/types/pa_venv.C 1.2:
        !            27:        * src/types/pa_venv.h 1.33:
        !            28:        * src/types/types.vcproj 1.16:
        !            29:        * www/htdocs/_bug.html 1.99:
        !            30:        * www/htdocs/_bug.txt 1.6:
        !            31:                + merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on 
        !            32:                i386-pc-win32)"
        !            33: 
        !            34:        * src/main/pa_request.C [release_3_1_5] 1.274.6.3:
        !            35:                ! $response:body[file] now differes from :download, it does not 
        !            36:                return content-disposition at all now [previusely it returned 
        !            37:                valueless content-disposition]
        !            38: 
        !            39:        * src/main/compile.tab.C [release_3_1_5] 1.103.8.6:
        !            40:        * src/main/compile.y [release_3_1_5] 1.213.10.5:
        !            41:        * src/types/pa_value.h [release_3_1_5] 1.119.6.3:
        !            42:        * src/types/pa_vbool.h [release_3_1_5] 1.25.10.2:
        !            43:        * src/types/pa_vdouble.h [release_3_1_5] 1.46.8.5:
        !            44:        * src/types/pa_vint.h [release_3_1_5] 1.41.14.3:
        !            45:        * src/types/pa_vmethod_frame.h [release_3_1_5] 1.51.6.5:
        !            46:        * www/htdocs/_bug.html [release_3_1_5] 1.84.4.11:
        !            47:                + expression literals: true/false. ^format[$.indent(true)]
        !            48: 
        !            49:        * src/main/compile.tab.C 1.107:
        !            50:        * src/main/compile.y 1.216:
        !            51:        * src/types/pa_value.h 1.126:
        !            52:        * src/types/pa_vbool.h 1.27:
        !            53:        * src/types/pa_vdouble.h 1.50:
        !            54:        * src/types/pa_vint.h 1.44:
        !            55:        * src/types/pa_vmethod_frame.h 1.60:
        !            56:                + merged: expression literals: true/false. ^format[$.indent(true)
        !            57:                ]
        !            58: 
        !            59:        * src/main/pa_request.C 1.277:
        !            60:                ! merged: $response:body[file] now differes from :download, it 
        !            61:                does not return content-disposition at all now [previusely it 
        !            62:                returned valueless content-disposition]
        !            63: 
        !            64:        * src/types/pa_venv.C 1.1:
        !            65:                file pa_venv.C was initially added on branch release_3_1_5.
        !            66: 
        !            67: 2005-11-18     paf
        !            68:        * src/main/pa_common.C 1.207:
        !            69:                ! merged from 3.1.5: fixed file load memory issue: now tries to 
        !            70:                guess content-length and allocates one big piece if possible [
        !            71:                regretfully gc_realloc works as malloc+free, leaving lots of 
        !            72:                holes behind]
        !            73: 
        !            74:        * src/include/pa_dir.h [release_3_1_5] 1.16.14.2:
        !            75:                ! file:list now sees .xxx files, only . and .. now removed from 
        !            76:                list [were removed all .*]
        !            77: 
        !            78:        * src/classes/table.C [release_3_1_5] 1.208.6.6:
        !            79:                ! ^table::create[not'nameless'; failed << 
        !            80:                Exception.problem_source pointed to local var!
        !            81: 
        !            82:        * src/main/pa_request.C 1.276:
        !            83:                ! merged from 3.1.5: ensured proper untainting of @main result 
        !            84:                if returned by $result or $response:body
        !            85: 
        !            86:        * src/classes/op.C 1.158:
        !            87:                + merged ^cache[] << returns current cache expiration time
        !            88: 
        !            89:        * src/classes/table.C 1.215:
        !            90:                ! merged ^table::create[not'nameless'; failed << 
        !            91:                Exception.problem_source pointed to local var!
        !            92: 
        !            93:        * src/classes/op.C [release_3_1_5] 1.152.4.4:
        !            94:        * www/htdocs/_bug.html [release_3_1_5] 1.84.4.9:
        !            95:                + ^cache[] << returns current cache expiration time
        !            96: 
        !            97:        * src/classes/double.C [release_3_1_5] 1.57.14.3:
        !            98:        * src/classes/int.C [release_3_1_5] 1.53.14.3:
        !            99:                ! ^int/double:sql{select null}[$.default(123)] will now return 
        !           100:                default value
        !           101: 
        !           102:        * src/lib/sdbm/apr_file_io.C 1.5:
        !           103:                ! merged from 3.1.5: hashfile file open error now checked, were 
        !           104:                not :( [stole that piece from apache 1.3 sources]
        !           105: 
        !           106:        * src/include/pa_dir.h 1.18:
        !           107:        * www/htdocs/_bug.html [release_3_1_5] 1.84.4.8:
        !           108:        * www/htdocs/_bug.txt [release_3_1_5] 1.5.12.2:
        !           109:                ! merged: file:list now sees .xxx files, only . and .. now 
        !           110:                removed from list [were removed all .*]
        !           111: 
        !           112:        * src/classes/memory.C [release_3_1_5] 1.7.8.2:
        !           113:        * src/main/compile.tab.C [release_3_1_5] 1.103.8.5:
        !           114:        * src/main/pa_common.C [release_3_1_5] 1.204.6.3:
        !           115:                ! fixed file load memory issue: now tries to guess content-
        !           116:                length and allocates one big piece if possible [regretfully 
        !           117:                gc_realloc works as malloc+free, leaving lots of holes behind]
        !           118: 
        !           119:        * src/main/pa_common.C 1.209:
        !           120:                ! merged: file::load[binary;fileOfZeroSize] now loads VFile.ptr!=
        !           121:                0, so such files can be saved now
        !           122: 
        !           123:        * src/main/pa_request.C [release_3_1_5] 1.274.6.2:
        !           124:                ! ensured proper untainting of @main result if returned by $
        !           125:                result or $response:body
        !           126: 
        !           127:        * src/lib/sdbm/apr_file_io.C [release_3_1_5] 1.4.10.1:
        !           128:                ! hashfile file open error now checked, were not :( [stole that 
        !           129:                piece from apache 1.3 sources]
        !           130: 
        !           131:        * src/main/pa_common.C [release_3_1_5] 1.204.6.5:
        !           132:                ! file::load[binary;fileOfZeroSize] now loads VFile.ptr!=0, so 
        !           133:                such files can be saved now
        !           134: 
        !           135: 2005-11-16     paf
        !           136:        * src/classes/file.C [release_3_1_5] 1.133.6.3:
        !           137:        * src/classes/table.C [release_3_1_5] 1.208.6.5:
        !           138:        * src/include/pa_common.h [release_3_1_5] 1.101.8.2:
        !           139:        * src/main/pa_common.C [release_3_1_5] 1.204.6.2:
        !           140:        * www/htdocs/_bug.html [release_3_1_5] 1.84.4.7:
        !           141:                ! table::save with enclosers now doubles them: "->""
        !           142:                ! table::save/load do not remove elements from options hash
        !           143: 
        !           144:        * src/main/compile.tab.C [release_3_1_5] 1.103.8.4:
        !           145:        * src/main/compile.y [release_3_1_5] 1.213.10.4:
        !           146:                ! ^if(-f "...") now works [were overoptimized ^if(double_literal)
        !           147:                , compiler confused OP_VALUE+origin+double with OP_STRINGPOOL+
        !           148:                code+OP_writeXX
        !           149: 
        !           150:        * src/main/compile.y 1.215:
        !           151:                ! merged to HEAD: ^if(-f "...") now works [were overoptimized ^
        !           152:                if(double_literal), compiler confused OP_VALUE+origin+double 
        !           153:                with OP_STRINGPOOL+code+OP_writeXX
        !           154: 
        !           155:        * src/classes/file.C 1.137:
        !           156:        * src/classes/table.C 1.214:
        !           157:        * src/include/pa_common.h 1.103:
        !           158:        * src/main/compile.tab.C 1.106:
        !           159:        * src/main/pa_common.C 1.206:
        !           160:        * www/htdocs/_bug.html 1.98:
        !           161:                merged to HEAD:
        !           162:                ! table::save with enclosers now doubles them: "->""
        !           163:                ! table::save/load do not remove elements from options hash
        !           164: 
        !           165: 2005-11-03     paf
        !           166:        * src/main/Makefile.am 1.45:
        !           167:        * src/main/Makefile.in 1.58:
        !           168:        * src/main/compile.tab.C 1.105:
        !           169:                removed $< from .y compilation, not all makefiles liked that
        !           170: 
        !           171: 2005-08-30     paf
        !           172:        * src/classes/op.C [release_3_1_5] 1.152.4.3:
        !           173:                . speedup check of [DEFAULT]
        !           174: 
        !           175:        * src/classes/op.C 1.157:
        !           176:                merge . speedup check of [DEFAULT]
        !           177: 
        !           178: 2005-08-26     paf
        !           179:        * src/classes/hash.C 1.76:
        !           180:        * src/classes/string.C 1.145:
        !           181:        * src/classes/table.C 1.212:
        !           182:        * src/classes/void.C 1.36:
        !           183:                merged ! optional options were allowed to be empty. were checked 
        !           184:                if(is_string), changed to !defined||is_string to allow void
        !           185: 
        !           186:        * src/classes/hash.C [release_3_1_5] 1.73.6.2:
        !           187:        * src/classes/string.C [release_3_1_5] 1.142.6.3:
        !           188:        * src/classes/table.C [release_3_1_5] 1.208.6.3:
        !           189:        * src/classes/void.C [release_3_1_5] 1.34.8.2:
        !           190:        * src/targets/isapi/parser3isapi.C 1.94:
        !           191:        * www/htdocs/_bug.html 1.96:
        !           192:                ! optional options were allowed to be empty. were checked if(
        !           193:                is_string), changed to !defined||is_string to allow void
        !           194: 
        !           195:        * src/classes/date.C [release_3_1_5] 1.69.6.2:
        !           196:        * src/types/pa_vdate.h [release_3_1_5] 1.38.6.2:
        !           197:        * www/htdocs/_bug.html [release_3_1_5] 1.84.4.6:
        !           198:                + date.week
        !           199: 
        !           200:        * src/classes/date.C 1.72:
        !           201:        * src/types/pa_vdate.h 1.40:
        !           202:        * www/htdocs/_bug.html 1.97:
        !           203:                merged + date.week
        !           204: 
        !           205:        * src/classes/double.C [release_3_1_5] 1.57.14.2:
        !           206:        * src/classes/int.C [release_3_1_5] 1.53.14.2:
        !           207:        * src/classes/math.C [release_3_1_5] 1.39.8.2:
        !           208:        * src/classes/op.C [release_3_1_5] 1.152.4.2:
        !           209:        * src/classes/string.C [release_3_1_5] 1.142.6.2:
        !           210:        * src/classes/table.C [release_3_1_5] 1.208.6.2:
        !           211:        * src/main/compile.tab.C [release_3_1_5] 1.103.8.3:
        !           212:        * src/types/pa_vmethod_frame.h [release_3_1_5] 1.51.6.4:
        !           213:        * www/htdocs/_bug.html [release_3_1_5] 1.84.4.5:
        !           214:                ! many classes/*  used as_junction where they needed as_int/
        !           215:                double, so failed with recent "(const) now no junction" 
        !           216:                optimization
        !           217: 
        !           218:        * src/classes/double.C 1.59:
        !           219:        * src/classes/int.C 1.55:
        !           220:        * src/classes/math.C 1.41:
        !           221:        * src/classes/op.C 1.156:
        !           222:        * src/classes/string.C 1.144:
        !           223:        * src/classes/table.C 1.211:
        !           224:        * src/types/pa_vmethod_frame.h 1.59:
        !           225:                merged ! many classes/*  used as_junction where they needed 
        !           226:                as_int/double, so failed with recent "(const) now no junction" 
        !           227:                optimization
        !           228: 
        !           229:        * src/classes/table.C 1.213:
        !           230:                merged ! ^table::create[bad]{xxx} now complains about bad!=
        !           231:                nameless
        !           232: 
        !           233:        * src/classes/table.C [release_3_1_5] 1.208.6.4:
        !           234:                ! ^table::create[bad]{xxx} now complains about bad!=nameless
        !           235: 
        !           236: 2005-08-24     paf
        !           237:        * src/targets/isapi/parser3isapi.C [release_3_1_5] 1.92.8.2:
        !           238:        * src/targets/isapi/parser3isapi.vcproj [release_3_1_5] 1.8.8.2:
        !           239:                ! on windows 2003 DllMain receivese \\?\ prefix to fullspec of 
        !           240:                .dll, stripped it
        !           241: 
        !           242: 2005-08-09     paf
        !           243:        * src/types/pa_value.h [release_3_1_5] 1.119.6.2:
        !           244:        * src/types/pa_vdouble.h [release_3_1_5] 1.46.8.4:
        !           245:        * src/types/pa_vint.h [release_3_1_5] 1.41.14.2:
        !           246:        * src/types/pa_vmethod_frame.h [release_3_1_5] 1.51.6.3:
        !           247:                merged from HEAD ! simplified (double) speedup consequent checks 
        !           248:                in vmethod_frame
        !           249: 
        !           250:        * src/classes/file.C [release_3_1_5] 1.133.6.2:
        !           251:        * src/main/pa_exec.C [release_3_1_5] 1.65.8.2:
        !           252:                + file::cgi/exec now params: 50 max (were 10)
        !           253: 
        !           254:        * src/types/pa_value.h 1.124:
        !           255:        * src/types/pa_vdouble.h 1.48:
        !           256:        * src/types/pa_vint.h 1.42:
        !           257:        * src/types/pa_vmethod_frame.h 1.57:
        !           258:        * src/types/pa_vvoid.C 1.2:
        !           259:        * src/types/pa_vvoid.h 1.27:
        !           260:        * src/types/pa_wcontext.C 1.31:
        !           261:        * src/types/pa_wcontext.h 1.48:
        !           262:        * www/htdocs/.htaccess 1.47:
        !           263:        * www/htdocs/_bug.html 1.95:
        !           264:                + ^call[$void] param inside now is void (were: empty string)
        !           265:                ! simplified (double) speedup consequent checks in vmethod_frame
        !           266: 
        !           267:        * www/htdocs/_bug.html [release_3_1_5] 1.84.4.3:
        !           268:        * www/htdocs/_bug.pl [release_3_1_5] 1.3.6.1:
        !           269:        * www/htdocs/_bug.txt [release_3_1_5] 1.5.12.1:
        !           270:                . file::exec $charset transcodes env fine
        !           271: 
        !           272:        * src/types/pa_wcontext.h [release_3_1_5] 1.46.12.2:
        !           273:        * src/types/pa_wcontext.h [release_3_1_5] 1.46.12.3:
        !           274:                ! bugfix in_expression bit field were not cleared
        !           275: 
        !           276:        * src/types/pa_vmethod_frame.C 1.7:
        !           277:        * src/types/pa_vmethod_frame.h 1.56:
        !           278:                merged
        !           279:                + optimized constants in expressions vstring->vdouble
        !           280:                + optimized ^call(vdouble), no junction creation, no calls later
        !           281: 
        !           282:        * src/classes/classes.C 1.22:
        !           283:        * src/classes/classes.h 1.31:
        !           284:        * src/classes/date.C 1.71:
        !           285:        * src/classes/double.C 1.58:
        !           286:        * src/classes/file.C 1.136:
        !           287:        * src/classes/form.C 1.39:
        !           288:        * src/classes/hash.C 1.75:
        !           289:        * src/classes/hashfile.C 1.36:
        !           290:        * src/classes/image.C 1.113:
        !           291:        * src/classes/int.C 1.54:
        !           292:        * src/classes/mail.C 1.110:
        !           293:        * src/classes/math.C 1.40:
        !           294:        * src/classes/memory.C 1.8:
        !           295:        * src/classes/op.C 1.155:
        !           296:        * src/classes/response.C 1.27:
        !           297:        * src/classes/string.C 1.143:
        !           298:        * src/classes/table.C 1.210:
        !           299:        * src/classes/void.C 1.35:
        !           300:        * src/classes/xdoc.C 1.148:
        !           301:        * src/classes/xnode.C 1.71:
        !           302:        * src/classes/xnode.h 1.24:
        !           303:        * src/include/pa_array.h 1.65:
        !           304:        * src/include/pa_cache_managers.h 1.18:
        !           305:        * src/include/pa_charset.h 1.31:
        !           306:        * src/include/pa_charsets.h 1.13:
        !           307:        * src/include/pa_common.h 1.102:
        !           308:        * src/include/pa_config_fixed.h 1.68:
        !           309:        * src/include/pa_config_includes.h 1.31:
        !           310:        * src/include/pa_dictionary.h 1.18:
        !           311:        * src/include/pa_dir.h 1.17:
        !           312:        * src/include/pa_exception.h 1.45:
        !           313:        * src/include/pa_exec.h 1.18:
        !           314:        * src/include/pa_globals.h 1.112:
        !           315:        * src/include/pa_hash.h 1.66:
        !           316:        * src/include/pa_memory.h 1.12:
        !           317:        * src/include/pa_opcode.h 1.28:
        !           318:        * src/include/pa_operation.h 1.6:
        !           319:        * src/include/pa_os.h 1.5:
        !           320:        * src/include/pa_request.h 1.179:
        !           321:        * src/include/pa_request_charsets.h 1.5:
        !           322:        * src/include/pa_request_info.h 1.5:
        !           323:        * src/include/pa_sapi.h 1.27:
        !           324:        * src/include/pa_socks.h 1.17:
        !           325:        * src/include/pa_sql_connection.h 1.40:
        !           326:        * src/include/pa_sql_driver_manager.h 1.33:
        !           327:        * src/include/pa_stack.h 1.24:
        !           328:        * src/include/pa_string.h 1.165:
        !           329:        * src/include/pa_stylesheet_connection.h 1.40:
        !           330:        * src/include/pa_stylesheet_manager.h 1.22:
        !           331:        * src/include/pa_table.h 1.58:
        !           332:        * src/include/pa_threads.h 1.30:
        !           333:        * src/include/pa_types.h 1.49:
        !           334:        * src/include/pa_uue.h 1.8:
        !           335:        * src/include/pa_xml_exception.h 1.4:
        !           336:        * src/include/pa_xml_io.h 1.4:
        !           337:        * src/lib/gd/gif.C 1.6:
        !           338:        * src/lib/gd/gif.h 1.4:
        !           339:        * src/lib/gd/gifio.C 1.3:
        !           340:        * src/lib/md5/pa_md5.h 1.11:
        !           341:        * src/lib/md5/pa_md5c.c 1.13:
        !           342:        * src/lib/smtp/comms.C 1.8:
        !           343:        * src/lib/smtp/smtp.C 1.8:
        !           344:        * src/lib/smtp/smtp.h 1.6:
        !           345:        * src/main/compile.C 1.78:
        !           346:        * src/main/compile_tools.C 1.59:
        !           347:        * src/main/compile_tools.h 1.76:
        !           348:        * src/main/execute.C 1.313:
        !           349:        * src/main/pa_cache_managers.C 1.16:
        !           350:        * src/main/pa_charset.C 1.52:
        !           351:        * src/main/pa_charsets.C 1.16:
        !           352:        * src/main/pa_common.C 1.205:
        !           353:        * src/main/pa_dictionary.C 1.23:
        !           354:        * src/main/pa_dir.C 1.20:
        !           355:        * src/main/pa_exception.C 1.48:
        !           356:        * src/main/pa_exec.C 1.67:
        !           357:        * src/main/pa_globals.C 1.177:
        !           358:        * src/main/pa_memory.C 1.6:
        !           359:        * src/main/pa_os.C 1.8:
        !           360:        * src/main/pa_request.C 1.275:
        !           361:        * src/main/pa_socks.C 1.24:
        !           362:        * src/main/pa_sql_driver_manager.C 1.85:
        !           363:        * src/main/pa_string.C 1.203:
        !           364:        * src/main/pa_stylesheet_connection.C 1.3:
        !           365:        * src/main/pa_stylesheet_manager.C 1.27:
        !           366:        * src/main/pa_table.C 1.61:
        !           367:        * src/main/pa_uue.C 1.9:
        !           368:        * src/main/pa_xml_exception.C 1.4:
        !           369:        * src/main/pa_xml_io.C 1.19:
        !           370:        * src/main/untaint.C 1.135:
        !           371:        * src/sql/pa_sql_driver.h 1.43:
        !           372:        * src/targets/apache13/mod_parser3.c 1.12:
        !           373:        * src/targets/apache13core/mod_parser3_core.C 1.8:
        !           374:        * src/targets/apache13core/pa_threads.C 1.5:
        !           375:        * src/targets/cgi/pa_threads.C 1.16:
        !           376:        * src/targets/cgi/parser3.C 1.237:
        !           377:        * src/targets/isapi/pa_threads.C 1.17:
        !           378:        * src/targets/isapi/parser3isapi.C 1.93:
        !           379:        * src/types/pa_junction.h 1.7:
        !           380:        * src/types/pa_method.h 1.6:
        !           381:        * src/types/pa_property.h 1.2:
        !           382:        * src/types/pa_value.C 1.19:
        !           383:        * src/types/pa_value.h 1.125:
        !           384:        * src/types/pa_vbool.h 1.26:
        !           385:        * src/types/pa_vclass.C 1.33:
        !           386:        * src/types/pa_vclass.h 1.51:
        !           387:        * src/types/pa_vcode_frame.h 1.32:
        !           388:        * src/types/pa_vconsole.h 1.10:
        !           389:        * src/types/pa_vcookie.C 1.68:
        !           390:        * src/types/pa_vcookie.h 1.31:
        !           391:        * src/types/pa_vdate.h 1.39:
        !           392:        * src/types/pa_vdouble.h 1.49:
        !           393:        * src/types/pa_venv.h 1.32:
        !           394:        * src/types/pa_vfile.C 1.41:
        !           395:        * src/types/pa_vfile.h 1.58:
        !           396:        * src/types/pa_vform.C 1.84:
        !           397:        * src/types/pa_vform.h 1.50:
        !           398:        * src/types/pa_vhash.C 1.8:
        !           399:        * src/types/pa_vhash.h 1.58:
        !           400:        * src/types/pa_vhashfile.h 1.33:
        !           401:        * src/types/pa_vimage.C 1.35:
        !           402:        * src/types/pa_vimage.h 1.45:
        !           403:        * src/types/pa_vint.h 1.43:
        !           404:        * src/types/pa_vjunction.h 1.24:
        !           405:        * src/types/pa_vmail.C 1.72:
        !           406:        * src/types/pa_vmail.h 1.17:
        !           407:        * src/types/pa_vmath.C 1.8:
        !           408:        * src/types/pa_vmath.h 1.18:
        !           409:        * src/types/pa_vmemory.h 1.5:
        !           410:        * src/types/pa_vmethod_frame.C 1.8:
        !           411:        * src/types/pa_vmethod_frame.h 1.58:
        !           412:        * src/types/pa_vobject.C 1.24:
        !           413:        * src/types/pa_vobject.h 1.47:
        !           414:        * src/types/pa_vproperty.h 1.3:
        !           415:        * src/types/pa_vrequest.C 1.37:
        !           416:        * src/types/pa_vrequest.h 1.33:
        !           417:        * src/types/pa_vresponse.C 1.25:
        !           418:        * src/types/pa_vresponse.h 1.40:
        !           419:        * src/types/pa_vstateless_class.C 1.28:
        !           420:        * src/types/pa_vstateless_class.h 1.53:
        !           421:        * src/types/pa_vstateless_object.h 1.36:
        !           422:        * src/types/pa_vstatus.C 1.25:
        !           423:        * src/types/pa_vstatus.h 1.19:
        !           424:        * src/types/pa_vstring.C 1.26:
        !           425:        * src/types/pa_vstring.h 1.59:
        !           426:        * src/types/pa_vtable.C 1.26:
        !           427:        * src/types/pa_vtable.h 1.54:
        !           428:        * src/types/pa_vvoid.C 1.3:
        !           429:        * src/types/pa_vvoid.h 1.28:
        !           430:        * src/types/pa_vxdoc.C 1.29:
        !           431:        * src/types/pa_vxdoc.h 1.40:
        !           432:        * src/types/pa_vxnode.C 1.43:
        !           433:        * src/types/pa_vxnode.h 1.35:
        !           434:        * src/types/pa_wcontext.C 1.32:
        !           435:        * src/types/pa_wcontext.h 1.49:
        !           436:        * src/types/pa_wwrapper.h 1.36:
        !           437:                2005
        !           438: 
        !           439:        * src/classes/file.C 1.135:
        !           440:        * src/main/pa_exec.C 1.66:
        !           441:                merged +file::cgi/exec now params: 50 max (were 10)
        !           442: 
        !           443: 2005-08-08     paf
        !           444:        * src/classes/classes.h 1.30:
        !           445:        * src/main/execute.C 1.312:
        !           446:        * src/types/pa_junction.h 1.6:
        !           447:        * src/types/pa_value.h 1.123:
        !           448:        * src/types/pa_vclass.C 1.32:
        !           449:        * src/types/pa_vclass.h 1.50:
        !           450:        * src/types/pa_vcode_frame.h 1.31:
        !           451:        * src/types/pa_vconsole.h 1.9:
        !           452:        * src/types/pa_vcookie.C 1.67:
        !           453:        * src/types/pa_vcookie.h 1.30:
        !           454:        * src/types/pa_vhash.h 1.57:
        !           455:        * src/types/pa_vhashfile.h 1.32:
        !           456:        * src/types/pa_vimage.C 1.34:
        !           457:        * src/types/pa_vimage.h 1.44:
        !           458:        * src/types/pa_vjunction.h 1.23:
        !           459:        * src/types/pa_vmethod_frame.h 1.55:
        !           460:        * src/types/pa_vobject.C 1.23:
        !           461:        * src/types/pa_vobject.h 1.46:
        !           462:        * src/types/pa_vrequest.C 1.36:
        !           463:        * src/types/pa_vrequest.h 1.32:
        !           464:        * src/types/pa_vresponse.C 1.24:
        !           465:        * src/types/pa_vresponse.h 1.39:
        !           466:        * src/types/pa_vstateless_class.C 1.27:
        !           467:        * src/types/pa_vstateless_object.h 1.35:
        !           468:        * src/types/pa_vvoid.h 1.26:
        !           469:        * src/types/pa_vxnode.C 1.42:
        !           470:        * src/types/pa_vxnode.h 1.34:
        !           471:        * src/types/pa_wwrapper.h 1.35:
        !           472:        * www/htdocs/_bug.html 1.93:
        !           473:        * www/htdocs/_bug.p 1.8:
        !           474:                . merged VJunction(new Junction) optimization from 3.1.4
        !           475: 
        !           476:        * src/types/pa_vdouble.h [release_3_1_5] 1.46.8.3:
        !           477:                . double values without fractional part now default printed as %
        !           478:                .0f instead of %g
        !           479: 
        !           480:        * src/classes/hashfile.C 1.35:
        !           481:        * www/htdocs/_bug.html [release_3_1_5] 1.84.4.2:
        !           482:        * www/htdocs/_bug.xml [release_3_1_5] 1.2.14.1:
        !           483:                . merged ! second hashfile::open would cause an exception
        !           484: 
        !           485:        * bin/auto.p.dist.in [release_3_1_5] 1.11.14.1:
        !           486:                . apache bad 404 handling workaround integrated
        !           487: 
        !           488:        * src/classes/hashfile.C [release_3_1_5] 1.33.14.2:
        !           489:                ! second hashfile::open would cause an exception
        !           490: 
        !           491:        * src/main/execute.C [release_3_1_5] 1.306.6.2:
        !           492:        * src/types/pa_junction.h [release_3_1_5] 1.4.12.2:
        !           493:        * src/types/pa_vjunction.h [release_3_1_5] 1.22.14.2:
        !           494:        * src/types/pa_vstateless_class.C [release_3_1_5] 1.22.12.2:
        !           495:                + optimized new VJunction(new Junction(params)) to new VJunction(
        !           496:                params), thousands of mallocs removed
        !           497: 
        !           498:        * src/types/pa_vdouble.h 1.47:
        !           499:                merged . double values without fractional part now default 
        !           500:                printed as %.0f instead of %g
        !           501: 
        !           502:        * src/main/compile.tab.C 1.104:
        !           503:        * src/main/compile.y 1.214:
        !           504:        * src/main/compile_tools.C 1.58:
        !           505:        * src/main/compile_tools.h 1.75:
        !           506:        * www/htdocs/.htaccess 1.46:
        !           507:        * www/htdocs/_bug.html 1.94:
        !           508:        * www/htdocs/_bug.xml 1.3:
        !           509:                merged
        !           510:                + optimized constants in expressions vstring->vdouble
        !           511:                + optimized ^call(vdouble), no junction creation, no calls later
        !           512: 
        !           513:        * bin/auto.p.dist.in 1.12:
        !           514:                merged . apache bad 404 handling workaround integrated
        !           515: 
        !           516: 2005-08-05     paf
        !           517:        * src/include/pa_memory.h [release_3_1_5] 1.11.14.2:
        !           518:        * src/main/compile.tab.C [release_3_1_5] 1.103.8.2:
        !           519:        * src/main/compile.y [release_3_1_5] 1.213.10.3:
        !           520:        * src/types/pa_vdouble.h [release_3_1_5] 1.46.8.2:
        !           521:        * src/types/pa_vmethod_frame.C [release_3_1_5] 1.6.12.2:
        !           522:        * src/types/pa_vmethod_frame.h [release_3_1_5] 1.51.6.2:
        !           523:                + optimized ^call(vdouble), no junction creation, no calls later
        !           524: 
        !           525:        * src/classes/classes.C [release_3_1_5] 1.21.14.1:
        !           526:        * src/classes/classes.h [release_3_1_5] 1.26.12.1:
        !           527:        * src/classes/date.C [release_3_1_5] 1.69.6.1:
        !           528:        * src/classes/double.C [release_3_1_5] 1.57.14.1:
        !           529:        * src/classes/file.C [release_3_1_5] 1.133.6.1:
        !           530:        * src/classes/form.C [release_3_1_5] 1.38.14.1:
        !           531:        * src/classes/hash.C [release_3_1_5] 1.73.6.1:
        !           532:        * src/classes/hashfile.C [release_3_1_5] 1.33.14.1:
        !           533:        * src/classes/image.C [release_3_1_5] 1.111.8.1:
        !           534:        * src/classes/int.C [release_3_1_5] 1.53.14.1:
        !           535:        * src/classes/mail.C [release_3_1_5] 1.109.8.1:
        !           536:        * src/classes/math.C [release_3_1_5] 1.39.8.1:
        !           537:        * src/classes/memory.C [release_3_1_5] 1.7.8.1:
        !           538:        * src/classes/op.C [release_3_1_5] 1.152.4.1:
        !           539:        * src/classes/response.C [release_3_1_5] 1.26.14.1:
        !           540:        * src/classes/string.C [release_3_1_5] 1.142.6.1:
        !           541:        * src/classes/table.C [release_3_1_5] 1.208.6.1:
        !           542:        * src/classes/void.C [release_3_1_5] 1.34.8.1:
        !           543:        * src/classes/xdoc.C [release_3_1_5] 1.146.8.1:
        !           544:        * src/classes/xnode.C [release_3_1_5] 1.69.6.1:
        !           545:        * src/classes/xnode.h [release_3_1_5] 1.22.14.1:
        !           546:        * src/include/pa_array.h [release_3_1_5] 1.64.14.1:
        !           547:        * src/include/pa_cache_managers.h [release_3_1_5] 1.17.12.1:
        !           548:        * src/include/pa_charset.h [release_3_1_5] 1.30.14.1:
        !           549:        * src/include/pa_charsets.h [release_3_1_5] 1.12.14.1:
        !           550:        * src/include/pa_common.h [release_3_1_5] 1.101.8.1:
        !           551:        * src/include/pa_config_fixed.h [release_3_1_5] 1.67.8.1:
        !           552:        * src/include/pa_config_includes.h [release_3_1_5] 1.30.8.1:
        !           553:        * src/include/pa_dictionary.h [release_3_1_5] 1.17.14.1:
        !           554:        * src/include/pa_dir.h [release_3_1_5] 1.16.14.1:
        !           555:        * src/include/pa_exception.h [release_3_1_5] 1.44.8.1:
        !           556:        * src/include/pa_exec.h [release_3_1_5] 1.17.10.1:
        !           557:        * src/include/pa_globals.h [release_3_1_5] 1.111.8.1:
        !           558:        * src/include/pa_hash.h [release_3_1_5] 1.62.12.1:
        !           559:        * src/include/pa_memory.h [release_3_1_5] 1.11.14.1:
        !           560:        * src/include/pa_opcode.h [release_3_1_5] 1.27.14.1:
        !           561:        * src/include/pa_operation.h [release_3_1_5] 1.5.14.1:
        !           562:        * src/include/pa_os.h [release_3_1_5] 1.4.14.1:
        !           563:        * src/include/pa_request.h [release_3_1_5] 1.177.6.1:
        !           564:        * src/include/pa_request_charsets.h [release_3_1_5] 1.4.14.1:
        !           565:        * src/include/pa_request_info.h [release_3_1_5] 1.4.14.1:
        !           566:        * src/include/pa_sapi.h [release_3_1_5] 1.26.8.1:
        !           567:        * src/include/pa_socks.h [release_3_1_5] 1.16.8.1:
        !           568:        * src/include/pa_sql_connection.h [release_3_1_5] 1.39.8.1:
        !           569:        * src/include/pa_sql_driver_manager.h [release_3_1_5] 1.32.14.1:
        !           570:        * src/include/pa_stack.h [release_3_1_5] 1.23.6.1:
        !           571:        * src/include/pa_string.h [release_3_1_5] 1.164.8.1:
        !           572:        * src/include/pa_stylesheet_connection.h [release_3_1_5] 1.39.14.1:
        !           573:        * src/include/pa_stylesheet_manager.h [release_3_1_5] 1.21.14.1:
        !           574:        * src/include/pa_table.h [release_3_1_5] 1.57.14.1:
        !           575:        * src/include/pa_threads.h [release_3_1_5] 1.29.14.1:
        !           576:        * src/include/pa_types.h [release_3_1_5] 1.48.14.1:
        !           577:        * src/include/pa_uue.h [release_3_1_5] 1.7.14.1:
        !           578:        * src/include/pa_xml_exception.h [release_3_1_5] 1.3.14.1:
        !           579:        * src/include/pa_xml_io.h [release_3_1_5] 1.3.14.1:
        !           580:        * src/lib/gd/gif.C [release_3_1_5] 1.5.6.1:
        !           581:        * src/lib/gd/gif.h [release_3_1_5] 1.3.14.1:
        !           582:        * src/lib/gd/gifio.C [release_3_1_5] 1.2.14.1:
        !           583:        * src/lib/md5/pa_md5.h [release_3_1_5] 1.10.14.1:
        !           584:        * src/lib/md5/pa_md5c.c [release_3_1_5] 1.12.14.1:
        !           585:        * src/lib/smtp/comms.C [release_3_1_5] 1.7.8.1:
        !           586:        * src/lib/smtp/smtp.C [release_3_1_5] 1.7.14.1:
        !           587:        * src/lib/smtp/smtp.h [release_3_1_5] 1.5.14.1:
        !           588:        * src/main/compile.C [release_3_1_5] 1.75.10.1:
        !           589:        * src/main/compile.y [release_3_1_5] 1.213.10.2:
        !           590:        * src/main/compile_tools.C [release_3_1_5] 1.57.14.2:
        !           591:        * src/main/compile_tools.h [release_3_1_5] 1.74.12.2:
        !           592:        * src/main/execute.C [release_3_1_5] 1.306.6.1:
        !           593:        * src/main/pa_cache_managers.C [release_3_1_5] 1.15.12.1:
        !           594:        * src/main/pa_charset.C [release_3_1_5] 1.51.6.1:
        !           595:        * src/main/pa_charsets.C [release_3_1_5] 1.15.14.1:
        !           596:        * src/main/pa_common.C [release_3_1_5] 1.204.6.1:
        !           597:        * src/main/pa_dictionary.C [release_3_1_5] 1.22.14.1:
        !           598:        * src/main/pa_dir.C [release_3_1_5] 1.19.14.1:
        !           599:        * src/main/pa_exception.C [release_3_1_5] 1.47.14.1:
        !           600:        * src/main/pa_exec.C [release_3_1_5] 1.65.8.1:
        !           601:        * src/main/pa_globals.C [release_3_1_5] 1.176.8.1:
        !           602:        * src/main/pa_memory.C [release_3_1_5] 1.5.14.1:
        !           603:        * src/main/pa_os.C [release_3_1_5] 1.7.8.1:
        !           604:        * src/main/pa_request.C [release_3_1_5] 1.274.6.1:
        !           605:        * src/main/pa_socks.C [release_3_1_5] 1.23.8.1:
        !           606:        * src/main/pa_sql_driver_manager.C [release_3_1_5] 1.84.8.1:
        !           607:        * src/main/pa_string.C [release_3_1_5] 1.202.6.1:
        !           608:        * src/main/pa_stylesheet_connection.C [release_3_1_5] 1.2.12.1:
        !           609:        * src/main/pa_stylesheet_manager.C [release_3_1_5] 1.26.14.1:
        !           610:        * src/main/pa_table.C [release_3_1_5] 1.60.14.1:
        !           611:        * src/main/pa_uue.C [release_3_1_5] 1.8.14.1:
        !           612:        * src/main/pa_xml_exception.C [release_3_1_5] 1.3.14.1:
        !           613:        * src/main/pa_xml_io.C [release_3_1_5] 1.18.10.1:
        !           614:        * src/main/untaint.C [release_3_1_5] 1.134.6.1:
        !           615:        * src/sql/pa_sql_driver.h [release_3_1_5] 1.42.8.1:
        !           616:        * src/targets/apache13/mod_parser3.c [release_3_1_5] 1.11.12.1:
        !           617:        * src/targets/apache13core/mod_parser3_core.C [release_3_1_5] 1.7.8.1:
        !           618:        * src/targets/apache13core/pa_threads.C [release_3_1_5] 1.4.14.1:
        !           619:        * src/targets/cgi/pa_threads.C [release_3_1_5] 1.15.14.1:
        !           620:        * src/targets/cgi/parser3.C [release_3_1_5] 1.236.6.1:
        !           621:        * src/targets/isapi/pa_threads.C [release_3_1_5] 1.16.14.1:
        !           622:        * src/targets/isapi/parser3isapi.C [release_3_1_5] 1.92.8.1:
        !           623:        * src/types/pa_junction.h [release_3_1_5] 1.4.12.1:
        !           624:        * src/types/pa_method.h [release_3_1_5] 1.4.14.1:
        !           625:        * src/types/pa_value.C [release_3_1_5] 1.18.8.1:
        !           626:        * src/types/pa_value.h [release_3_1_5] 1.119.6.1:
        !           627:        * src/types/pa_vbool.h [release_3_1_5] 1.25.10.1:
        !           628:        * src/types/pa_vclass.C [release_3_1_5] 1.20.12.1:
        !           629:        * src/types/pa_vclass.h [release_3_1_5] 1.43.12.1:
        !           630:        * src/types/pa_vcode_frame.h [release_3_1_5] 1.27.12.1:
        !           631:        * src/types/pa_vconsole.h [release_3_1_5] 1.5.12.1:
        !           632:        * src/types/pa_vcookie.C [release_3_1_5] 1.63.12.1:
        !           633:        * src/types/pa_vcookie.h [release_3_1_5] 1.26.12.1:
        !           634:        * src/types/pa_vdate.h [release_3_1_5] 1.38.6.1:
        !           635:        * src/types/pa_vdouble.h [release_3_1_5] 1.46.8.1:
        !           636:        * src/types/pa_venv.h [release_3_1_5] 1.31.14.1:
        !           637:        * src/types/pa_vfile.C [release_3_1_5] 1.40.14.1:
        !           638:        * src/types/pa_vfile.h [release_3_1_5] 1.57.8.1:
        !           639:        * src/types/pa_vform.C [release_3_1_5] 1.83.8.1:
        !           640:        * src/types/pa_vform.h [release_3_1_5] 1.49.14.1:
        !           641:        * src/types/pa_vhash.C [release_3_1_5] 1.7.6.1:
        !           642:        * src/types/pa_vhash.h [release_3_1_5] 1.53.6.1:
        !           643:        * src/types/pa_vhashfile.h [release_3_1_5] 1.28.8.1:
        !           644:        * src/types/pa_vimage.C [release_3_1_5] 1.30.12.1:
        !           645:        * src/types/pa_vimage.h [release_3_1_5] 1.40.12.1:
        !           646:        * src/types/pa_vint.h [release_3_1_5] 1.41.14.1:
        !           647:        * src/types/pa_vjunction.h [release_3_1_5] 1.22.14.1:
        !           648:        * src/types/pa_vmail.C [release_3_1_5] 1.71.6.1:
        !           649:        * src/types/pa_vmail.h [release_3_1_5] 1.16.10.1:
        !           650:        * src/types/pa_vmath.C [release_3_1_5] 1.7.14.1:
        !           651:        * src/types/pa_vmath.h [release_3_1_5] 1.17.14.1:
        !           652:        * src/types/pa_vmemory.h [release_3_1_5] 1.4.14.1:
        !           653:        * src/types/pa_vmethod_frame.C [release_3_1_5] 1.6.12.1:
        !           654:        * src/types/pa_vmethod_frame.h [release_3_1_5] 1.51.6.1:
        !           655:        * src/types/pa_vobject.C [release_3_1_5] 1.16.12.1:
        !           656:        * src/types/pa_vobject.h [release_3_1_5] 1.42.12.1:
        !           657:        * src/types/pa_vrequest.C [release_3_1_5] 1.32.12.1:
        !           658:        * src/types/pa_vrequest.h [release_3_1_5] 1.28.12.1:
        !           659:        * src/types/pa_vresponse.C [release_3_1_5] 1.20.12.1:
        !           660:        * src/types/pa_vresponse.h [release_3_1_5] 1.35.12.1:
        !           661:        * src/types/pa_vstateless_class.C [release_3_1_5] 1.22.12.1:
        !           662:        * src/types/pa_vstateless_class.h [release_3_1_5] 1.48.12.1:
        !           663:        * src/types/pa_vstateless_object.h [release_3_1_5] 1.31.12.1:
        !           664:        * src/types/pa_vstatus.C [release_3_1_5] 1.24.14.1:
        !           665:        * src/types/pa_vstatus.h [release_3_1_5] 1.18.14.1:
        !           666:        * src/types/pa_vstring.C [release_3_1_5] 1.25.14.1:
        !           667:        * src/types/pa_vstring.h [release_3_1_5] 1.58.14.1:
        !           668:        * src/types/pa_vtable.C [release_3_1_5] 1.25.14.1:
        !           669:        * src/types/pa_vtable.h [release_3_1_5] 1.53.10.1:
        !           670:        * src/types/pa_vvoid.C [release_3_1_5] 1.1.10.1:
        !           671:        * src/types/pa_vvoid.h [release_3_1_5] 1.22.8.1:
        !           672:        * src/types/pa_vxdoc.C [release_3_1_5] 1.28.14.1:
        !           673:        * src/types/pa_vxdoc.h [release_3_1_5] 1.39.14.1:
        !           674:        * src/types/pa_vxnode.C [release_3_1_5] 1.38.12.1:
        !           675:        * src/types/pa_vxnode.h [release_3_1_5] 1.30.12.1:
        !           676:        * src/types/pa_wcontext.C [release_3_1_5] 1.30.14.1:
        !           677:        * src/types/pa_wcontext.h [release_3_1_5] 1.46.12.1:
        !           678:        * src/types/pa_wwrapper.h [release_3_1_5] 1.31.12.1:
        !           679:                . 2005 ;)
        !           680: 
        !           681:        * src/lib/cord/cord.vcproj [release_3_1_5] 1.2.8.1:
        !           682:        * src/lib/gd/gd.vcproj [release_3_1_5] 1.7.8.1:
        !           683:        * src/lib/ltdl/ltdl.vcproj [release_3_1_5] 1.3.8.1:
        !           684:        * src/lib/md5/md5.vcproj [release_3_1_5] 1.3.8.1:
        !           685:        * src/lib/pcre/pcre.vcproj [release_3_1_5] 1.3.8.1:
        !           686:        * src/lib/pcre/pcre_dftables.vcproj [release_3_1_5] 1.4.8.1:
        !           687:        * src/lib/pcre/pcre_parser_ctype.vcproj [release_3_1_5] 1.4.8.1:
        !           688:        * src/lib/sdbm/sdbm.vcproj [release_3_1_5] 1.4.14.1:
        !           689:        * src/lib/smtp/smtp.vcproj [release_3_1_5] 1.6.8.1:
        !           690:        * src/main/compile.tab.C [release_3_1_5] 1.103.8.1:
        !           691:        * src/main/compile.y [release_3_1_5] 1.213.10.1:
        !           692:        * src/main/compile_tools.C [release_3_1_5] 1.57.14.1:
        !           693:        * src/main/compile_tools.h [release_3_1_5] 1.74.12.1:
        !           694:        * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_1_5] 1.7.8.1:
        !           695:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_1_5] 1.9.8.1:
        !           696:        * src/targets/cgi/parser3.vcproj [release_3_1_5] 1.12.8.1:
        !           697:        * src/targets/isapi/parser3isapi.vcproj [release_3_1_5] 1.8.8.1:
        !           698:                + optimized constants in expressions vstring->vdouble
        !           699: 
        !           700: 2005-07-29     paf
        !           701:        * src/types/pa_vclass.C 1.31:
        !           702:        * www/htdocs/_bug.p 1.7:
        !           703:                . shaped up error messages a bit
        !           704: 
        !           705:        * src/main/execute.C 1.311:
        !           706:        * src/types/pa_vclass.C 1.29:
        !           707:        * src/types/pa_vobject.C 1.22:
        !           708:        * www/htdocs/_bug.p 1.6:
        !           709:        * www/htdocs/_bug_derived.p 1.2:
        !           710:                ! bug fix: static parent fields were not replaced in case $derived:field[put]
        !           711:                + property setter can now be overridden
        !           712: 
        !           713:        * www/htdocs/_bug.html 1.92:
        !           714:        * www/htdocs/_bug.p 1.5:
        !           715:        * www/htdocs/_bug_derived.p 1.1:
        !           716:                + removed limit "ctor must be declared in class being created"
        !           717: 
        !           718:        * src/types/pa_vclass.C 1.30:
        !           719:        * www/htdocs/_bug_derived.p 1.3:
        !           720:                + property getter can now be overridden
        !           721: 
        !           722: 2005-07-28     paf
        !           723:        * src/classes/hash.C [dynamic_fields_join] 1.73.4.4:
        !           724:        * src/classes/hashfile.C [dynamic_fields_join] 1.33.12.4:
        !           725:        * src/classes/op.C [dynamic_fields_join] 1.153.2.3:
        !           726:        * src/classes/xnode.C [dynamic_fields_join] 1.69.4.2:
        !           727:        * src/include/pa_hash.h [dynamic_fields_join] 1.64.2.4:
        !           728:        * src/main/execute.C [dynamic_fields_join] 1.309.2.4:
        !           729:        * src/types/pa_method.h [dynamic_fields_join] 1.4.12.3:
        !           730:        * src/types/pa_value.h [dynamic_fields_join] 1.121.2.4:
        !           731:        * src/types/pa_vclass.C [dynamic_fields_join] 1.27.2.7:
        !           732:        * src/types/pa_vclass.h [dynamic_fields_join] 1.48.2.5:
        !           733:        * src/types/pa_vcode_frame.h [dynamic_fields_join] 1.29.2.3:
        !           734:        * src/types/pa_vconsole.h [dynamic_fields_join] 1.7.2.3:
        !           735:        * src/types/pa_vcookie.C [dynamic_fields_join] 1.65.2.3:
        !           736:        * src/types/pa_vcookie.h [dynamic_fields_join] 1.28.2.3:
        !           737:        * src/types/pa_vhash.h [dynamic_fields_join] 1.55.2.3:
        !           738:        * src/types/pa_vhashfile.h [dynamic_fields_join] 1.30.2.3:
        !           739:        * src/types/pa_vimage.C [dynamic_fields_join] 1.32.2.3:
        !           740:        * src/types/pa_vimage.h [dynamic_fields_join] 1.42.2.3:
        !           741:        * src/types/pa_vmethod_frame.h [dynamic_fields_join] 1.53.2.3:
        !           742:        * src/types/pa_vobject.C [dynamic_fields_join] 1.20.2.3:
        !           743:        * src/types/pa_vobject.h [dynamic_fields_join] 1.44.2.5:
        !           744:        * src/types/pa_vrequest.C [dynamic_fields_join] 1.34.2.3:
        !           745:        * src/types/pa_vrequest.h [dynamic_fields_join] 1.30.2.3:
        !           746:        * src/types/pa_vresponse.C [dynamic_fields_join] 1.22.2.3:
        !           747:        * src/types/pa_vresponse.h [dynamic_fields_join] 1.37.2.3:
        !           748:        * src/types/pa_vstateless_object.h [dynamic_fields_join] 1.33.2.3:
        !           749:        * src/types/pa_vvoid.h [dynamic_fields_join] 1.24.2.3:
        !           750:        * src/types/pa_vxnode.C [dynamic_fields_join] 1.40.2.3:
        !           751:        * src/types/pa_vxnode.h [dynamic_fields_join] 1.32.2.3:
        !           752:        * src/types/pa_wwrapper.h [dynamic_fields_join] 1.33.2.3:
        !           753:        * www/htdocs/.htaccess [dynamic_fields_join] 1.44.4.2:
        !           754:        * www/htdocs/auto.p [dynamic_fields_join] 1.22.8.2:
        !           755:                ! restored put_element('replace' param), and restored its checks 
        !           756:                in vobject.put_element->static fields | dynamic properties
        !           757: 
        !           758:        * configure 1.84:
        !           759:        * configure.in 1.84:
        !           760:        * src/classes/classes.h 1.29:
        !           761:        * src/classes/date.C 1.70:
        !           762:        * src/classes/file.C 1.134:
        !           763:        * src/classes/hash.C 1.74:
        !           764:        * src/classes/hashfile.C 1.34:
        !           765:        * src/classes/image.C 1.112:
        !           766:        * src/classes/op.C 1.154:
        !           767:        * src/classes/table.C 1.209:
        !           768:        * src/classes/xdoc.C 1.147:
        !           769:        * src/classes/xnode.C 1.70:
        !           770:        * src/classes/xnode.h 1.23:
        !           771:        * src/include/pa_hash.h 1.65:
        !           772:        * src/include/pa_version.h 1.20:
        !           773:        * src/main/execute.C 1.310:
        !           774:        * src/types/Makefile.am 1.39:
        !           775:        * src/types/Makefile.in 1.59:
        !           776:        * src/types/pa_method.h 1.5:
        !           777:        * src/types/pa_value.h 1.122:
        !           778:        * src/types/pa_vclass.C 1.28:
        !           779:        * src/types/pa_vclass.h 1.49:
        !           780:        * src/types/pa_vcode_frame.h 1.30:
        !           781:        * src/types/pa_vconsole.h 1.8:
        !           782:        * src/types/pa_vcookie.C 1.66:
        !           783:        * src/types/pa_vcookie.h 1.29:
        !           784:        * src/types/pa_vhash.h 1.56:
        !           785:        * src/types/pa_vhashfile.h 1.31:
        !           786:        * src/types/pa_vimage.C 1.33:
        !           787:        * src/types/pa_vimage.h 1.43:
        !           788:        * src/types/pa_vmethod_frame.h 1.54:
        !           789:        * src/types/pa_vobject.C 1.21:
        !           790:        * src/types/pa_vobject.h 1.45:
        !           791:        * src/types/pa_vproperty.h 1.2:
        !           792:        * src/types/pa_vrequest.C 1.35:
        !           793:        * src/types/pa_vrequest.h 1.31:
        !           794:        * src/types/pa_vresponse.C 1.23:
        !           795:        * src/types/pa_vresponse.h 1.38:
        !           796:        * src/types/pa_vstateless_class.C 1.26:
        !           797:        * src/types/pa_vstateless_class.h 1.52:
        !           798:        * src/types/pa_vstateless_object.h 1.34:
        !           799:        * src/types/pa_vvoid.h 1.25:
        !           800:        * src/types/pa_vxnode.C 1.41:
        !           801:        * src/types/pa_vxnode.h 1.33:
        !           802:        * src/types/pa_wwrapper.h 1.34:
        !           803:        * www/htdocs/.htaccess 1.45:
        !           804:        * www/htdocs/_bug.html 1.91:
        !           805:        * www/htdocs/_bug.p 1.4:
        !           806:        * www/htdocs/_bug.pl 1.4:
        !           807:        * www/htdocs/_bug.sh 1.2:
        !           808:        * www/htdocs/auto.p 1.23:
        !           809:                + 3.2.0 beta: merged from dynamic_fields_join
        !           810: 
        !           811: 2005-07-27     paf
        !           812:        * src/classes/classes.h [dynamic_fields_join] 1.28.2.1:
        !           813:        * src/classes/hash.C [dynamic_fields_join] 1.73.4.2:
        !           814:        * src/classes/hashfile.C [dynamic_fields_join] 1.33.12.2:
        !           815:        * src/classes/op.C [dynamic_fields_join] 1.153.2.1:
        !           816:        * src/include/pa_hash.h [dynamic_fields_join] 1.64.2.1:
        !           817:        * src/main/execute.C [dynamic_fields_join] 1.309.2.2:
        !           818:        * src/types/pa_method.h [dynamic_fields_join] 1.4.12.1:
        !           819:        * src/types/pa_value.h [dynamic_fields_join] 1.121.2.1:
        !           820:        * src/types/pa_vclass.C [dynamic_fields_join] 1.27.2.2:
        !           821:        * src/types/pa_vclass.h [dynamic_fields_join] 1.48.2.2:
        !           822:        * src/types/pa_vcode_frame.h [dynamic_fields_join] 1.29.2.1:
        !           823:        * src/types/pa_vconsole.h [dynamic_fields_join] 1.7.2.1:
        !           824:        * src/types/pa_vcookie.C [dynamic_fields_join] 1.65.2.1:
        !           825:        * src/types/pa_vcookie.h [dynamic_fields_join] 1.28.2.1:
        !           826:        * src/types/pa_vhash.h [dynamic_fields_join] 1.55.2.1:
        !           827:        * src/types/pa_vhashfile.h [dynamic_fields_join] 1.30.2.1:
        !           828:        * src/types/pa_vimage.C [dynamic_fields_join] 1.32.2.1:
        !           829:        * src/types/pa_vimage.h [dynamic_fields_join] 1.42.2.1:
        !           830:        * src/types/pa_vmethod_frame.h [dynamic_fields_join] 1.53.2.1:
        !           831:        * src/types/pa_vobject.C [dynamic_fields_join] 1.20.2.1:
        !           832:        * src/types/pa_vobject.h [dynamic_fields_join] 1.44.2.2:
        !           833:        * src/types/pa_vrequest.C [dynamic_fields_join] 1.34.2.1:
        !           834:        * src/types/pa_vrequest.h [dynamic_fields_join] 1.30.2.1:
        !           835:        * src/types/pa_vresponse.C [dynamic_fields_join] 1.22.2.1:
        !           836:        * src/types/pa_vresponse.h [dynamic_fields_join] 1.37.2.1:
        !           837:        * src/types/pa_vstateless_class.C [dynamic_fields_join] 1.25.2.1:
        !           838:        * src/types/pa_vstateless_object.h [dynamic_fields_join] 1.33.2.1:
        !           839:        * src/types/pa_vvoid.h [dynamic_fields_join] 1.24.2.1:
        !           840:        * src/types/pa_vxnode.C [dynamic_fields_join] 1.40.2.1:
        !           841:        * src/types/pa_vxnode.h [dynamic_fields_join] 1.32.2.1:
        !           842:        * src/types/pa_wwrapper.h [dynamic_fields_join] 1.33.2.1:
        !           843:                joined_dynamic_fields: just compiled
        !           844: 
        !           845:        * src/include/pa_hash.h 1.64:
        !           846:        * src/types/pa_vclass.C 1.27:
        !           847:        * src/types/pa_vobject.C 1.19:
        !           848:        * src/types/pa_vobject.C 1.20:
        !           849:        * www/htdocs/_bug.html 1.90:
        !           850:        * www/htdocs/_bug.p 1.3:
        !           851:                . object setters [only started, does not work yet]
        !           852: 
        !           853:        * src/types/pa_vclass.C [dynamic_fields_join] 1.27.2.6:
        !           854:                ! changed to GET_ SET_ prefixes. for there is some old code 
        !           855:                containing @set_name $name
        !           856: 
        !           857:        * src/types/pa_vclass.C [dynamic_fields_join] 1.27.2.3:
        !           858:        * www/htdocs/_bug.html [dynamic_fields_join] 1.90.2.1:
        !           859:                joined_dynamic_fields: dynamic get/set works [alfa]
        !           860: 
        !           861:        * src/classes/xnode.C [dynamic_fields_join] 1.69.4.1:
        !           862:        * src/include/pa_hash.h [dynamic_fields_join] 1.64.2.3:
        !           863:        * src/types/pa_vstateless_class.C [dynamic_fields_join] 1.25.2.2:
        !           864:        * www/htdocs/.htaccess [dynamic_fields_join] 1.44.4.1:
        !           865:        * www/htdocs/_bug.html [dynamic_fields_join] 1.90.2.3:
        !           866:        * www/htdocs/_bug.p [dynamic_fields_join] 1.3.2.2:
        !           867:        * www/htdocs/_bug.pl [dynamic_fields_join] 1.3.4.1:
        !           868:        * www/htdocs/_bug.sh [dynamic_fields_join] 1.1.2.1:
        !           869:        * www/htdocs/auto.p [dynamic_fields_join] 1.22.8.1:
        !           870:                ! new asserts were all false. regretfully reverted them all to 
        !           871:                checks
        !           872: 
        !           873:        * src/classes/classes.h [dynamic_fields_join] 1.28.2.2:
        !           874:        * src/classes/hash.C [dynamic_fields_join] 1.73.4.3:
        !           875:        * src/classes/hashfile.C [dynamic_fields_join] 1.33.12.3:
        !           876:        * src/classes/op.C [dynamic_fields_join] 1.153.2.2:
        !           877:        * src/main/execute.C [dynamic_fields_join] 1.309.2.3:
        !           878:        * src/types/pa_method.h [dynamic_fields_join] 1.4.12.2:
        !           879:        * src/types/pa_value.h [dynamic_fields_join] 1.121.2.2:
        !           880:        * src/types/pa_vclass.C [dynamic_fields_join] 1.27.2.5:
        !           881:        * src/types/pa_vclass.h [dynamic_fields_join] 1.48.2.4:
        !           882:        * src/types/pa_vcode_frame.h [dynamic_fields_join] 1.29.2.2:
        !           883:        * src/types/pa_vconsole.h [dynamic_fields_join] 1.7.2.2:
        !           884:        * src/types/pa_vcookie.C [dynamic_fields_join] 1.65.2.2:
        !           885:        * src/types/pa_vcookie.h [dynamic_fields_join] 1.28.2.2:
        !           886:        * src/types/pa_vhash.h [dynamic_fields_join] 1.55.2.2:
        !           887:        * src/types/pa_vhashfile.h [dynamic_fields_join] 1.30.2.2:
        !           888:        * src/types/pa_vimage.C [dynamic_fields_join] 1.32.2.2:
        !           889:        * src/types/pa_vimage.h [dynamic_fields_join] 1.42.2.2:
        !           890:        * src/types/pa_vmethod_frame.h [dynamic_fields_join] 1.53.2.2:
        !           891:        * src/types/pa_vobject.C [dynamic_fields_join] 1.20.2.2:
        !           892:        * src/types/pa_vobject.h [dynamic_fields_join] 1.44.2.3:
        !           893:        * src/types/pa_vrequest.C [dynamic_fields_join] 1.34.2.2:
        !           894:        * src/types/pa_vrequest.h [dynamic_fields_join] 1.30.2.2:
        !           895:        * src/types/pa_vresponse.C [dynamic_fields_join] 1.22.2.2:
        !           896:        * src/types/pa_vresponse.h [dynamic_fields_join] 1.37.2.2:
        !           897:        * src/types/pa_vstateless_object.h [dynamic_fields_join] 1.33.2.2:
        !           898:        * src/types/pa_vvoid.h [dynamic_fields_join] 1.24.2.2:
        !           899:        * src/types/pa_vxnode.C [dynamic_fields_join] 1.40.2.2:
        !           900:        * src/types/pa_vxnode.h [dynamic_fields_join] 1.32.2.2:
        !           901:        * src/types/pa_wwrapper.h [dynamic_fields_join] 1.33.2.2:
        !           902:                joined_dynamic_fields: removed unused param from put_method (
        !           903:                returned to 3 params)
        !           904: 
        !           905:        * src/types/pa_vproperty.h 1.1:
        !           906:                file pa_vproperty.h was initially added on branch 
        !           907:                dynamic_fields_join.
        !           908: 
        !           909:        * configure [dynamic_fields_join] 1.83.4.1:
        !           910:        * configure.in [dynamic_fields_join] 1.83.4.1:
        !           911:        * src/include/pa_version.h [dynamic_fields_join] 1.19.4.1:
        !           912:        * src/types/Makefile.am [dynamic_fields_join] 1.38.4.1:
        !           913:        * src/types/Makefile.in [dynamic_fields_join] 1.58.4.1:
        !           914:                3.2.0beta started
        !           915: 
        !           916:        * src/classes/date.C [dynamic_fields_join] 1.69.4.1:
        !           917:        * src/classes/file.C [dynamic_fields_join] 1.133.4.1:
        !           918:        * src/classes/hash.C [dynamic_fields_join] 1.73.4.1:
        !           919:        * src/classes/hashfile.C [dynamic_fields_join] 1.33.12.1:
        !           920:        * src/classes/image.C [dynamic_fields_join] 1.111.6.1:
        !           921:        * src/classes/table.C [dynamic_fields_join] 1.208.4.1:
        !           922:        * src/classes/xdoc.C [dynamic_fields_join] 1.146.6.1:
        !           923:        * src/classes/xnode.h [dynamic_fields_join] 1.22.12.1:
        !           924:        * src/main/execute.C [dynamic_fields_join] 1.309.2.1:
        !           925:        * src/types/pa_vclass.C [dynamic_fields_join] 1.27.2.1:
        !           926:        * src/types/pa_vclass.h [dynamic_fields_join] 1.48.2.1:
        !           927:        * src/types/pa_vobject.h [dynamic_fields_join] 1.44.2.1:
        !           928:        * src/types/pa_vstateless_class.h [dynamic_fields_join] 1.51.2.1:
        !           929:                joined_dynamic_fields: started
        !           930: 
        !           931:        * src/types/pa_vobject.h [dynamic_fields_join] 1.44.2.4:
        !           932:                . fixed warning
        !           933: 
        !           934:        * src/include/pa_hash.h [dynamic_fields_join] 1.64.2.2:
        !           935:        * src/types/pa_vclass.C [dynamic_fields_join] 1.27.2.4:
        !           936:        * src/types/pa_vclass.h [dynamic_fields_join] 1.48.2.3:
        !           937:        * www/htdocs/_bug.html [dynamic_fields_join] 1.90.2.2:
        !           938:        * www/htdocs/_bug.p [dynamic_fields_join] 1.3.2.1:
        !           939:                joined_dynamic_fields: dynamic get/set works with overriding 
        !           940:                props [alpha2]
        !           941: 
        !           942: 2005-07-26     paf
        !           943:        * src/classes/classes.h 1.28:
        !           944:        * src/include/pa_hash.h 1.63:
        !           945:        * src/main/execute.C 1.308:
        !           946:        * src/types/pa_value.h 1.121:
        !           947:        * src/types/pa_vclass.C 1.25:
        !           948:        * src/types/pa_vclass.h 1.48:
        !           949:        * src/types/pa_vcode_frame.h 1.29:
        !           950:        * src/types/pa_vconsole.h 1.7:
        !           951:        * src/types/pa_vcookie.C 1.65:
        !           952:        * src/types/pa_vcookie.h 1.28:
        !           953:        * src/types/pa_vhash.h 1.55:
        !           954:        * src/types/pa_vhashfile.h 1.30:
        !           955:        * src/types/pa_vimage.C 1.32:
        !           956:        * src/types/pa_vimage.h 1.42:
        !           957:        * src/types/pa_vmethod_frame.h 1.53:
        !           958:        * src/types/pa_vobject.C 1.18:
        !           959:        * src/types/pa_vobject.h 1.44:
        !           960:        * src/types/pa_vrequest.C 1.34:
        !           961:        * src/types/pa_vrequest.h 1.30:
        !           962:        * src/types/pa_vresponse.C 1.22:
        !           963:        * src/types/pa_vresponse.h 1.37:
        !           964:        * src/types/pa_vstateless_object.h 1.33:
        !           965:        * src/types/pa_vvoid.h 1.24:
        !           966:        * src/types/pa_vxnode.C 1.40:
        !           967:        * src/types/pa_vxnode.h 1.32:
        !           968:        * src/types/pa_wwrapper.h 1.33:
        !           969:        * www/htdocs/_bug.html 1.88:
        !           970:                . properties: set works [alpha1]
        !           971: 
        !           972:        * src/include/pa_request.h 1.178:
        !           973:        * src/main/execute.C 1.309:
        !           974:        * www/htdocs/_bug.html 1.89:
        !           975:                . properties: set works [alpha2]. for classes. todo: for objects
        !           976: 
        !           977: 2005-07-25     paf
        !           978:        * src/types/pa_vclass.C 1.22:
        !           979:        * src/types/pa_vclass.h 1.45:
        !           980:        * src/types/pa_vstateless_class.C 1.24:
        !           981:        * src/types/pa_vstateless_class.h 1.50:
        !           982:                . properties: started, get works [alpha]
        !           983: 
        !           984:        * src/main/compile.C 1.76:
        !           985:        * src/types/pa_vclass.C 1.23:
        !           986:        * src/types/pa_vclass.h 1.46:
        !           987:        * www/htdocs/_bug.html 1.86:
        !           988:        * www/htdocs/_bug.p 1.2:
        !           989:                . properties: started, get works [alpha2]
        !           990: 
        !           991:        * src/main/compile.C 1.77:
        !           992:        * src/types/pa_vclass.C 1.24:
        !           993:        * src/types/pa_vclass.h 1.47:
        !           994:        * src/types/pa_vstateless_class.C 1.25:
        !           995:        * src/types/pa_vstateless_class.h 1.51:
        !           996:        * www/htdocs/_bug.html 1.87:
        !           997:                . properties: started, get works [alpha1, other approach]
        !           998: 
        !           999: 2005-07-15     paf
        !          1000:        * src/classes/classes.h 1.27:
        !          1001:        * src/classes/op.C 1.153:
        !          1002:        * src/main/execute.C 1.307:
        !          1003:        * src/types/pa_junction.h 1.5:
        !          1004:        * src/types/pa_property.h 1.1:
        !          1005:        * src/types/pa_value.h 1.120:
        !          1006:        * src/types/pa_vclass.C 1.21:
        !          1007:        * src/types/pa_vclass.h 1.44:
        !          1008:        * src/types/pa_vcode_frame.h 1.28:
        !          1009:        * src/types/pa_vconsole.h 1.6:
        !          1010:        * src/types/pa_vcookie.C 1.64:
        !          1011:        * src/types/pa_vcookie.h 1.27:
        !          1012:        * src/types/pa_vhash.h 1.54:
        !          1013:        * src/types/pa_vhashfile.h 1.29:
        !          1014:        * src/types/pa_vimage.C 1.31:
        !          1015:        * src/types/pa_vimage.h 1.41:
        !          1016:        * src/types/pa_vmethod_frame.h 1.52:
        !          1017:        * src/types/pa_vobject.C 1.17:
        !          1018:        * src/types/pa_vobject.h 1.43:
        !          1019:        * src/types/pa_vrequest.C 1.33:
        !          1020:        * src/types/pa_vrequest.h 1.29:
        !          1021:        * src/types/pa_vresponse.C 1.21:
        !          1022:        * src/types/pa_vresponse.h 1.36:
        !          1023:        * src/types/pa_vstateless_class.C 1.23:
        !          1024:        * src/types/pa_vstateless_class.h 1.49:
        !          1025:        * src/types/pa_vstateless_object.h 1.32:
        !          1026:        * src/types/pa_vvoid.h 1.23:
        !          1027:        * src/types/pa_vxnode.C 1.39:
        !          1028:        * src/types/pa_vxnode.h 1.31:
        !          1029:        * src/types/pa_wcontext.h 1.47:
        !          1030:        * src/types/pa_wwrapper.h 1.32:
        !          1031:        * src/types/types.vcproj 1.15:
        !          1032:                + started property [getters work but think of changing them too 
        !          1033:                to precaching]
        !          1034: 
        !          1035: 2005-07-08     paf
        !          1036:        * src/main/pa_request.C 1.274:
        !          1037:        * www/htdocs/_bug.html 1.84:
        !          1038:                ! bugfix: $response:body[nonfile] caused gpf
        !          1039: 
        !          1040: 2005-06-28     paf
        !          1041:        * src/classes/file.C 1.133:
        !          1042:        * src/main/untaint.C 1.134:
        !          1043:                ! string invariant violated in passing empty strings to file::
        !          1044:                exec/cgi environment
        !          1045: 
        !          1046: 2005-06-06     paf
        !          1047:        * src/classes/hash.C 1.73:
        !          1048:        * src/classes/string.C 1.142:
        !          1049:        * src/classes/table.C 1.208:
        !          1050:        * www/htdocs/.htaccess 1.44:
        !          1051:        * www/htdocs/_bug.html 1.83:
        !          1052:        * www/htdocs/_bug.pl 1.3:
        !          1053:        * www/htdocs/_bug.xsl 1.15:
        !          1054:                ! bugfix ^string:sql ^table:sql ^hash:sql now DO process $.bind 
        !          1055:                option
        !          1056: 
        !          1057: 2005-05-24     paf
        !          1058:        * src/classes/file.C 1.132:
        !          1059:                ! bugfix ^file::load[mode;name;$.offset $.limit] now work again [
        !          1060:                support was broken in 3.1.4]
        !          1061: 
1.43      paf      1062:        * src/classes/op.C 1.152:
                   1063:        * src/main/pa_string.C 1.202:
                   1064:                . steps toward removing ALL_INTERIOR_POINTERS
                   1065: 
                   1066: 2005-05-12  paf
                   1067:        * src/main/pa_common.C 1.203:
                   1068:                 bugfix ^file::load[mode;name;$.offset $.limit] now work again
                   1069:                [support was broken in 3.1.4]
                   1070: 
                   1071:        * src/main/pa_common.C 1.204:
                   1072:                ! bugfix -- recv()==0 is not an error
                   1073: 
                   1074:        * configure 1.83:
                   1075:                3.1.5beta
                   1076: 
                   1077:        * src/lib/gd/gif.C 1.5:
                   1078:                 fixed image.fill, not it does not depend on line-width  [was
                   1079:                refusing to fill if line-width >1, thanks to Seras <seras
                   1080:                pinxit.lt> for repro case
                   1081: 
                   1082: 2005-04-25  paf
                   1083:        * src/types/pa_vdate.h 1.38:
                   1084:                ! getenv("TZ")==0? TZ environment restored correctly
                   1085: 
                   1086: 2005-04-19  paf
                   1087:        * src/types/pa_vdate.h 1.37:
                   1088:                bugfix: initial $date.TZ is 0, that results in VString
                   1089:                violating invariant!!
                   1090: 
                   1091:        * src/types/pa_vdate.h 1.36:
                   1092:                bugfix: TZ now restored after roll if were getenv("TZ")==null
                   1093: 
1.42      paf      1094: 2005-04-08  paf
                   1095:        * src/main/pa_charset.C 1.51:
                   1096:                bugfix: UTF8->one-byte-per-char-encoding bugfix: when there is
                   1097:                no char in charset one byte produces 6 (&#255; <<max).
                   1098:                increased buffer size!
                   1099: 
                   1100: 2005-03-23  paf
                   1101:        * src/classes/date.C 1.69:
                   1102:        * src/types/pa_vdate.h 1.35:
                   1103:                ! bugfix: ^date.sql-string now takes TZ into account
                   1104: 
                   1105: 2005-03-16  paf
                   1106:        * src/types/pa_vhash.C 1.7:
                   1107:                . warning about eof eol
                   1108: 
                   1109:        * INSTALL 1.40:
                   1110:        * src/include/pa_stack.h 1.23:
                   1111:        * www/htdocs/.htaccess 1.43:
                   1112:        * www/htdocs/_bug.html 1.82:
                   1113:                . compiled on freebsd 5.3 with gcc 3.4
                   1114: 
                   1115: 2005-02-17  paf
                   1116:        * operators.txt 1.178:
                   1117:        * src/classes/op.C 1.150:
                   1118:        * src/classes/op.C 1.151:
                   1119:                + operator ^sleep(double seconds)
                   1120: 
                   1121: 2005-02-02  paf
                   1122:        * src/classes/xnode.C 1.69:
                   1123:        * www/htdocs/_bug.html 1.81:
                   1124:                beauty: removed needless includes
                   1125: 
                   1126: 2005-01-31  paf
                   1127:        * src/types/pa_vmail.C 1.71:
                   1128:                change: $.partX now always 1...
                   1129:                change: $.partNoNumber now alias to $.part1
                   1130: 
                   1131:        * INSTALL 1.39:
                   1132:                updatet to latest working versions available
                   1133: 
                   1134:        * src/types/pa_vmail.C 1.70:
                   1135:                change: incoming letter part contains "content-disposition" header with any value?
                   1136:                now considering that part to be "file#" [for text/plain text/html were $.text# $.html#]
                   1137: 
                   1138: 2005-01-20  paf
                   1139:        * configure.in 1.83:
                   1140:        * src/include/pa_version.h 1.19:
                   1141:        * www/htdocs/_bug.html 1.80:
                   1142:                version
                   1143: 
                   1144: 2005-01-19  paf
                   1145:        * src/lib/gd/Makefile.am 1.2:
                   1146:        * src/lib/gd/Makefile.in 1.4:
                   1147:        * src/lib/ltdl/Makefile.am 1.2:
                   1148:        * src/lib/ltdl/Makefile.in 1.7:
                   1149:        * src/targets/cgi/parser3.C 1.236:
                   1150:        * src/types/Makefile.am 1.38:
                   1151:        * src/types/Makefile.in 1.58:
                   1152:                forgotten makefiles.
                   1153:                couple warnings in parser3.C
                   1154: 
                   1155:        * Makefile.am 1.48:
                   1156:        * Makefile.in 1.62:
                   1157:        * acinclude.m4 1.35:
                   1158:        * aclocal.m4 1.38:
                   1159:        * acsite.m4 1.13:
                   1160:        * configure 1.82:
                   1161:        * configure.in 1.82:
                   1162:                *** empty log message ***
                   1163: 
                   1164: 2004-12-24  paf
1.41      paf      1165:        * Makefile.am [release_3_1_4] 1.47.2.1:
                   1166:        * Makefile.in [release_3_1_4] 1.61.2.1:
                   1167:        * acinclude.m4 [release_3_1_4] 1.34.2.1:
                   1168:        * aclocal.m4 [release_3_1_4] 1.37.2.1:
                   1169:        * acsite.m4 [release_3_1_4] 1.12.2.1:
                   1170:        * configure [release_3_1_4] 1.81.2.1:
                   1171:        * configure.in [release_3_1_4] 1.81.2.1:
                   1172:                *** empty log message ***
                   1173: 
1.42      paf      1174: 2004-12-23  paf
                   1175:        * src/types/pa_vhashfile.C 1.47:
                   1176:        * www/htdocs/_bug.html 1.72:
                   1177:                bugfix: reading empty string from hashfile produced bad cord
                   1178: 
                   1179:        * src/main/pa_exec.C 1.65:
                   1180:        * www/htdocs/_bug.html 1.78:
                   1181:                win32: bugfix: file::cgi/exec now set current dir to directory
                   1182:                of script (when shbang used), not to directory of its interpreter
                   1183: 
                   1184:        * src/targets/cgi/parser3.C 1.235:
                   1185:                now, when version (compiled on HOST), we need more hspace
                   1186: 
                   1187:        * src/types/pa_vmethod_frame.h 1.51:
                   1188:        * www/htdocs/_bug.html 1.73:
                   1189:                bugfix: when method junction was created by accessing $
                   1190:                name_of_method it acquired bad self=closest methodframe; 
                   1191:                instead of proper self (current class)
1.41      paf      1192: 
                   1193:        * src/include/pa_common.h 1.101:
                   1194:        * src/main/pa_common.C 1.202:
                   1195:        * src/types/pa_vhashfile.C 1.48:
                   1196:        * www/htdocs/_bug.html 1.75:
                   1197:                beauty: hashfile::open now creates dir for new file
                   1198: 
                   1199:        * src/main/pa_request.C 1.273:
                   1200:        * www/htdocs/_bug.html 1.77:
1.42      paf      1201:                new: @unhandled_exception can prevent exception from being
1.41      paf      1202:                logged by setting $exception.handled(1)
                   1203: 
                   1204:        * src/classes/table.C 1.207:
                   1205:        * src/types/pa_vhash.C 1.6:
                   1206:        * src/types/pa_vhash.h 1.53:
                   1207:        * www/htdocs/_bug.html 1.74:
                   1208:                bugfix: table->hash now regards _default
                   1209: 
                   1210:        * operators.txt 1.177:
                   1211:        * src/classes/file.C 1.131:
                   1212:        * www/htdocs/_bug.html 1.76:
                   1213:                change: ^file::sql{query}[[options]]
                   1214:                options:
                   1215:                $.name[file name]
                   1216:                $.content-type[application/what]
                   1217: 
                   1218:        * src/main/pa_sql_driver_manager.C 1.84:
                   1219:        * www/htdocs/_bug.html 1.79:
                   1220:                sql connect string, rsplit @
                   1221: 
1.42      paf      1222:        * configure 1.81:
                   1223:        * configure.in 1.81:
                   1224:        * src/include/pa_version.h 1.17:
                   1225:                configured host to pa_version. will be displayed everywhere
                   1226: 
                   1227:        * src/include/pa_version.h 1.18:
                   1228:                compiled on win32...
1.41      paf      1229: 
1.42      paf      1230: 2004-12-10  paf
1.41      paf      1231:        * src/main/pa_common.C 1.197:
1.42      paf      1232:                http: exception status of send/recv errors change to most
1.41      paf      1233:                probable http.timeout
                   1234: 
                   1235:        * src/main/pa_common.C 1.200:
                   1236:                comment on volatile
                   1237: 
1.42      paf      1238:        * src/main/pa_common.C 1.196:
                   1239:        * www/htdocs/_bug.html 1.71:
                   1240:                win32: http connection $.timeout option now works [setsockopt
                   1241:                on send/receive]
                   1242: 
                   1243:        * src/lib/smtp/comms.C 1.7:
                   1244:        * src/main/pa_common.C 1.201:
                   1245:                DONT_LINGER can cause subsequent failures though defined in .h
1.41      paf      1246: 
                   1247:        * Makefile.am 1.47:
                   1248:        * Makefile.in 1.61:
                   1249:        * acinclude.m4 1.34:
                   1250:        * aclocal.m4 1.37:
                   1251:        * acsite.m4 1.12:
                   1252:        * configure 1.80:
                   1253:        * configure.in 1.80:
                   1254:                *** empty log message ***
                   1255: 
1.42      paf      1256:        * src/main/pa_common.C 1.198:
                   1257:                http: timeout setsockopt [if possible] on unix too
1.41      paf      1258: 
1.42      paf      1259:        * src/include/pa_config_auto.h.in 1.42:
                   1260:        * src/main/pa_common.C 1.199:
                   1261:                http: unix: alarm function were not used since the beginning
                   1262:                due to stupid error [setsigjmp were not checked in configure.in]
1.41      paf      1263: 
1.42      paf      1264: 2004-12-08  paf
1.41      paf      1265:        * src/classes/mail.C 1.108:
                   1266:        * src/types/pa_vmail.C 1.69:
                   1267:        * www/htdocs/.htaccess 1.42:
                   1268:        * www/htdocs/_bug.html 1.70:
                   1269:        * www/htdocs/_bug.xsl 1.14:
1.42      paf      1270:                bugfix: mail body now cstr-ed knowing mail charset, and
1.41      paf      1271:                untainting uri lang now knows proper charset
                   1272: 
1.42      paf      1273: 2004-11-24  paf
1.41      paf      1274:        * src/classes/hash.C 1.72:
                   1275:                hash: adding/cloning adds/clones _default now
                   1276:                
                   1277:                $hash[
                   1278:                        $.a[1]
                   1279:                        $._default[def]
                   1280:                ]
                   1281:                #$hash2[^hash::create[$hash]]
                   1282:                $hash2[^hash::create[]]
                   1283:                ^hash2.add[$hash]
                   1284:                $hash2.shit
                   1285: 
1.42      paf      1286: 2004-11-12  paf
1.41      paf      1287:        * src/types/pa_vmail.C 1.68:
                   1288:                bugfix: mail:send[$.date[]] were ignored [since 3.0.4]
                   1289: 
1.42      paf      1290: 2004-11-09  paf
1.41      paf      1291:        * src/targets/cgi/parser3.C 1.233:
                   1292:                debug: PA_DEBUG_CGI_ENTRY_EXIT
                   1293:                if on, writes basics to c:\parser3.log
                   1294: 
1.42      paf      1295: 2004-10-21  paf
1.41      paf      1296:        * src/classes/xnode.C 1.68:
1.42      paf      1297:                bugfix: xnode.getAttribute[NS] now return tainted strings [were
1.41      paf      1298:                returning clean onces]
                   1299: 
1.42      paf      1300: 2004-10-15  paf
1.41      paf      1301:        * src/types/pa_vdouble.h 1.46:
1.42      paf      1302:                bugfix: ^for[i](1;1.5){} << did two cycles(i=1; i=2), which was
1.41      paf      1303:                wrong, now does ONE
                   1304: 
1.42      paf      1305: 2004-10-12  paf
1.41      paf      1306:        * etc/parser3.charsets/windows-1251.cfg 1.12:
                   1307:                euro
                   1308:                promille
                   1309:                +/-
                   1310: 
1.42      paf      1311: 2004-10-07  paf
1.41      paf      1312:        * src/include/pa_config_fixed.h 1.67:
                   1313:        * src/include/pa_config_includes.h 1.30:
                   1314:        * src/main/pa_globals.C 1.176:
                   1315:        * www/htdocs/.htaccess 1.41:
                   1316:        * www/htdocs/_bug.html 1.69:
                   1317:        * www/htdocs/_bug.pl 1.2:
                   1318:                debugger help: PA_RELEASE_ASSERTS enables release asserts
                   1319: 
1.42      paf      1320:        * src/lib/cord/cordbscs.c 1.5:
                   1321:                debugger help: CORD_dump now dumpts \t\r\n as @#| and truncates
                   1322:                long char sequences less
                   1323: 
                   1324:        * src/include/pa_string.h 1.164:
                   1325:        * src/main/pa_string.C 1.201:
                   1326:                debugger help: String.dump() to stdout in detailed form  [were
                   1327:                String.v() in short form]
                   1328: 
                   1329: 2004-10-06  paf
1.41      paf      1330:        * src/include/pa_socks.h 1.16:
                   1331:        * src/main/pa_common.C 1.195:
                   1332:        * src/main/pa_socks.C 1.23:
                   1333:                win32 beauty: socket errors properly decoded
                   1334: 
1.42      paf      1335: 2004-10-05  paf
1.41      paf      1336:        * src/include/pa_request.h 1.177:
                   1337:        * src/main/pa_request.C 1.272:
                   1338:                bugfix: request::configure_user/admin done always, even if no file-to-process
                   1339:                useful in @unhandled_exception [say, if they would want to mail by SMTP something]
                   1340: 
1.42      paf      1341:        * src/main/pa_request.C 1.271:
                   1342:                bugfix: cookie(and mail:recieved) fills now performed prior to file loading [and @auto executing]
                   1343:                thus making $cookie:value available in @auto and in @unhandled_exception when IIS is configured to run interpreter even if no file exist
                   1344: 
                   1345: 2004-09-20  paf
1.41      paf      1346:        * src/main/pa_globals.C 1.175:
                   1347:                libxml has bugs: it calls xmlMallocAtomic somewhere where it should have called xmlMalloc
                   1348:                and it calls xmlFree when it should have not called it.
                   1349:                inserted two workarounds: xmlMallocAtomic implemented as xmlMalloc, and xmlFree just ignored.
                   1350:                put away a testcase, maybe someday libxml author would fix all that.
                   1351:                until that day: we have SLOW garbage collecting when many xml objects are alive
                   1352:                hint: do ^memory:compact[] before xdoc::create
                   1353: 
1.42      paf      1354: 2004-09-17  paf
1.41      paf      1355:        * src/classes/file.C 1.130:
1.42      paf      1356:                bugfix: file::cgi headers were lost [typo error from 3.0.8
1.41      paf      1357:                version]
                   1358: 
1.42      paf      1359: 2004-09-14  paf
1.41      paf      1360:        * src/types/pa_vhashfile.C 1.46:
                   1361:                bugfix: hashfile.clear deleted only part
                   1362:                bugfix: hashfile.foreach iterated only part if hashfile were modified inside
                   1363: 
1.42      paf      1364: 2004-09-13  paf
                   1365:        * src/lib/sdbm/apr-include/apr.h 1.5:
                   1366:        * src/types/pa_vhashfile.C 1.43:
                   1367:        * www/htdocs/_bug.html 1.66:
                   1368:                bugfix: error numbers now from errno.h = strerror now returnes
                   1369:                something and we can properly report that to client
1.40      paf      1370: 
                   1371:        * src/types/pa_vhashfile.C 1.45:
                   1372:        * www/htdocs/_bug.html 1.67:
                   1373:                beauty: not reproduced $hashfile.key[$novalue] bug [reported by motorin],
                   1374:                inserted safety-check
                   1375: 
1.42      paf      1376:        * src/types/pa_vhashfile.C 1.44:
                   1377:                change: empty keys now error in parser [not something obscure
                   1378:                from sdbm lib]
1.40      paf      1379: 
                   1380:        * src/classes/xdoc.C 1.146:
                   1381:        * www/htdocs/_bug.html 1.65:
                   1382:        * www/htdocs/_bug.xsl 1.13:
                   1383:                change: ^xdoc.string now outputted as-is  [tainted as-is]
                   1384:                this helps //[space][newline] to remain as-is and not be unnecessary optimized away [ruining javascript]
                   1385: 
1.42      paf      1386:        * src/classes/mail.C 1.107:
                   1387:                bugfix: typo error
1.40      paf      1388: 
                   1389:        * src/main/pa_string.C 1.200:
                   1390:        * www/htdocs/_bug.html 1.68:
                   1391:                bugfix: $s[+008] ^eval($s) now parsed OK [were as octal]
                   1392: 
1.42      paf      1393:        * src/classes/xdoc.C 1.145:
                   1394:                change: ^xdoc.string now outputted as-is  [tainted as-is]
                   1395: 
                   1396:        * src/lib/sdbm/sdbm_private.h 1.2:
                   1397:                change: limit on length(key+value) now 8008 bytes, were 1008. 
                   1398:                perl sdbm compatibility now ruined
                   1399: 
                   1400: 2004-09-09  paf
1.40      paf      1401:        * src/main/pa_common.C 1.194:
                   1402:                bugfix: loads headers with both \r\n and \n separators
                   1403:                bugfix: loads header with endings \r\n\r\n and \n\n
                   1404:                (bloody yandex.server)
                   1405: 
1.42      paf      1406: 2004-09-06  paf
1.40      paf      1407:        * src/main/pa_charset.C 1.50:
1.42      paf      1408:                bugfix: two-bytes invalid chars in TranscodeFromUTF8 considered
1.40      paf      1409:                valid. only >2bytes-long now %HH encoded
                   1410: 
1.42      paf      1411: 2004-09-01  paf
1.39      paf      1412:        * src/classes/mail.C 1.105:
                   1413:        * src/include/pa_config_fixed.h 1.66:
                   1414:        * src/types/pa_value.C 1.18:
                   1415:        * src/types/pa_value.h 1.119:
                   1416:        * src/types/pa_vmail.C 1.64:
                   1417:        * www/htdocs/_bug.html 1.63:
                   1418:                new: ^mail:send[
                   1419:                   $.file[
                   1420:                      $.any[header]
                   1421: 
                   1422:        * src/types/pa_vmail.C 1.66:
                   1423:        * www/htdocs/_bug.html 1.64:
                   1424:                new: ^mail:send[$.file[$.content-disposition can be overriden
                   1425:                new: empty mail header fields removed from letter
                   1426: 
                   1427:        * src/types/pa_vmail.C 1.67:
                   1428:                change: multipart/mixed changed to multipart/related
                   1429:                outlook express have no problems showing unrelated attachments.
                   1430:                todo: someday figure out a way of
                   1431:                multipart/mixed
                   1432:                   multipart/related
                   1433:                      text/html
                   1434:                      image/xxx
                   1435:                application/octet-stream << true attachments
                   1436: 
                   1437: 2004-08-30  paf
                   1438:        * src/include/pa_config_fixed.h 1.65:
                   1439:        * src/main/pa_common.C 1.193:
                   1440:        * www/htdocs/.htaccess 1.40:
                   1441:        * www/htdocs/_bug.html 1.62:
                   1442:                beauty: less warnings
                   1443: 
                   1444:        * src/main/pa_common.C 1.192:
                   1445:                beauty: do not bother with charset detection when ^file::load[binary
                   1446: 
                   1447: 2004-08-27  paf
                   1448:        * src/main/pa_common.C 1.191:
                   1449:                hack: for yandex.server http server
                   1450: 
                   1451: 2004-08-18  paf
                   1452:        * src/main/pa_request.C 1.270:
                   1453:                bugfix: Accept-Ranges: bytes  when sending possibly-chunked response
                   1454: 
                   1455: 2004-08-17  paf
                   1456:        * src/classes/file.C 1.128:
                   1457:        * src/classes/file.C 1.129:
                   1458:                bugfix: $f[^file::load[;http://]] $f.content-type now = that of
                   1459:                http response
                   1460: 
                   1461: 2004-08-03  paf
                   1462:        * www/htdocs/.htaccess 1.39:
                   1463:        * www/htdocs/_bug.html 1.61:
                   1464:                bugfix: empty input variables can be replaced by output
                   1465:                [forgot to allocate proper buffer, oracle _server_ died with
                   1466:                kgepop: no error frame to pop to for error 21500
                   1467:                message]
                   1468: 
                   1469: 2004-07-30  paf
                   1470:        * src/include/pa_exception.h 1.44:
                   1471:        * src/main/pa_request.C 1.268:
                   1472:        * src/targets/cgi/parser3.C 1.231:
                   1473:        * www/htdocs/.htaccess 1.37:
                   1474:        * www/htdocs/_bug.html 1.60:
                   1475:                bugfix: win32: system&parser exceptions in release mode reported properly
                   1476:                parser exception in exception handler WERE mistakenly reported as system exception, without details
                   1477: 
                   1478:        * src/include/pa_request.h 1.176:
                   1479:        * src/main/pa_request.C 1.269:
                   1480:        * src/targets/apache13core/mod_parser3_core.C 1.7:
                   1481:        * src/targets/cgi/parser3.C 1.232:
                   1482:        * src/targets/isapi/parser3isapi.C 1.92:
                   1483:        * www/htdocs/.htaccess 1.38:
                   1484:                bugfix: win32: system&parser exceptions in release mode reported properly
                   1485:                parser exception in exception handler WERE mistakenly reported as system exception, without details
                   1486:                [in apache & isapi]
                   1487:                +some beauty in exception text
                   1488: 
                   1489:        * src/main/execute.C 1.306:
                   1490:                beauty: simplified system exception handling
                   1491: 
                   1492: 2004-07-29  paf
                   1493:        * src/types/Makefile.am 1.37:
                   1494:        * src/types/Makefile.in 1.57:
                   1495:                added vhash.c
                   1496: 
                   1497:        * src/classes/table.C 1.206:
                   1498:        * www/htdocs/_bug.html 1.59:
                   1499:                bugfix: ^table.save[export.csv;$.separator[^;]] now works fine
                   1500:                [separator were ignored, and \t used unconditionally]
                   1501: 
                   1502: 2004-07-28  paf
                   1503:        * src/classes/date.C 1.68:
                   1504:        * src/classes/image.C 1.111:
                   1505:        * src/classes/math.C 1.39:
                   1506:        * src/lib/ltdl/ltdl.c 1.4:
                   1507:        * src/lib/pcre/pcre_parser_ctype.c 1.5:
                   1508:        * src/lib/smtp/comms.C 1.6:
                   1509:        * src/main/pa_common.C 1.189:
                   1510:        * src/main/pa_common.C 1.190:
                   1511:        * src/main/pa_string.C 1.199:
                   1512:        * src/targets/cgi/parser3.C 1.230:
                   1513:        * src/types/pa_vform.C 1.83:
                   1514:        * src/types/pa_vmail.C 1.62:
                   1515:        * src/types/pa_vmail.C 1.63:
                   1516:        * www/htdocs/_bug.html 1.58:
                   1517:                bugfix: isspace((unsigned char)c) everywhere. failed on russian letters
                   1518: 
                   1519:        * src/main/pa_exec.C 1.64:
                   1520:        * www/htdocs/_bug.html 1.57:
                   1521:                bugfix: win32: chdir not needed, dir passwed as '
                   1522:                currentDirectory' parameter to CreateProcess
                   1523: 
                   1524: 2004-07-27  paf
                   1525:        * src/types/pa_vdate.h 1.33:
                   1526:                bugfix: time checked not only at set_time but also in ctor
                   1527: 
                   1528:        * src/types/pa_vdate.h 1.34:
                   1529:                check: for invalid datetime after temporary TZ shift
                   1530: 
                   1531:        * src/targets/cgi/parser3.vcproj 1.12:
                   1532:                beauty: win32: globaloptimizations ON, release:mapfile ON
                   1533:                todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
                   1534: 
                   1535: 2004-07-26  paf
                   1536:        * operators.txt 1.176:
                   1537:        * src/include/pa_common.h 1.100:
                   1538:        * src/main/pa_common.C 1.188:
                   1539:        * src/main/pa_request.C 1.267:
                   1540:        * src/types/pa_vfile.h 1.57:
                   1541:        * src/types/pa_vhash.C 1.5:
                   1542:        * src/types/pa_vhash.h 1.52:
                   1543:        * src/types/types.vcproj 1.14:
                   1544:        * www/htdocs/_bug.html 1.56:
                   1545:                new: $response:body/download[
                   1546:                        $.file[name on disk]
                   1547:                        $.name[of file for user]
                   1548:                        $.mdate[date of last-modified. default from directory]
                   1549:                ]
                   1550: 
                   1551:        * src/classes/file.C 1.127:
                   1552:                moving file:send somewhere else..
                   1553: 
                   1554:        * src/classes/file.C 1.126:
                   1555:        * src/include/pa_sapi.h 1.26:
                   1556:        * src/main/pa_common.C 1.187:
                   1557:        * src/targets/apache13core/mod_parser3_core.C 1.6:
                   1558:        * src/targets/cgi/parser3.C 1.229:
                   1559:        * src/targets/isapi/parser3isapi.C 1.91:
                   1560:                patched:  ^file:send by Victor Fedoseev <vvf_ru@mail.ru>
                   1561:                todo: turn it to $response:download[
                   1562:                $.filename[filename]
                   1563:                $.option[]
                   1564:                ,,
                   1565:                ]
                   1566: 
                   1567:        * src/classes/file.C 1.125:
                   1568:                beauty: invalid mode thoroughly reported
                   1569: 
                   1570: 2004-07-21  paf
                   1571:        * src/types/pa_vmail.C 1.61:
                   1572:        * www/htdocs/_bug.html 1.55:
                   1573:                bugfix: too long header values now splitted to several lines
                   1574:                
                   1575:                were:
                   1576:                header: vaaaaaaaaaaaalue
                   1577:                now:
                   1578:                header: vaaaaaa
                   1579:                 aaalue
                   1580:                
                   1581:                note: ms outlook[!express] shows only first 255 characters of subject
                   1582: 
                   1583: 2004-07-15  paf
                   1584:        * src/main/pa_os.C 1.7:
                   1585:                bugfix: locks now compiled in [were mistakenly off]
                   1586: 
                   1587: 2004-07-14  paf
                   1588:        * src/classes/table.C 1.205:
                   1589:                bugfix: $.bind values now got untainted according to lang  
                   1590:                were: as-is]
                   1591: 
                   1592: 2004-07-07  paf
                   1593:        * src/main/pa_charset.C 1.49:
                   1594:        * www/htdocs/.htaccess 1.36:
                   1595:        * www/htdocs/_bug.html 1.53:
                   1596:                convinience: transcodeFromUTF8 now never fails. in case on input appears nonutf,
                   1597:                those bytes will be printed in %HH form. that can be easily decoded/recovered.
                   1598:                
                   1599:                this form is quite noticable, and hopefully would not go noticed
                   1600: 
                   1601:        * src/classes/file.C 1.124:
                   1602:        * src/main/pa_exec.C 1.62:
                   1603:        * src/main/pa_exec.C 1.63:
                   1604:        * www/htdocs/_bug.html 1.54:
                   1605:        * www/htdocs/_bug.pl 1.1:
                   1606:                bufix: on unix AND win32 environment string now untainted according to their languages.
                   1607:                were: as-is. EVERYWHERE
                   1608: 
                   1609:        * src/main/pa_exec.C 1.61:
                   1610:                bufix: on unix environment string now untainted according to their languages.
                   1611:                were: as-is. on win32: ok
                   1612: 
                   1613:        * parser3.vssscc 1.2:
                   1614:                ...would not go unnoticed
                   1615: 
                   1616:        * src/classes/op.C 1.149:
                   1617:                bugfix: cache with 2 params caused assertion, checked that
                   1618: 
                   1619: 2004-07-06  paf
                   1620:        * src/main/pa_exec.C 1.60:
                   1621:                bufix: on unix environment string now untainted according to their languages.
                   1622:                were: as-is. on win32: ok
                   1623: 
                   1624: 2004-07-01  paf
                   1625:        * src/classes/classes.vcproj 1.12:
                   1626:        * src/lib/cord/cord.vcproj 1.2:
                   1627:        * src/lib/gd/gd.vcproj 1.7:
                   1628:        * src/lib/ltdl/ltdl.vcproj 1.3:
                   1629:        * src/lib/md5/md5.vcproj 1.3:
                   1630:        * src/lib/pcre/pcre.vcproj 1.3:
                   1631:        * src/lib/pcre/pcre_dftables.vcproj 1.4:
                   1632:        * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
                   1633:        * src/lib/smtp/smtp.vcproj 1.6:
                   1634:        * src/main/main.vcproj 1.14:
                   1635:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
                   1636:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
                   1637:        * src/targets/cgi/parser3.vcproj 1.11:
                   1638:        * src/targets/isapi/parser3isapi.vcproj 1.8:
                   1639:        * src/types/types.vcproj 1.13:
                   1640:        * www/htdocs/.htaccess 1.35:
                   1641:                win32: option: global optimization ON
                   1642: 
                   1643:        * src/main/untaint.C 1.133:
                   1644:        * www/htdocs/_bug.html 1.52:
                   1645:                workaround kinda bug in libxml: life requires to do xdoc::create{invalid chars}
                   1646:                standard disables chars less then \x20, except tab, cr, lf.
                   1647:                
                   1648:                changed tainting so that those become '!'
                   1649: 
                   1650: 2004-06-25  paf
                   1651:        * src/types/pa_vhashfile.C 1.41:
                   1652:                bugfix: hashfile deserialize accessed int on odd address
                   1653: 
                   1654:        * src/types/pa_vhashfile.C 1.42:
                   1655:                bugfix: hashfile deserialize accessed int on odd address
                   1656:                [prev bugfix failed due to superwize optimizer, which turned memcpy into same 'ld' asm command]
                   1657: 
                   1658: 2004-06-23  paf
                   1659:        * www/htdocs/_bug.html 1.51:
                   1660:                checked: oracle: various ways of returning error from stored proc.
                   1661:                bad: no way of knowing which exactly user-defined exception were thrown.
                   1662:                good: raise_application_error can return error message number and string FINE
                   1663:                good: PRAGMA EXCEPTION_INIT works good too
                   1664: 
                   1665: 2004-06-22  paf
                   1666:        * operators.txt 1.175:
                   1667:        * src/classes/hash.C 1.71:
                   1668:        * src/classes/memory.C 1.7:
                   1669:        * src/classes/string.C 1.141:
                   1670:        * src/classes/table.C 1.204:
                   1671:        * src/classes/void.C 1.34:
                   1672:        * src/include/pa_config_includes.h 1.29:
                   1673:        * www/htdocs/_bug.html 1.49:
                   1674:                new:
                   1675:                        ^void:sql{call paf(:a)}[
                   1676:                                $.bind[
                   1677:                                        $.a[2]
                   1678:                                ]
                   1679:                        ]
                   1680:                output variables work.
                   1681:                todo: check in out variables
                   1682: 
                   1683:        * www/htdocs/_bug.html 1.50:
                   1684:                checked: in out variables OK
                   1685: 
                   1686:        * src/sql/pa_sql_driver.h 1.42:
                   1687:                note: about possible optimization
                   1688: 
                   1689: 2004-06-18  paf
                   1690:        * src/classes/file.C 1.123:
                   1691:        * src/classes/hash.C 1.70:
                   1692:        * src/classes/string.C 1.140:
                   1693:        * src/classes/table.C 1.203:
                   1694:        * src/classes/void.C 1.33:
                   1695:        * src/include/pa_globals.h 1.111:
                   1696:        * src/include/pa_sql_connection.h 1.39:
                   1697:        * src/main/compile.tab.C 1.103:
                   1698:        * src/sql/pa_sql_driver.h 1.41:
                   1699:        * www/htdocs/.htaccess 1.34:
                   1700:        * www/htdocs/_bug.html 1.48:
                   1701:                started:
                   1702:                        ^void:sql{call paf(:a)}[
                   1703:                                $.bind[
                   1704:                                        $.a[2]
                   1705:                                ]
                   1706:                        ]
                   1707:                input variables work.
                   1708:                todo:output
                   1709: 
                   1710:        * src/targets/cgi/parser3.C 1.228:
                   1711:                bugfix: iis specific
                   1712:                http://parser3/_bug.html?404;http://hpsv/test/
                   1713:                now
                   1714:                $request:uri
                   1715:                /_bug.html?404;http://hpsv/test/
                   1716: 
                   1717: 2004-06-16  paf
                   1718:        * src/targets/cgi/parser3.C 1.227:
                   1719:                new: iis specific
                   1720:                http://parser3/_bug.html?404;http://server/_bug.html?f=v
                   1721:                now
                   1722:                $request:query
                   1723:                IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   1724:                $form:fields
                   1725:                IIS-STATUS="404"
                   1726:                IIS-DOCUMENT="http://server/_bug.html"
                   1727:                f="v"
                   1728:                
                   1729:                todo: isapi too
                   1730: 
1.38      paf      1731: 2004-05-26  paf
                   1732:        * operators.txt 1.174:
                   1733:        * src/classes/op.C 1.148:
                   1734:        * src/classes/table.C 1.202:
                   1735:        * src/include/pa_string.h 1.163:
                   1736:        * src/main/untaint.C 1.132:
                   1737:        * www/htdocs/_bug.html 1.47:
                   1738:                beauty: removed outdated level 'table'
                   1739: 
                   1740:        * src/main/pa_string.C 1.198:
                   1741:                beauty: removed 3 warnings
                   1742: 
                   1743:        * Makefile.am [release_3_1_3] 1.46.2.1:
                   1744:        * Makefile.am [release_3_1_3] 1.46.2.2:
                   1745:        * Makefile.in [release_3_1_3] 1.60.2.1:
                   1746:        * Makefile.in [release_3_1_3] 1.60.2.2:
                   1747:        * acinclude.m4 [release_3_1_3] 1.33.2.1:
                   1748:        * acinclude.m4 [release_3_1_3] 1.33.2.2:
                   1749:        * aclocal.m4 [release_3_1_3] 1.36.2.1:
                   1750:        * aclocal.m4 [release_3_1_3] 1.36.2.2:
                   1751:        * acsite.m4 [release_3_1_3] 1.11.2.1:
                   1752:        * acsite.m4 [release_3_1_3] 1.11.2.2:
                   1753:        * configure [release_3_1_3] 1.79.2.1:
                   1754:        * configure [release_3_1_3] 1.79.2.2:
                   1755:        * configure.in [release_3_1_3] 1.79.2.1:
                   1756:        * configure.in [release_3_1_3] 1.79.2.2:
                   1757:                *** empty log message ***
                   1758: 
                   1759:        * src/include/pa_version.h [release_3_1_3] 1.16.4.1:
                   1760:                3.1.3
                   1761: 
                   1762:        * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
                   1763:                added: thanks to konst
                   1764: 
                   1765: 2004-05-25  paf
                   1766:        * src/sql/pa_sql_driver.h 1.40:
                   1767:                beauty: param renamed and comment changed, it is now safe to
                   1768:                use url if pointers to it are stored to gc mem
                   1769: 
                   1770:        * src/main/pa_exec.C 1.59:
                   1771:        * src/types/pa_vhashfile.C 1.40:
                   1772:                bugfix: hashfile unknown errors reported and not cause SIGSEGV now
                   1773: 
                   1774:        * src/lib/sdbm/apr_file_io.C 1.4:
                   1775:                bugfix: bad seek wrapper implementation. mistery: how anything worked
                   1776: 
                   1777: 2004-05-24  paf
                   1778:        * src/include/pa_string.h 1.161:
                   1779:        * src/lib/cord/include/cord.h 1.4:
                   1780:                more speed, less memory: CORD_chars_block originally intended
                   1781:                to speedup/reduce mem usage were forgotten, and were used
                   1782:                stupid CORD_chars
                   1783: 
                   1784:        * src/include/pa_config_auto.h.in 1.41:
                   1785:                bugfix: bigendian check added
                   1786: 
                   1787:        * src/targets/apache13/p3runConfigure.in 1.17:
                   1788:                bugfix: smtp added
                   1789: 
                   1790:        * src/include/pa_config_fixed.h 1.64:
                   1791:        * src/include/pa_string.h 1.160:
                   1792:                bugfix: on BIGENDIAN processors space-conserving mech failed, causing
                   1793:                SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d", (1|2|3));
                   1794: 
                   1795:        * src/include/pa_string.h 1.162:
                   1796:        * src/lib/cord/cordbscs.c 1.4:
                   1797:        * src/lib/cord/cordxtra.c 1.6:
                   1798:        * src/lib/cord/include/cord.h 1.5:
                   1799:        * www/htdocs/_bug.html 1.46:
                   1800:                cancel: more speed, less memory: CORD_chars_block originally intended to ...
                   1801:                it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
                   1802:                undoing that. [and removed that func so that it would not confuse parser developer in future]
                   1803: 
                   1804:        * Makefile.am 1.46:
                   1805:        * Makefile.in 1.60:
                   1806:        * acinclude.m4 1.33:
                   1807:        * aclocal.m4 1.36:
                   1808:        * acsite.m4 1.11:
                   1809:        * configure 1.79:
                   1810:        * configure.in 1.79:
                   1811:                *** empty log message ***
                   1812: 
                   1813: 2004-05-14  paf
                   1814:        * src/types/Makefile.am 1.36:
                   1815:        * src/types/pa_vvoid.C 1.1:
                   1816:        * src/types/pa_vvoid.h 1.22:
                   1817:        * src/types/types.vcproj 1.12:
                   1818:        * www/htdocs/.htaccess 1.33:
                   1819:        * www/htdocs/_bug.html 1.45:
                   1820:        * www/htdocs/auto.p 1.22:
                   1821:                bugfix: void now has vfile value, and $response:body[] works OK
                   1822: 
                   1823:        * src/types/Makefile.in 1.56:
                   1824:                *** empty log message ***
                   1825: 
                   1826: 2004-05-12  paf
                   1827:        * src/types/pa_vbool.h 1.25:
                   1828:        * src/types/pa_vhash.h 1.51:
                   1829:        * src/types/pa_vhashfile.h 1.28:
                   1830:        * src/types/pa_vtable.h 1.53:
                   1831:        * www/htdocs/.htaccess 1.32:
                   1832:        * www/htdocs/_bug.html 1.44:
                   1833:                beauty: ^if(def $bool) now equals ^if($bool)
                   1834:                and shaped up other sources to use is_defined() {return as_bool();} along VBool
                   1835: 
                   1836: 2004-05-11  paf
                   1837:        * src/include/pa_exec.h 1.17:
                   1838:                bugfix: gpf on file::exec/cgi because of referencing to local objects
                   1839: 
                   1840:        * src/classes/mail.C 1.104:
                   1841:        * src/include/pa_exec.h 1.16:
                   1842:        * src/main/compile.tab.C 1.102:
                   1843:        * src/types/pa_vmail.C 1.60:
                   1844:        * src/types/pa_vmail.h 1.16:
                   1845:        * www/htdocs/.htaccess 1.31:
                   1846:        * www/htdocs/_bug.gif 1.2:
                   1847:        * www/htdocs/_bug.html 1.43:
                   1848:                bugfix: bcc with sendmail now left intact
                   1849: 
                   1850: 2004-04-15  paf
                   1851:        * src/include/pa_exec.h 1.15.4.1:
                   1852:        * src/include/pa_exec.h 1.15.4.2:
                   1853:                bugfix: interface without pointer provoked bug
                   1854: 
                   1855:        * src/classes/date.C 1.67:
                   1856:                merged: beauty: unused var removed
                   1857: 
                   1858:        * src/classes/date.C 1.65.4.1:
                   1859:                beauty: unused var removed
                   1860: 
                   1861: 2004-04-09  paf
                   1862:        * src/types/pa_vform.C 1.82:
                   1863:                bugfix: form:imap were incorrect
                   1864: 
                   1865:        * src/types/pa_vform.C 1.81.2.1:
                   1866:                merge: bugfix: form:imap were incorrect
                   1867: 
                   1868: 2004-04-08  paf
                   1869:        * src/main/pa_xml_io.C 1.17.4.1:
                   1870:                merged: bugfix /etc/xml/catalog
                   1871: 
                   1872:        * src/classes/date.C 1.66:
                   1873:                new: ^date::create[y-m-d h-M-s>>.milliseconds<<] now allowed, 
                   1874:                ignored so far
                   1875: 
                   1876:        * src/main/pa_xml_io.C 1.18:
                   1877:                bugfix: in safe mode -- disabled attempts to consult default
                   1878:                catalog [usually, that file belongs to other user/group]
                   1879: 
                   1880: 2004-04-06  paf
                   1881:        * src/main/compile.tab.C 1.98:
                   1882:        * src/main/compile.y 1.210:
                   1883:        * www/htdocs/_bug.html 1.40:
                   1884:                bugfix: step1 to fix explicit result problem
                   1885: 
                   1886:        * src/main/compile.tab.C 1.100:
                   1887:        * src/main/compile.y 1.212:
                   1888:        * www/htdocs/_bug.html 1.42:
                   1889:                bugfix: step3 to fix explicit result problem
                   1890: 
                   1891:        * operators.txt 1.173:
                   1892:        * src/classes/string.C 1.139:
                   1893:                new: ^string.append[string]
                   1894: 
                   1895:        * src/main/compile.C 1.75:
                   1896:        * src/main/compile.tab.C 1.97:
                   1897:        * src/main/compile.y 1.209:
                   1898:        * www/htdocs/_bug.html 1.39:
                   1899:                reimplemented: @method[][result] means "no string output here"
                   1900:                moved to lexical level [on grammar level it were too difficult]
                   1901: 
                   1902:        * src/main/compile.tab.C 1.99:
                   1903:        * src/main/compile.y 1.211:
                   1904:        * www/htdocs/_bug.html 1.41:
                   1905:                bugfix: step2 to fix explicit result problem
                   1906: 
                   1907:        * src/main/pa_common.C 1.186:
                   1908:                beauty: gcc warning removed
                   1909: 
                   1910:        * Makefile.am 1.45:
                   1911:        * Makefile.in 1.59:
                   1912:        * acinclude.m4 1.32:
                   1913:        * aclocal.m4 1.35:
                   1914:        * acsite.m4 1.10:
                   1915:        * configure 1.78:
                   1916:        * configure.in 1.78:
                   1917:                *** empty log message ***
                   1918: 
                   1919:        * src/main/pa_common.C 1.184:
                   1920:        * src/main/pa_common.C 1.185:
                   1921:                bugfix: of 1.175 bugfix: http://i.p.a.ddress gethostbyaddr added [on some platforms gethostbyname failed with such 'domains']
                   1922:                now checked properly, were: needless reverse/forward dns lookup
                   1923: 
                   1924:        * operators.txt 1.172:
                   1925:        * src/include/pa_string.h 1.159:
                   1926:        * src/main/compile.tab.C 1.96:
                   1927:        * src/main/compile.y 1.208:
                   1928:        * src/main/compile_tools.h 1.74:
                   1929:        * src/types/pa_vmethod_frame.C 1.6:
                   1930:        * src/types/pa_vmethod_frame.h 1.50:
                   1931:        * www/htdocs/.htaccess 1.30:
                   1932:        * www/htdocs/_bug.html 1.38:
                   1933:                new: @method[][result] means "no string output here",
                   1934:                implemented part of that idea: compiler throws away string literal generation code. and barks nonwhitespace chars
                   1935: 
                   1936:        * operators.txt 1.171:
                   1937:                truth: removed comment about $ORIGIN
                   1938: 
                   1939:        * src/main/compile.tab.C 1.101:
                   1940:        * src/main/compile.y 1.213:
                   1941:                bugfix: gcc refused to accept that trick, trying other
                   1942: 
                   1943:        * src/include/pa_opcode.h [attempt_check_call_in_explicit_result_mode] 1.27.6.1:
                   1944:        * src/main/compile.tab.C [attempt_check_call_in_explicit_result_mode] 1.97.2.1:
                   1945:        * src/main/compile.y [attempt_check_call_in_explicit_result_mode] 1.209.2.1:
                   1946:        * src/main/execute.C [attempt_check_call_in_explicit_result_mode] 1.305.6.1:
                   1947:        * www/htdocs/_bug.html [attempt_check_call_in_explicit_result_mode] 1.39.2.1:
                   1948:                attempt_check_call_in_explicit_result_mode: failed
                   1949: 
                   1950: 2004-04-05  paf
                   1951:        * src/main/pa_common.C 1.182.4.1:
                   1952:                removed warning
                   1953: 
                   1954:        * etc/parser3.charsets/x-mac-cyrillic.cfg 1.1:
                   1955:                added: donated by Konstantin Tomashevitch [mailto:konst@design
                   1956:                ru]
                   1957: 
                   1958:        * src/doc/html2chm.cmd 1.7.30.1:
                   1959:                beauty: no need in bg here
                   1960: 
                   1961:        * Makefile.am 1.43.4.1:
                   1962:        * Makefile.am 1.44:
                   1963:        * Makefile.in 1.57.4.1:
                   1964:        * Makefile.in 1.58:
                   1965:        * acinclude.m4 1.30.4.1:
                   1966:        * acinclude.m4 1.31:
                   1967:        * aclocal.m4 1.33.4.1:
                   1968:        * aclocal.m4 1.34:
                   1969:        * acsite.m4 1.8.4.1:
                   1970:        * acsite.m4 1.9:
                   1971:        * configure 1.76.4.2:
                   1972:        * configure 1.77:
                   1973:        * configure.in 1.75.4.2:
                   1974:        * configure.in 1.76:
                   1975:                *** empty log message ***
                   1976: 
                   1977:        * configure.in 1.77:
                   1978:        * src/doc/html2chm.cmd 1.8:
                   1979:        * src/doc/sources2html.cmd 1.6:
                   1980:        * src/include/pa_version.h 1.16:
                   1981:        * src/main/pa_common.C 1.183:
                   1982:        * src/targets/isapi/parser3isapi.C 1.90:
                   1983:        * www/htdocs/.htaccess 1.29:
                   1984:        * www/htdocs/_bug.html 1.37:
                   1985:        * www/htdocs/_bug.txt 1.5:
                   1986:                merged with 3.1.3
                   1987: 
                   1988:        * src/targets/isapi/parser3isapi.C 1.89.2.1:
                   1989:                beauty: removed some warnings
                   1990: 
                   1991:        * configure 1.76.4.1:
                   1992:        * configure.in 1.75.4.1:
                   1993:        * src/include/pa_version.h 1.15:
                   1994:                3.1.3
                   1995: 
                   1996:        * src/doc/sources2html.cmd 1.5.38.1:
                   1997:                beauty: same window, in bg it interfered with FAR console
                   1998: 
1.37      paf      1999: 2004-04-02  paf
                   2000:        * src/targets/cgi/parser3.C 1.226:
                   2001:                new: CGI_PARSER_LOG env variable allows to specify where to put
                   2002:                parser log file
                   2003: 
                   2004:        * src/main/pa_string.C 1.197:
                   2005:                bugfix: $s[009] ^s.int[] now 9, were error
                   2006: 
                   2007: 2004-04-01  paf
                   2008:        * src/include/pa_cache_managers.h 1.17:
                   2009:        * src/include/pa_globals.h 1.110:
                   2010:        * src/include/pa_socks.h 1.15:
                   2011:        * src/main/pa_cache_managers.C 1.15:
                   2012:        * src/main/pa_globals.C 1.174:
                   2013:        * src/main/pa_socks.C 1.22:
                   2014:        * src/targets/apache13/mod_parser3.c 1.11:
                   2015:        * src/targets/apache13/pa_httpd.h 1.6:
                   2016:        * src/targets/apache13core/mod_parser3_core.C 1.5:
                   2017:        * src/targets/cgi/parser3.C 1.225:
                   2018:        * src/targets/isapi/parser3isapi.C 1.89:
                   2019:        * src/targets/isapi/parser3isapi.def 1.2:
                   2020:                bugfix: sql connections now are disconnected
                   2021: 
                   2022:        * src/classes/table.C 1.201:
                   2023:                bugfix: bugfix: table::load last line without tab and enter
                   2024:                were ignored
                   2025: 
1.36      paf      2026: 2004-03-30  paf
                   2027:        * src/doc/ClassExample1.dox 1.5:
                   2028:        * src/doc/ClassExample2.dox 1.5:
                   2029:        * src/doc/ClassExample3.dox 1.5:
                   2030:        * src/doc/chmhelper.pl 1.2:
                   2031:        * src/doc/class.dox 1.3:
                   2032:        * src/doc/compiler.dox 1.4:
                   2033:        * src/doc/doxygen.cfg 1.25:
                   2034:        * src/doc/exception.dox 1.3:
                   2035:        * src/doc/executor.dox 1.3:
                   2036:        * src/doc/footer.htm 1.4:
                   2037:        * src/doc/index.dox 1.6:
                   2038:        * src/doc/memory.dox 1.3:
                   2039:        * src/doc/methoded.dox 1.4:
                   2040:        * src/doc/object.dox 1.3:
                   2041:        * src/doc/string.dox 1.6:
                   2042:        * src/doc/targets.dox 1.4:
                   2043:        * src/doc/value.dox 1.4:
                   2044:        * src/include/pa_version.h 1.14:
                   2045:        * src/main/pa_cache_managers.C 1.14:
                   2046:        * src/main/pa_stylesheet_connection.C 1.2:
                   2047:        * src/targets/isapi/parser3isapi.vcproj 1.7:
                   2048:        * src/types/pa_vform.C 1.81:
                   2049:        * www/htdocs/_bug.html 1.36:
                   2050:        * www/htdocs/_bug.txt 1.4:
                   2051:                merged bugfixes from 3.1.2, changed version to 3.1.3beta
                   2052: 
                   2053:        * src/classes/table.C 1.200:
                   2054:                bugfix: table::load last line without tab and enter were ignored
                   2055: 
                   2056:        * src/classes/table.C 1.199:
                   2057:                bufix: if last table lines were commented, gpfed
                   2058: 
                   2059: 2004-03-29  paf
                   2060:        * src/types/pa_vhashfile.C 1.39:
                   2061:                bugfix: empty key on hashfile.get causes gpf
                   2062: 
                   2063:        * src/doc/ClassExample1.dox [release_3_1_2] 1.4.34.1:
                   2064:        * src/doc/ClassExample2.dox [release_3_1_2] 1.4.36.1:
                   2065:        * src/doc/ClassExample3.dox [release_3_1_2] 1.4.34.1:
                   2066:        * src/doc/chmhelper.pl [release_3_1_2] 1.1.36.1:
                   2067:        * src/doc/class.dox [release_3_1_2] 1.2.44.1:
                   2068:        * src/doc/compiler.dox [release_3_1_2] 1.3.36.1:
                   2069:        * src/doc/doxygen.cfg [release_3_1_2] 1.24.28.1:
                   2070:        * src/doc/exception.dox [release_3_1_2] 1.2.10.1:
                   2071:        * src/doc/executor.dox [release_3_1_2] 1.2.44.1:
                   2072:        * src/doc/footer.htm [release_3_1_2] 1.3.8.1:
                   2073:        * src/doc/index.dox [release_3_1_2] 1.5.10.1:
                   2074:        * src/doc/memory.dox [release_3_1_2] 1.2.10.1:
                   2075:        * src/doc/methoded.dox [release_3_1_2] 1.3.34.1:
                   2076:        * src/doc/object.dox [release_3_1_2] 1.2.44.1:
                   2077:        * src/doc/string.dox [release_3_1_2] 1.5.10.1:
                   2078:        * src/doc/targets.dox [release_3_1_2] 1.3.36.1:
                   2079:        * src/doc/value.dox [release_3_1_2] 1.3.34.1:
                   2080:                translated to english
                   2081: 
                   2082: 2004-03-25  paf
                   2083:        * src/types/pa_vform.C [release_3_1_2] 1.80.2.1:
                   2084:                beauty: removed warning
                   2085: 
                   2086:        * src/classes/classes.vcproj [release_3_1_2] 1.10.2.1:
                   2087:                bugfix: now all compiles in any folder [removed last ;) folder
                   2088:                dependency]
                   2089: 
                   2090:        * src/classes/classes.vcproj 1.11:
                   2091:                merged bugfix: now all compiles in any folder [removed last ;) 
                   2092:                folder dependency]
                   2093: 
                   2094:        * src/classes/hash.C 1.69:
                   2095:        * www/htdocs/_bug.html 1.35:
                   2096:                bugfix: ^hash::sql{one column} now produces $.hash[$.column_value1(true) ... ]
                   2097:                [were producing some strang thing]
                   2098: 
                   2099:        * src/targets/isapi/parser3isapi.vcproj [release_3_1_2] 1.6.2.1:
                   2100:                beauty: one more parser3project dependency removed
                   2101: 
                   2102:        * src/include/pa_version.h [release_3_1_2] 1.13.2.1:
                   2103:                release
                   2104: 
                   2105:        * src/classes/table.C 1.197:
                   2106:                beauty: comment& more meaningful error message
                   2107: 
                   2108:        * src/main/pa_cache_managers.C [release_3_1_2] 1.13.2.1:
                   2109:        * src/main/pa_stylesheet_connection.C [release_3_1_2] 1.1.2.1:
                   2110:                bugfix: refused to compile without xml
                   2111: 
                   2112:        * src/lib/gd/gif.C 1.4:
                   2113:                new: ^image.pixel(outof;bounds) now returns -1
                   2114: 
                   2115:        * Makefile.am [release_3_1_2] 1.43.2.1:
                   2116:        * Makefile.in [release_3_1_2] 1.57.2.1:
                   2117:        * acinclude.m4 [release_3_1_2] 1.30.2.1:
                   2118:        * aclocal.m4 [release_3_1_2] 1.33.2.1:
                   2119:        * acsite.m4 [release_3_1_2] 1.8.2.1:
                   2120:        * configure [release_3_1_2] 1.76.2.1:
                   2121:        * configure.in [release_3_1_2] 1.75.2.1:
                   2122:                *** empty log message ***
                   2123: 
1.35      paf      2124: 2004-03-23  paf
1.36      paf      2125:        * src/classes/image.C 1.110:
                   2126:        * src/main/pa_common.C 1.182:
                   2127:        * www/htdocs/_bug.html 1.34:
                   2128:                bugfix: ^image.polyline and http status line parsing
                   2129:                checked number of columns in table [user reported an assert]
                   2130: 
1.35      paf      2131:        * src/targets/cgi/parser3.C 1.224:
                   2132:                debug helper added
                   2133: 
                   2134:        * src/classes/op.C 1.147:
                   2135:        * src/types/pa_value.C 1.17:
                   2136:        * src/types/pa_wcontext.C 1.30:
                   2137:        * www/htdocs/_bug.html 1.33:
                   2138:                bugfix: junction reattach now actually reattaches a junction to new wcontext [were only assigning it to junction,
                   2139:                which caused junction tracking to loose junction, and it's context were not killed, and it tried to process in invalid context, gpf]
1.36      paf      2140: 
                   2141:        * operators.txt 1.170:
                   2142:                example: on hashfile
1.35      paf      2143: 
                   2144: 2004-03-19  paf
                   2145:        * src/types/pa_wcontext.C 1.29:
                   2146:        * www/htdocs/_bug.html 1.32:
                   2147:                beauty: error messages removed duplicate "type(type)" in braces
                   2148: 
                   2149: 2004-03-10  paf
                   2150:        * operators.txt 1.169:
                   2151:        * src/classes/xdoc.C 1.144:
                   2152:        * src/classes/xnode.C 1.67:
                   2153:        * src/classes/xnode.h 1.22:
                   2154:        * src/types/pa_vxdoc.C 1.28:
                   2155:        * src/types/pa_vxdoc.h 1.39:
                   2156:        * src/types/pa_vxnode.C 1.38:
                   2157:        * src/types/pa_vxnode.h 1.30:
                   2158:        * www/htdocs/_bug.html 1.31:
                   2159:                new: refined solution to search-in-namespaces problem:
                   2160:                $xdoc.search-namespaces.x[http://pif.design.ru/]
                   2161:                $nodes[^xdoc.select[//x:second]]
                   2162: 
                   2163:        * operators.txt 1.168:
                   2164:        * src/classes/xnode.C 1.66:
                   2165:        * www/htdocs/_bug.html 1.30:
                   2166:        * www/htdocs/_bug.xml 1.2:
                   2167:                new: xnode.select*[xpath expression][[NAMESPACES HASH]]
                   2168:                allows to search for info in namespaces
                   2169:                
                   2170:                $nodes[^xdoc.select[//x:second][
                   2171:                        $.x[http://pif.design.ru/]
                   2172:                ]]
                   2173: 
                   2174: 2004-03-09  paf
                   2175:        * operators.txt 1.167:
                   2176:        * src/main/pa_common.C 1.181:
                   2177:        * www/htdocs/.htaccess 1.28:
                   2178:        * www/htdocs/_bug.html 1.29:
                   2179:        * www/htdocs/_bug.txt 1.3:
                   2180:        * www/htdocs/_bug.xsl 1.12:
                   2181:                new: ^file::load[...][options]
                   2182:                        $.form[
                   2183:                            !$.field1[string]
                   2184:                            !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   2185:                        ]
                   2186:                        !$.body[string]
                   2187:                
                   2188:                GET ?here
                   2189:                notGET(POST, HEAD, others) in content-type: application/x-www-form-urlencoded
                   2190:                
                   2191:                todo: upload files ability
                   2192: 
                   2193:        * src/lib/cord/cordxtra.c 1.5:
                   2194:                bugfix: CORD_pos were not fixed properly, done
                   2195: 
                   2196: 2004-03-05  paf
                   2197:        * etc/parser3.charsets/windows-1251.cfg 1.11:
                   2198:                typo
                   2199: 
                   2200:        * operators.txt 1.164:
                   2201:        * operators.txt 1.165:
                   2202:        * src/include/pa_common.h 1.99:
                   2203:        * src/main/pa_common.C 1.178:
                   2204:        * www/htdocs/_bug.html 1.28:
                   2205:                new: http:// options $.user $.password basic authorization
                   2206: 
                   2207:        * src/main/pa_common.C 1.177:
                   2208:                beauty: removed needless vars
                   2209: 
                   2210:        * operators.txt 1.166:
                   2211:        * src/main/pa_common.C 1.180:
                   2212:                new: file::load[;http:// GET/POST $.form[$.fields
                   2213:                started, not tested yet
                   2214:                todo:$.field[table] for multiple values
                   2215: 
                   2216:        * src/sql/pa_sql_driver.h 1.39:
                   2217:                beauty: important warning added
                   2218: 
                   2219:        * etc/parser3.charsets/koi8-r.cfg 1.7:
                   2220:                there's special code for grad char!
                   2221: 
                   2222:        * operators.txt 1.163:
                   2223:                new: pgsql option [like that recently added to oracle driver]
                   2224:                            ClientCharset=parser-charset << charset in which parser thinks client works
                   2225: 
                   2226:        * operators.txt 1.162:
                   2227:        * www/htdocs/_bug.html 1.27:
                   2228:                new: odbc option [like that recently added to oracle driver]
                   2229:                            ClientCharset=parser-charset << charset in which parser thinks client works
                   2230: 
                   2231:        * src/main/pa_common.C 1.179:
                   2232:                beauty: link to rtf added
                   2233: 
                   2234: 2004-03-04  paf
                   2235:        * operators.txt 1.161:
                   2236:        * www/htdocs/_bug.html 1.26:
                   2237:        * www/htdocs/_bug.txt 1.2:
                   2238:                new: mysql option [like that recently added to oracle driver]
                   2239:                            ClientCharset=parser-charset << charset in which parser thinks client works
                   2240: 
                   2241:        * src/main/pa_sql_driver_manager.C 1.83:
                   2242:                speedup: charset lookups cached, sql transcoding now goes faster
                   2243: 
                   2244:        * etc/parser3.charsets/koi8-r.cfg 1.5:
                   2245:        * etc/parser3.charsets/windows-1251.cfg 1.9:
                   2246:                typograph chars commented
                   2247: 
                   2248:        * etc/parser3.charsets/koi8-r.cfg 1.6:
                   2249:        * etc/parser3.charsets/windows-1251.cfg 1.10:
                   2250:                keyboard typo error
                   2251: 
                   2252: 2004-03-03  paf
                   2253:        * INSTALL 1.38:
                   2254:                note: added on libgc on FreeBSD,
                   2255:                thanks to Andrey N. Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   2256: 
                   2257: 2004-03-02  paf
                   2258:        * operators.txt 1.160:
                   2259:                new[update typo]:
                   2260:                    !^void.left(n)
                   2261:                       nothing
                   2262:                    !^void.right(n)
                   2263:                       nothing
                   2264:                    !^void.mid(p[;n])
                   2265:                       nothing
                   2266: 
                   2267:        * www/htdocs/_bug.html 1.22:
                   2268:                feature: oracle?..&LowerCaseColumnNames=0&ClientCharset
                   2269:                something column names got transcoded to $request:charset too [
                   2270:                were only column data]
                   2271: 
                   2272:        * operators.txt 1.157:
                   2273:        * src/classes/file.C 1.121:
                   2274:        * www/htdocs/_bug.gif 1.1:
                   2275:        * www/htdocs/_bug.html 1.23:
                   2276:                ^file.sql-string[] inside ^connect gets properly escaped string, which can be passed to request
                   2277:                now this for mysql only. it's up to parser sql driver to fix zeros properly
                   2278: 
                   2279:        * operators.txt 1.158:
                   2280:        * src/classes/file.C 1.122:
                   2281:        * src/include/pa_string.h 1.158:
                   2282:        * www/htdocs/_bug.html 1.24:
                   2283:                new: ^file::sql[[name_to_become_$.name]]{}
                   2284:                query result must be one row with columns:
                   2285:                  first: data
                   2286:                  second: file name
                   2287:                  third: content-type
                   2288: 
                   2289:        * operators.txt 1.159:
                   2290:        * src/classes/void.C 1.32:
                   2291:        * www/htdocs/_bug.html 1.25:
                   2292:                new:
                   2293:                    !^void.left(n)
                   2294:                       nothing
                   2295:                    !^void.right(n)
                   2296:                       nothing
                   2297:                    !^void.pos(p[;n])
                   2298:                       nothing
                   2299: 
                   2300:        * src/targets/apache13/p3runConfigure.in 1.16:
                   2301:                @LIBS@ mainly to include -lm to apache
                   2302: 
                   2303:        * INSTALL 1.37:
                   2304:                note: added on building apache with this option: --enable-shared=max
                   2305:                thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   2306: 
                   2307: 2004-03-01  paf
                   2308:        * operators.txt 1.156:
                   2309:        * src/classes/hash.C 1.68:
                   2310:        * www/htdocs/_bug.html 1.21:
                   2311:                new: ^hash._keys[>>name<<] to call sole column of result
                   2312: 
                   2313:        * src/classes/xdoc.C 1.143:
                   2314:        * src/types/pa_vxdoc.h 1.38:
                   2315:        * www/htdocs/_bug.html 1.17:
                   2316:        * www/htdocs/_bug.xsl 1.11:
                   2317:                bugfix: boolean output options now have unified defaults [after
                   2318:                transform indent/omit-xml-declaration/standalone 'default' 
                   2319:                erroreously meant 'true']
                   2320: 
                   2321:        * src/targets/apache13core/mod_parser3_core.C 1.4:
                   2322:        * src/targets/isapi/parser3isapi.C 1.88:
                   2323:                new: apache module & isapi extension memory:compact befor processingrequest
                   2324: 
                   2325:        * src/classes/string.C 1.138:
                   2326:        * www/htdocs/_bug.html 1.18:
                   2327:                bugfix: ^string.left/right/mid with negative values now
                   2328:                considered bad
                   2329: 
1.39      paf      2330:        * src/lib/smtp/comms.C 1.5:
                   2331:                bugfix: use SO_LINGER if no SO_DONTLINGER exist
                   2332: 
1.38      paf      2333:        * src/classes/string.C 1.136:
                   2334:                check: trim 'chars' must not be empty, exception if it is
                   2335: 
1.35      paf      2336:        * src/classes/string.C 1.137:
                   2337:                feature: ^string.trim both parameters may be empty-strings, meaning
                   2338:                kind=both
                   2339:                chars=whitespaces
                   2340: 
                   2341:        * src/classes/image.C 1.108:
                   2342:        * src/types/pa_vimage.C 1.30:
                   2343:        * src/types/pa_vimage.h 1.40:
                   2344:        * www/htdocs/_bug.html 1.19:
                   2345:                beauty: image -- less checks [were ugly impl]
                   2346: 
                   2347:        * src/classes/string.C 1.135:
                   2348:                changed: ^string.trim
                   2349:                [] << both, whitespaces
                   2350:                [start|both|end] << kind, whitespaces
                   2351:                [start|both|end;chars]  full
                   2352: 
                   2353:        * operators.txt 1.155:
                   2354:        * src/classes/image.C 1.109:
                   2355:        * src/lib/gd/gif.C 1.3:
                   2356:        * src/lib/gd/gif.h 1.3:
                   2357:        * www/htdocs/_bug.html 1.20:
                   2358:                new: ^image.pixel(x;y)[(color)]
                   2359:                        get/set pixel color
                   2360: 
                   2361:        * src/main/pa_common.C 1.175:
                   2362:        * www/htdocs/_bug.html 1.16:
                   2363:                bugfix: http://i.p.a.ddress gethostbyaddr added [on some
                   2364:                platforms gethostbyname failed with such 'domains']
                   2365: 
                   2366:        * src/main/pa_common.C 1.176:
                   2367:                bugfix: INADDR_NONE not everywhere defined
                   2368: 
                   2369:        * src/include/pa_config_auto.h.in 1.40:
                   2370:                no select check, no define
                   2371: 
1.34      paf      2372: 2004-02-27  paf
                   2373:        * www/htdocs/_bug.html 1.12:
                   2374:        * www/htdocs/_bug.txt 1.1:
                   2375:                just test:  file::load[text;http:// $.text utf-8 signature, line ends OK
                   2376:                http://i2/tasks/edit/?id=4629476859594276758
                   2377: 
                   2378:        * src/main/untaint.C 1.131:
                   2379:                speed: there's no \n chars in output [normally], so no need to optimize them
                   2380:                they could be retrived from databases, though. but
                   2381:                1. should be replaced
                   2382:                2. if not optimized, no harm done
                   2383: 
                   2384:        * operators.txt 1.153:
                   2385:        * src/classes/string.C 1.133:
                   2386:        * src/include/pa_string.h 1.157:
                   2387:        * src/main/pa_string.C 1.195:
                   2388:        * www/htdocs/_bug.html 1.14:
                   2389:                new method: ^string.trim[start|both|end[;chars]]        default 'chars' -- whitespace chars
                   2390:                  started, only start works
                   2391: 
                   2392:        * src/lib/smtp/smtp.h 1.5:
                   2393:                bugfix: SMTP buffer overflow could allow malicious SMTP server to attack as by returning too long status responses
                   2394:                http://i2/tasks/edit/?id=4629448401140924947
                   2395: 
                   2396:        * www/htdocs/_bug.html 1.13:
                   2397:        * www/htdocs/_bug.xml 1.1:
                   2398:        * www/htdocs/_bug.xsl 1.10:
                   2399:                bug discovered: todo! xdoc::create+save != xdoc.transform&no
                   2400:                xsl:output>+save
                   2401: 
                   2402:        * operators.txt 1.154:
                   2403:        * src/classes/string.C 1.134:
                   2404:        * src/main/pa_string.C 1.196:
                   2405:        * www/htdocs/_bug.html 1.15:
                   2406:                new method: ^string.trim[start|both|end[;chars]]        default 'chars' -- whitespace chars
                   2407:                finished
                   2408: 
                   2409:        * src/main/pa_exec.C 1.58:
                   2410:                bugfix: waitpid could be interrupted -- ^file::exec/cgi could return invalid status & zombie child can remain for short period until process exists [very bad in mod_parser3]
                   2411:                http://i2/tasks/edit/?id=4629451867179521923
                   2412: 
                   2413:        * Makefile.am 1.43:
                   2414:        * Makefile.in 1.57:
                   2415:        * acinclude.m4 1.30:
                   2416:        * aclocal.m4 1.33:
                   2417:        * acsite.m4 1.8:
                   2418:        * configure 1.76:
                   2419:        * configure.in 1.75:
                   2420:                *** empty log message ***
                   2421: 
                   2422:        * src/main/compile.C 1.74:
                   2423:                bugfix: line numbers after ^process{}[$.line(-10]] can be
                   2424:                negative, allowed to print they as signed
                   2425: 
                   2426: 2004-02-26  paf
                   2427:        * operators.txt 1.151:
                   2428:        * operators.txt 1.152:
                   2429:        * src/classes/op.C 1.146:
                   2430:        * src/include/pa_request.h 1.175:
                   2431:        * src/main/compile.C 1.73:
                   2432:        * src/main/compile_tools.h 1.73:
                   2433:        * src/main/pa_request.C 1.266:
                   2434:        * www/htdocs/_bug.html 1.11:
                   2435:        * www/htdocs/_bug.p 1.1:
                   2436:        * www/htdocs/_bug.xsl 1.9:
                   2437:                feature: ^process...{CODE}[now has options]
                   2438:                which are
                   2439:                        $.main[to what to rename @main]
                   2440:                        $.file[file, from which (user says) goes that CODE]
                   2441:                        $.lineno(line number in that file, where CODE starts. may be negative)
                   2442: 
                   2443: 2004-02-25  paf
                   2444:        * www/htdocs/_bug.html 1.10:
                   2445:        * www/htdocs/_bug.xsl 1.8:
                   2446:                xhtml: &#9; as resutl of <xsl:attribute>[tab]  is OK
                   2447: 
                   2448:        * src/classes/hash.C 1.67:
                   2449:                feature: ^hash::sql{one colum result} now produces hash of
                   2450:                column=>1
                   2451: 
                   2452:        * src/lib/smtp/smtp.h 1.4:
                   2453:                beauty: couple of #ifdef-s to compile even with incomplete
                   2454:                errno constants set
                   2455: 
                   2456:        * etc/parser3.charsets/Makefile.am 1.5:
                   2457:        * etc/parser3.charsets/Makefile.in 1.20:
                   2458:                bugfix: @sysconfdir@ used [were old @charsetsdir@ recently
                   2459:                erased from configure.in]
                   2460: 
                   2461: 2004-02-24  paf
                   2462:        * src/lib/smtp/smtp.C 1.4:
                   2463:                smtp on unix: compiled on win32
                   2464: 
                   2465:        * src/lib/smtp/smtp.C 1.7:
                   2466:                smtp on unix: authors of lib/smtp never read "man select"
                   2467: 
                   2468:        * src/lib/smtp/Makefile.am 1.2:
                   2469:        * src/lib/smtp/Makefile.in 1.4:
                   2470:        * src/lib/smtp/comms.C 1.3:
                   2471:        * src/lib/smtp/smtp.C 1.3:
                   2472:        * src/lib/smtp/smtp.h 1.3:
                   2473:        * src/targets/cgi/Makefile.am 1.51:
                   2474:        * src/targets/cgi/Makefile.in 1.68:
                   2475:                started porting smtp to unix [testing on solaris]
                   2476: 
                   2477:        * src/main/pa_os.C 1.6:
                   2478:                beauty: <0 better then ==-1
                   2479: 
                   2480:        * src/classes/Makefile.am 1.49:
                   2481:        * src/classes/Makefile.in 1.61:
                   2482:        * src/classes/mail.C 1.101:
                   2483:        * src/lib/smtp/comms.C 1.4:
                   2484:        * src/lib/smtp/smtp.C 1.5:
                   2485:        * src/lib/smtp/smtp.C 1.6:
                   2486:                smtp on unix: steps to work on unix
                   2487: 
                   2488:        * src/classes/mail.C 1.102:
                   2489:        * src/classes/mail.C 1.103:
                   2490:        * src/types/pa_vmail.C 1.59:
                   2491:        * src/types/pa_vmail.h 1.15:
                   2492:                smtp on unix: steps to work on unix [extracted 'to']
                   2493: 
                   2494: 2004-02-20  paf
                   2495:        * src/classes/xdoc.C 1.142:
                   2496:        * www/htdocs/_bug.xsl 1.7:
                   2497:                beauty: ugly code removed, thanks to egr for pointing that out
                   2498: 
                   2499:        * src/classes/xdoc.C 1.141:
                   2500:        * www/htdocs/_bug.html 1.9:
                   2501:        * www/htdocs/_bug.xsl 1.6:
                   2502:                bugfix: <tag attr="&#digital_entity;" bug fixed again [same
                   2503:                solution, mistanenly removed one line]
                   2504: 
                   2505: 2004-02-19  paf
                   2506:        * src/classes/date.C 1.64:
                   2507:        * src/classes/image.C 1.106:
                   2508:        * www/htdocs/_bug.html 1.8:
                   2509:                beauty: date::create[bad date time in daylightsaving hole] now
                   2510:                throws error
                   2511: 
                   2512:        * src/classes/date.C 1.65:
                   2513:        * src/classes/image.C 1.107:
                   2514:        * src/types/pa_vdate.h 1.32:
                   2515:                feature: date::create from bad datetime in spring
                   2516:                daylightsaving hole now OK for all platforms [on some platforms
                   2517:                it failed]
                   2518: 
                   2519:        * src/classes/date.C 1.63:
                   2520:                comment: mistake fixed
                   2521: 
                   2522: 2004-02-18  paf
                   2523:        * src/classes/xdoc.C 1.138:
                   2524:        * www/htdocs/_bug.html 1.1:
                   2525:        * www/htdocs/_bug.xsl 1.1:
                   2526:                feature: reimplemented xhtml output, see /.xsl for sample
                   2527: 
                   2528:        * src/classes/xdoc.C 1.139:
                   2529:        * www/htdocs/_bug.xsl 1.2:
                   2530:                beauty: xhtml doctype-public/system forcly turns off omit-xml-declaration
                   2531: 
                   2532:        * src/classes/xdoc.C 1.140:
                   2533:        * src/include/pa_charset.h 1.30:
                   2534:        * www/htdocs/_bug.html 1.2:
                   2535:        * www/htdocs/_bug.html 1.3:
                   2536:        * www/htdocs/_bug.html 1.4:
                   2537:        * www/htdocs/_bug.html 1.5:
                   2538:        * www/htdocs/_bug.xsl 1.3:
                   2539:        * www/htdocs/_bug.xsl 1.4:
                   2540:                beauty: xdoc.string now renderes in $request:charset, but in header puts $response:charset
                   2541:                todo: make that default only so that coder could override that
                   2542: 
                   2543:        * www/htdocs/_bug.html 1.6:
                   2544:        * www/htdocs/_bug.html 1.7:
                   2545:        * www/htdocs/_bug.xsl 1.5:
                   2546:                beauty: coder can override save/file encoding by specifying it
                   2547:                in xsl:output or in save/file hash-options
                   2548: 
                   2549: 2004-02-17  paf
                   2550:        * src/main/untaint.C 1.130:
                   2551:                bugfix: one last char prior to "spaces<" were not made quoted-printable
                   2552: 
                   2553:        * src/main/pa_uue.C 1.8:
                   2554:                bugfix: uuencoded finish char adding violated string invariant
                   2555: 
                   2556:        * src/classes/xdoc.C 1.134:
                   2557:                new: xhtml now works [libxslt prevented libxml to do the work]
                   2558:                <xsl:output
                   2559:                        method="html"
                   2560:                        doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   2561:                        doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   2562:                        />
                   2563: 
                   2564:        * src/classes/xdoc.C 1.135:
                   2565:                bugfound: meta again, now somewhere in xhtml part of libxml
                   2566: 
                   2567:        * src/types/pa_vxdoc.h 1.37:
                   2568:                bugfix: ^xdoc::transform [note double :] caused assertion
                   2569: 
                   2570:        * src/classes/xdoc.C 1.133:
                   2571:                beauty: no <meta ... charset generated
                   2572: 
                   2573:        * src/classes/xdoc.C 1.136:
                   2574:                beauty: method=html outputxmlbuffer not copied extra time
                   2575: 
                   2576:        * src/classes/xdoc.C 1.137:
                   2577:                beauty: needless helper class removed
                   2578: 
                   2579:        * src/classes/hash.C 1.66:
                   2580:                bugfix: ^hash.add[$hash] ^hash.sub[$hash] could hang. now such
                   2581:                add does nothing, sub clears $hash
                   2582: 
                   2583: 2004-02-16  paf
                   2584:        * src/main/pa_globals.C 1.173:
                   2585:                bugfix: xml errors copy from library now cleared [were not
                   2586:                cleared properly]
                   2587: 
                   2588: 2004-02-13  paf
                   2589:        * bin/Makefile.in 1.11:
                   2590:        * etc/Makefile.in 1.16:
                   2591:        * etc/parser3.charsets/Makefile.in 1.19:
                   2592:        * src/Makefile.in 1.57:
                   2593:        * src/classes/Makefile.in 1.60:
                   2594:        * src/include/Makefile.in 1.18:
                   2595:        * src/include/pa_version.h 1.13:
                   2596:        * src/lib/Makefile.in 1.13:
                   2597:        * src/lib/cord/Makefile.in 1.4:
                   2598:        * src/lib/cord/include/Makefile.in 1.3:
                   2599:        * src/lib/cord/include/private/Makefile.in 1.3:
                   2600:        * src/lib/gc/Makefile.in 1.3:
                   2601:        * src/lib/gc/include/Makefile.in 1.3:
                   2602:        * src/lib/gd/Makefile.in 1.3:
                   2603:        * src/lib/ltdl/Makefile.in 1.6:
                   2604:        * src/lib/md5/Makefile.in 1.9:
                   2605:        * src/lib/patches/Makefile.in 1.13:
                   2606:        * src/lib/pcre/Makefile.in 1.11:
                   2607:        * src/lib/sdbm/Makefile.in 1.2:
                   2608:        * src/lib/sdbm/apr-include/Makefile.in 1.2:
                   2609:        * src/lib/smtp/Makefile.in 1.3:
                   2610:        * src/main/Makefile.in 1.57:
                   2611:        * src/sql/Makefile.in 1.13:
                   2612:        * src/targets/Makefile.in 1.44:
                   2613:        * src/targets/apache13/Makefile.in 1.49:
                   2614:        * src/targets/apache13core/Makefile.in 1.6:
                   2615:        * src/targets/cgi/Makefile.in 1.67:
                   2616:        * src/targets/isapi/Makefile.in 1.14:
                   2617:        * src/types/Makefile.in 1.55:
                   2618:                prerelease
                   2619: 
                   2620:        * src/classes/xdoc.C 1.132:
                   2621:        * src/include/pa_stylesheet_connection.h 1.39:
                   2622:        * src/include/pa_xml_io.h 1.3:
                   2623:        * src/main/Makefile.am 1.44:
                   2624:        * src/main/compile.tab.C 1.95:
                   2625:        * src/main/main.vcproj 1.13:
                   2626:        * src/main/pa_globals.C 1.172:
                   2627:        * src/main/pa_stylesheet_connection.C 1.1:
                   2628:        * src/main/pa_xml_io.C 1.17:
                   2629:                change: .xsl.stamp now not used, introducing dependencies
                   2630:                timestamp check
                   2631: 
                   2632:        * bin/auto.p.dist.in 1.11:
                   2633:        * configure.in 1.73:
                   2634:                auto.p: @conf made relative
                   2635: 
                   2636:        * Makefile.am 1.42:
                   2637:        * Makefile.in 1.56:
                   2638:        * acinclude.m4 1.29:
                   2639:        * aclocal.m4 1.32:
                   2640:        * acsite.m4 1.7:
                   2641:        * configure 1.75:
                   2642:        * configure.in 1.74:
                   2643:                *** empty log message ***
                   2644: 
                   2645: 2004-02-12  paf
                   2646:        * src/include/pa_sapi.h 1.25:
                   2647:                2004
                   2648: 
                   2649:        * INSTALL 1.36:
                   2650:                --without-threads
                   2651: 
                   2652:        * src/types/pa_vform.C 1.80:
                   2653:                bugfix: empty values[recently allowed] ruined empty <input type
                   2654:                file> submits. parser thought there were nameless empty file
                   2655:                and $form:field got value of type 'file'
                   2656: 
                   2657: 2004-02-11  paf
                   2658:        * parser3.sln 1.9:
                   2659:        * src/classes/classes.vcproj 1.6:
                   2660:        * src/classes/classes.vcproj 1.7:
                   2661:        * src/lib/gd/gd.vcproj 1.2:
                   2662:        * src/lib/gd/gd.vcproj 1.3:
                   2663:        * src/lib/smtp/smtp.vcproj 1.2:
                   2664:        * src/lib/smtp/smtp.vcproj 1.3:
                   2665:        * src/main/compile.tab.C 1.94:
                   2666:        * src/main/main.vcproj 1.8:
                   2667:        * src/main/main.vcproj 1.9:
                   2668:        * src/main/pa_globals.C 1.167:
                   2669:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.6:
                   2670:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.7:
                   2671:        * src/targets/cgi/parser3.vcproj 1.6:
                   2672:        * src/targets/cgi/parser3.vcproj 1.7:
                   2673:        * src/targets/isapi/parser3isapi.vcproj 1.3:
                   2674:        * src/targets/isapi/parser3isapi.vcproj 1.4:
                   2675:        * src/types/types.vcproj 1.7:
                   2676:        * src/types/types.vcproj 1.8:
                   2677:        * www/htdocs/.htaccess 1.27:
                   2678:                started changes to reflect libxml xsl new folders
                   2679: 
                   2680:        * src/classes/classes.vcproj 1.8:
                   2681:        * src/classes/classes.vcproj 1.9:
                   2682:        * src/lib/gd/gd.vcproj 1.4:
                   2683:        * src/lib/gd/gd.vcproj 1.5:
                   2684:        * src/lib/smtp/smtp.vcproj 1.4:
                   2685:        * src/main/main.vcproj 1.10:
                   2686:        * src/main/main.vcproj 1.11:
                   2687:        * src/main/pa_globals.C 1.168:
                   2688:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.8:
                   2689:        * src/targets/cgi/parser3.vcproj 1.8:
                   2690:        * src/targets/cgi/parser3.vcproj 1.9:
                   2691:        * src/targets/isapi/parser3isapi.vcproj 1.5:
                   2692:        * src/types/types.vcproj 1.10:
                   2693:        * src/types/types.vcproj 1.9:
                   2694:                continued changes to reflect libxml xsl new folders
                   2695: 
                   2696:        * src/classes/classes.vcproj 1.10:
                   2697:        * src/lib/gd/gd.vcproj 1.6:
                   2698:        * src/lib/pcre/pcre.vcproj 1.2:
                   2699:        * src/lib/pcre/pcre_dftables.vcproj 1.3:
                   2700:        * src/lib/pcre/pcre_parser_ctype.vcproj 1.3:
                   2701:        * src/lib/sdbm/sdbm.vcproj 1.4:
                   2702:        * src/lib/smtp/smtp.vcproj 1.5:
                   2703:        * src/main/main.vcproj 1.12:
                   2704:        * src/main/pa_globals.C 1.169:
                   2705:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.6:
                   2706:        * src/targets/cgi/parser3.C 1.223:
                   2707:        * src/targets/cgi/parser3.vcproj 1.10:
                   2708:        * src/targets/isapi/parser3isapi.vcproj 1.6:
                   2709:        * src/types/types.vcproj 1.11:
                   2710:                migrated to latest libxml[2.6.5] and libgdome[1.1.2]
                   2711:                simplified lib build processes
                   2712: 
                   2713:        * src/classes/classes.C 1.21:
                   2714:        * src/classes/classes.h 1.26:
                   2715:        * src/classes/date.C 1.62:
                   2716:        * src/classes/double.C 1.57:
                   2717:        * src/classes/file.C 1.120:
                   2718:        * src/classes/form.C 1.38:
                   2719:        * src/classes/hash.C 1.65:
                   2720:        * src/classes/hashfile.C 1.33:
                   2721:        * src/classes/image.C 1.105:
                   2722:        * src/classes/int.C 1.53:
                   2723:        * src/classes/mail.C 1.100:
                   2724:        * src/classes/math.C 1.38:
                   2725:        * src/classes/memory.C 1.6:
                   2726:        * src/classes/op.C 1.145:
                   2727:        * src/classes/response.C 1.26:
                   2728:        * src/classes/string.C 1.132:
                   2729:        * src/classes/table.C 1.196:
                   2730:        * src/classes/void.C 1.31:
                   2731:        * src/classes/xdoc.C 1.131:
                   2732:        * src/classes/xnode.C 1.65:
                   2733:        * src/classes/xnode.h 1.21:
                   2734:        * src/include/pa_array.h 1.64:
                   2735:        * src/include/pa_cache_managers.h 1.16:
                   2736:        * src/include/pa_charset.h 1.29:
                   2737:        * src/include/pa_charsets.h 1.12:
                   2738:        * src/include/pa_common.h 1.98:
                   2739:        * src/include/pa_config_fixed.h 1.63:
                   2740:        * src/include/pa_config_includes.h 1.28:
                   2741:        * src/include/pa_dictionary.h 1.17:
                   2742:        * src/include/pa_dir.h 1.16:
                   2743:        * src/include/pa_exception.h 1.43:
                   2744:        * src/include/pa_exec.h 1.15:
                   2745:        * src/include/pa_globals.h 1.109:
                   2746:        * src/include/pa_hash.h 1.62:
                   2747:        * src/include/pa_memory.h 1.11:
                   2748:        * src/include/pa_opcode.h 1.27:
                   2749:        * src/include/pa_operation.h 1.5:
                   2750:        * src/include/pa_os.h 1.4:
                   2751:        * src/include/pa_request.h 1.174:
                   2752:        * src/include/pa_request_charsets.h 1.4:
                   2753:        * src/include/pa_request_info.h 1.4:
                   2754:        * src/include/pa_socks.h 1.14:
                   2755:        * src/include/pa_sql_connection.h 1.38:
                   2756:        * src/include/pa_sql_driver_manager.h 1.32:
                   2757:        * src/include/pa_stack.h 1.22:
                   2758:        * src/include/pa_string.h 1.156:
                   2759:        * src/include/pa_stylesheet_connection.h 1.38:
                   2760:        * src/include/pa_stylesheet_manager.h 1.21:
                   2761:        * src/include/pa_table.h 1.57:
                   2762:        * src/include/pa_threads.h 1.29:
                   2763:        * src/include/pa_types.h 1.48:
                   2764:        * src/include/pa_uue.h 1.7:
                   2765:        * src/include/pa_xml_exception.h 1.3:
                   2766:        * src/include/pa_xml_io.h 1.2:
                   2767:        * src/lib/gd/gif.C 1.2:
                   2768:        * src/lib/gd/gif.h 1.2:
                   2769:        * src/lib/gd/gifio.C 1.2:
                   2770:        * src/lib/md5/pa_md5.h 1.10:
                   2771:        * src/lib/md5/pa_md5c.c 1.12:
                   2772:        * src/lib/smtp/comms.C 1.2:
                   2773:        * src/lib/smtp/smtp.C 1.2:
                   2774:        * src/lib/smtp/smtp.h 1.2:
                   2775:        * src/main/compile.C 1.72:
                   2776:        * src/main/compile_tools.C 1.57:
                   2777:        * src/main/compile_tools.h 1.72:
                   2778:        * src/main/execute.C 1.305:
                   2779:        * src/main/pa_cache_managers.C 1.13:
                   2780:        * src/main/pa_charset.C 1.48:
                   2781:        * src/main/pa_charsets.C 1.15:
                   2782:        * src/main/pa_common.C 1.174:
                   2783:        * src/main/pa_dictionary.C 1.22:
                   2784:        * src/main/pa_dir.C 1.19:
                   2785:        * src/main/pa_exception.C 1.47:
                   2786:        * src/main/pa_exec.C 1.57:
                   2787:        * src/main/pa_globals.C 1.171:
                   2788:        * src/main/pa_memory.C 1.5:
                   2789:        * src/main/pa_os.C 1.5:
                   2790:        * src/main/pa_request.C 1.265:
                   2791:        * src/main/pa_socks.C 1.21:
                   2792:        * src/main/pa_sql_driver_manager.C 1.82:
                   2793:        * src/main/pa_string.C 1.194:
                   2794:        * src/main/pa_stylesheet_manager.C 1.26:
                   2795:        * src/main/pa_table.C 1.60:
                   2796:        * src/main/pa_uue.C 1.7:
                   2797:        * src/main/pa_xml_exception.C 1.3:
                   2798:        * src/main/pa_xml_io.C 1.16:
                   2799:        * src/main/untaint.C 1.129:
                   2800:        * src/sql/pa_sql_driver.h 1.38:
                   2801:        * src/targets/apache13/mod_parser3.c 1.10:
                   2802:        * src/targets/apache13core/mod_parser3_core.C 1.3:
                   2803:        * src/targets/apache13core/pa_threads.C 1.4:
                   2804:        * src/targets/cgi/pa_threads.C 1.15:
                   2805:        * src/targets/isapi/pa_threads.C 1.16:
                   2806:        * src/targets/isapi/parser3isapi.C 1.87:
                   2807:        * src/types/pa_junction.h 1.4:
                   2808:        * src/types/pa_method.h 1.4:
                   2809:        * src/types/pa_value.C 1.16:
                   2810:        * src/types/pa_value.h 1.118:
                   2811:        * src/types/pa_vbool.h 1.24:
                   2812:        * src/types/pa_vclass.C 1.20:
                   2813:        * src/types/pa_vclass.h 1.43:
                   2814:        * src/types/pa_vcode_frame.h 1.27:
                   2815:        * src/types/pa_vconsole.h 1.5:
                   2816:        * src/types/pa_vcookie.C 1.63:
                   2817:        * src/types/pa_vcookie.h 1.26:
                   2818:        * src/types/pa_vdate.h 1.31:
                   2819:        * src/types/pa_vdouble.h 1.45:
                   2820:        * src/types/pa_venv.h 1.31:
                   2821:        * src/types/pa_vfile.C 1.40:
                   2822:        * src/types/pa_vfile.h 1.56:
                   2823:        * src/types/pa_vform.C 1.79:
                   2824:        * src/types/pa_vform.h 1.49:
                   2825:        * src/types/pa_vhash.h 1.50:
                   2826:        * src/types/pa_vhashfile.h 1.27:
                   2827:        * src/types/pa_vimage.C 1.29:
                   2828:        * src/types/pa_vimage.h 1.39:
                   2829:        * src/types/pa_vint.h 1.41:
                   2830:        * src/types/pa_vjunction.h 1.22:
                   2831:        * src/types/pa_vmail.C 1.58:
                   2832:        * src/types/pa_vmail.h 1.14:
                   2833:        * src/types/pa_vmath.C 1.7:
                   2834:        * src/types/pa_vmath.h 1.17:
                   2835:        * src/types/pa_vmemory.h 1.4:
                   2836:        * src/types/pa_vmethod_frame.C 1.5:
                   2837:        * src/types/pa_vmethod_frame.h 1.49:
                   2838:        * src/types/pa_vobject.C 1.16:
                   2839:        * src/types/pa_vobject.h 1.42:
                   2840:        * src/types/pa_vrequest.C 1.32:
                   2841:        * src/types/pa_vrequest.h 1.28:
                   2842:        * src/types/pa_vresponse.C 1.20:
                   2843:        * src/types/pa_vresponse.h 1.35:
                   2844:        * src/types/pa_vstateless_class.C 1.22:
                   2845:        * src/types/pa_vstateless_class.h 1.48:
                   2846:        * src/types/pa_vstateless_object.h 1.31:
                   2847:        * src/types/pa_vstatus.C 1.24:
                   2848:        * src/types/pa_vstatus.h 1.18:
                   2849:        * src/types/pa_vstring.C 1.25:
                   2850:        * src/types/pa_vstring.h 1.58:
                   2851:        * src/types/pa_vtable.C 1.25:
                   2852:        * src/types/pa_vtable.h 1.52:
                   2853:        * src/types/pa_vvoid.h 1.21:
                   2854:        * src/types/pa_vxdoc.C 1.27:
                   2855:        * src/types/pa_vxdoc.h 1.36:
                   2856:        * src/types/pa_vxnode.C 1.37:
                   2857:        * src/types/pa_vxnode.h 1.29:
                   2858:        * src/types/pa_wcontext.C 1.28:
                   2859:        * src/types/pa_wcontext.h 1.46:
                   2860:        * src/types/pa_wwrapper.h 1.31:
                   2861:                2004
                   2862: 
                   2863:        * src/main/pa_globals.C 1.170:
                   2864:                beauty: typo caused gc.log warnings with debug version of gc.dll
                   2865: 
                   2866: 2004-02-10  paf
                   2867:        * INSTALL 1.34:
                   2868:                critical: prior to 1.0.30 had bug: "a segfault on pattern
                   2869:                compilation errors", on which spent 4 hours worktime. use
                   2870:                versions higher than that. recommended now latest up to date
                   2871: 
                   2872:        * INSTALL 1.35:
                   2873:                critical: libxslt1.1.2 wanted at least libxml2.6.3 to compile. 
                   2874:                recommened latest libxml up to date
                   2875: 
1.33      paf      2876: 2004-02-06  paf
                   2877:        * src/main/untaint.C 1.128:
                   2878:                beauty: removed old def/ifdef
                   2879: 
                   2880:        * src/main/pa_sql_driver_manager.C 1.81:
                   2881:        * src/main/pa_stylesheet_manager.C 1.25:
                   2882:                beauty: unified destructing style
                   2883: 
                   2884:        * src/main/untaint.C 1.127:
                   2885:                beauty: coredump @unknown untaint language now
                   2886: 
                   2887: 2004-02-03  paf
                   2888:        * src/main/pa_common.C 1.173:
                   2889:                typo: %l -> %u
                   2890: 
                   2891:        * src/classes/xnode.C 1.64:
                   2892:                memleaks found: not fixed yet. todo
                   2893: 
                   2894:        * src/classes/xdoc.C 1.130:
                   2895:                bugfix: libxml: FOR UTF-8 TOO russian letters in attributes or
                   2896:                documents-results of transform now not &#04xx;
                   2897: 
                   2898:        * src/main/pa_charset.C 1.47:
                   2899:                bugfix: forgot to undo some
                   2900: 
                   2901:        * src/classes/image.C 1.104:
                   2902:        * src/main/pa_exec.C 1.56:
                   2903:        * src/main/pa_memory.C 1.4:
                   2904:        * src/targets/isapi/parser3isapi.C 1.86:
                   2905:        * src/types/pa_value.C 1.15:
                   2906:        * src/types/pa_vcookie.C 1.62:
                   2907:                beauty: %u is more simple=proper for size_t then %ld/%lu
                   2908: 
                   2909:        * src/main/pa_charset.C 1.46:
                   2910:                beauty: uncomment PA_PATCHED_LIBXML_BACKWARD to link with old
                   2911:                patched libxml libraries
                   2912: 
                   2913: 2004-02-02  paf
                   2914:        * src/types/pa_vform.C 1.78:
                   2915:                bugfix: empty values with enctype=multipart/form-data now produce entries in $form:tables
                   2916:                <form method=post enctype=multipart/form-data>
                   2917:                <input type=hidden name=a>
                   2918:                <input type=hidden name=b>
                   2919:                
                   2920:                <input type=submit>
                   2921:                </form>
                   2922:                $k[^form:fields._keys[]]
                   2923:                ^eval($k)
                   2924:                <hr>
                   2925:                <pre>$request:body
                   2926: 
                   2927:        * src/types/pa_vcookie.C 1.61:
                   2928:                bugfix: erasing cookie: params now output
                   2929:                $cookie:example[
                   2930:                        $.value[value]
                   2931:                        $.path[/there/]
                   2932:                ]
                   2933:                
                   2934:                $cookie:example[
                   2935:                        $.value[]
                   2936:                        $.expires[session]
                   2937:                        $.path[/there/]
                   2938:                        $.domain[test.com]
                   2939:                ]
                   2940: 
                   2941: 2004-01-30  paf
                   2942:        * src/classes/date.C 1.59:
                   2943:        * www/htdocs/.htaccess 1.26:
                   2944:                bugfix: ^date::create[invalid year] now produces exception. 
                   2945:                todo: check other fields
                   2946: 
                   2947:        * src/classes/date.C 1.60:
                   2948:        * src/classes/date.C 1.61:
                   2949:        * src/include/pa_string.h 1.155:
                   2950:        * src/main/pa_string.C 1.193:
                   2951:                bugfix: ^date::create[invalid fields now produce exception.
                   2952: 
                   2953:        * src/classes/xdoc.C 1.129:
                   2954:                bugfix: libxml: russian letters in attributes or documents
                   2955:                results of transform now not &#04xx;
                   2956: 
1.32      paf      2957: 2004-01-29  paf
                   2958:        * src/targets/apache13core/mod_parser3_core.C 1.2:
                   2959:                bugfix: old style new used
                   2960: 
                   2961:        * src/include/pa_memory.h 1.9:
                   2962:                bugfix: [potential] strdup copied one more byte then specified
                   2963:                 then zeroed it << useless and potentially harmful(could gpf)
1.33      paf      2964: 
                   2965:        * src/include/pa_memory.h 1.10:
                   2966:                typo error
1.32      paf      2967: 
                   2968: 2004-01-22  paf
                   2969:        * src/main/pa_common.C [release_3_1_1] 1.160.2.1:
                   2970:                bugfix: buffer overflow
                   2971:                * in libxml&xsl error-reporting code
                   2972:                * in parser-error reporting code [when no @unhandled_exception defined]
                   2973:                
                   2974:                fixed in one place: my *snprintf override
                   2975: 
                   2976:        * src/main/untaint.C [release_3_1_1] 1.122.2.2:
                   2977:                bugfix: whitespace now optimized properly [were bug: ^taint[1 &
                   2978:                2]="1 &2"
                   2979: 
                   2980:        * src/main/untaint.C 1.126:
                   2981:                merged: bugfix from 3.1.1 on whitespace optimization
                   2982: 
                   2983:        * src/main/pa_globals.C 1.166:
                   2984:                beauty: bigger buffer for xml-related errors
                   2985: 
                   2986:        * src/classes/xdoc.C 1.128:
                   2987:                bugfix: when stylesheet contains error, gpf
                   2988: 
                   2989:        * src/main/compile.tab.C [release_3_1_1] 1.91.2.1:
                   2990:        * src/main/untaint.C [release_3_1_1] 1.122.2.1:
                   2991:                *** empty log message ***
                   2992: 
                   2993:        * src/main/pa_common.C 1.172:
                   2994:                merged: bugfix from 3.1.1 on memory overflow
                   2995: 
                   2996: 2004-01-13  paf
                   2997:        * operators.txt 1.150:
                   2998:                typo erro
                   2999: 
1.31      paf      3000: 2003-12-25  paf
                   3001:        * src/main/pa_common.C 1.171:
                   3002:                bugfix: ^file::load[binary;http:// now not garbled  [pieces
                   3003:                after zero bytes were removed]
                   3004: 
                   3005: 2003-12-22  paf
                   3006:        * operators.txt 1.149:
                   3007:        * src/classes/op.C 1.144:
                   3008:        * src/include/pa_sql_connection.h 1.37:
                   3009:        * src/include/pa_sql_driver_manager.h 1.31:
                   3010:        * src/main/pa_sql_driver_manager.C 1.80:
                   3011:        * src/sql/pa_sql_driver.h 1.37:
                   3012:        * www/htdocs/.htaccess 1.25:
                   3013:                feature: sql introducing ability to transcode charsets
                   3014: 
                   3015:        * src/include/Makefile.am 1.9:
                   3016:        * src/include/Makefile.in 1.17:
                   3017:                bugfix: removed from dist: src/include/pa_config_auto.h which
                   3018:                were configured for make-dist-platform and badly updated proper
                   3019:                config file in target [when .tar used for updating existing
                   3020:                source tree]
                   3021: 
                   3022: 2003-12-19  paf
                   3023:        * src/main/pa_sql_driver_manager.C 1.79:
                   3024:                beauty: more straighforward error message
                   3025: 
                   3026:        * src/main/pa_charset.C 1.45:
                   3027:                bugfix: memory for charsethandler structure for libxml now
                   3028:                allocated properly
                   3029: 
1.30      paf      3030: 2003-12-17  paf
                   3031:        * src/main/pa_globals.C 1.165:
                   3032:                bugfix: removed false warning [warning: unreported
                   3033:                xmlGenericErrors]
                   3034: 
                   3035:        * src/types/pa_vfile.C 1.39:
                   3036:                beauty: removed outdated cast
                   3037: 
                   3038:        * src/main/pa_common.C 1.170:
                   3039:                bugfix: empty http response caused gpf
                   3040: 
                   3041:        * src/include/pa_string.h 1.154:
                   3042:                bugfix: removed too strong a assert
                   3043: 
                   3044: 2003-12-15  paf
                   3045:        * src/classes/xdoc.C 1.127:
                   3046:                bugfix: taint uri under ^xdoc::create{now works}
                   3047: 
                   3048: 2003-12-11  paf
                   3049:        * src/classes/file.C 1.119:
                   3050:        * src/classes/mail.C 1.99:
                   3051:        * src/classes/op.C 1.143:
                   3052:        * src/classes/xdoc.C 1.126:
                   3053:        * src/main/pa_request.C 1.263:
                   3054:        * src/types/pa_vimage.C 1.28:
                   3055:        * src/types/pa_vmath.C 1.6:
                   3056:        * src/types/pa_vstatus.C 1.21:
                   3057:                beauty cancel: gcc does not understand that
                   3058: 
                   3059:        * src/include/pa_cache_managers.h 1.15:
                   3060:        * src/main/pa_cache_managers.C 1.12:
                   3061:        * src/main/pa_globals.C 1.164:
                   3062:        * src/main/pa_request.C 1.264:
                   3063:        * src/types/pa_vstatus.C 1.22:
                   3064:                bugfix(solaris): removed dependency on object initialization
                   3065:                order [one more place]
                   3066: 
                   3067:        * src/main/pa_cache_managers.C 1.11:
                   3068:        * src/main/pa_sql_driver_manager.C 1.78:
                   3069:        * src/main/pa_stylesheet_manager.C 1.23:
                   3070:                bugfix(solaris): removed dependency on object initialization
                   3071:                order [two places]
                   3072: 
                   3073:        * src/main/Makefile.am 1.43:
                   3074:        * src/main/Makefile.in 1.56:
                   3075:                *** empty log message ***
                   3076: 
                   3077:        * src/classes/file.C 1.118:
                   3078:        * src/classes/mail.C 1.98:
                   3079:        * src/classes/op.C 1.142:
                   3080:        * src/classes/xdoc.C 1.125:
                   3081:        * src/include/pa_cache_managers.h 1.14:
                   3082:        * src/include/pa_sql_connection.h 1.36:
                   3083:        * src/include/pa_sql_driver_manager.h 1.30:
                   3084:        * src/include/pa_stylesheet_manager.h 1.20:
                   3085:        * src/main/pa_request.C 1.262:
                   3086:        * src/main/pa_stylesheet_manager.C 1.24:
                   3087:        * src/types/pa_vimage.C 1.27:
                   3088:        * src/types/pa_vmath.C 1.5:
                   3089:        * src/types/pa_vstatus.C 1.20:
                   3090:                beauty: removed redundant ctor call [relying on implicit String
                   3091:                :Body(cstr) call]
                   3092: 
                   3093:        * operators.txt 1.148:
                   3094:        * src/types/pa_vstatus.C 1.23:
                   3095:                    !$status:pid process id
                   3096:                    !$status:tid thread id
                   3097: 
                   3098: 2003-12-10  paf
                   3099:        * src/include/pa_sql_connection.h 1.35:
                   3100:        * www/htdocs/.htaccess 1.24:
                   3101:                bugfix: $status:sql.cache back  << time now ok
                   3102: 
                   3103:        * operators.txt 1.147:
                   3104:        * src/main/pa_sql_driver_manager.C 1.77:
                   3105:        * src/main/pa_stylesheet_manager.C 1.22:
                   3106:                $status:stylesheet.cache back operational
                   3107: 
                   3108:        * operators.txt 1.146:
                   3109:        * src/classes/xdoc.C 1.124:
                   3110:        * src/include/pa_charset.h 1.28:
                   3111:        * src/include/pa_sql_connection.h 1.34:
                   3112:        * src/main/pa_charset.C 1.44:
                   3113:        * src/main/pa_sql_driver_manager.C 1.76:
                   3114:        * src/main/pa_string.C 1.192:
                   3115:        * src/types/pa_vxdoc.h 1.35:
                   3116:        * www/htdocs/.htaccess 1.23:
                   3117:                $status:sql.cache back operational
                   3118: 
1.29      paf      3119: 2003-12-02  paf
1.30      paf      3120:        * src/types/pa_vmail.C 1.57:
                   3121:                bugfix: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints
                   3122:                properly [were: as-is forced]
                   3123: 
                   3124:        * src/main/pa_xml_io.C 1.15:
                   3125:                bugfix: on some platforms one can't throw exceptions out of libxml callbacks:
                   3126:                reimplemented error handling of http://localhost, parser://method and safemode check callbacks
                   3127: 
                   3128:        * src/main/pa_string.C [release_3_1_1] 1.185.2.1:
                   3129:                bugfix: SPARC gpf on %4!=0 address int ref [merged from HEAD]
                   3130: 
                   3131:        * src/classes/image.C 1.103:
                   3132:                nothing: comment removed
                   3133: 
1.29      paf      3134:        * src/main/pa_string.C 1.191:
                   3135:                bugfix: sparc gpf on reading %4!=0 addresses to int
                   3136: 
                   3137: 2003-12-01  paf
                   3138:        * src/main/pa_globals.C 1.163:
                   3139:                bugfix: win32: compile prob
                   3140: 
                   3141:        * src/main/pa_xml_io.C 1.13:
                   3142:                todo: safe mode check not to throw exception
                   3143: 
                   3144:        * src/main/pa_xml_io.C 1.12:
                   3145:                bugfix: http://localhost typo error
                   3146: 
                   3147:        * src/classes/xdoc.C 1.123:
                   3148:        * src/main/pa_xml_io.C 1.14:
                   3149:                bugfix: typo
                   3150: 
                   3151: 2003-11-28  paf
                   3152:        * src/main/pa_xml_io.C 1.9:
                   3153:                installed safe-mode checker as filter of all xml documents read
                   3154: 
                   3155:        * operators.txt 1.144:
                   3156:        * src/include/pa_request.h 1.173:
                   3157:        * src/main/pa_xml_io.C 1.3:
                   3158:                works.
                   3159:                todo: maybe replace original open mech of xdoc::create & co to use libxml open, so that this would work for root document
                   3160:                
                   3161:                $xdoc[^xdoc::create{<?xml version="1.0"?>
                   3162:                <!DOCTYPE test SYSTEM "parser://method/params/here">
                   3163:                <test>
                   3164:                        &test^;
                   3165:                </test>
                   3166:                }]
                   3167:                
                   3168:                ^taint[^xdoc.string[]]
                   3169:                
                   3170:                @method[param]
                   3171:                <!ENTITY test "test-entity-value+$form:user+$param!">
                   3172: 
                   3173:        * src/main/pa_xml_io.C 1.8:
                   3174:                http://localhost/ now checked for safe mode
                   3175: 
                   3176:        * src/classes/xdoc.C 1.122:
                   3177:        * src/include/pa_stylesheet_connection.h 1.37:
                   3178:        * src/include/pa_stylesheet_manager.h 1.19:
                   3179:        * src/main/pa_stylesheet_manager.C 1.21:
                   3180:                replaced original open mech of xdoc::create & co to use libxml open, so that this would work for root document
                   3181:                todo: safe mode checks to libxml: ideally to some 1 point
                   3182: 
                   3183:        * src/include/Makefile.in 1.16:
                   3184:        * src/main/Makefile.in 1.55:
                   3185:                *** empty log message ***
                   3186: 
                   3187:        * operators.txt 1.145:
                   3188:        * src/main/pa_xml_io.C 1.4:
                   3189:                leading / in http://parser[abscent params]
                   3190: 
                   3191:        * src/main/pa_xml_io.C 1.5:
                   3192:                comment
                   3193: 
                   3194: 2003-11-27  paf
                   3195:        * src/classes/date.C 1.58:
                   3196:                bugfix: typo error
                   3197: 
                   3198:        * src/main/pa_xml_io.C 1.2:
                   3199:                libxml: started parser://methodcall/params
                   3200: 
                   3201: 2003-11-26  paf
                   3202:        * src/types/pa_value.h 1.117:
                   3203:                warnings: --
                   3204: 
                   3205:        * operators.txt 1.143:
                   3206:        * src/include/Makefile.am 1.8:
                   3207:        * src/include/pa_globals.h 1.108:
                   3208:        * src/include/pa_xml_io.h 1.1:
                   3209:        * src/main/Makefile.am 1.42:
                   3210:        * src/main/main.vcproj 1.7:
                   3211:        * src/main/pa_globals.C 1.162:
                   3212:        * src/main/pa_request.C 1.261:
                   3213:        * src/main/pa_xml_io.C 1.1:
                   3214:                simplification: xml errors to hash<thread_id,error>
                   3215:                reorganization: xml io moved  to pa_xml_io.C/h
                   3216: 
1.28      paf      3217: 2003-11-25  paf
1.29      paf      3218:        * src/classes/table.C 1.194:
                   3219:                bugfix: a, c?x:y, z in gcc considered(?) as  a, (c?x:y, z)
                   3220: 
1.28      paf      3221:        * src/main/untaint.C 1.125:
                   3222:                bugfix: consequences of not reading this comment: 
                   3223:                CORD_pos_chars_left /* Number of characters in cache.  <= 0 ==
                   3224:                 none   */
                   3225: 
                   3226:        * src/include/pa_array.h 1.63:
                   3227:                removed needless checks
1.29      paf      3228: 
                   3229:        * src/classes/table.C 1.195:
                   3230:                bugfix: wrong sequence. [sadly no waring whatever)
1.28      paf      3231: 
                   3232: 2003-11-24  paf
                   3233:        * operators.txt 1.142:
                   3234:        * src/types/pa_vxnode.C 1.36:
                   3235:        * src/types/pa_vxnode.h 1.28:
                   3236:                $xdoc[^xdoc::create[test]]
                   3237:                $tn[^xdoc.createTextNode[text node value]]
                   3238:                $dummy[^xdoc.firstChild.appendChild[$tn]]
                   3239:                $xdoc.firstChild.firstChild.nodeValue[different]
                   3240:                ^taint[^xdoc.string[]]
                   3241: 
                   3242:        * src/main/pa_request.C 1.260:
                   3243:        * src/types/pa_vform.C 1.77:
                   3244:        * src/types/pa_vform.h 1.48:
                   3245:                removed limit: now $form:xxx can be accessed anytime, even in @auto/conf
                   3246:                [and request/response:charset still can be changed anytime]
                   3247: 
                   3248:        * src/include/pa_hash.h 1.61:
                   3249:        * src/types/types.vcproj 1.6:
                   3250:                linker HPUX nongnu workaround: static Hash::allocates -> static Hash_allocates
                   3251: 
                   3252:        * src/main/pa_common.C 1.169:
                   3253:                bugfix: ^file::load[binary;http://...]   now not transcodes
                   3254:                response body
                   3255: 
                   3256: 2003-11-21  paf
                   3257:        * src/main/pa_exec.C 1.55:
                   3258:                bug in safe mode
                   3259: 
                   3260:        * src/include/Makefile.am 1.7:
                   3261:                pa_xml_exception.h
                   3262: 
                   3263:        * Makefile.am 1.40:
                   3264:        * Makefile.in 1.54:
                   3265:        * configure 1.73:
                   3266:        * configure.in 1.71:
                   3267:        * parser3.sln 1.8:
                   3268:        * src/classes/Makefile.am 1.47:
                   3269:        * src/classes/Makefile.am 1.48:
                   3270:        * src/classes/Makefile.in 1.59:
                   3271:        * src/classes/classes.vcproj 1.5:
                   3272:        * src/include/Makefile.in 1.15:
                   3273:        * src/include/pa_config_auto.h.in 1.39:
                   3274:        * src/lib/Makefile.am 1.7:
                   3275:        * src/lib/Makefile.in 1.12:
                   3276:        * src/lib/gd/Makefile.am 1.1:
                   3277:        * src/lib/gd/Makefile.in 1.1:
                   3278:        * src/lib/gd/Makefile.in 1.2:
                   3279:        * src/lib/gd/gd.vcproj 1.1:
                   3280:        * src/lib/gd/gif.C 1.1:
                   3281:        * src/lib/gd/gif.h 1.1:
                   3282:        * src/lib/gd/gifio.C 1.1:
                   3283:        * src/lib/gd/mtables.h 1.1:
                   3284:        * src/lib/smtp/Makefile.am 1.1:
                   3285:        * src/lib/smtp/Makefile.in 1.1:
                   3286:        * src/lib/smtp/Makefile.in 1.2:
                   3287:        * src/lib/smtp/comms.C 1.1:
                   3288:        * src/lib/smtp/smtp.C 1.1:
                   3289:        * src/lib/smtp/smtp.h 1.1:
                   3290:        * src/lib/smtp/smtp.vcproj 1.1:
                   3291:        * src/targets/apache13/p3runConfigure.in 1.15:
                   3292:        * src/targets/apache13core/Makefile.in 1.5:
                   3293:        * src/targets/cgi/Makefile.am 1.50:
                   3294:        * src/targets/cgi/Makefile.in 1.66:
                   3295:        * src/types/Makefile.am 1.35:
                   3296:        * src/types/Makefile.in 1.54:
                   3297:                rearrange: gd&smtp moved to src/lib
                   3298: 
                   3299:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.5:
                   3300:        * src/targets/isapi/parser3isapi.C 1.85:
                   3301:                more warnings --
                   3302: 
                   3303:        * Makefile.am 1.41:
                   3304:        * Makefile.in 1.55:
                   3305:        * acinclude.m4 1.28:
                   3306:        * aclocal.m4 1.31:
                   3307:        * acsite.m4 1.6:
                   3308:        * configure 1.74:
                   3309:        * configure.in 1.72:
                   3310:        * src/classes/mail.C 1.97:
                   3311:                *** empty log message ***
                   3312: 
                   3313:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.5:
                   3314:        * src/targets/apache13core/Makefile.am 1.5:
                   3315:        * src/targets/apache13core/mod_parser3.C 1.7:
                   3316:        * src/targets/apache13core/mod_parser3_core.C 1.1:
                   3317:                renamed mod_parser3 to mod_parser3_core to help DOXYGEN
                   3318: 
                   3319:        * src/classes/mail.C 1.96:
                   3320:                bugfix: typo
                   3321: 
                   3322: 2003-11-20  paf
                   3323:        * src/main/execute.C 1.303:
                   3324:        * src/main/pa_request.C 1.257:
                   3325:                old forgotten todo: when can't report problem (undefined @
                   3326:                unhandled_exception) problem source string were not reported
                   3327: 
                   3328:        * src/classes/classes.vcproj 1.4:
                   3329:        * src/classes/date.C 1.53:
                   3330:        * src/classes/double.C 1.55:
                   3331:        * src/classes/file.C 1.114:
                   3332:        * src/classes/hash.C 1.61:
                   3333:        * src/classes/hashfile.C 1.31:
                   3334:        * src/classes/image.C 1.98:
                   3335:        * src/classes/int.C 1.51:
                   3336:        * src/classes/mail.C 1.93:
                   3337:        * src/classes/math.C 1.35:
                   3338:        * src/classes/memory.C 1.4:
                   3339:        * src/classes/op.C 1.138:
                   3340:        * src/classes/string.C 1.128:
                   3341:        * src/classes/table.C 1.191:
                   3342:        * src/classes/xdoc.C 1.118:
                   3343:        * src/classes/xnode.C 1.62:
                   3344:        * src/include/pa_config_includes.h 1.27:
                   3345:        * src/include/pa_operation.h 1.3:
                   3346:        * src/include/pa_sql_connection.h 1.32:
                   3347:        * src/include/pa_table.h 1.54:
                   3348:        * src/include/pa_types.h 1.46:
                   3349:        * src/lib/ltdl/config_fixed.h 1.3:
                   3350:        * src/lib/ltdl/ltdl.vcproj 1.2:
                   3351:        * src/lib/md5/md5.vcproj 1.2:
                   3352:        * src/lib/pcre/maketables.c 1.2:
                   3353:        * src/lib/pcre/pcre_dftables.vcproj 1.2:
                   3354:        * src/lib/pcre/pcre_parser_ctype.vcproj 1.2:
                   3355:        * src/lib/sdbm/apr_file_io.C 1.2:
                   3356:        * src/main/compile.tab.C 1.93:
                   3357:        * src/main/execute.C 1.301:
                   3358:        * src/main/main.vcproj 1.6:
                   3359:        * src/main/pa_cache_managers.C 1.9:
                   3360:        * src/main/pa_charset.C 1.40:
                   3361:        * src/main/pa_common.C 1.166:
                   3362:        * src/main/pa_dir.C 1.16:
                   3363:        * src/main/pa_exec.C 1.53:
                   3364:        * src/main/pa_globals.C 1.160:
                   3365:        * src/main/pa_os.C 1.3:
                   3366:        * src/main/pa_request.C 1.255:
                   3367:        * src/main/pa_string.C 1.187:
                   3368:        * src/main/pa_table.C 1.57:
                   3369:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.4:
                   3370:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.4:
                   3371:        * src/targets/cgi/parser3.vcproj 1.5:
                   3372:        * src/targets/isapi/parser3isapi.vcproj 1.2:
                   3373:        * src/types/pa_value.h 1.115:
                   3374:        * src/types/pa_vconsole.h 1.3:
                   3375:        * src/types/pa_vdate.h 1.28:
                   3376:        * src/types/pa_vfile.h 1.54:
                   3377:        * src/types/pa_vhashfile.C 1.36:
                   3378:        * src/types/pa_vimage.C 1.25:
                   3379:        * src/types/pa_vimage.h 1.36:
                   3380:        * src/types/pa_vmail.C 1.53:
                   3381:        * src/types/pa_vobject.C 1.14:
                   3382:        * src/types/pa_vstateless_class.h 1.46:
                   3383:        * src/types/pa_vtable.C 1.23:
                   3384:        * src/types/pa_vtable.h 1.50:
                   3385:        * src/types/pa_vvoid.h 1.19:
                   3386:        * src/types/pa_vxdoc.h 1.33:
                   3387:        * src/types/pa_vxnode.h 1.26:
                   3388:        * src/types/types.vcproj 1.5:
                   3389:                turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
                   3390:                found several unitialized vars
                   3391: 
                   3392:        * src/classes/classes.C 1.20:
                   3393:        * src/classes/classes.h 1.25:
                   3394:        * src/classes/date.C 1.54:
                   3395:        * src/classes/double.C 1.56:
                   3396:        * src/classes/file.C 1.115:
                   3397:        * src/classes/form.C 1.37:
                   3398:        * src/classes/hash.C 1.62:
                   3399:        * src/classes/hashfile.C 1.32:
                   3400:        * src/classes/image.C 1.99:
                   3401:        * src/classes/int.C 1.52:
                   3402:        * src/classes/mail.C 1.94:
                   3403:        * src/classes/math.C 1.36:
                   3404:        * src/classes/memory.C 1.5:
                   3405:        * src/classes/op.C 1.139:
                   3406:        * src/classes/response.C 1.25:
                   3407:        * src/classes/string.C 1.129:
                   3408:        * src/classes/table.C 1.192:
                   3409:        * src/classes/void.C 1.30:
                   3410:        * src/classes/xdoc.C 1.119:
                   3411:        * src/classes/xnode.C 1.63:
                   3412:        * src/classes/xnode.h 1.20:
                   3413:        * src/include/pa_array.h 1.62:
                   3414:        * src/include/pa_cache_managers.h 1.12:
                   3415:        * src/include/pa_charset.h 1.27:
                   3416:        * src/include/pa_charsets.h 1.11:
                   3417:        * src/include/pa_common.h 1.97:
                   3418:        * src/include/pa_config_fixed.h 1.62:
                   3419:        * src/include/pa_dictionary.h 1.16:
                   3420:        * src/include/pa_dir.h 1.15:
                   3421:        * src/include/pa_exception.h 1.42:
                   3422:        * src/include/pa_exec.h 1.14:
                   3423:        * src/include/pa_globals.h 1.107:
                   3424:        * src/include/pa_hash.h 1.60:
                   3425:        * src/include/pa_memory.h 1.8:
                   3426:        * src/include/pa_opcode.h 1.26:
                   3427:        * src/include/pa_operation.h 1.4:
                   3428:        * src/include/pa_os.h 1.3:
                   3429:        * src/include/pa_request.h 1.172:
                   3430:        * src/include/pa_request_charsets.h 1.3:
                   3431:        * src/include/pa_request_info.h 1.3:
                   3432:        * src/include/pa_sapi.h 1.24:
                   3433:        * src/include/pa_socks.h 1.13:
                   3434:        * src/include/pa_sql_connection.h 1.33:
                   3435:        * src/include/pa_sql_driver_manager.h 1.29:
                   3436:        * src/include/pa_stack.h 1.21:
                   3437:        * src/include/pa_string.h 1.153:
                   3438:        * src/include/pa_stylesheet_connection.h 1.35:
                   3439:        * src/include/pa_stylesheet_manager.h 1.18:
                   3440:        * src/include/pa_table.h 1.56:
                   3441:        * src/include/pa_threads.h 1.28:
                   3442:        * src/include/pa_types.h 1.47:
                   3443:        * src/include/pa_uue.h 1.6:
                   3444:        * src/include/pa_xml_exception.h 1.2:
                   3445:        * src/lib/md5/pa_md5.h 1.9:
                   3446:        * src/lib/md5/pa_md5c.c 1.11:
                   3447:        * src/lib/sdbm/apr_file_io.C 1.3:
                   3448:        * src/lib/sdbm/apr_strings.C 1.2:
                   3449:        * src/main/compile.C 1.71:
                   3450:        * src/main/compile_tools.C 1.56:
                   3451:        * src/main/compile_tools.h 1.71:
                   3452:        * src/main/execute.C 1.302:
                   3453:        * src/main/pa_cache_managers.C 1.10:
                   3454:        * src/main/pa_charset.C 1.41:
                   3455:        * src/main/pa_charsets.C 1.14:
                   3456:        * src/main/pa_common.C 1.168:
                   3457:        * src/main/pa_dictionary.C 1.20:
                   3458:        * src/main/pa_dir.C 1.17:
                   3459:        * src/main/pa_exception.C 1.46:
                   3460:        * src/main/pa_exec.C 1.54:
                   3461:        * src/main/pa_globals.C 1.161:
                   3462:        * src/main/pa_memory.C 1.3:
                   3463:        * src/main/pa_os.C 1.4:
                   3464:        * src/main/pa_pool.C 1.62:
                   3465:        * src/main/pa_request.C 1.256:
                   3466:        * src/main/pa_socks.C 1.20:
                   3467:        * src/main/pa_sql_driver_manager.C 1.74:
                   3468:        * src/main/pa_string.C 1.188:
                   3469:        * src/main/pa_stylesheet_manager.C 1.20:
                   3470:        * src/main/pa_table.C 1.58:
                   3471:        * src/main/pa_uue.C 1.6:
                   3472:        * src/main/pa_xml_exception.C 1.2:
                   3473:        * src/main/untaint.C 1.123:
                   3474:        * src/sql/pa_sql_driver.h 1.36:
                   3475:        * src/targets/apache13/mod_parser3.c 1.9:
                   3476:        * src/targets/apache13/pa_httpd.h 1.5:
                   3477:        * src/targets/apache13core/mod_parser3.C 1.6:
                   3478:        * src/targets/apache13core/pa_threads.C 1.3:
                   3479:        * src/targets/cgi/pa_threads.C 1.14:
                   3480:        * src/targets/cgi/parser3.C 1.222:
                   3481:        * src/targets/isapi/pa_threads.C 1.15:
                   3482:        * src/targets/isapi/parser3isapi.C 1.84:
                   3483:        * src/types/pa_junction.h 1.3:
                   3484:        * src/types/pa_method.h 1.3:
                   3485:        * src/types/pa_value.C 1.13:
                   3486:        * src/types/pa_value.h 1.116:
                   3487:        * src/types/pa_vbool.h 1.23:
                   3488:        * src/types/pa_vclass.C 1.19:
                   3489:        * src/types/pa_vclass.h 1.42:
                   3490:        * src/types/pa_vcode_frame.h 1.26:
                   3491:        * src/types/pa_vconsole.h 1.4:
                   3492:        * src/types/pa_vcookie.C 1.59:
                   3493:        * src/types/pa_vcookie.h 1.25:
                   3494:        * src/types/pa_vdate.h 1.29:
                   3495:        * src/types/pa_vdouble.h 1.44:
                   3496:        * src/types/pa_venv.h 1.30:
                   3497:        * src/types/pa_vfile.C 1.38:
                   3498:        * src/types/pa_vfile.h 1.55:
                   3499:        * src/types/pa_vform.C 1.76:
                   3500:        * src/types/pa_vform.h 1.47:
                   3501:        * src/types/pa_vhash.h 1.49:
                   3502:        * src/types/pa_vhashfile.C 1.37:
                   3503:        * src/types/pa_vhashfile.h 1.26:
                   3504:        * src/types/pa_vimage.C 1.26:
                   3505:        * src/types/pa_vimage.h 1.37:
                   3506:        * src/types/pa_vint.h 1.40:
                   3507:        * src/types/pa_vjunction.h 1.21:
                   3508:        * src/types/pa_vmail.C 1.54:
                   3509:        * src/types/pa_vmail.h 1.13:
                   3510:        * src/types/pa_vmath.C 1.4:
                   3511:        * src/types/pa_vmath.h 1.16:
                   3512:        * src/types/pa_vmemory.h 1.3:
                   3513:        * src/types/pa_vmethod_frame.C 1.3:
                   3514:        * src/types/pa_vmethod_frame.h 1.47:
                   3515:        * src/types/pa_vobject.C 1.15:
                   3516:        * src/types/pa_vobject.h 1.41:
                   3517:        * src/types/pa_vrequest.C 1.31:
                   3518:        * src/types/pa_vrequest.h 1.27:
                   3519:        * src/types/pa_vresponse.C 1.19:
                   3520:        * src/types/pa_vresponse.h 1.34:
                   3521:        * src/types/pa_vstateless_class.C 1.21:
                   3522:        * src/types/pa_vstateless_class.h 1.47:
                   3523:        * src/types/pa_vstateless_object.h 1.30:
                   3524:        * src/types/pa_vstatus.C 1.19:
                   3525:        * src/types/pa_vstatus.h 1.17:
                   3526:        * src/types/pa_vstring.C 1.24:
                   3527:        * src/types/pa_vstring.h 1.57:
                   3528:        * src/types/pa_vtable.C 1.24:
                   3529:        * src/types/pa_vtable.h 1.51:
                   3530:        * src/types/pa_vvoid.h 1.20:
                   3531:        * src/types/pa_vxdoc.C 1.26:
                   3532:        * src/types/pa_vxdoc.h 1.34:
                   3533:        * src/types/pa_vxnode.C 1.34:
                   3534:        * src/types/pa_vxnode.h 1.27:
                   3535:        * src/types/pa_wcontext.C 1.27:
                   3536:        * src/types/pa_wcontext.h 1.45:
                   3537:        * src/types/pa_wwrapper.h 1.30:
                   3538:                static const char * const IDENT
                   3539: 
                   3540:        * src/classes/date.C 1.55:
                   3541:        * src/classes/date.C 1.56:
                   3542:        * src/classes/date.C 1.57:
                   3543:        * src/classes/file.C 1.116:
                   3544:        * src/classes/file.C 1.117:
                   3545:        * src/classes/hash.C 1.63:
                   3546:        * src/classes/hash.C 1.64:
                   3547:        * src/classes/image.C 1.100:
                   3548:        * src/classes/image.C 1.101:
                   3549:        * src/classes/image.C 1.102:
                   3550:        * src/classes/mail.C 1.95:
                   3551:        * src/classes/math.C 1.37:
                   3552:        * src/classes/op.C 1.140:
                   3553:        * src/classes/op.C 1.141:
                   3554:        * src/classes/string.C 1.130:
                   3555:        * src/classes/string.C 1.131:
                   3556:        * src/classes/table.C 1.193:
                   3557:        * src/classes/xdoc.C 1.120:
                   3558:        * src/classes/xdoc.C 1.121:
                   3559:        * src/include/pa_array.h 1.61:
                   3560:        * src/include/pa_cache_managers.h 1.13:
                   3561:        * src/include/pa_pool.h 1.89:
                   3562:        * src/include/pa_request.h 1.171:
                   3563:        * src/include/pa_string.h 1.152:
                   3564:        * src/include/pa_stylesheet_connection.h 1.36:
                   3565:        * src/include/pa_table.h 1.55:
                   3566:        * src/main/compile_tools.h 1.70:
                   3567:        * src/main/pa_charset.C 1.42:
                   3568:        * src/main/pa_charset.C 1.43:
                   3569:        * src/main/pa_common.C 1.167:
                   3570:        * src/main/pa_dictionary.C 1.21:
                   3571:        * src/main/pa_dir.C 1.18:
                   3572:        * src/main/pa_request.C 1.259:
                   3573:        * src/main/pa_sql_driver_manager.C 1.75:
                   3574:        * src/main/pa_string.C 1.189:
                   3575:        * src/main/pa_string.C 1.190:
                   3576:        * src/main/pa_table.C 1.59:
                   3577:        * src/main/untaint.C 1.124:
                   3578:        * src/types/pa_value.C 1.14:
                   3579:        * src/types/pa_vcookie.C 1.60:
                   3580:        * src/types/pa_vdate.h 1.30:
                   3581:        * src/types/pa_vhash.h 1.48:
                   3582:        * src/types/pa_vhashfile.C 1.38:
                   3583:        * src/types/pa_vimage.h 1.38:
                   3584:        * src/types/pa_vmail.C 1.55:
                   3585:        * src/types/pa_vmethod_frame.C 1.4:
                   3586:        * src/types/pa_vmethod_frame.h 1.48:
                   3587:        * src/types/pa_vxnode.C 1.35:
                   3588:        * src/types/pa_wcontext.h 1.44:
                   3589:                more warnings --
                   3590: 
                   3591: 2003-11-19  paf
                   3592:        * operators.txt 1.141:
                   3593:        * src/classes/op.C 1.136:
                   3594:        * src/include/pa_request.h 1.170:
                   3595:        * src/main/pa_request.C 1.254:
                   3596:                cache[...]{body}{catch block with $exception.handled[cache] 
                   3597:                meaning "get expired cache, if any. else error"}
                   3598: 
                   3599:        * src/classes/op.C 1.135:
                   3600:        * src/include/pa_os.h 1.2:
                   3601:        * src/include/pa_request.h 1.169:
                   3602:        * src/main/pa_common.C 1.165:
                   3603:                cache: ^cache[] fallback
                   3604:                todo: kinda ^try:  ^cache[...]{body}{catch code with $exception.cache field}
                   3605: 
                   3606:        * src/classes/op.C 1.137:
                   3607:                more ansi C++ comp
                   3608: 
                   3609: 2003-11-12  paf
                   3610:        * src/classes/xnode.C 1.61:
                   3611:                replaceChild: 2nd param now named oldChild [copy/paste bug]
                   3612: 
                   3613: 2003-11-11  paf
                   3614:        * src/types/pa_value.h [release_3_0_8] 1.109.6.1:
                   3615:        * src/types/pa_vfile.h [release_3_0_8] 1.52.6.1:
                   3616:                more C++ compatible [HP C++ failed]
                   3617: 
                   3618:        * operators.txt 1.139:
                   3619:        * operators.txt 1.140:
                   3620:                *** empty log message ***
                   3621: 
                   3622:        * bin/auto.p.dist.in 1.10:
                   3623:                colno
                   3624: 
                   3625: 2003-11-10  paf
                   3626:        * src/types/pa_vhashfile.C 1.35:
                   3627:        * src/types/pa_vhashfile.h 1.25:
                   3628:                add: hashfile old serialize version and exipire now removes entries
                   3629: 
                   3630:        * operators.txt 1.135:
                   3631:                comment: updated
                   3632: 
                   3633:        * operators.txt 1.138:
                   3634:        * src/main/pa_request.C 1.253:
                   3635:        * src/types/Makefile.am 1.34:
                   3636:        * src/types/pa_vconsole.h 1.1:
                   3637:        * src/types/types.vcproj 1.4:
                   3638:                $console:line read/write  [for nntp]
                   3639: 
                   3640:        * operators.txt 1.134:
                   3641:        * src/classes/hashfile.C 1.30:
                   3642:        * src/include/pa_common.h 1.96:
                   3643:        * src/main/pa_common.C 1.164:
                   3644:        * src/types/pa_vhashfile.C 1.34:
                   3645:        * src/types/pa_vhashfile.h 1.24:
                   3646:                ^hashfile.delete[] removes files altogether [and dir, if could]
                   3647: 
                   3648:        * src/types/pa_vconsole.h 1.2:
                   3649:                flush
                   3650: 
                   3651:        * src/types/Makefile.in 1.53:
                   3652:                *** empty log message ***
                   3653: 
                   3654:        * src/lib/sdbm/sdbm.c 1.3:
                   3655:                bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
                   3656:                coded that that was error. fixed
                   3657: 
                   3658:        * src/types/pa_vhashfile.C 1.33:
                   3659:                sdbm: exception type change to file.access [regretfull can't
                   3660:                split it to different exceptions without modifying sdbm source
                   3661:                wich would prefer not to]
                   3662: 
                   3663:        * operators.txt 1.136:
                   3664:                mysql: transaction support: ?autocommit=0
                   3665: 
                   3666: 2003-11-07  paf
                   3667:        * src/classes/date.C 1.52:
                   3668:        * src/classes/file.C 1.113:
                   3669:        * src/classes/hash.C 1.60:
                   3670:        * src/classes/hashfile.C 1.29:
                   3671:        * src/classes/image.C 1.97:
                   3672:        * src/classes/table.C 1.190:
                   3673:        * src/classes/xdoc.C 1.117:
                   3674:        * src/include/Makefile.am 1.6:
                   3675:        * src/include/pa_array.h 1.60:
                   3676:        * src/include/pa_pool.h 1.88:
                   3677:        * src/include/pa_request.h 1.168:
                   3678:        * src/main/Makefile.am 1.41:
                   3679:        * src/main/execute.C 1.300:
                   3680:        * src/main/main.vcproj 1.5:
                   3681:        * src/main/pa_pool.C 1.61:
                   3682:        * src/main/pa_request.C 1.252:
                   3683:        * src/targets/cgi/parser3.C 1.221:
                   3684:        * src/types/pa_vclass.C 1.18:
                   3685:        * src/types/pa_vclass.h 1.41:
                   3686:        * src/types/pa_vhashfile.h 1.23:
                   3687:        * src/types/pa_vobject.h 1.40:
                   3688:        * src/types/pa_vstateless_class.h 1.45:
                   3689:                resurrected: pool idea. now only for destructing objects at
                   3690:                request processing end
                   3691: 
                   3692:        * src/include/Makefile.in 1.14:
                   3693:        * src/main/Makefile.in 1.54:
                   3694:                *** empty log message ***
                   3695: 
                   3696: 2003-11-06  paf
                   3697:        * src/classes/xdoc.C 1.116:
                   3698:        * src/classes/xnode.C 1.60:
                   3699:        * src/include/pa_charset.h 1.26:
                   3700:        * src/include/pa_globals.h 1.106:
                   3701:        * src/include/pa_stylesheet_connection.h 1.34:
                   3702:        * src/main/pa_exception.C 1.45:
                   3703:        * src/types/pa_vxnode.h 1.25:
                   3704:                XmlException changes
                   3705: 
                   3706:        * src/types/pa_vhashfile.C 1.30:
                   3707:                hashfile: foreach body can bodify $self
                   3708: 
                   3709:        * operators.txt 1.133:
                   3710:        * src/types/pa_vhashfile.C 1.32:
                   3711:                hashfile: clear & expiration [time in value. todo: move time to
                   3712:                key]
                   3713: 
                   3714:        * src/include/pa_memory.h 1.7:
                   3715:        * src/targets/cgi/parser3.C 1.220:
                   3716:        * src/types/pa_value.C 1.12:
                   3717:        * src/types/pa_value.h 1.114:
                   3718:        * src/types/pa_vcookie.C 1.58:
                   3719:        * src/types/pa_vhashfile.C 1.23:
                   3720:        * src/types/pa_vhashfile.h 1.18:
                   3721:        * www/htdocs/.htaccess 1.22:
                   3722:                hashfile implemented get/put [raw]
                   3723: 
                   3724:        * operators.txt 1.130:
                   3725:        * src/classes/hashfile.C 1.26:
                   3726:        * src/types/pa_vhashfile.C 1.25:
                   3727:        * src/types/pa_vhashfile.h 1.20:
                   3728:                hashfile: hash
                   3729: 
                   3730:        * src/lib/sdbm/Makefile.am 1.2:
                   3731:        * src/lib/sdbm/apr_file_io.C 1.1:
                   3732:        * src/lib/sdbm/apr_strings.C 1.1:
                   3733:                move to upper dir, .am updated
                   3734: 
                   3735:        * configure 1.69:
                   3736:        * configure.in 1.65:
                   3737:        * operators.txt 1.128:
                   3738:        * parser3.sln 1.6:
                   3739:        * src/classes/classes.vcproj 1.3:
                   3740:        * src/classes/hashfile.C 1.24:
                   3741:        * src/classes/xdoc.C 1.115:
                   3742:        * src/include/pa_config_fixed.h 1.61:
                   3743:        * src/include/pa_exception.h 1.40:
                   3744:        * src/include/pa_globals.h 1.105:
                   3745:        * src/include/pa_memory.h 1.6:
                   3746:        * src/include/pa_version.h 1.11:
                   3747:        * src/lib/ltdl/libltdl.vcproj 1.2:
                   3748:        * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
                   3749:        * src/lib/ltdl/ltdl.vcproj 1.1:
                   3750:        * src/lib/ltdl/ltdl.vcproj.vspscc 1.1:
                   3751:        * src/lib/sdbm/apr-include/apr.h 1.4:
                   3752:        * src/lib/sdbm/apr-include/apr_errno.h 1.4:
                   3753:        * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
                   3754:        * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
                   3755:        * src/lib/sdbm/apr-include/apr_pools.h 1.4:
                   3756:        * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
                   3757:        * src/lib/sdbm/apr-include/apr_strings.h 1.3:
                   3758:        * src/lib/sdbm/apr-include/apu.h 1.3:
                   3759:        * src/main/compile.tab.C 1.92:
                   3760:        * src/main/main.vcproj 1.3:
                   3761:        * src/main/pa_charset.C 1.39:
                   3762:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.3:
                   3763:        * src/targets/apache13/mod_parser3.c 1.8:
                   3764:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.3:
                   3765:        * src/targets/cgi/parser3.vcproj 1.4:
                   3766:        * src/types/Makefile.am 1.30:
                   3767:        * src/types/pa_vhash.C 1.4:
                   3768:        * src/types/pa_vhashfile.C 1.22:
                   3769:        * src/types/pa_vhashfile.h 1.17:
                   3770:        * src/types/pa_vxnode.h 1.24:
                   3771:        * src/types/types.vcproj 1.3:
                   3772:        * www/htdocs/.htaccess 1.21:
                   3773:                hashfile: started again with sdbm from apache
                   3774: 
                   3775:        * operators.txt 1.131:
                   3776:        * src/classes/hash.C 1.58:
                   3777:        * src/classes/hash.C 1.59:
                   3778:        * src/classes/hashfile.C 1.27:
                   3779:        * src/classes/hashfile.C 1.28:
                   3780:        * src/types/pa_vhashfile.C 1.26:
                   3781:        * src/types/pa_vhashfile.h 1.21:
                   3782:                hashfile: foreach
                   3783: 
                   3784:        * operators.txt 1.132:
                   3785:        * src/types/pa_vhashfile.C 1.27:
                   3786:        * src/types/pa_vhashfile.h 1.22:
                   3787:                hashfile: clear and proper locking
                   3788: 
                   3789:        * src/include/Makefile.in 1.13:
                   3790:        * src/include/pa_config_includes.h 1.26:
                   3791:        * src/include/pa_version.h 1.12:
                   3792:                our replacements of max& co only for cpp
                   3793: 
                   3794:        * parser3.sln 1.7:
                   3795:        * src/targets/apache13/p3runConfigure.in 1.14:
                   3796:        * src/targets/cgi/Makefile.am 1.49:
                   3797:                .vcproj & .am updated to include sdbm
                   3798: 
                   3799:        * operators.txt 1.129:
                   3800:        * src/classes/hashfile.C 1.25:
                   3801:        * src/types/pa_vhashfile.C 1.24:
                   3802:        * src/types/pa_vhashfile.h 1.19:
                   3803:        * tests/todo.txt 1.4:
                   3804:                hashfile: delete
                   3805: 
                   3806:        * configure.in 1.66:
                   3807:        * configure.in 1.67:
                   3808:        * src/classes/Makefile.am 1.46:
                   3809:        * src/classes/Makefile.in 1.58:
                   3810:        * src/include/Makefile.am 1.5:
                   3811:        * src/lib/Makefile.am 1.6:
                   3812:        * src/lib/Makefile.in 1.11:
                   3813:        * src/lib/sdbm/Makefile.am 1.3:
                   3814:        * src/lib/sdbm/Makefile.in 1.1:
                   3815:        * src/lib/sdbm/apr-include/Makefile.am 1.1:
                   3816:        * src/lib/sdbm/apr-include/Makefile.in 1.1:
                   3817:        * src/lib/sdbm/sdbm.vcproj 1.3:
                   3818:        * src/main/Makefile.am 1.39:
                   3819:        * src/main/Makefile.am 1.40:
                   3820:        * src/main/Makefile.in 1.53:
                   3821:        * src/targets/cgi/.cvsignore 1.3:
                   3822:        * src/targets/cgi/Makefile.in 1.65:
                   3823:        * src/types/Makefile.am 1.32:
                   3824:        * src/types/Makefile.am 1.33:
                   3825:        * src/types/Makefile.in 1.52:
                   3826:                *** empty log message ***
                   3827: 
                   3828:        * src/include/pa_common.h 1.95:
                   3829:        * src/include/pa_exception.h 1.41:
                   3830:        * src/include/pa_os.h 1.1:
                   3831:        * src/include/pa_xml_exception.h 1.1:
                   3832:        * src/lib/sdbm/sdbm.vcproj 1.1:
                   3833:        * src/main/main.vcproj 1.4:
                   3834:        * src/main/pa_common.C 1.162:
                   3835:        * src/main/pa_os.C 1.1:
                   3836:        * src/main/pa_xml_exception.C 1.1:
                   3837:                locking move to pa_os [along with pa_sleep]
                   3838:                apr-impl locking done
                   3839: 
                   3840:        * src/types/pa_vhashfile.C 1.29:
                   3841:                hashfile: clear now works [were trying to do that in foreach, 
                   3842:                no errors, but surely wrong]
                   3843: 
                   3844:        * src/lib/sdbm/apr-include/apr_pools.h 1.5:
                   3845:        * src/lib/sdbm/sdbm.c 1.2:
                   3846:        * src/lib/sdbm/sdbm.vcproj 1.2:
                   3847:                just compiled
                   3848: 
                   3849:        * tests/todo.txt 1.5:
                   3850:                hashfile: done
                   3851: 
                   3852:        * src/classes/op.C 1.134:
                   3853:        * src/main/pa_os.C 1.2:
                   3854:                just linked
                   3855: 
                   3856:        * src/classes/Makefile.am 1.45:
                   3857:        * src/types/Makefile.am 1.31:
                   3858:                .am sdbm INCLUDES updates
                   3859: 
                   3860: 2003-11-05  paf
                   3861:        * src/lib/sdbm/apr-include/apr.h 1.2:
                   3862:        * src/lib/sdbm/apr-include/apr_errno.h 1.2:
                   3863:        * src/lib/sdbm/apr-include/apr_file_io.h 1.2:
                   3864:        * src/lib/sdbm/apr-include/apr_pools.h 1.2:
                   3865:        * src/lib/sdbm/apr-include/apr_strings.h 1.1:
                   3866:        * src/lib/sdbm/apr-include/apu.h 1.1:
                   3867:                started porting: grabbed some parts of apr headers
                   3868: 
                   3869:        * src/lib/sdbm/Makefile.am 1.1:
                   3870:        * src/lib/sdbm/sdbm.c 1.1:
                   3871:        * src/lib/sdbm/sdbm_hash.c 1.1:
                   3872:        * src/lib/sdbm/sdbm_lock.c 1.1:
                   3873:        * src/lib/sdbm/sdbm_pair.c 1.1:
                   3874:        * src/lib/sdbm/sdbm_pair.h 1.1:
                   3875:        * src/lib/sdbm/sdbm_private.h 1.1:
                   3876:        * src/lib/sdbm/sdbm_tune.h 1.1:
                   3877:                original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   3878: 
                   3879:        * src/lib/sdbm/apr-include/apr.h 1.1:
                   3880:        * src/lib/sdbm/apr-include/apr.h 1.3:
                   3881:        * src/lib/sdbm/apr-include/apr_errno.h 1.1:
                   3882:        * src/lib/sdbm/apr-include/apr_errno.h 1.3:
                   3883:        * src/lib/sdbm/apr-include/apr_file_io.h 1.1:
                   3884:        * src/lib/sdbm/apr-include/apr_file_io.h 1.3:
                   3885:        * src/lib/sdbm/apr-include/apr_pools.h 1.1:
                   3886:        * src/lib/sdbm/apr-include/apr_pools.h 1.3:
                   3887:        * src/lib/sdbm/apr-include/apr_sdbm.h 1.1:
                   3888:        * src/lib/sdbm/apr-include/apr_sdbm.h 1.2:
                   3889:        * src/lib/sdbm/apr-include/apr_strings.h 1.2:
                   3890:        * src/lib/sdbm/apr-include/apu.h 1.2:
                   3891:                *** empty log message ***
                   3892: 
                   3893:        * src/classes/classes.vcproj [release_3_1_1] 1.2.6.1:
                   3894:        * src/include/pa_config_fixed.h [release_3_1_1] 1.58.6.1:
                   3895:        * src/main/main.vcproj [release_3_1_1] 1.2.6.1:
                   3896:        * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_1_1] 1.2.6.1:
                   3897:        * src/targets/apache13/mod_parser3.c [release_3_1_1] 1.7.2.1:
                   3898:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_1_1] 1.2.6.1:
                   3899:        * src/targets/cgi/parser3.vcproj [release_3_1_1] 1.3.2.1:
                   3900:                not has to be in \parser3project dir anymore
                   3901: 
                   3902:        * src/main/helpers/CaseFolding.txt 1.1:
                   3903:                http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   3904: 
                   3905:        * src/main/pa_charset.C [release_3_1_1] 1.38.2.1:
                   3906:                bugfix: had broken binary search [copied thoughtlessly from
                   3907:                xalan]
                   3908: 
                   3909: 2003-11-04  paf
                   3910:        * operators.txt 1.124:
                   3911:        * src/classes/table.C 1.187:
                   3912:        * tests/todo.txt 1.2:
                   3913:                ^table::load
                   3914:                        !$.separator[^#09]
                   3915:                        !$.encloser["] <nothing> by default
                   3916: 
                   3917:        * operators.txt 1.125:
                   3918:        * src/classes/table.C 1.188:
                   3919:        * src/main/pa_string.C 1.186:
                   3920:        * tests/todo.txt 1.3:
                   3921:                ^table.save[...
                   3922:                        $.separator[^#09]
                   3923:                        $.encloser["] <nothing> by default
                   3924: 
                   3925:        * operators.txt 1.126:
                   3926:        * src/classes/mail.C 1.91:
                   3927:        * src/types/pa_vmail.C 1.52:
                   3928:        * src/types/pa_vmail.h 1.12:
                   3929:                    !^mail:send[
                   3930:                        $.options[unix: string to append to sendmail command line]
                   3931: 
                   3932:        * src/classes/Makefile.am 1.44:
                   3933:        * src/classes/Makefile.in 1.57:
                   3934:                classes.C to rebuild last
                   3935: 
                   3936:        * src/classes/mail.C 1.92:
                   3937:        * src/classes/table.C 1.189:
                   3938:                compiled on unix
                   3939: 
                   3940:        * operators.txt 1.127:
                   3941:                comment: ^mail:send[$.options[
                   3942: 
                   3943: 2003-11-03  paf
                   3944:        * src/targets/cgi/parser3.C 1.219:
                   3945:                beauty: SIGUSRX removed qs= printing [already included into uri
                   3946:                xxx]
                   3947: 
                   3948:        * operators.txt 1.120:
                   3949:        * src/classes/date.C 1.49:
                   3950:                    !^date::unix-timestamp()
                   3951:                    !^date.unix-timestamp[]
                   3952: 
                   3953:        * operators.txt 1.121:
                   3954:        * src/classes/image.C 1.95:
                   3955:        * tests/todo.txt 1.1:
                   3956:        * www/htdocs/auto.p 1.21:
                   3957:                ^image.gif[filename] for $response:download
                   3958: 
                   3959:        * operators.txt 1.123:
                   3960:        * src/classes/table.C 1.186:
                   3961:        * src/main/pa_common.C 1.161:
                   3962:                ^table::load[; options:
                   3963:                        !$.column-separator[^#09]
                   3964:                        !$.column-encloser["]
                   3965: 
                   3966:        * operators.txt 1.122:
                   3967:        * src/include/pa_config_fixed.h 1.60:
                   3968:        * src/types/pa_vrequest.C 1.30:
                   3969:                $request:document-root
                   3970: 
                   3971:        * src/classes/date.C 1.50:
                   3972:                minor precaution
                   3973: 
                   3974: 2003-10-31  paf
                   3975:        * src/include/pa_config_fixed.h 1.59:
                   3976:        * src/include/pa_version.h [release_3_1_1] 1.10.2.1:
                   3977:                *** empty log message ***
                   3978: 
1.27      paf      3979: 2003-10-30  paf
                   3980:        * src/classes/date.C 1.47:
                   3981:        * src/classes/image.C 1.94:
                   3982:                improvement diagnostics: $now[^date::create[$undefined]] now is error
                   3983: 
                   3984:        * src/targets/apache13core/Makefile.am 1.4:
                   3985:        * src/targets/apache13core/Makefile.in 1.4:
                   3986:                gc include dir added, thanks to Victor Fedoseev for finding
                   3987: 
                   3988:        * src/main/pa_common.C 1.160:
                   3989:                read errors would now be reported 'actually read -1 bytes'
                   3990: 
                   3991:        * operators.txt 1.119:
                   3992:        * src/classes/date.C 1.48:
                   3993:        * src/types/pa_vdate.h 1.27:
                   3994:                merged from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   3995: 
1.26      paf      3996: 2003-10-24  paf
                   3997:        * Makefile.am 1.36:
                   3998:        * src/classes/Makefile.am 1.43:
                   3999:        * src/lib/cord/Makefile.am 1.3:
                   4000:        * src/lib/md5/Makefile.am 1.3:
                   4001:        * src/lib/pcre/Makefile.am 1.2:
                   4002:        * src/main/Makefile.am 1.37:
                   4003:        * src/targets/apache13/Makefile.am 1.18:
                   4004:        * src/targets/apache13core/Makefile.am 1.3:
                   4005:        * src/targets/cgi/Makefile.am 1.48:
                   4006:        * src/targets/isapi/Makefile.am 1.3:
                   4007:                .dsp/w -> .vcproj/sln
                   4008: 
                   4009:        * Makefile.in 1.50:
                   4010:        * src/classes/Makefile.in 1.56:
                   4011:        * src/include/pa_version.h 1.10:
                   4012:        * src/lib/cord/Makefile.in 1.3:
                   4013:        * src/lib/md5/Makefile.in 1.8:
                   4014:        * src/lib/pcre/Makefile.in 1.10:
                   4015:        * src/main/Makefile.am 1.38:
                   4016:        * src/main/Makefile.in 1.52:
                   4017:        * src/targets/apache13/Makefile.in 1.48:
                   4018:        * src/targets/apache13core/Makefile.in 1.3:
                   4019:        * src/targets/cgi/Makefile.in 1.64:
                   4020:        * src/targets/isapi/Makefile.in 1.13:
                   4021:                *** empty log message ***
                   4022: 
                   4023: 2003-10-22  paf
                   4024:        * src/include/pa_request.h 1.167:
                   4025:                fixed: $h[^hash::create[]] $$h[1]
                   4026: 
                   4027: 2003-10-21  paf
                   4028:        * src/classes/op.C 1.133:
                   4029:        * src/include/pa_request.h 1.166:
                   4030:                fixed: false 'endless recoursion' message with intensive throw-catches
                   4031:                fixed: incorrect name and line (one name upper then needed) in error message about problems inside try block
                   4032: 
                   4033:        * operators.txt 1.118:
                   4034:        * src/include/pa_string.h 1.151:
                   4035:        * src/main/pa_string.C 1.185:
                   4036:                fixed: string.match[g] without <'> option produced columns with
                   4037:                NULL's, which gpf'ed at table.save time
                   4038: 
                   4039: 2003-10-10  paf
                   4040:        * src/include/pa_string.h 1.150:
                   4041:        * src/main/compile.tab.C 1.91:
                   4042:        * www/htdocs/.htaccess 1.20:
                   4043:                CORD_chr does not check offset argument for validity
                   4044:                did that in String::Body::pos myself
                   4045:                http://i2/tasks/edit/?id=4577425257580789777
                   4046: 
                   4047: 2003-10-07  paf
                   4048:        * src/main/compile.tab.C 1.90:
                   4049:        * src/main/compile.y 1.207:
                   4050:                ^if ( better error:
                   4051:                .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   4052: 
                   4053: 2003-10-03  paf
                   4054:        * parser3.sln 1.5:
                   4055:        * src/include/pa_dictionary.h 1.15:
                   4056:        * src/main/pa_dictionary.C 1.19:
                   4057:        * src/main/pa_string.C 1.184:
                   4058:        * src/targets/cgi/parser3.vcproj 1.3:
                   4059:        * www/htdocs/.htaccess 1.19:
                   4060:                dictionary optimized by precalculating cstr&length
                   4061: 
                   4062: 2003-10-02  paf
                   4063:        * src/classes/op.C 1.132:
                   4064:        * src/include/pa_request.h 1.165:
                   4065:        * src/include/pa_stack.h 1.20:
                   4066:        * src/main/execute.C 1.299:
                   4067:        * src/main/pa_request.C 1.251:
                   4068:        * src/main/pa_sql_driver_manager.C 1.73:
                   4069:        * src/main/pa_stylesheet_manager.C 1.19:
                   4070:        * www/htdocs/.htaccess 1.18:
                   4071:                bugfix: ^throw context were saved/restored incompletely
                   4072:                http://www.parser.ru/forum/?id=21484
                   4073: 
                   4074: 2003-09-30  paf
                   4075:        * src/targets/apache13/mod_parser3.c 1.7:
                   4076:        * src/targets/apache13/pa_httpd.h 1.4:
                   4077:        * src/targets/apache13core/mod_parser3.C 1.5:
                   4078:                content-type now changes
                   4079: 
                   4080:        * src/main/pa_string.C 1.183:
                   4081:                string::replace bug fix [were ignoring occurrances after lang-mismatched
                   4082: 
                   4083: 2003-09-29  paf
                   4084:        * src/include/pa_charset.h 1.25:
                   4085:        * src/main/helpers/simple_folding.pl 1.1:
                   4086:        * src/main/pa_charset.C 1.38:
                   4087:        * src/main/pa_string.C 1.181:
                   4088:        * www/htdocs/auto.p 1.20:
                   4089:                utf-8 upper/lower
                   4090: 
                   4091:        * src/classes/string.C 1.127:
                   4092:                bugfix: s.right(>s.length) returned nothing
                   4093: 
                   4094:        * www/htdocs/base.p 1.7:
                   4095:        * www/htdocs/derived.p 1.25:
                   4096:        * www/htdocs/font.gif 1.2:
                   4097:        * www/htdocs/global.xsl 1.9:
                   4098:        * www/htdocs/index.html 1.213:
                   4099:        * www/htdocs/mailreceive.eml 1.4:
                   4100:        * www/htdocs/mailreceive.html 1.2:
                   4101:        * www/htdocs/operators.p 1.12:
                   4102:        * www/htdocs/parser-status.html 1.3:
                   4103:        * www/htdocs/people.dtd 1.2:
                   4104:        * www/htdocs/some.p 1.3:
                   4105:                removing old tests
                   4106: 
                   4107:        * src/main/pa_common.C 1.159:
                   4108:                bugfix: utf signature were not ignored due to typo error
                   4109:                http://i2/tasks/edit/?id=4573354650786434584
                   4110: 
                   4111:        * src/classes/table.C 1.184:
                   4112:                bugfix: flip: must produce nameless
                   4113:                http://i2/tasks/edit/?id=4573405524674081244
                   4114: 
                   4115:        * src/main/utf8-to-lower.inc 1.1:
                   4116:        * src/main/utf8-to-upper.inc 1.1:
                   4117:                generated by helper
                   4118: 
                   4119:        * src/main/pa_string.C 1.182:
                   4120:                string::serialize bug fix with zero-terminator
                   4121: 
                   4122:        * src/classes/table.C 1.185:
                   4123:                ^nameless_table.save column row now has no \t at the end
                   4124: 
                   4125:        * src/classes/form.C 1.36:
                   4126:                better error message: MAX_POST_SIZE_NAME to error message
                   4127: 
                   4128:        * src/include/pa_request.h 1.164:
                   4129:        * src/main/execute.C 1.298:
                   4130:        * src/main/pa_request.C 1.250:
                   4131:                @postprocess  now takes $response:body/download
                   4132: 
                   4133: 2003-09-26  paf
                   4134:        * src/include/pa_string.h 1.149:
                   4135:        * src/main/pa_common.C 1.157:
                   4136:        * src/main/pa_string.C 1.180:
                   4137:        * www/htdocs/.htaccess 1.17:
                   4138:                String.for_each bug fixed [omited one-char cases]
                   4139: 
                   4140:        * src/main/untaint.C 1.121:
                   4141:                removed needless const
                   4142: 
                   4143:        * src/main/untaint.C 1.122:
                   4144:                removed needless field
                   4145: 
                   4146:        * src/classes/op.C 1.131:
                   4147:        * src/include/pa_string.h 1.148:
                   4148:        * src/main/pa_string.C 1.178:
                   4149:        * www/htdocs/.htaccess 1.15:
                   4150:                string::serialize/deserialize implemented
                   4151:                Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything]
                   4152: 
                   4153:        * src/include/pa_stack.h 1.19:
                   4154:                bugfix: before collecting garbage, runtime-executor stack were
                   4155:                cleared... BADLY
                   4156: 
                   4157:        * src/main/pa_string.C 1.179:
                   4158:        * www/htdocs/.htaccess 1.16:
                   4159:        * www/htdocs/auto.p 1.19:
                   4160:                ^stirng.replace code used old param-convention on langs.append, fixed that
                   4161:                search fo the like, found none
                   4162: 
                   4163: 2003-09-25  paf
                   4164:        * src/main/compile.tab.C [string_fragments_to_cord] 1.88.2.1:
                   4165:        * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.7:
                   4166:                string: debug: .v() functions aligned to that of eeparser3 look
                   4167: 
                   4168:        * src/include/pa_string.h 1.147:
                   4169:        * src/include/pa_version.h 1.9:
                   4170:        * src/main/pa_string.C 1.177:
                   4171:        * src/main/untaint.C 1.120:
                   4172:                templates and anonymous unions differences on unix
                   4173: 
                   4174:        * parser3.sln 1.4:
                   4175:        * src/classes/file.C 1.112:
                   4176:        * src/classes/image.C 1.93:
                   4177:        * src/classes/mail.C 1.90:
                   4178:        * src/classes/op.C 1.130:
                   4179:        * src/classes/table.C 1.183:
                   4180:        * src/classes/xdoc.C 1.114:
                   4181:        * src/classes/xnode.C 1.59:
                   4182:        * src/include/pa_cache_managers.h 1.11:
                   4183:        * src/include/pa_charset.h 1.24:
                   4184:        * src/include/pa_charsets.h 1.10:
                   4185:        * src/include/pa_common.h 1.94:
                   4186:        * src/include/pa_request.h 1.163:
                   4187:        * src/include/pa_sql_driver_manager.h 1.28:
                   4188:        * src/include/pa_string.h 1.146:
                   4189:        * src/include/pa_stylesheet_manager.h 1.17:
                   4190:        * src/include/pa_table.h 1.53:
                   4191:        * src/lib/cord/cordbscs.c 1.3:
                   4192:        * src/lib/cord/cordprnt.c 1.3:
                   4193:        * src/lib/cord/cordxtra.c 1.4:
                   4194:        * src/lib/cord/include/cord.h 1.3:
                   4195:        * src/main/compile.tab.C 1.89:
                   4196:        * src/main/compile_tools.h 1.69:
                   4197:        * src/main/pa_charset.C 1.37:
                   4198:        * src/main/pa_charsets.C 1.13:
                   4199:        * src/main/pa_common.C 1.156:
                   4200:        * src/main/pa_exec.C 1.52:
                   4201:        * src/main/pa_request.C 1.249:
                   4202:        * src/main/pa_sql_driver_manager.C 1.72:
                   4203:        * src/main/pa_string.C 1.176:
                   4204:        * src/main/pa_stylesheet_manager.C 1.18:
                   4205:        * src/main/untaint.C 1.119:
                   4206:        * src/types/pa_value.h 1.113:
                   4207:        * src/types/pa_vimage.C 1.24:
                   4208:        * src/types/pa_vmail.C 1.51:
                   4209:        * src/types/pa_vmath.C 1.3:
                   4210:        * src/types/pa_vstateless_class.h 1.44:
                   4211:        * src/types/pa_vstatus.C 1.18:
                   4212:        * src/types/pa_vxnode.C 1.33:
                   4213:        * www/htdocs/.htaccess 1.14:
                   4214:                string_fragments_to_cord merged to HEAD
                   4215: 
                   4216:        * src/lib/cord/cordprnt.c [string_fragments_to_cord] 1.2.4.1:
                   4217:                removed warnings
                   4218: 
                   4219: 2003-09-24  paf
                   4220:        * src/classes/file.C [string_fragments_to_cord] 1.111.4.1:
                   4221:        * src/classes/image.C [string_fragments_to_cord] 1.92.2.1:
                   4222:        * src/classes/mail.C [string_fragments_to_cord] 1.89.4.1:
                   4223:        * src/classes/op.C [string_fragments_to_cord] 1.129.4.1:
                   4224:        * src/classes/xdoc.C [string_fragments_to_cord] 1.113.2.1:
                   4225:        * src/classes/xnode.C [string_fragments_to_cord] 1.58.2.1:
                   4226:        * src/include/pa_cache_managers.h [string_fragments_to_cord] 1.10.4.1:
                   4227:        * src/include/pa_charset.h [string_fragments_to_cord] 1.23.4.1:
                   4228:        * src/include/pa_charsets.h [string_fragments_to_cord] 1.9.4.1:
                   4229:        * src/include/pa_common.h [string_fragments_to_cord] 1.93.4.1:
                   4230:        * src/include/pa_request.h [string_fragments_to_cord] 1.162.4.1:
                   4231:        * src/include/pa_sql_driver_manager.h [string_fragments_to_cord] 1.27.4.1:
                   4232:        * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.10:
                   4233:        * src/include/pa_stylesheet_manager.h [string_fragments_to_cord] 1.16.4.1:
                   4234:        * src/include/pa_table.h [string_fragments_to_cord] 1.52.4.1:
                   4235:        * src/main/compile_tools.h [string_fragments_to_cord] 1.68.4.1:
                   4236:        * src/main/pa_charset.C [string_fragments_to_cord] 1.36.2.1:
                   4237:        * src/main/pa_charsets.C [string_fragments_to_cord] 1.12.4.1:
                   4238:        * src/main/pa_common.C [string_fragments_to_cord] 1.155.2.1:
                   4239:        * src/main/pa_exec.C [string_fragments_to_cord] 1.51.4.1:
                   4240:        * src/main/pa_request.C [string_fragments_to_cord] 1.248.4.1:
                   4241:        * src/main/pa_sql_driver_manager.C [string_fragments_to_cord] 1.71.4.1:
                   4242:        * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.6:
                   4243:        * src/main/pa_stylesheet_manager.C [string_fragments_to_cord] 1.17.4.1:
                   4244:        * src/main/untaint.C [string_fragments_to_cord] 1.118.2.6:
                   4245:        * src/types/pa_value.h [string_fragments_to_cord] 1.112.2.1:
                   4246:        * src/types/pa_vimage.C [string_fragments_to_cord] 1.23.4.1:
                   4247:        * src/types/pa_vmail.C [string_fragments_to_cord] 1.50.2.1:
                   4248:        * src/types/pa_vmath.C [string_fragments_to_cord] 1.2.4.1:
                   4249:        * src/types/pa_vstateless_class.h [string_fragments_to_cord] 1.43.4.1:
                   4250:        * src/types/pa_vstatus.C [string_fragments_to_cord] 1.17.4.1:
                   4251:        * src/types/pa_vxnode.C [string_fragments_to_cord] 1.32.2.1:
                   4252:                v() functions of String::Body, String::Languages and String itself
                   4253:                StringBody->String::Body
                   4254: 
                   4255:        * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.8:
                   4256:        * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.4:
                   4257:        * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.4:
                   4258:                langs: speed up by joining adjucent blocks of same char [
                   4259:                CORD_append_block]
                   4260: 
                   4261:        * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.9:
                   4262:        * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.5:
                   4263:        * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.5:
                   4264:                CORD_append_block showed no efficiency = never optimized anything.
                   4265:                todo: somehow speed up harder cases: concatenationA+concatenationB when last block of A and first of B contain same letters
                   4266: 
                   4267:        * src/classes/table.C [string_fragments_to_cord] 1.182.4.2:
                   4268:        * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.5:
                   4269:        * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.2:
                   4270:        * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.3:
                   4271:                aval/ works!
                   4272: 
                   4273:        * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.6:
                   4274:        * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.4:
                   4275:                aval is not actually working yet :(
                   4276:                but more working &understood :)
                   4277: 
                   4278:        * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.7:
                   4279:        * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.3:
                   4280:        * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.3:
                   4281:        * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.5:
                   4282:                aval/ works!
                   4283:                todo: save space by extending blocks when appending block with c == lastblock.c
                   4284: 
                   4285: 2003-09-23  paf
                   4286:        * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.2:
                   4287:        * src/main/untaint.C [string_fragments_to_cord] 1.118.2.2:
                   4288:                just compiled
                   4289:                todo: serialize&deserialize
                   4290: 
                   4291:        * src/main/untaint.C [string_fragments_to_cord] 1.118.2.4:
                   4292:                something even more works :)
                   4293: 
                   4294:        * src/classes/table.C [string_fragments_to_cord] 1.182.4.1:
                   4295:        * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.1:
                   4296:        * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.1:
                   4297:        * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.1:
                   4298:        * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.1:
                   4299:        * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.1:
                   4300:        * src/main/untaint.C [string_fragments_to_cord] 1.118.2.1:
                   4301:                main idea implemented, details left
                   4302: 
                   4303:        * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.3:
                   4304:        * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.2:
                   4305:        * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.2:
                   4306:                something already works :)
                   4307: 
                   4308:        * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.4:
                   4309:        * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.2:
                   4310:        * src/main/untaint.C [string_fragments_to_cord] 1.118.2.3:
                   4311:                something more works :)
                   4312: 
                   4313:        * src/main/untaint.C [string_fragments_to_cord] 1.118.2.5:
                   4314:                $a[ok!]
                   4315:                $a works!
                   4316: 
                   4317: 2003-09-22  paf
                   4318:        * src/classes/xdoc.C 1.112:
                   4319:        * src/classes/xnode.C 1.57:
                   4320:                new DOM2 methods from Alexandr Egorov <egr> (all?)
                   4321:                xdoc:
                   4322:                createAttributeNS
                   4323:                createElementNS
                   4324:                xnode:
                   4325:                getAttributeNS
                   4326:                setAttributeNS
                   4327:                removeAttributeNS
                   4328:                getAttributeNodeNS
                   4329:                setAttributeNodeNS
                   4330:                hasAttribute
                   4331:                hasAttributeNS
                   4332: 
                   4333:        * src/classes/memory.C 1.3:
                   4334:        * src/include/pa_memory.h 1.5:
                   4335:                #ifdef GC_DEBUG
                   4336: 
                   4337:        * src/include/pa_memory.h 1.4:
                   4338:        * src/main/pa_globals.C 1.159:
                   4339:                when xml memory allocator returns 0, just die.
                   4340:                http://i2/tasks/edit/?id=4570798492410259445
                   4341: 
                   4342:        * src/lib/cord/cordxtra.c 1.3:
                   4343:                CORD_pos bugfix [failed to find 8bit chars due to bitwise
                   4344:                operation signed-char error]
                   4345: 
                   4346:        * src/classes/xdoc.C 1.113:
                   4347:        * src/classes/xnode.C 1.58:
                   4348:                copy/paste comment bugfix
                   4349: 
                   4350: 2003-09-19  paf
                   4351:        * src/targets/apache13/mod_parser3.c 1.6:
                   4352:                now compiles on MSVC7
                   4353: 
                   4354:        * operators.txt 1.117:
                   4355:        * src/main/pa_common.C 1.155:
                   4356:                merged
                   4357:                $f[^file::load[binary;http://...]]
                   4358:                $f.tables
                   4359: 
                   4360:        * src/types/pa_wcontext.C 1.26:
                   4361:                output message: more practical suggestion
                   4362: 
                   4363: 2003-09-02  paf
                   4364:        * src/targets/apache13/mod_parser3.c 1.5:
1.39      paf      4365:                ??????? ?????????
1.26      paf      4366: 
                   4367:        * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2:
                   4368:                forgot initializer
                   4369: 
                   4370:        * src/main/pa_common.C [release_3_0_8] 1.153.2.2:
                   4371:                got rid of 'stdout' symbol reference on unix (users reported
                   4372:                problems with some old libc)
                   4373: 
                   4374:        * operators.txt [release_3_0_8] 1.115.2.1:
                   4375:                *** empty log message ***
                   4376: 
                   4377:        * src/main/pa_common.C [release_3_0_8] 1.153.2.3:
                   4378:                printf is buffered, write(1 is not. can't flush stdout without
                   4379:                referencing 'stdout' symbol. to hell with non-ansi libraries
                   4380:                without 'stdout' symbol
                   4381: 
                   4382: 2003-09-01  paf
                   4383:        * src/targets/apache13/Makefile.am [release_3_1_0] 1.16.2.1:
                   4384:        * src/targets/apache13/Makefile.in [release_3_1_0] 1.46.2.1:
                   4385:        * src/targets/apache13/mod_parser3.C [release_3_1_0] 1.29.2.1:
                   4386:        * src/targets/apache13/mod_parser3.c [release_3_1_0] 1.3.2.1:
                   4387:                renamed to .c [lowercase] to correspond to runconfigure.
                   4388:                added files to fix 'make dist'
                   4389: 
                   4390:        * src/targets/apache13/Makefile.am 1.17:
                   4391:        * src/targets/apache13/Makefile.in 1.47:
                   4392:        * src/targets/apache13/mod_parser3.c 1.4:
                   4393:                merged with 3.1.0:
                   4394:                renamed to .c [lowercase] to correspond to runconfigure.
                   4395:                added files to fix 'make dist'
                   4396: 
                   4397:        * src/classes/date.C [release_3_0_8] 1.45.2.1:
                   4398:        * src/include/pa_common.h [release_3_0_8] 1.92.2.1:
                   4399:        * src/main/compile.tab.C [release_3_0_8] 1.83.2.1:
                   4400:        * src/main/pa_common.C [release_3_0_8] 1.153.2.1:
                   4401:        * src/types/pa_vdate.h [release_3_0_8] 1.24.6.1:
                   4402:                $date.TZ
                   4403:                ^date.roll[TZ;new zone]
                   4404: 
                   4405:        * src/classes/image.C 1.92:
                   4406:                memory handling bugs [unpatched 'new' calls]
                   4407: 
                   4408: 2003-08-19  paf
                   4409:        * src/types/pa_vmail.C 1.48:
                   4410:        * src/types/pa_vmail.h 1.11:
                   4411:                parses headers, still problems with body
                   4412: 
                   4413:        * src/types/pa_vmail.C 1.47:
                   4414:                mail_receive just compiled
                   4415: 
                   4416:        * src/types/pa_vmail.C 1.50:
                   4417:                turned  off recoding in gmime (were still recoding headers)
                   4418: 
                   4419:        * src/include/pa_memory.h 1.3:
                   4420:        * src/types/pa_value.h 1.111:
                   4421:                -= few warnings
                   4422: 
                   4423:        * src/targets/apache13/mod_parser3.C 1.31:
                   4424:        * src/targets/apache13/mod_parser3.c 1.2:
                   4425:                .c
                   4426: 
                   4427:        * src/types/pa_vmail.C 1.49:
                   4428:                works as before, same charset problems:
                   4429:                gmime recodes to UTF-8 only headers, not body. so not recoding anything for now
                   4430: 
                   4431:        * src/targets/apache13/mod_parser3.C 1.30:
                   4432:        * src/targets/apache13/pa_httpd.h 1.3:
                   4433:        * src/targets/apache13core/mod_parser3.C 1.3:
                   4434:                apache module compiled on MSVC7
                   4435: 
                   4436:        * src/types/pa_value.C 1.11:
                   4437:        * src/types/pa_value.h 1.112:
                   4438:        * src/types/pa_vdate.h 1.26:
                   4439:        * src/types/pa_vrequest.C 1.29:
                   4440:        * src/types/pa_vstring.h 1.56:
                   4441:        * src/types/pa_vxdoc.C 1.25:
                   4442:        * src/types/pa_vxnode.C 1.32:
                   4443:                bark intefrace obsoleted, simplified a little
                   4444: 
                   4445:        * src/types/pa_vhash.C 1.3:
                   4446:        * src/types/pa_vhash.h 1.47:
                   4447:                _default+foreach bug refix [lost fix from 3.0.8]
                   4448: 
                   4449:        * src/types/pa_vcookie.C 1.57:
                   4450:                in VC7
                   4451:                if(type var=xxx){
                   4452:                }else{
                   4453:                  now visible here
                   4454:                }
                   4455:                
                   4456:                bug fix
                   4457: 
                   4458:        * src/main/compile.tab.C 1.87:
                   4459:                initialized couple of variables about which user reported runtime problems when parser were compiled with VC7, warning level4.
                   4460:                study shows that later in bison they've fixed that. would migrate to latest bison someday
                   4461: 
                   4462: 2003-08-18  paf
                   4463:        * src/classes/classes.vcproj 1.2:
                   4464:        * src/include/pa_config_fixed.h 1.58:
                   4465:        * src/main/main.vcproj 1.2:
                   4466:        * src/types/types.vcproj 1.2:
                   4467:                win32: continued process detaching from \parser3project directory
                   4468: 
                   4469:        * ~sak5c961f3101c36563.tmp 1.1:
                   4470:                Temporary file created by Visual Studio .NET to detect Jalindi
                   4471:                Igloo capabilities.
                   4472: 
                   4473:        * gnu.vcproj 1.1:
                   4474:        * parser3.sln 1.1:
                   4475:        * src/classes/classes.vcproj 1.1:
                   4476:        * src/lib/cord/cord.vcproj 1.1:
                   4477:        * src/lib/ltdl/libltdl.vcproj 1.1:
                   4478:        * src/lib/md5/md5.vcproj 1.1:
                   4479:        * src/lib/pcre/pcre.vcproj 1.1:
                   4480:        * src/lib/pcre/pcre_dftables.vcproj 1.1:
                   4481:        * src/lib/pcre/pcre_parser_ctype.vcproj 1.1:
                   4482:        * src/main/main.vcproj 1.1:
                   4483:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.1:
                   4484:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.1:
                   4485:        * src/targets/cgi/parser3.vcproj 1.1:
                   4486:        * src/targets/isapi/parser3isapi.vcproj 1.1:
                   4487:        * src/types/types.vcproj 1.1:
                   4488:                new VS project files
                   4489: 
                   4490:        * configure 1.68:
                   4491:        * configure.in 1.64:
                   4492:        * src/classes/Makefile.am 1.42:
                   4493:        * src/classes/Makefile.in 1.55:
                   4494:        * src/classes/classes.awk 1.8:
                   4495:        * src/doc/footer.htm 1.3:
                   4496:        * src/include/pa_config_fixed.h 1.57:
                   4497:        * src/include/pa_version.h 1.8:
                   4498:        * src/lib/Makefile.am 1.5:
                   4499:        * src/lib/Makefile.in 1.10:
                   4500:        * src/lib/patches/Makefile.in 1.12:
                   4501:        * src/main/compile.tab.C 1.86:
                   4502:        * src/main/pa_charset.C 1.36:
                   4503:        * src/main/pa_string.C 1.175:
                   4504:        * src/main/untaint.C 1.118:
                   4505:        * src/types/pa_vmail.C 1.46:
                   4506:        * www/htdocs/.htaccess [release_3_1_0] 1.13.2.1:
                   4507:        * www/htdocs/auto.p [release_3_1_0] 1.18.2.1:
                   4508:                merged 3.1.0 latest changes
                   4509: 
                   4510:        * gnu.dsp 1.5:
                   4511:        * gnu.vcproj.vspscc 1.1:
                   4512:        * parser3.dsw 1.9:
                   4513:        * parser3.vssscc 1.1:
                   4514:        * src/classes/classes.dsp 1.31:
                   4515:        * src/classes/classes.vcproj.vspscc 1.1:
                   4516:        * src/lib/cord/cord.dsp 1.3:
                   4517:        * src/lib/cord/cord.vcproj.vspscc 1.1:
                   4518:        * src/lib/ltdl/libltdl.dsp 1.7:
                   4519:        * src/lib/ltdl/libltdl.vcproj.vspscc 1.1:
                   4520:        * src/lib/md5/md5.dsp 1.5:
                   4521:        * src/lib/md5/md5.vcproj.vspscc 1.1:
                   4522:        * src/lib/pcre/pcre.dsp 1.4:
                   4523:        * src/lib/pcre/pcre.vcproj.vspscc 1.1:
                   4524:        * src/lib/pcre/pcre_dftables.dsp 1.2:
                   4525:        * src/lib/pcre/pcre_dftables.vcproj.vspscc 1.1:
                   4526:        * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
                   4527:        * src/lib/pcre/pcre_parser_ctype.vcproj.vspscc 1.1:
                   4528:        * src/main/main.dsp 1.167:
                   4529:        * src/main/main.vcproj.vspscc 1.1:
                   4530:        * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
                   4531:        * src/targets/apache13/ApacheModuleParser3.vcproj.vspscc 1.1:
                   4532:        * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
                   4533:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc 1.1:
                   4534:        * src/targets/cgi/parser3.dsp 1.66:
                   4535:        * src/targets/cgi/parser3.vcproj 1.2:
                   4536:        * src/targets/isapi/parser3isapi.dsp 1.44:
                   4537:        * src/targets/isapi/parser3isapi.vcproj.vspscc 1.1:
                   4538:        * src/types/types.dsp 1.42:
                   4539:        * src/types/types.vcproj.vspscc 1.1:
                   4540:                moved to MSVC 7
                   4541: 
                   4542: 2003-08-15  paf
                   4543:        * src/main/untaint.C [release_3_0_8] 1.116.2.1:
                   4544:                email addresses in forms:
                   4545:                  "non-ascii" <yyy>
                   4546:                  non-ascii <yyy>
                   4547:                now encoded correctly
                   4548: 
                   4549:        * src/main/untaint.C [release_3_1_0] 1.117.2.1:
                   4550:                email addresses in forms:
                   4551:                  "non-ascii" <yyy>
                   4552:                  non-ascii <yyy>
                   4553:                now encoded correctly [kinda merge from 3.0.8]
                   4554: 
                   4555: 2003-07-29  paf
                   4556:        * src/classes/Makefile.am [release_3_1_0] 1.41.2.2:
                   4557:        * src/classes/Makefile.in [release_3_1_0] 1.54.2.2:
                   4558:        * src/classes/classes.awk [release_3_1_0] 1.7.2.1:
                   4559:                classes.awk added to make dist
                   4560: 
                   4561:        * src/types/pa_vmail.C [release_3_1_0] 1.45.2.1:
                   4562:                just started --with-mail-receive
                   4563: 
                   4564: 2003-07-28  paf
                   4565:        * src/classes/Makefile.am [release_3_1_0] 1.41.2.1:
                   4566:        * src/classes/Makefile.in [release_3_1_0] 1.54.2.1:
                   4567:        * src/lib/Makefile.am [release_3_1_0] 1.4.2.1:
                   4568:        * src/lib/Makefile.in [release_3_1_0] 1.9.2.1:
                   4569:                removed circular dependence in src/classes, src/lib/gc now in dist
                   4570: 
                   4571:        * src/main/pa_string.C [release_3_1_0] 1.174.2.1:
                   4572:                ^cache bug fix [were not working at all]
                   4573: 
                   4574: 2003-07-25  paf
                   4575:        * src/doc/footer.htm [release_3_1_0] 1.2.28.1:
                   4576:                year
                   4577: 
1.24      paf      4578: 2003-07-24  paf
                   4579:        * INSTALL 1.33:
                   4580:        * Makefile.am 1.35:
                   4581:        * Makefile.in 1.49:
                   4582:        * acsite.m4 1.2:
                   4583:        * bin/Makefile.in 1.10:
                   4584:        * configure 1.67:
                   4585:        * configure.in 1.63:
                   4586:        * etc/Makefile.in 1.15:
                   4587:        * etc/parser3.charsets/Makefile.in 1.18:
                   4588:        * etc/parser3.charsets/koi8-r.cfg 1.4:
                   4589:        * etc/parser3.charsets/windows-1251.cfg 1.8:
                   4590:        * operators.txt 1.116:
                   4591:        * parser3.dsw 1.8:
                   4592:        * src/Makefile.in 1.56:
                   4593:        * src/classes/Makefile.am 1.41:
                   4594:        * src/classes/Makefile.in 1.54:
                   4595:        * src/classes/classes.C 1.19:
                   4596:        * src/classes/classes.awk 1.7:
                   4597:        * src/classes/classes.dsp 1.29:
                   4598:        * src/classes/classes.h 1.24:
                   4599:        * src/classes/date.C 1.46:
                   4600:        * src/classes/double.C 1.54:
                   4601:        * src/classes/file.C 1.111:
                   4602:        * src/classes/form.C 1.35:
                   4603:        * src/classes/hash.C 1.57:
                   4604:        * src/classes/image.C 1.91:
                   4605:        * src/classes/int.C 1.50:
                   4606:        * src/classes/mail.C 1.89:
                   4607:        * src/classes/math.C 1.34:
                   4608:        * src/classes/memory.C 1.2:
                   4609:        * src/classes/op.C 1.129:
                   4610:        * src/classes/response.C 1.24:
                   4611:        * src/classes/string.C 1.126:
                   4612:        * src/classes/table.C 1.182:
                   4613:        * src/classes/void.C 1.29:
                   4614:        * src/classes/xdoc.C 1.111:
                   4615:        * src/classes/xnode.C 1.56:
                   4616:        * src/classes/xnode.h 1.19:
                   4617:        * src/doc/exception.dox 1.2:
                   4618:        * src/doc/index.dox 1.5:
                   4619:        * src/doc/memory.dox 1.2:
                   4620:        * src/doc/string.dox 1.5:
                   4621:        * src/include/Makefile.am 1.4:
                   4622:        * src/include/Makefile.in 1.12:
                   4623:        * src/include/pa_array.h 1.59:
                   4624:        * src/include/pa_cache_managers.h 1.10:
                   4625:        * src/include/pa_charset.h 1.23:
                   4626:        * src/include/pa_charsets.h 1.9:
                   4627:        * src/include/pa_common.h 1.93:
                   4628:        * src/include/pa_config_auto.h.in 1.38:
                   4629:        * src/include/pa_config_fixed.h 1.56:
                   4630:        * src/include/pa_config_includes.h 1.25:
                   4631:        * src/include/pa_dictionary.h 1.14:
                   4632:        * src/include/pa_dir.h 1.14:
                   4633:        * src/include/pa_exception.h 1.39:
                   4634:        * src/include/pa_exec.h 1.13:
                   4635:        * src/include/pa_globals.h 1.104:
                   4636:        * src/include/pa_hash.h 1.59:
                   4637:        * src/include/pa_memory.h 1.2:
                   4638:        * src/include/pa_opcode.h 1.25:
                   4639:        * src/include/pa_operation.h 1.2:
                   4640:        * src/include/pa_pool.h 1.87:
                   4641:        * src/include/pa_pragma_pack_begin.h 1.7:
                   4642:        * src/include/pa_pragma_pack_end.h 1.7:
                   4643:        * src/include/pa_request.h 1.162:
                   4644:        * src/include/pa_request_charsets.h 1.2:
                   4645:        * src/include/pa_request_info.h 1.2:
                   4646:        * src/include/pa_sapi.h 1.23:
                   4647:        * src/include/pa_socks.h 1.12:
                   4648:        * src/include/pa_sql_connection.h 1.31:
                   4649:        * src/include/pa_sql_driver_manager.h 1.27:
                   4650:        * src/include/pa_stack.h 1.18:
                   4651:        * src/include/pa_string.h 1.145:
                   4652:        * src/include/pa_stylesheet_connection.h 1.33:
                   4653:        * src/include/pa_stylesheet_manager.h 1.16:
                   4654:        * src/include/pa_table.h 1.52:
                   4655:        * src/include/pa_threads.h 1.27:
                   4656:        * src/include/pa_types.h 1.45:
                   4657:        * src/include/pa_uue.h 1.5:
                   4658:        * src/lib/Makefile.am 1.4:
                   4659:        * src/lib/Makefile.in 1.9:
                   4660:        * src/lib/cord/Makefile.am 1.2:
                   4661:        * src/lib/cord/Makefile.in 1.2:
                   4662:        * src/lib/cord/cord.dsp 1.2:
                   4663:        * src/lib/cord/cordbscs.c 1.2:
                   4664:        * src/lib/cord/cordprnt.c 1.2:
                   4665:        * src/lib/cord/cordxtra.c 1.2:
                   4666:        * src/lib/cord/include/Makefile.am 1.2:
                   4667:        * src/lib/cord/include/Makefile.in 1.2:
                   4668:        * src/lib/cord/include/cord.h 1.2:
                   4669:        * src/lib/cord/include/ec.h 1.2:
                   4670:        * src/lib/cord/include/private/Makefile.am 1.2:
                   4671:        * src/lib/cord/include/private/Makefile.in 1.2:
                   4672:        * src/lib/cord/include/private/cord_pos.h 1.2:
                   4673:        * src/lib/cord/source.url 1.2:
                   4674:        * src/lib/gc/Makefile.am 1.2:
                   4675:        * src/lib/gc/Makefile.in 1.2:
1.25      paf      4676:        * src/lib/gc/include/Makefile.am 1.2:
                   4677:        * src/lib/gc/include/Makefile.in 1.2:
                   4678:        * src/lib/gc/include/gc.h 1.2:
1.24      paf      4679:        * src/lib/ltdl/Makefile.in 1.5:
                   4680:        * src/lib/ltdl/libltdl.dsp 1.6:
                   4681:        * src/lib/md5/Makefile.in 1.7:
                   4682:        * src/lib/md5/pa_md5.h 1.8:
                   4683:        * src/lib/md5/pa_md5c.c 1.10:
                   4684:        * src/lib/patches/Makefile.am 1.4:
                   4685:        * src/lib/patches/Makefile.in 1.11:
                   4686:        * src/lib/patches/gc.patch 1.2:
                   4687:        * src/lib/patches/gdome2.patch 1.2:
                   4688:        * src/lib/patches/libxml2.patch 1.2:
                   4689:        * src/lib/patches/libxslt.patch 1.2:
                   4690:        * src/lib/pcre/Makefile.in 1.9:
                   4691:        * src/lib/pcre/pcre.h 1.2:
                   4692:        * src/lib/pcre/pcre_parser_ctype.c 1.4:
                   4693:        * src/main/Makefile.am 1.36:
                   4694:        * src/main/Makefile.in 1.51:
                   4695:        * src/main/compile.C 1.70:
                   4696:        * src/main/compile.tab.C 1.84:
                   4697:        * src/main/compile.tab.C 1.85:
                   4698:        * src/main/compile.y 1.206:
                   4699:        * src/main/compile_tools.C 1.55:
                   4700:        * src/main/compile_tools.h 1.68:
                   4701:        * src/main/execute.C 1.297:
                   4702:        * src/main/main.dsp 1.165:
                   4703:        * src/main/pa_array.C 1.57:
                   4704:        * src/main/pa_cache_managers.C 1.8:
                   4705:        * src/main/pa_charset.C 1.35:
                   4706:        * src/main/pa_charsets.C 1.12:
                   4707:        * src/main/pa_common.C 1.154:
                   4708:        * src/main/pa_dictionary.C 1.18:
                   4709:        * src/main/pa_dir.C 1.15:
                   4710:        * src/main/pa_exception.C 1.44:
                   4711:        * src/main/pa_exec.C 1.51:
                   4712:        * src/main/pa_globals.C 1.157:
                   4713:        * src/main/pa_hash.C 1.54:
                   4714:        * src/main/pa_memory.C 1.2:
                   4715:        * src/main/pa_pool.C 1.60:
                   4716:        * src/main/pa_request.C 1.248:
                   4717:        * src/main/pa_socks.C 1.19:
                   4718:        * src/main/pa_sql_driver_manager.C 1.71:
                   4719:        * src/main/pa_string.C 1.174:
                   4720:        * src/main/pa_stylesheet_manager.C 1.17:
                   4721:        * src/main/pa_table.C 1.56:
                   4722:        * src/main/pa_uue.C 1.5:
                   4723:        * src/main/untaint.C 1.117:
                   4724:        * src/sql/Makefile.in 1.12:
                   4725:        * src/sql/pa_sql_driver.h 1.35:
                   4726:        * src/targets/Makefile.am 1.10:
                   4727:        * src/targets/Makefile.in 1.43:
                   4728:        * src/targets/apache13/ApacheModuleParser3.dsp 1.17:
                   4729:        * src/targets/apache13/Makefile.am 1.16:
                   4730:        * src/targets/apache13/Makefile.in 1.46:
                   4731:        * src/targets/apache13/mod_parser3.C 1.29:
                   4732:        * src/targets/apache13/p3runConfigure.in 1.13:
                   4733:        * src/targets/apache13/pa_httpd.h 1.2:
                   4734:        * src/targets/apache13/pa_md5c.c 1.6:
                   4735:        * src/targets/apache13/pa_pool.C 1.9:
                   4736:        * src/targets/apache13/pa_threads.C 1.12:
                   4737:        * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.2:
                   4738:        * src/targets/apache13core/Makefile.am 1.2:
                   4739:        * src/targets/apache13core/Makefile.in 1.2:
                   4740:        * src/targets/apache13core/mod_parser3.C 1.2:
                   4741:        * src/targets/apache13core/pa_threads.C 1.2:
                   4742:        * src/targets/cgi/Makefile.am 1.47:
                   4743:        * src/targets/cgi/Makefile.in 1.63:
                   4744:        * src/targets/cgi/getopt.c 1.3:
                   4745:        * src/targets/cgi/getopt.h 1.3:
                   4746:        * src/targets/cgi/pa_pool.C 1.42:
                   4747:        * src/targets/cgi/pa_threads.C 1.13:
                   4748:        * src/targets/cgi/parser3.C 1.218:
                   4749:        * src/targets/cgi/parser3.dsp 1.64:
                   4750:        * src/targets/cgi/pool_storage.h 1.14:
                   4751:        * src/targets/cgi/pp3.cmd 1.2:
                   4752:        * src/targets/isapi/Makefile.am 1.2:
                   4753:        * src/targets/isapi/Makefile.in 1.12:
                   4754:        * src/targets/isapi/pa_pool.C 1.17:
                   4755:        * src/targets/isapi/pa_threads.C 1.14:
                   4756:        * src/targets/isapi/parser3isapi.C 1.83:
                   4757:        * src/targets/isapi/parser3isapi.dsp 1.42:
                   4758:        * src/targets/isapi/pool_storage.h 1.20:
                   4759:        * src/types/Makefile.am 1.29:
                   4760:        * src/types/Makefile.in 1.51:
                   4761:        * src/types/pa_junction.h 1.2:
                   4762:        * src/types/pa_method.h 1.2:
                   4763:        * src/types/pa_value.C 1.10:
                   4764:        * src/types/pa_value.h 1.110:
                   4765:        * src/types/pa_vbool.h 1.22:
                   4766:        * src/types/pa_vclass.C 1.17:
                   4767:        * src/types/pa_vclass.h 1.40:
                   4768:        * src/types/pa_vcode_frame.h 1.25:
                   4769:        * src/types/pa_vcookie.C 1.56:
                   4770:        * src/types/pa_vcookie.h 1.24:
                   4771:        * src/types/pa_vdate.h 1.25:
                   4772:        * src/types/pa_vdouble.h 1.43:
                   4773:        * src/types/pa_venv.h 1.29:
                   4774:        * src/types/pa_vfile.C 1.37:
                   4775:        * src/types/pa_vfile.h 1.53:
                   4776:        * src/types/pa_vform.C 1.75:
                   4777:        * src/types/pa_vform.h 1.46:
                   4778:        * src/types/pa_vhash.C 1.2:
                   4779:        * src/types/pa_vhash.h 1.46:
                   4780:        * src/types/pa_vimage.C 1.23:
                   4781:        * src/types/pa_vimage.h 1.35:
                   4782:        * src/types/pa_vint.h 1.39:
                   4783:        * src/types/pa_vjunction.h 1.20:
                   4784:        * src/types/pa_vmail.C 1.45:
                   4785:        * src/types/pa_vmail.h 1.10:
                   4786:        * src/types/pa_vmath.C 1.2:
                   4787:        * src/types/pa_vmath.h 1.15:
                   4788:        * src/types/pa_vmemory.h 1.2:
                   4789:        * src/types/pa_vmethod_frame.C 1.2:
                   4790:        * src/types/pa_vmethod_frame.h 1.46:
                   4791:        * src/types/pa_vobject.C 1.13:
                   4792:        * src/types/pa_vobject.h 1.39:
                   4793:        * src/types/pa_vrequest.C 1.28:
                   4794:        * src/types/pa_vrequest.h 1.26:
                   4795:        * src/types/pa_vresponse.C 1.18:
                   4796:        * src/types/pa_vresponse.h 1.33:
                   4797:        * src/types/pa_vstateless_class.C 1.20:
                   4798:        * src/types/pa_vstateless_class.h 1.43:
                   4799:        * src/types/pa_vstateless_object.h 1.29:
                   4800:        * src/types/pa_vstatus.C 1.17:
                   4801:        * src/types/pa_vstatus.h 1.16:
                   4802:        * src/types/pa_vstring.C 1.23:
                   4803:        * src/types/pa_vstring.h 1.55:
                   4804:        * src/types/pa_vtable.C 1.22:
                   4805:        * src/types/pa_vtable.h 1.49:
                   4806:        * src/types/pa_vvoid.h 1.18:
                   4807:        * src/types/pa_vxdoc.C 1.24:
                   4808:        * src/types/pa_vxdoc.h 1.32:
                   4809:        * src/types/pa_vxnode.C 1.31:
                   4810:        * src/types/pa_vxnode.h 1.23:
                   4811:        * src/types/pa_wcontext.C 1.25:
                   4812:        * src/types/pa_wcontext.h 1.43:
                   4813:        * src/types/pa_wwrapper.h 1.29:
                   4814:        * src/types/types.dsp 1.40:
                   4815:        * www/htdocs/.htaccess 1.13:
                   4816:        * www/htdocs/auto.p 1.18:
                   4817:        * www/htdocs/index.html 1.212:
                   4818:                moved tempate_gc to HEAD
                   4819: 
                   4820:        * parser3.dsw [template_gc] 1.7.6.1.2.4:
                   4821:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.21:
                   4822:        * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.6:
                   4823:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.18:
                   4824:                few paths for libxml debug/release changes
                   4825: 
                   4826:        * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.2:
                   4827:        * src/targets/cgi/parser3.dsp [release_3_0_8] 1.63.2.1:
                   4828:        * src/targets/isapi/parser3isapi.dsp [release_3_0_8] 1.41.16.1:
                   4829:                more step towards \parser3project not having to be in root
                   4830: 
                   4831:        * parser3.dsw [template_gc] 1.7.6.1.2.5:
                   4832:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.22:
                   4833:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.19:
                   4834:                relative paths to xml&gc libs
                   4835: 
                   4836:        * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.4:
                   4837:                PA_ -> pa_
                   4838: 
                   4839:        * src/classes/math.C [template_gc] 1.24.2.12.2.16:
                   4840:        * src/classes/math.C [template_gc] 1.24.2.12.2.17:
                   4841:                uuid bugfix
                   4842: 
                   4843:        * tests/141.html [template_gc] 1.1.2.2:
                   4844:        * tests/Makefile [template_gc] 1.1.2.8.2.10:
                   4845:        * tests/results/005.processed [template_gc] 1.1.2.2.2.2:
                   4846:        * tests/results/030.processed [template_gc] 1.1.2.2.2.2:
                   4847:        * tests/results/075.processed [template_gc] 1.1.2.1.2.2:
                   4848:        * tests/results/078.processed [template_gc] 1.1.2.1.2.2:
                   4849:                to reflect date format change (were - become ' ')
                   4850: 
1.25      paf      4851:        * src/classes/classes.dsp 1.30:
                   4852:        * src/main/main.dsp 1.166:
                   4853:        * src/main/pa_globals.C 1.158:
                   4854:        * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.3:
                   4855:        * src/targets/cgi/parser3.dsp 1.65:
                   4856:        * src/targets/isapi/parser3isapi.dsp 1.43:
                   4857:        * src/types/types.dsp 1.41:
                   4858:                cvs: getting rid of win32xml pseudo project
                   4859: 
1.24      paf      4860:        * src/classes/math.C 1.33:
                   4861:                merged uuid bugfix
                   4862: 
                   4863:        * src/include/pa_version.h [release_3_0_8] 1.7.18.1:
1.25      paf      4864:        * src/include/pa_version.h [release_3_1_0] 1.7.20.1:
                   4865:        * src/lib/patches/Makefile.in [release_3_1_0] 1.11.2.1:
1.24      paf      4866:                release
                   4867: 
                   4868:        * src/classes/math.C [release_3_0_8] 1.33.2.1:
                   4869:        * src/lib/md5/pa_md5.h [release_3_0_8] 1.7.2.1:
                   4870:        * src/lib/md5/pa_md5c.c [release_3_0_8] 1.9.2.1:
                   4871:        * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.1:
                   4872:        * src/targets/apache13/pa_md5c.c [release_3_0_8] 1.5.6.1:
                   4873:                apache module compiled [were minor unnecessary changes in lib
                   4874:                md5 interface]
                   4875: 
1.26      paf      4876:        * src/include/pa_config_fixed.h [release_3_1_0] 1.56.2.3:
                   4877:        * src/main/pa_charset.C [release_3_1_0] 1.35.2.1:
                   4878:                bad #endif fix
                   4879: 
1.24      paf      4880:        * tests/001.html 1.2:
                   4881:        * tests/002.html 1.2:
                   4882:        * tests/003.html 1.2:
                   4883:        * tests/004.html 1.2:
                   4884:        * tests/005.html 1.2:
                   4885:        * tests/006.html 1.2:
                   4886:        * tests/007.html 1.2:
                   4887:        * tests/008.html 1.2:
                   4888:        * tests/009.html 1.2:
                   4889:        * tests/010.html 1.2:
                   4890:        * tests/011.html 1.2:
                   4891:        * tests/012.html 1.2:
                   4892:        * tests/013.html 1.2:
                   4893:        * tests/014.html 1.2:
                   4894:        * tests/015.html 1.2:
                   4895:        * tests/016.html 1.2:
                   4896:        * tests/017.html 1.2:
                   4897:        * tests/018.html 1.2:
                   4898:        * tests/019.html 1.2:
                   4899:        * tests/019paf2001.gif 1.2:
                   4900:        * tests/020.html 1.2:
                   4901:        * tests/021.html 1.2:
                   4902:        * tests/022.html 1.2:
                   4903:        * tests/022_dir/a.html 1.2:
                   4904:        * tests/022_dir/b.txt 1.2:
                   4905:        * tests/022_dir/c.htm 1.2:
                   4906:        * tests/023.html 1.2:
                   4907:        * tests/024.html 1.2:
                   4908:        * tests/025.html 1.2:
                   4909:        * tests/026.html 1.2:
                   4910:        * tests/027.html 1.2:
                   4911:        * tests/028.html 1.2:
                   4912:        * tests/029.html 1.2:
                   4913:        * tests/030.html 1.2:
                   4914:        * tests/031.html 1.2:
                   4915:        * tests/032.html 1.2:
                   4916:        * tests/033.html 1.2:
                   4917:        * tests/034.html 1.2:
                   4918:        * tests/035.html 1.2:
                   4919:        * tests/036.html 1.2:
                   4920:        * tests/037.html 1.2:
                   4921:        * tests/038.html 1.2:
                   4922:        * tests/039.html 1.2:
                   4923:        * tests/040.html 1.2:
                   4924:        * tests/041.html 1.2:
                   4925:        * tests/042.html 1.2:
                   4926:        * tests/043.html 1.2:
                   4927:        * tests/044.html 1.2:
                   4928:        * tests/045.html 1.2:
                   4929:        * tests/046.html 1.2:
                   4930:        * tests/047.html 1.2:
                   4931:        * tests/048.html 1.2:
                   4932:        * tests/049.html 1.2:
                   4933:        * tests/050.html 1.2:
                   4934:        * tests/051.html 1.2:
                   4935:        * tests/051b.p 1.2:
                   4936:        * tests/051t.p 1.2:
                   4937:        * tests/052.html 1.2:
                   4938:        * tests/053.html 1.2:
                   4939:        * tests/054.html 1.2:
                   4940:        * tests/055.html 1.2:
                   4941:        * tests/056.html 1.2:
                   4942:        * tests/057.html 1.2:
                   4943:        * tests/058.html 1.2:
                   4944:        * tests/058_paf2000.png 1.2:
                   4945:        * tests/059.html 1.2:
                   4946:        * tests/060.html 1.2:
                   4947:        * tests/061.dat 1.2:
                   4948:        * tests/061.html 1.2:
                   4949:        * tests/062.html 1.2:
                   4950:        * tests/063.html 1.2:
                   4951:        * tests/064.html 1.2:
                   4952:        * tests/065.html 1.2:
                   4953:        * tests/066.html 1.2:
                   4954:        * tests/067.html 1.2:
                   4955:        * tests/068.html 1.2:
                   4956:        * tests/069.html 1.2:
                   4957:        * tests/070.html 1.2:
                   4958:        * tests/071.html 1.2:
                   4959:        * tests/072.html 1.2:
                   4960:        * tests/073.html 1.2:
                   4961:        * tests/074.html 1.2:
                   4962:        * tests/075.html 1.2:
                   4963:        * tests/076.html 1.2:
                   4964:        * tests/077.html 1.2:
                   4965:        * tests/078.html 1.2:
                   4966:        * tests/079.html 1.2:
                   4967:        * tests/080.html 1.2:
                   4968:        * tests/081.html 1.2:
                   4969:        * tests/082.html 1.2:
                   4970:        * tests/083.html 1.2:
                   4971:        * tests/084.html 1.2:
                   4972:        * tests/085.html 1.2:
                   4973:        * tests/086.html 1.2:
                   4974:        * tests/087.html 1.2:
                   4975:        * tests/088.html 1.2:
                   4976:        * tests/089.html 1.2:
                   4977:        * tests/090.html 1.2:
                   4978:        * tests/091.html 1.2:
                   4979:        * tests/092.html 1.2:
                   4980:        * tests/093.html 1.2:
                   4981:        * tests/094.html 1.2:
                   4982:        * tests/095.html 1.2:
                   4983:        * tests/096.html 1.2:
                   4984:        * tests/096_dir/163.jpg 1.2:
                   4985:        * tests/096_dir/188.jpg 1.2:
                   4986:        * tests/097.html 1.2:
                   4987:        * tests/098.html 1.2:
                   4988:        * tests/098font.gif 1.2:
                   4989:        * tests/099.html 1.2:
                   4990:        * tests/100.html 1.2:
                   4991:        * tests/101.html 1.2:
                   4992:        * tests/102.html 1.2:
                   4993:        * tests/103.html 1.2:
                   4994:        * tests/103mark.gif 1.2:
                   4995:        * tests/103paf2001.gif 1.2:
                   4996:        * tests/104.html 1.2:
                   4997:        * tests/105.html 1.2:
                   4998:        * tests/106.html 1.2:
                   4999:        * tests/107.html 1.2:
                   5000:        * tests/108.html 1.2:
                   5001:        * tests/108.xsl 1.2:
                   5002:        * tests/109.html 1.2:
                   5003:        * tests/110.html 1.2:
                   5004:        * tests/111.html 1.2:
                   5005:        * tests/112.html 1.2:
                   5006:        * tests/113.html 1.2:
                   5007:        * tests/114.html 1.2:
                   5008:        * tests/115.html 1.2:
                   5009:        * tests/116.html 1.2:
                   5010:        * tests/117.html 1.2:
                   5011:        * tests/118.html 1.2:
                   5012:        * tests/119.html 1.2:
                   5013:        * tests/120.html 1.2:
                   5014:        * tests/121.html 1.2:
                   5015:        * tests/122.html 1.2:
                   5016:        * tests/123.html 1.2:
                   5017:        * tests/124.html 1.2:
                   5018:        * tests/125.html 1.2:
                   5019:        * tests/126.html 1.2:
                   5020:        * tests/127.html 1.2:
                   5021:        * tests/128.html 1.2:
                   5022:        * tests/129.html 1.2:
                   5023:        * tests/130.html 1.2:
                   5024:        * tests/131.html 1.2:
                   5025:        * tests/132.html 1.2:
                   5026:        * tests/133.html 1.2:
                   5027:        * tests/134.html 1.2:
                   5028:        * tests/135.html 1.2:
                   5029:        * tests/136.html 1.2:
                   5030:        * tests/137.html 1.2:
                   5031:        * tests/138.html 1.2:
                   5032:        * tests/139.html 1.2:
                   5033:        * tests/140.html 1.2:
                   5034:        * tests/141.html 1.2:
                   5035:        * tests/Makefile 1.2:
                   5036:        * tests/descript.ion 1.2:
                   5037:        * tests/outputs/create-dir 1.2:
                   5038:        * tests/results/001.processed 1.2:
                   5039:        * tests/results/002.processed 1.2:
                   5040:        * tests/results/003.processed 1.2:
                   5041:        * tests/results/004.processed 1.2:
                   5042:        * tests/results/005.processed 1.2:
                   5043:        * tests/results/006.processed 1.2:
                   5044:        * tests/results/007.processed 1.2:
                   5045:        * tests/results/008.processed 1.2:
                   5046:        * tests/results/009.processed 1.2:
                   5047:        * tests/results/010.processed 1.2:
                   5048:        * tests/results/011.processed 1.2:
                   5049:        * tests/results/012.processed 1.2:
                   5050:        * tests/results/013.processed 1.2:
                   5051:        * tests/results/014.processed 1.2:
                   5052:        * tests/results/015.processed 1.2:
                   5053:        * tests/results/016.processed 1.2:
                   5054:        * tests/results/017.processed 1.2:
                   5055:        * tests/results/018.processed 1.2:
                   5056:        * tests/results/019.processed 1.2:
                   5057:        * tests/results/020.processed 1.2:
                   5058:        * tests/results/021.processed 1.2:
                   5059:        * tests/results/022.processed 1.2:
                   5060:        * tests/results/023.processed 1.2:
                   5061:        * tests/results/024.processed 1.2:
                   5062:        * tests/results/025.processed 1.2:
                   5063:        * tests/results/026.processed 1.2:
                   5064:        * tests/results/027.processed 1.2:
                   5065:        * tests/results/028.processed 1.2:
                   5066:        * tests/results/029.processed 1.2:
                   5067:        * tests/results/030.processed 1.2:
                   5068:        * tests/results/031.processed 1.2:
                   5069:        * tests/results/032.processed 1.2:
                   5070:        * tests/results/033.processed 1.2:
                   5071:        * tests/results/034.processed 1.2:
                   5072:        * tests/results/035.processed 1.2:
                   5073:        * tests/results/036.processed 1.2:
                   5074:        * tests/results/037.processed 1.2:
                   5075:        * tests/results/038.processed 1.2:
                   5076:        * tests/results/039.processed 1.2:
                   5077:        * tests/results/040.processed 1.2:
                   5078:        * tests/results/041.processed 1.2:
                   5079:        * tests/results/042.processed 1.2:
                   5080:        * tests/results/043.processed 1.2:
                   5081:        * tests/results/044.processed 1.2:
                   5082:        * tests/results/045.processed 1.2:
                   5083:        * tests/results/046.processed 1.2:
                   5084:        * tests/results/047.processed 1.2:
                   5085:        * tests/results/048.processed 1.2:
                   5086:        * tests/results/049.processed 1.2:
                   5087:        * tests/results/050.processed 1.2:
                   5088:        * tests/results/051.processed 1.2:
                   5089:        * tests/results/052.processed 1.2:
                   5090:        * tests/results/053.processed 1.2:
                   5091:        * tests/results/054.processed 1.2:
                   5092:        * tests/results/055.processed 1.2:
                   5093:        * tests/results/056.processed 1.2:
                   5094:        * tests/results/057.processed 1.2:
                   5095:        * tests/results/058.processed 1.2:
                   5096:        * tests/results/059.processed 1.2:
                   5097:        * tests/results/060.processed 1.2:
                   5098:        * tests/results/061.processed 1.2:
                   5099:        * tests/results/062.processed 1.2:
                   5100:        * tests/results/063.processed 1.2:
                   5101:        * tests/results/064.processed 1.2:
                   5102:        * tests/results/065.processed 1.2:
                   5103:        * tests/results/066.processed 1.2:
                   5104:        * tests/results/067.processed 1.2:
                   5105:        * tests/results/068.processed 1.2:
                   5106:        * tests/results/069.processed 1.2:
                   5107:        * tests/results/070.processed 1.2:
                   5108:        * tests/results/071.processed 1.2:
                   5109:        * tests/results/072.processed 1.2:
                   5110:        * tests/results/073.processed 1.2:
                   5111:        * tests/results/074.processed 1.2:
                   5112:        * tests/results/075.processed 1.2:
                   5113:        * tests/results/076.processed 1.2:
                   5114:        * tests/results/077.processed 1.2:
                   5115:        * tests/results/078.processed 1.2:
                   5116:        * tests/results/079.processed 1.2:
                   5117:        * tests/results/080.processed 1.2:
                   5118:        * tests/results/081.processed 1.2:
                   5119:        * tests/results/082.processed 1.2:
                   5120:        * tests/results/083.processed 1.2:
                   5121:        * tests/results/084.processed 1.2:
                   5122:        * tests/results/085.processed 1.2:
                   5123:        * tests/results/086.processed 1.2:
                   5124:        * tests/results/087.processed 1.2:
                   5125:        * tests/results/088.processed 1.2:
                   5126:        * tests/results/089.processed 1.2:
                   5127:        * tests/results/090.processed 1.2:
                   5128:        * tests/results/091.processed 1.2:
                   5129:        * tests/results/092.processed 1.2:
                   5130:        * tests/results/093.processed 1.2:
                   5131:        * tests/results/094.processed 1.2:
                   5132:        * tests/results/095.processed 1.2:
                   5133:        * tests/results/096.processed 1.2:
                   5134:        * tests/results/097.processed 1.2:
                   5135:        * tests/results/098.processed 1.2:
                   5136:        * tests/results/099.processed 1.2:
                   5137:        * tests/results/100.processed 1.2:
                   5138:        * tests/results/101.processed 1.2:
                   5139:        * tests/results/102.processed 1.2:
                   5140:        * tests/results/103.processed 1.2:
                   5141:        * tests/results/104.processed 1.2:
                   5142:        * tests/results/105.processed 1.2:
                   5143:        * tests/results/106.processed 1.2:
                   5144:        * tests/results/107.processed 1.2:
                   5145:        * tests/results/108.processed 1.2:
                   5146:        * tests/results/109.processed 1.2:
                   5147:        * tests/results/110.processed 1.2:
                   5148:        * tests/results/111.processed 1.2:
                   5149:        * tests/results/112.processed 1.2:
                   5150:        * tests/results/113.processed 1.2:
                   5151:        * tests/results/114.processed 1.2:
                   5152:        * tests/results/115.processed 1.2:
                   5153:        * tests/results/116.processed 1.2:
                   5154:        * tests/results/117.processed 1.2:
                   5155:        * tests/results/118.processed 1.2:
                   5156:        * tests/results/119.processed 1.2:
                   5157:        * tests/results/120.processed 1.2:
                   5158:        * tests/results/121.processed 1.2:
                   5159:        * tests/results/122.processed 1.2:
                   5160:        * tests/results/123.processed 1.2:
                   5161:        * tests/results/124.processed 1.2:
                   5162:        * tests/results/125.processed 1.2:
                   5163:        * tests/results/126.processed 1.2:
                   5164:        * tests/results/127.processed 1.2:
                   5165:        * tests/results/128.processed 1.2:
                   5166:        * tests/results/129.processed 1.2:
                   5167:        * tests/results/130.processed 1.2:
                   5168:        * tests/results/131.processed 1.2:
                   5169:        * tests/results/132.processed 1.2:
                   5170:        * tests/results/133.processed 1.2:
                   5171:        * tests/results/134.processed 1.2:
                   5172:        * tests/results/135.processed 1.2:
                   5173:        * tests/results/136.processed 1.2:
                   5174:        * tests/results/137.processed 1.2:
                   5175:        * tests/results/138.processed 1.2:
                   5176:        * tests/results/139.processed 1.2:
                   5177:        * tests/results/140.processed 1.2:
                   5178:        * tests/results/141.processed 1.2:
                   5179:        * tests/run_parser.sh 1.2:
                   5180:                merged(copied) to HEAD from template_gc
                   5181: 
1.25      paf      5182:        * tests/141.html [template_gc] 1.1.2.3:
                   5183:        * tests/results/141.processed [template_gc] 1.1.2.3:
                   5184:                fixed bug with too-small-a-buffer
                   5185: 
1.24      paf      5186: 2003-07-23  paf
                   5187:        * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.1:
                   5188:                file ApacheModuleParser3Core.dsp was initially added on branch
                   5189:                template_gc.
                   5190: 
                   5191:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.24:
                   5192:        * src/include/pa_stack.h [template_gc] 1.17.2.6.2.8:
                   5193:        * src/main/execute.C [template_gc] 1.295.2.27.2.23:
                   5194:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.34:
                   5195:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.14:
                   5196:        * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.8:
                   5197:        * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.3:
                   5198:        * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.4:
                   5199:                stack top_index() fixed
                   5200: 
                   5201:        * src/targets/Makefile.am [template_gc] 1.9.24.1:
                   5202:        * src/targets/Makefile.in [template_gc] 1.42.2.3.2.2:
                   5203:        * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.2:
                   5204:        * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.3:
                   5205:        * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.2:
                   5206:        * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.3:
                   5207:        * src/targets/apache13core/Makefile.am [template_gc] 1.1.2.1:
                   5208:        * src/targets/apache13core/Makefile.in [template_gc] 1.1.2.1:
                   5209:                apache13 splitted to simplify apache build
                   5210: 
                   5211:        * src/lib/patches/gc.patch 1.1:
                   5212:                file gc.patch was initially added on branch template_gc.
                   5213: 
                   5214:        * src/targets/apache13/mod_parser3.c 1.1:
                   5215:                file mod_parser3.c was initially added on branch template_gc.
                   5216: 
                   5217:        * src/targets/apache13core/mod_parser3.C 1.1:
                   5218:                file mod_parser3.C was initially added on branch template_gc.
                   5219: 
                   5220:        * src/classes/op.C [template_gc] 1.127.2.22.2.34:
                   5221:        * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.8:
                   5222:                connection closing/caching fixed [connections were not closed
                   5223:                put to cache]
                   5224: 
                   5225:        * src/targets/apache13core/Makefile.am 1.1:
                   5226:                file Makefile.am was initially added on branch template_gc.
                   5227: 
                   5228:        * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.1:
                   5229:                decided to support multithreading in apache module only on win32
                   5230:                see that apache 1.3.28 supports it only in win32+netware...
                   5231: 
                   5232:        * src/targets/apache13/pa_httpd.h 1.1:
                   5233:                file pa_httpd.h was initially added on branch template_gc.
                   5234: 
                   5235:        * src/targets/apache13core/Makefile.in 1.1:
                   5236:                file Makefile.in was initially added on branch template_gc.
                   5237: 
                   5238:        * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.3:
                   5239:        * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.4:
                   5240:                proper dependence to rebuild p3conf from .in
                   5241: 
                   5242:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.20:
                   5243:                minor style changes
                   5244: 
                   5245:        * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.5:
                   5246:        * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.5:
                   5247:        * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.2:
                   5248:        * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.2:
                   5249:        * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.2:
                   5250:        * src/targets/apache13core/ApacheModuleParser3Core.dsp [template_gc] 1.1.2.1:
                   5251:        * src/targets/apache13core/mod_parser3.C [template_gc] 1.1.2.1:
                   5252:        * src/targets/apache13core/pa_threads.C [template_gc] 1.1.2.1:
                   5253:                splitted apache to two projects to simplify separate c/c++ compilation
                   5254: 
                   5255:        * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.2:
                   5256:                *** empty log message ***
                   5257: 
                   5258:        * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.2:
                   5259:        * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.6:
                   5260:                updated to new sapi interface
                   5261: 
                   5262:        * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.4:
                   5263:        * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.1:
                   5264:        * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.2:
                   5265:        * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.7:
                   5266:        * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.1:
                   5267:        * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.3:
                   5268:        * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.1:
                   5269:        * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.1:
                   5270:        * src/targets/apache13/pa_md5c.c [template_gc] 1.5.2.1.2.1:
                   5271:                started splitting mod_parser3 into two parts: C and C++
                   5272: 
                   5273:        * src/classes/math.C [template_gc] 1.24.2.12.2.15:
                   5274:        * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.2:
                   5275:        * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.3:
                   5276:                renamed a little [to move to comman naming conv]
                   5277: 
                   5278:        * src/lib/patches/gc.patch [template_gc] 1.1.2.1:
                   5279:                this bug remains even in latest-at-the-moment: gc6.2alpha6
                   5280:                just reported to hans
                   5281: 
                   5282:        * src/targets/apache13/mod_parser3_main.C 1.1:
                   5283:                file mod_parser3_main.C was initially added on branch
                   5284:                template_gc.
                   5285: 
1.39      paf      5286:        * src/targets/apache13core/pa_threads.C 1.1:
                   5287:                file pa_threads.C was initially added on branch template_gc.
                   5288: 
1.24      paf      5289: 2003-07-22  paf
                   5290:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.17:
                   5291:                on win32 bugfix in handling shbang
                   5292: 
                   5293:        * INSTALL [template_gc] 1.31.6.4:
                   5294:                disable-threads adviced
                   5295: 
                   5296:        * INSTALL [template_gc] 1.31.6.5:
                   5297:                gc part updated stightly
                   5298: 
                   5299:        * src/main/pa_memory.C [template_gc] 1.1.2.5.2.13:
                   5300:                out of memory is no longer coredump
                   5301: 
                   5302:        * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.8:
                   5303:        * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.3:
                   5304:                updated to new sapi interface
                   5305: 
                   5306:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.43:
                   5307:                removed reduntant invariant check [there is one deeper in cord
                   5308:                lib]
                   5309: 
                   5310:        * src/classes/file.C [template_gc] 1.107.2.16.2.23:
                   5311:                comment on OS
                   5312: 
                   5313: 2003-07-21  paf
                   5314:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.29:
                   5315:                http:// CRLF now [merged from HEAD]
                   5316: 
                   5317:        * src/classes/file.C [template_gc] 1.107.2.16.2.21:
                   5318:                env passing fixed
                   5319: 
                   5320:        * src/classes/file.C [template_gc] 1.107.2.16.2.22:
                   5321:                file::exec/cgi environment variables now must be UPPERCASE and
                   5322:                A-Z 0-9 _-
                   5323: 
                   5324:        * src/classes/Makefile.am [template_gc] 1.40.16.3:
                   5325:        * src/classes/Makefile.in [template_gc] 1.53.2.3.2.2:
                   5326:                removed circular dependency on classes.C
                   5327: 
                   5328:        * src/main/pa_common.C 1.153:
                   5329:                http:// CRLF now
                   5330: 
                   5331: 2003-07-02  paf
                   5332:        * operators.txt [template_gc] 1.109.2.1.2.9:
                   5333:        * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.8:
                   5334:                renamed $memory:status fields to reflect their real meaning
                   5335: 
                   5336: 2003-06-27  paf
                   5337:        * src/classes/file.C [template_gc] 1.107.2.16.2.20:
                   5338:        * src/include/pa_charset.h [template_gc] 1.20.2.18.2.13:
                   5339:        * src/include/pa_exec.h [template_gc] 1.11.2.6.2.6:
                   5340:        * src/include/pa_hash.h [template_gc] 1.58.2.18.2.9:
                   5341:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.26:
                   5342:                merged from HEAD file::exec/cgi .charset
                   5343: 
                   5344: 2003-06-26  paf
                   5345:        * src/classes/file.C [template_gc] 1.107.2.16.2.19:
                   5346:        * src/classes/hash.C [template_gc] 1.54.2.13.2.16:
                   5347:        * src/classes/image.C [template_gc] 1.90.2.15.2.22:
                   5348:        * src/classes/op.C [template_gc] 1.127.2.22.2.33:
                   5349:        * src/classes/string.C [template_gc] 1.125.2.15.2.26:
                   5350:        * src/classes/table.C [template_gc] 1.172.2.14.2.33:
                   5351:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.17:
                   5352:                fixed several uninitialized local structures.
                   5353:                notably ^hash.foreach now inserts delimiters properly [were inserting it before first body]
                   5354: 
                   5355: 2003-06-24  paf
                   5356:        * src/include/pa_hash.h [template_gc] 1.58.2.18.2.8:
                   5357:                simplified HASH_ALLOCATES_COUNT
                   5358: 
                   5359: 2003-06-20  paf
                   5360:        * operators.txt 1.115:
                   5361:        * src/include/pa_globals.h 1.103:
                   5362:        * src/main/pa_common.C 1.152:
                   5363:        * src/main/pa_globals.C 1.156:
                   5364:                introducing
                   5365:                $f[^file::load[binary;http://...]]
                   5366:                $f.tables
                   5367: 
                   5368: 2003-06-06  paf
                   5369:        * src/types/pa_vhash.h 1.45:
                   5370:        * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.7:
                   5371:                hash.field lookup first now: along with table. [were method
                   5372:                lookup: inconsistent]
                   5373: 
1.23      paf      5374: 2003-06-02  paf
                   5375:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.20:
                   5376:                empty string clone fixed to return writable memory
                   5377: 
                   5378:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.28:
                   5379:                fix_line_breaks bug fix [terminating zero were not appended] 
                   5380:                which violated string invariant
                   5381: 
                   5382: 2003-05-30  paf
                   5383:        * src/main/pa_common.C 1.151:
                   5384:                date format now
                   5385:                Sun, 06 Nov 1994 08:49:37 GMT  ; RFC 822, updated by RFC 1123
                   5386: 
                   5387:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.13:
                   5388:                date format now
                   5389:                Sun, 06 Nov 1994 08:49:37 GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   5390: 
                   5391:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.15:
                   5392:                found minor bug, commended for future
                   5393: 
                   5394:        * src/classes/file.C [template_gc] 1.107.2.16.2.18:
                   5395:        * src/classes/form.C [template_gc] 1.34.2.7.2.9:
                   5396:        * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.5:
                   5397:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.26:
                   5398:        * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.7:
                   5399:                initialized request_info properly
                   5400: 
                   5401: 2003-05-28  paf
                   5402:        * src/classes/form.C [template_gc] 1.34.2.7.2.8:
                   5403:                request_info.content_length can't be <0, size_t for some time
                   5404: 
                   5405: 2003-05-26  paf
                   5406:        * src/classes/file.C [template_gc] 1.107.2.16.2.17:
                   5407:        * src/classes/string.C [template_gc] 1.125.2.15.2.25:
                   5408:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.42:
                   5409:                few forgotten <0 changed to !=STRING_NOT_FOUND
                   5410: 
                   5411:        * src/classes/math.C [template_gc] 1.24.2.12.2.14:
                   5412:                merged ffffu from HEAD
                   5413: 
                   5414: 2003-05-11  paf
                   5415:        * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.11:
                   5416:        * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.8:
                   5417:                think that found cause of premature doc free.
                   5418:                transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
                   5419:                added holding-reference
                   5420: 
                   5421:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.19:
                   5422:                xml memory debugging functions (ifdefed)
                   5423: 
                   5424: 2003-04-29  paf
                   5425:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.18:
                   5426:                started digging on double free.
                   5427:                on win32 found that that's perfectly normal.
                   5428: 
                   5429: 2003-04-25  paf
                   5430:        * src/classes/math.C 1.31:
                   5431:                snprintf(buf, 3) become (buf,2) and failed to print anything.
                   5432:                changed to quicker and simplier code
                   5433: 
                   5434:        * src/classes/hash.C 1.56:
                   5435:                allowed ^hash::create[^rem{xxx}]   [were to strict a check]
                   5436: 
                   5437:        * src/classes/table.C 1.180:
                   5438:        * src/lib/md5/pa_md5c.c 1.9:
                   5439:                minor compile errors
                   5440: 
                   5441:        * src/classes/table.C 1.181:
                   5442:                table.join bug fix  [bad limit check]
                   5443: 
                   5444:        * src/classes/math.C [template_gc] 1.24.2.12.2.13:
                   5445:                merged from HEAD: simpiler hash_string
                   5446: 
                   5447: 2003-04-24  paf
                   5448:        * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.2:
                   5449:        * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.4:
                   5450:                thanks to Ilia Soldis <soldis@infolio.ru> for reporing this
                   5451:                ansi c fiolation syntax report
                   5452: 
                   5453:        * src/include/pa_table.h [template_gc] 1.48.2.11.2.11:
                   5454:                too strict assert loosened
                   5455: 
                   5456: 2003-04-21  paf
                   5457:        * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.2:
                   5458:        * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.2:
                   5459:                pp3 added to .am
                   5460: 
                   5461:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.33:
                   5462:                merged from HEAD:
                   5463:                "x:..." and "\\..." file names on Win32 considered disk-global
                   5464: 
                   5465:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.16:
                   5466:                .5.6 version of libxml allows to install xmlMallocAtomic [
                   5467:                author agreed to my suggestion], used that
                   5468: 
                   5469:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.51:
                   5470:                assert added [looking for bug]
                   5471: 
                   5472:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.24:
                   5473:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.12:
                   5474:        * src/types/pa_value.h [template_gc] 1.109.2.25.2.12:
                   5475:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.18:
                   5476:                attributed_meaning_to_string added L_UNSPECIFIED piece
                   5477:                which was sortof OK, but violated string invariant [assertion barked on that]
                   5478:                changed to L_PASS_APPEND, made that param obligatory
                   5479: 
                   5480:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.19:
                   5481:                ^mail:send[$.body backward compatibility
                   5482: 
                   5483:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.17:
                   5484:                pcre memory management changed to use GC memory
                   5485: 
                   5486:        * src/main/pa_request.C 1.247:
                   5487:                "x:..." and "\\..." file names on Win32 considered disk-global
                   5488: 
                   5489:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.41:
                   5490:                String::ArrayFragment::append_positions bug fixed [assert
                   5491:                helped]
                   5492: 
                   5493: 2003-04-18  paf
                   5494:        * src/main/untaint.C [template_gc] 1.115.2.12.2.28:
                   5495:                merged from HEAD:
                   5496:                enabled '~' letter in filenames
                   5497: 
                   5498:        * src/main/untaint.C 1.116:
                   5499:                enabled '~' letter in filenames
                   5500: 
                   5501: 2003-04-16  paf
                   5502:        * src/classes/file.C [template_gc] 1.107.2.16.2.16:
                   5503:                small bug introduced in autoptr times fixed
                   5504: 
                   5505:        * src/classes/table.C [template_gc] 1.172.2.14.2.32:
                   5506:        * src/lib/Makefile.in [template_gc] 1.8.2.3.2.3:
                   5507:                fix: gcc reported tiny error
                   5508: 
                   5509:        * etc/parser3.charsets/koi8-r.cfg [template_gc] 1.2.22.1:
                   5510:        * etc/parser3.charsets/windows-1251.cfg [template_gc] 1.6.14.1:
                   5511:                merged from HEAD
                   5512: 
                   5513: 2003-04-15  paf
                   5514:        * operators.txt 1.112:
                   5515:        * operators.txt [release_3_0_0007] 1.107.2.2:
                   5516:        * src/classes/math.C 1.27:
                   5517:        * src/lib/md5/pa_md5.h 1.7:
                   5518:        * src/lib/md5/pa_md5c.c 1.8:
                   5519:                ^math:md5[string]
                   5520:                16-byte digest
                   5521: 
                   5522:        * operators.txt 1.113:
                   5523:        * src/classes/math.C 1.28:
                   5524:        * src/classes/math.C 1.29:
                   5525:                ^math:uuid[]
                   5526: 
                   5527:        * tests/results/141.processed 1.1:
                   5528:                file 141.processed was initially added on branch template_gc.
                   5529: 
                   5530:        * operators.txt 1.114:
                   5531:        * src/classes/math.C 1.30:
                   5532:                ^math:uid64[]
                   5533: 
                   5534:        * operators.txt [template_gc] 1.109.2.1.2.8:
                   5535:        * src/classes/math.C [template_gc] 1.24.2.12.2.12:
                   5536:        * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.1:
                   5537:        * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.1:
                   5538:        * tests/141.html [template_gc] 1.1.2.1:
                   5539:        * tests/results/141.processed [template_gc] 1.1.2.1:
                   5540:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.16:
                   5541:                merged from head
                   5542:                ^math:uuid[]
                   5543:                ^math:uid64[]
                   5544:                ^math:md5[string]
                   5545:                
                   5546:                test added: 141.html
                   5547: 
                   5548:        * tests/141.html 1.1:
                   5549:                file 141.html was initially added on branch template_gc.
                   5550: 
                   5551:        * operators.txt [release_3_0_0007] 1.107.2.1:
                   5552:        * src/classes/file.C [release_3_0_0007] 1.106.2.1:
                   5553:        * src/include/pa_common.h [release_3_0_0007] 1.88.4.1:
                   5554:        * src/include/pa_config_fixed.h [release_3_0_0007] 1.52.4.1:
                   5555:        * src/main/pa_common.C [release_3_0_0007] 1.140.2.3:
                   5556:                ^file::load[mode;name;
                   5557:                    $.offset
                   5558:                    $.limit
                   5559: 
                   5560: 2003-04-14  paf
                   5561:        * src/classes/table.C 1.178:
                   5562:                more warnings
                   5563: 
                   5564:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.16:
                   5565:        * src/include/pa_table.h [template_gc] 1.48.2.11.2.9:
                   5566:        * src/main/pa_table.C [template_gc] 1.53.2.10.2.7:
                   5567:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15:
                   5568:                removed checks in table::set_current, moved them back to table::locate
1.39      paf      5569:                implemented table::create/join ? $.reverse
1.23      paf      5570: 
                   5571:        * tests/results/140.processed 1.1:
                   5572:                file 140.processed was initially added on branch template_gc.
                   5573: 
                   5574:        * src/include/pa_table.h 1.50:
                   5575:        * src/main/pa_array.C 1.56:
                   5576:        * src/main/pa_table.C 1.55:
                   5577:                removed checks in table::set_current, moved them back to table
                   5578:                :locate
                   5579: 
                   5580:        * src/classes/table.C 1.179:
                   5581:        * src/include/pa_table.h 1.51:
                   5582:                table $.distinct[tables] bug fixed
                   5583: 
                   5584:        * src/classes/table.C [template_gc] 1.172.2.14.2.31:
                   5585:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.17:
                   5586:        * src/include/pa_table.h [template_gc] 1.48.2.11.2.10:
                   5587:        * src/main/pa_table.C [template_gc] 1.53.2.10.2.8:
                   5588:        * tests/140.html [template_gc] 1.1.2.1:
                   5589:        * tests/results/140.processed [template_gc] 1.1.2.1:
                   5590:                table $.reverse option works in create&co
                   5591:                table $.distinct[tables] bug fix merged
                   5592: 
                   5593:        * tests/140.html 1.1:
                   5594:                file 140.html was initially added on branch template_gc.
                   5595: 
                   5596:        * src/classes/math.C 1.26:
                   5597:        * src/lib/md5/pa_md5.h 1.6:
                   5598:        * src/lib/md5/pa_md5c.c 1.7:
                   5599:                started ^math:md5
                   5600: 
                   5601: 2003-04-11  paf
                   5602:        * src/lib/patches/gdome2.patch [template_gc] 1.1.6.6:
                   5603:                less xml, couple dup were valid
                   5604: 
                   5605:        * tests/128.html 1.1:
                   5606:                file 128.html was initially added on branch template_gc.
                   5607: 
                   5608:        * tests/results/134.processed 1.1:
                   5609:                file 134.processed was initially added on branch template_gc.
                   5610: 
                   5611:        * tests/129.html 1.1:
                   5612:                file 129.html was initially added on branch template_gc.
                   5613: 
                   5614:        * tests/130.html 1.1:
                   5615:                file 130.html was initially added on branch template_gc.
                   5616: 
                   5617:        * tests/results/126.processed 1.1:
                   5618:                file 126.processed was initially added on branch template_gc.
                   5619: 
                   5620:        * tests/130.html [template_gc] 1.1.2.1:
                   5621:        * tests/131.html [template_gc] 1.1.2.1:
                   5622:        * tests/132.html [template_gc] 1.1.2.1:
                   5623:        * tests/133.html [template_gc] 1.1.2.1:
                   5624:        * tests/134.html [template_gc] 1.1.2.1:
                   5625:        * tests/135.html [template_gc] 1.1.2.1:
                   5626:        * tests/136.html [template_gc] 1.1.2.1:
                   5627:        * tests/137.html [template_gc] 1.1.2.1:
                   5628:        * tests/138.html [template_gc] 1.1.2.1:
                   5629:        * tests/139.html [template_gc] 1.1.2.1:
                   5630:        * tests/descript.ion [template_gc] 1.1.2.1:
                   5631:        * tests/results/130.processed [template_gc] 1.1.2.1:
                   5632:        * tests/results/131.processed [template_gc] 1.1.2.1:
                   5633:        * tests/results/132.processed [template_gc] 1.1.2.1:
                   5634:        * tests/results/133.processed [template_gc] 1.1.2.1:
                   5635:        * tests/results/134.processed [template_gc] 1.1.2.1:
                   5636:        * tests/results/135.processed [template_gc] 1.1.2.1:
                   5637:        * tests/results/136.processed [template_gc] 1.1.2.1:
                   5638:        * tests/results/137.processed [template_gc] 1.1.2.1:
                   5639:        * tests/results/138.processed [template_gc] 1.1.2.1:
                   5640:        * tests/results/139.processed [template_gc] 1.1.2.1:
                   5641:                added few mustfail tests
                   5642:                130.html mustfail: empty regexp
                   5643:                131.html mustfail: invalid date/time
                   5644:                132.html mustfail: access to junction outside of context
                   5645:                133.html mustfail: access to junction outside of context, case version
                   5646:                134.html mustfail: hash: adding a key inside of foreach
                   5647:                135.html mustfail: modifying system class
                   5648:                136.html mustfail: $.name outside of $hash[here]
                   5649:                137.html mustfail: appendChild without import
                   5650:                138.html mustfail: invalid encoding inside of xml
                   5651:                139.html mustfail: bad XPath
                   5652: 
                   5653:        * tests/131.html 1.1:
                   5654:                file 131.html was initially added on branch template_gc.
                   5655: 
                   5656:        * tests/results/136.processed 1.1:
                   5657:                file 136.processed was initially added on branch template_gc.
                   5658: 
                   5659:        * src/lib/patches/gdome2.patch [template_gc] 1.1.6.3:
                   5660:                context-style
                   5661: 
                   5662:        * tests/132.html 1.1:
                   5663:                file 132.html was initially added on branch template_gc.
                   5664: 
                   5665:        * tests/results/128.processed 1.1:
                   5666:                file 128.processed was initially added on branch template_gc.
                   5667: 
                   5668:        * tests/results/138.processed 1.1:
                   5669:                file 138.processed was initially added on branch template_gc.
                   5670: 
                   5671:        * operators.txt [template_gc] 1.109.2.1.2.7:
                   5672:        * src/classes/date.C [template_gc] 1.42.2.11.2.13:
                   5673:        * src/classes/table.C [template_gc] 1.172.2.14.2.30:
                   5674:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.15:
                   5675:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.13:
                   5676:        * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.3:
                   5677:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.50:
                   5678:        * src/include/pa_table.h [template_gc] 1.48.2.11.2.8:
                   5679:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.32:
                   5680:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.13:
                   5681:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.40:
                   5682:        * src/main/pa_table.C [template_gc] 1.53.2.10.2.6:
                   5683:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.14:
                   5684:                merged from HEAD
                   5685:                from before_append_array_limit_sense_change
                   5686:                to after_append_array_limit_sense_change
                   5687: 
                   5688:        * operators.txt [template_gc] 1.109.2.1.2.6:
                   5689:        * src/classes/table.C [template_gc] 1.172.2.14.2.28:
                   5690:        * tests/084.html [template_gc] 1.1.2.1.2.1:
                   5691:        * tests/125.html [template_gc] 1.1.2.1:
                   5692:        * tests/126.html [template_gc] 1.1.2.1:
                   5693:        * tests/127.html [template_gc] 1.1.2.1:
                   5694:        * tests/128.html [template_gc] 1.1.2.1:
                   5695:        * tests/129.html [template_gc] 1.1.2.1:
                   5696:        * tests/results/125.processed [template_gc] 1.1.2.1:
                   5697:        * tests/results/126.processed [template_gc] 1.1.2.1:
                   5698:        * tests/results/127.processed [template_gc] 1.1.2.1:
                   5699:        * tests/results/128.processed [template_gc] 1.1.2.1:
                   5700:        * tests/results/129.processed [template_gc] 1.1.2.1:
                   5701:                merged from HEAD
                   5702:                ^table.hash[key][$.distinct[tables]]
                   5703:                
                   5704:                maked appropriate tests [changed one old nonconforming]
                   5705: 
                   5706:        * tests/descript.ion 1.1:
                   5707:                file descript.ion was initially added on branch template_gc.
                   5708: 
                   5709:        * tests/133.html 1.1:
                   5710:                file 133.html was initially added on branch template_gc.
                   5711: 
                   5712:        * src/lib/patches/gdome2.patch [template_gc] 1.1.6.4:
                   5713:                removed bad lines
                   5714: 
                   5715:        * tests/results/131.processed 1.1:
                   5716:                file 131.processed was initially added on branch template_gc.
                   5717: 
                   5718:        * tests/134.html 1.1:
                   5719:                file 134.html was initially added on branch template_gc.
                   5720: 
                   5721:        * tests/135.html 1.1:
                   5722:                file 135.html was initially added on branch template_gc.
                   5723: 
                   5724:        * tests/results/133.processed 1.1:
                   5725:                file 133.processed was initially added on branch template_gc.
                   5726: 
                   5727:        * tests/136.html 1.1:
                   5728:                file 136.html was initially added on branch template_gc.
                   5729: 
                   5730:        * src/lib/patches/gdome2.patch [template_gc] 1.1.6.7:
                   5731:                const
                   5732: 
                   5733:        * tests/results/125.processed 1.1:
                   5734:                file 125.processed was initially added on branch template_gc.
                   5735: 
                   5736:        * tests/137.html 1.1:
                   5737:                file 137.html was initially added on branch template_gc.
                   5738: 
                   5739:        * operators.txt 1.110:
                   5740:        * src/classes/table.C 1.174:
                   5741:                ^table.hash[key][$.distinct[tables]]
                   5742: 
                   5743:        * tests/results/135.processed 1.1:
                   5744:                file 135.processed was initially added on branch template_gc.
                   5745: 
                   5746:        * tests/138.html 1.1:
                   5747:                file 138.html was initially added on branch template_gc.
                   5748: 
                   5749:        * operators.txt 1.111:
                   5750:        * src/classes/date.C 1.45:
                   5751:        * src/classes/table.C 1.176:
                   5752:        * src/include/pa_array.h 1.58:
                   5753:        * src/include/pa_common.h 1.92:
                   5754:        * src/include/pa_config_includes.h 1.24:
                   5755:        * src/include/pa_globals.h 1.102:
                   5756:        * src/include/pa_table.h 1.49:
                   5757:        * src/main/pa_array.C 1.55:
                   5758:        * src/main/pa_globals.C 1.155:
                   5759:        * src/main/pa_request.C 1.246:
                   5760:        * src/main/pa_sql_driver_manager.C 1.70:
                   5761:        * src/main/pa_string.C 1.173:
                   5762:        * src/main/pa_table.C 1.54:
                   5763:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.13:
                   5764:                append_array_limit_sense_change
                   5765:                locate accepts options same as create
                   5766:                new option: $.reverse(1)   [do not work in table::create]
                   5767: 
                   5768:        * tests/results/127.processed 1.1:
                   5769:                file 127.processed was initially added on branch template_gc.
                   5770: 
                   5771:        * tests/139.html 1.1:
                   5772:                file 139.html was initially added on branch template_gc.
                   5773: 
                   5774:        * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.3:
                   5775:        * src/lib/patches/gdome2.patch [template_gc] 1.1.6.5:
                   5776:                *** empty log message ***
                   5777: 
                   5778:        * tests/results/137.processed 1.1:
                   5779:                file 137.processed was initially added on branch template_gc.
                   5780: 
                   5781:        * tests/results/130.processed 1.1:
                   5782:                file 130.processed was initially added on branch template_gc.
                   5783: 
                   5784:        * tests/results/129.processed 1.1:
                   5785:                file 129.processed was initially added on branch template_gc.
                   5786: 
                   5787:        * src/include/pa_common.h 1.91:
                   5788:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.12:
                   5789:        * src/main/pa_common.C 1.150:
                   5790:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.27:
                   5791:                gcc didn't like (stat xxx,
                   5792: 
                   5793:        * INSTALL [template_gc] 1.31.6.3:
                   5794:        * src/include/pa_charset.h [template_gc] 1.20.2.18.2.11:
                   5795:        * src/lib/Makefile.am [template_gc] 1.3.10.3:
                   5796:        * src/lib/patches/Makefile.am [template_gc] 1.3.6.2:
                   5797:        * src/lib/patches/gdome2.patch [template_gc] 1.1.6.2:
                   5798:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.25:
                   5799:                re-added libgdome patch. regretfully libgdome bug can not be
                   5800:                worked around
                   5801: 
                   5802:        * src/classes/xdoc.C 1.110:
                   5803:        * src/classes/xnode.C 1.55:
                   5804:        * src/include/pa_charset.h 1.22:
                   5805:                merged fix for
                   5806:                found very old xml (dom) bug:
                   5807:                were passing domString objects and later ERROREOUSLY freed them
                   5808: 
                   5809:        * src/classes/table.C 1.175:
                   5810:        * src/classes/table.C 1.177:
                   5811:        * src/classes/table.C [template_gc] 1.172.2.14.2.29:
                   5812:                typo
                   5813: 
                   5814:        * tests/results/139.processed 1.1:
                   5815:                file 139.processed was initially added on branch template_gc.
                   5816: 
                   5817:        * tests/125.html 1.1:
                   5818:                file 125.html was initially added on branch template_gc.
                   5819: 
                   5820:        * tests/results/132.processed 1.1:
                   5821:                file 132.processed was initially added on branch template_gc.
                   5822: 
                   5823:        * tests/126.html 1.1:
                   5824:                file 126.html was initially added on branch template_gc.
                   5825: 
                   5826:        * tests/127.html 1.1:
                   5827:                file 127.html was initially added on branch template_gc.
                   5828: 
                   5829: 2003-04-10  paf
                   5830:        * src/doc/string.dox [template_gc] 1.4.22.2:
                   5831:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.19:
                   5832:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.49:
                   5833:        * src/lib/cord/cordbscs.c [template_gc] 1.1.2.11:
                   5834:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.39:
                   5835:        * src/types/pa_vform.C [template_gc] 1.74.2.11.2.8:
                   5836:        * src/types/pa_vform.h [template_gc] 1.45.2.8.2.5:
                   5837:        * tests/123.html [template_gc] 1.1.2.1:
                   5838:        * tests/124.html [template_gc] 1.1.2.1:
                   5839:        * tests/results/001.processed [template_gc] 1.1.2.2.2.1:
                   5840:        * tests/results/002.processed [template_gc] 1.1.2.2.2.1:
                   5841:        * tests/results/003.processed [template_gc] 1.1.2.2.2.1:
                   5842:        * tests/results/004.processed [template_gc] 1.1.2.2.2.1:
                   5843:        * tests/results/005.processed [template_gc] 1.1.2.2.2.1:
                   5844:        * tests/results/006.processed [template_gc] 1.1.2.2.2.1:
                   5845:        * tests/results/008.processed [template_gc] 1.1.2.2.2.1:
                   5846:        * tests/results/009.processed [template_gc] 1.1.2.2.2.1:
                   5847:        * tests/results/010.processed [template_gc] 1.1.2.1.2.1:
                   5848:        * tests/results/011.processed [template_gc] 1.1.2.2.2.1:
                   5849:        * tests/results/012.processed [template_gc] 1.1.2.2.2.1:
                   5850:        * tests/results/013.processed [template_gc] 1.1.2.2.2.1:
                   5851:        * tests/results/014.processed [template_gc] 1.1.2.2.2.1:
                   5852:        * tests/results/015.processed [template_gc] 1.1.2.2.2.1:
                   5853:        * tests/results/016.processed [template_gc] 1.1.2.2.2.1:
                   5854:        * tests/results/017.processed [template_gc] 1.1.2.2.2.1:
                   5855:        * tests/results/018.processed [template_gc] 1.1.2.1.2.1:
                   5856:        * tests/results/020.processed [template_gc] 1.1.2.2.2.1:
                   5857:        * tests/results/021.processed [template_gc] 1.1.2.2.2.1:
                   5858:        * tests/results/022.processed [template_gc] 1.1.2.2.2.1:
                   5859:        * tests/results/023.processed [template_gc] 1.1.2.1.2.1:
                   5860:        * tests/results/024.processed [template_gc] 1.1.2.2.2.1:
                   5861:        * tests/results/025.processed [template_gc] 1.1.2.2.2.1:
                   5862:        * tests/results/026.processed [template_gc] 1.1.2.2.2.1:
                   5863:        * tests/results/027.processed [template_gc] 1.1.2.2.2.1:
                   5864:        * tests/results/028.processed [template_gc] 1.1.2.2.2.1:
                   5865:        * tests/results/029.processed [template_gc] 1.1.2.2.2.1:
                   5866:        * tests/results/030.processed [template_gc] 1.1.2.2.2.1:
                   5867:        * tests/results/031.processed [template_gc] 1.1.2.2.2.1:
                   5868:        * tests/results/032.processed [template_gc] 1.1.2.1.2.1:
                   5869:        * tests/results/033.processed [template_gc] 1.1.2.1.2.1:
                   5870:        * tests/results/034.processed [template_gc] 1.1.2.1.2.1:
                   5871:        * tests/results/035.processed [template_gc] 1.1.2.1.2.1:
                   5872:        * tests/results/036.processed [template_gc] 1.1.2.1.2.1:
                   5873:        * tests/results/037.processed [template_gc] 1.1.2.1.2.1:
                   5874:        * tests/results/038.processed [template_gc] 1.1.2.1.2.1:
                   5875:        * tests/results/039.processed [template_gc] 1.1.2.1.2.1:
                   5876:        * tests/results/040.processed [template_gc] 1.1.2.1.2.1:
                   5877:        * tests/results/041.processed [template_gc] 1.1.2.1.2.1:
                   5878:        * tests/results/042.processed [template_gc] 1.1.2.1.2.1:
                   5879:        * tests/results/043.processed [template_gc] 1.1.2.1.2.1:
                   5880:        * tests/results/044.processed [template_gc] 1.1.2.1.2.1:
                   5881:        * tests/results/045.processed [template_gc] 1.1.2.1.2.1:
                   5882:        * tests/results/046.processed [template_gc] 1.1.2.1.2.1:
                   5883:        * tests/results/047.processed [template_gc] 1.1.2.1.2.1:
                   5884:        * tests/results/048.processed [template_gc] 1.1.2.1.2.1:
                   5885:        * tests/results/049.processed [template_gc] 1.1.2.1.2.1:
                   5886:        * tests/results/050.processed [template_gc] 1.1.2.1.2.1:
                   5887:        * tests/results/051.processed [template_gc] 1.1.2.1.2.1:
                   5888:        * tests/results/052.processed [template_gc] 1.1.2.1.2.1:
                   5889:        * tests/results/053.processed [template_gc] 1.1.2.1.2.1:
                   5890:        * tests/results/054.processed [template_gc] 1.1.2.1.2.1:
                   5891:        * tests/results/055.processed [template_gc] 1.1.2.1.2.1:
                   5892:        * tests/results/056.processed [template_gc] 1.1.2.1.2.1:
                   5893:        * tests/results/057.processed [template_gc] 1.1.2.3.2.1:
                   5894:        * tests/results/058.processed [template_gc] 1.1.2.2.2.1:
                   5895:        * tests/results/059.processed [template_gc] 1.1.2.1.2.1:
                   5896:        * tests/results/060.processed [template_gc] 1.1.2.1.2.1:
                   5897:        * tests/results/061.processed [template_gc] 1.1.2.1.2.1:
                   5898:        * tests/results/062.processed [template_gc] 1.1.2.1.2.1:
                   5899:        * tests/results/063.processed [template_gc] 1.1.2.1.2.1:
                   5900:        * tests/results/064.processed [template_gc] 1.1.2.1.2.1:
                   5901:        * tests/results/065.processed [template_gc] 1.1.2.1.2.1:
                   5902:        * tests/results/066.processed [template_gc] 1.1.2.1.2.1:
                   5903:        * tests/results/067.processed [template_gc] 1.1.2.1.2.1:
                   5904:        * tests/results/068.processed [template_gc] 1.1.2.1.2.1:
                   5905:        * tests/results/069.processed [template_gc] 1.1.2.1.2.1:
                   5906:        * tests/results/070.processed [template_gc] 1.1.2.1.2.1:
                   5907:        * tests/results/071.processed [template_gc] 1.1.2.1.2.1:
                   5908:        * tests/results/072.processed [template_gc] 1.1.2.1.2.1:
                   5909:        * tests/results/073.processed [template_gc] 1.1.2.1.2.1:
                   5910:        * tests/results/074.processed [template_gc] 1.1.2.1.2.1:
                   5911:        * tests/results/075.processed [template_gc] 1.1.2.1.2.1:
                   5912:        * tests/results/076.processed [template_gc] 1.1.2.1.2.1:
                   5913:        * tests/results/077.processed [template_gc] 1.1.2.1.2.1:
                   5914:        * tests/results/078.processed [template_gc] 1.1.2.1.2.1:
                   5915:        * tests/results/079.processed [template_gc] 1.1.2.1.2.1:
                   5916:        * tests/results/080.processed [template_gc] 1.1.2.1.2.1:
                   5917:        * tests/results/081.processed [template_gc] 1.1.2.1.2.1:
                   5918:        * tests/results/082.processed [template_gc] 1.1.2.1.2.1:
                   5919:        * tests/results/083.processed [template_gc] 1.1.2.1.2.1:
                   5920:        * tests/results/084.processed [template_gc] 1.1.2.1.2.1:
                   5921:        * tests/results/085.processed [template_gc] 1.1.2.1.2.1:
                   5922:        * tests/results/086.processed [template_gc] 1.1.2.1.2.1:
                   5923:        * tests/results/087.processed [template_gc] 1.1.2.1.2.1:
                   5924:        * tests/results/088.processed [template_gc] 1.1.2.1.2.1:
                   5925:        * tests/results/089.processed [template_gc] 1.1.2.1.2.1:
                   5926:        * tests/results/090.processed [template_gc] 1.1.2.1.2.1:
                   5927:        * tests/results/091.processed [template_gc] 1.1.2.1.2.1:
                   5928:        * tests/results/092.processed [template_gc] 1.1.2.1.2.1:
                   5929:        * tests/results/093.processed [template_gc] 1.1.2.1.2.1:
                   5930:        * tests/results/094.processed [template_gc] 1.1.2.1.2.1:
                   5931:        * tests/results/095.processed [template_gc] 1.1.2.1.2.1:
                   5932:        * tests/results/096.processed [template_gc] 1.1.2.1.2.1:
                   5933:        * tests/results/097.processed [template_gc] 1.1.2.1.2.1:
                   5934:        * tests/results/101.processed [template_gc] 1.1.2.1.2.1:
                   5935:        * tests/results/102.processed [template_gc] 1.1.2.1.2.1:
                   5936:        * tests/results/104.processed [template_gc] 1.1.2.1.2.1:
                   5937:        * tests/results/105.processed [template_gc] 1.1.2.1.2.1:
                   5938:        * tests/results/106.processed [template_gc] 1.1.2.1.2.1:
                   5939:        * tests/results/107.processed [template_gc] 1.1.2.1.2.2:
                   5940:        * tests/results/108.processed [template_gc] 1.1.2.1.2.2:
                   5941:        * tests/results/109.processed [template_gc] 1.1.2.1.2.2:
                   5942:        * tests/results/110.processed [template_gc] 1.1.2.1.2.1:
                   5943:        * tests/results/111.processed [template_gc] 1.1.2.1.2.1:
                   5944:        * tests/results/112.processed [template_gc] 1.1.2.1.2.1:
                   5945:        * tests/results/113.processed [template_gc] 1.1.2.1.2.1:
                   5946:        * tests/results/114.processed [template_gc] 1.1.2.1.2.1:
                   5947:        * tests/results/115.processed [template_gc] 1.1.2.1.2.1:
                   5948:        * tests/results/116.processed [template_gc] 1.1.2.1.2.1:
                   5949:        * tests/results/117.processed [template_gc] 1.1.2.1.2.2:
                   5950:        * tests/results/118.processed [template_gc] 1.1.2.1.2.1:
                   5951:        * tests/results/119.processed [template_gc] 1.1.2.1.2.1:
                   5952:        * tests/results/120.processed [template_gc] 1.1.2.1.2.1:
                   5953:        * tests/results/121.processed [template_gc] 1.1.2.2:
                   5954:        * tests/results/122.processed [template_gc] 1.1.2.2:
                   5955:        * tests/results/123.processed [template_gc] 1.1.2.1:
                   5956:        * tests/results/124.processed [template_gc] 1.1.2.1:
                   5957:                new convention: char* never 0. assert in cord on that
                   5958: 
                   5959:        * tests/124.html 1.1:
                   5960:                file 124.html was initially added on branch template_gc.
                   5961: 
                   5962:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.24:
                   5963:                couple more asserts
                   5964: 
                   5965:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.25:
                   5966:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.14:
                   5967:        * src/include/pa_charset.h [template_gc] 1.20.2.18.2.10:
                   5968:                found very old xml (dom) bug:
                   5969:                were passing domString objects and later ERROREOUSLY freed them
                   5970: 
                   5971:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.20:
                   5972:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.21:
                   5973:                bugfix on memory buffer overrun [but that's memory from
                   5974:                gc_malloc, not from g_malloc :(, but would hope]
                   5975: 
                   5976:        * tests/results/123.processed 1.1:
                   5977:                file 123.processed was initially added on branch template_gc.
                   5978: 
                   5979:        * src/include/pa_charset.h [template_gc] 1.20.2.18.2.9:
                   5980:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.23:
                   5981:                little transcodes speedup
                   5982: 
                   5983:        * tests/results/124.processed 1.1:
                   5984:                file 124.processed was initially added on branch template_gc.
                   5985: 
                   5986:        * tests/123.html 1.1:
                   5987:                file 123.html was initially added on branch template_gc.
                   5988: 
                   5989:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.19:
                   5990:                checked custom malloc for returning 0
                   5991: 
                   5992:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.22:
                   5993:                couple assertions on fantastic situations added [may be those
                   5994:                is the case now?]
                   5995: 
                   5996: 2003-04-09  paf
                   5997:        * tests/122.html [template_gc] 1.1.2.1:
                   5998:        * tests/results/122.processed [template_gc] 1.1.2.1:
                   5999:                122 date test <= and == added [after volatile fix. passes on
                   6000:                win&intel-solaris]
                   6001: 
                   6002:        * src/targets/cgi/pp3.cmd [template_gc] 1.1.2.1:
                   6003:                custom profiling script:
                   6004:                plist/ST << Sort by function time
                   6005: 
                   6006:        * src/classes/date.C [template_gc] 1.42.2.11.2.12:
                   6007:                merged ^date.roll changes
                   6008: 
                   6009:        * src/classes/date.C 1.44:
                   6010:                ^date.roll bug fix
                   6011: 
                   6012:        * tests/results/122.processed 1.1:
                   6013:                file 122.processed was initially added on branch template_gc.
                   6014: 
                   6015:        * tests/122.html 1.1:
                   6016:                file 122.html was initially added on branch template_gc.
                   6017: 
                   6018:        * src/classes/date.C 1.43:
                   6019:                ^date.roll now throws less errors:
                   6020:                month shifts handles end of month situation by reducing day number
                   6021:                hour-hole shift reduces hour to recover
                   6022: 
                   6023:        * src/targets/cgi/pp3.cmd 1.1:
                   6024:                file pp3.cmd was initially added on branch template_gc.
                   6025: 
                   6026:        * operators.txt [template_gc] 1.109.2.1.2.5:
                   6027:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.18:
                   6028:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.26:
                   6029:                http://
                   6030:                  $.charset[] param
                   6031:                done
                   6032: 
                   6033: 2003-04-08  paf
                   6034:        * src/main/untaint.C [template_gc] 1.115.2.12.2.21:
                   6035:                CORD_pos_advance turned out to have limit on 'n' param. worked
                   6036:                that around
                   6037: 
                   6038:        * src/main/untaint.C [template_gc] 1.115.2.12.2.22:
                   6039:                removed redundant & in CORD_pos param passing [for it's a
                   6040:                pointer really]
                   6041: 
                   6042:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.24:
                   6043:                merged PA_USE_ALARM bugfix from HEAD
                   6044: 
                   6045:        * src/lib/cord/source.url 1.1:
                   6046:                file source.url was initially added on branch template_gc.
                   6047: 
                   6048:        * src/classes/date.C [template_gc] 1.42.2.11.2.11:
                   6049:        * src/classes/file.C [template_gc] 1.107.2.16.2.14:
                   6050:        * src/classes/hash.C [template_gc] 1.54.2.13.2.15:
                   6051:        * src/classes/op.C [template_gc] 1.127.2.22.2.31:
                   6052:        * src/classes/string.C [template_gc] 1.125.2.15.2.23:
                   6053:        * src/classes/table.C [template_gc] 1.172.2.14.2.26:
                   6054:        * src/include/pa_charset.h [template_gc] 1.20.2.18.2.7:
                   6055:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.18:
                   6056:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.47:
                   6057:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.34:
                   6058:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.16:
                   6059:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.15:
                   6060:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.29:
                   6061:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.37:
                   6062:        * src/main/pa_uue.C [template_gc] 1.4.2.5.2.5:
                   6063:        * src/main/untaint.C [template_gc] 1.115.2.12.2.25:
                   6064:        * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.5:
                   6065:        * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.7:
                   6066:        * src/types/pa_vform.C [template_gc] 1.74.2.11.2.6:
                   6067:        * src/types/pa_vform.h [template_gc] 1.45.2.8.2.4:
                   6068:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.15:
                   6069:                pa_vform violated String::invariant. started fixing [not
                   6070:                compiled now]
                   6071: 
                   6072:        * src/classes/file.C [template_gc] 1.107.2.16.2.15:
                   6073:        * src/classes/op.C [template_gc] 1.127.2.22.2.32:
                   6074:        * src/classes/table.C [template_gc] 1.172.2.14.2.27:
                   6075:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.24:
                   6076:        * src/include/pa_charset.h [template_gc] 1.20.2.18.2.8:
                   6077:        * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.5:
                   6078:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.11:
                   6079:        * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.3:
                   6080:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.17:
                   6081:        * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.4:
                   6082:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.25:
                   6083:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.16:
                   6084:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.30:
                   6085:        * src/main/untaint.C [template_gc] 1.115.2.12.2.27:
                   6086:        * src/types/pa_value.h [template_gc] 1.109.2.25.2.11:
                   6087:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.17:
                   6088:        * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.5:
                   6089:        * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.6:
                   6090:                started http://
                   6091:                  $.charset[] param
                   6092:                and
                   6093:                  http response charset detection
                   6094:                just compiled.
                   6095:                todo:test
                   6096: 
                   6097:        * src/classes/string.C [template_gc] 1.125.2.15.2.24:
                   6098:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.48:
                   6099:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.38:
                   6100:        * src/main/untaint.C [template_gc] 1.115.2.12.2.26:
                   6101:        * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.6:
                   6102:        * src/types/pa_vform.C [template_gc] 1.74.2.11.2.7:
                   6103:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.16:
                   6104:                changed transcode param converntion  along with string creating convention -- all strings are zero-terminated,
                   6105:                this allowed to fix one remaining String("123", 2) case
                   6106: 
                   6107:        * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.3:
                   6108:        * src/lib/cord/Makefile.in [template_gc] 1.1.2.2:
                   6109:                *** empty log message ***
                   6110: 
                   6111:        * src/classes/string.C [template_gc] 1.125.2.15.2.22:
                   6112:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.46:
                   6113:        * src/lib/cord/cordbscs.c [template_gc] 1.1.2.10:
                   6114:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.33:
                   6115:        * src/main/compile.y [template_gc] 1.204.2.8.2.17:
                   6116:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.36:
                   6117:        * src/main/untaint.C [template_gc] 1.115.2.12.2.24:
                   6118:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.23:
                   6119:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.12:
                   6120:                number of string style improvements & optimizations
                   6121: 
                   6122:        * src/lib/cord/Makefile.am [template_gc] 1.1.2.2:
                   6123:        * src/lib/cord/cordbscs.c [template_gc] 1.1.2.9:
                   6124:        * src/lib/cord/source.url [template_gc] 1.1.2.1:
                   6125:                From: "Boehm, Hans" <hans_boehm@hp.com>
                   6126:                To: "'Alexandr Petrosian (PAF)'" <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com>
                   6127:                Sent: Tuesday, April 08, 2003 2:16 AM
                   6128:                Subject: RE: libgc 6.2.alpha4 cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   6129:                
                   6130:                
                   6131:                Thanks for the bug report and patch.
                   6132:                
                   6133:                I hadn't looked at this code in a while.  Reading it now, it seems to me that the tests should also be ">= MAX_DEPTH" to comply with the invariant, though that may not matter a lot.  I changed that, too.
                   6134:                
                   6135:                Hans
                   6136: 
                   6137:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.13:
                   6138:                =0 bug fix [left from autoptr default ctor :(]
                   6139: 
                   6140: 2003-04-07  paf
                   6141:        * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.7:
                   6142:                small style change
                   6143: 
                   6144:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.45:
                   6145:        * src/lib/cord/cordbscs.c [template_gc] 1.1.2.8:
                   6146:                CORD_cat bugfix
                   6147: 
                   6148:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.10:
                   6149:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.23:
                   6150:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.14:
                   6151:                merged from head:safe mode error message now includes numbers
                   6152: 
                   6153:        * src/include/pa_common.h 1.90:
                   6154:        * src/main/pa_common.C 1.149:
                   6155:        * src/main/pa_exec.C 1.50:
                   6156:                safe mode error message now includes numbers
                   6157: 
                   6158:        * src/main/execute.C 1.296:
                   6159:        * src/main/execute.C [template_gc] 1.295.2.27.2.22:
                   6160:                n-th attempt to make a=a work with double.
                   6161:                problem: as_double returns it's result in fp-register
                   6162:                compiler optimizes access to that register after b->as_double,
                   6163:                and just compares ALREADY_STORED_VALUE with prev-calculated a->as_double from memory.
                   6164:                _SAME_ double values do not match here.
                   6165:                when forced to REload fp-register, values do match.
                   6166:                
                   6167:                tried to make them volatile.
                   6168: 
                   6169:        * src/main/untaint.C [template_gc] 1.115.2.12.2.19:
                   6170:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.22:
                   6171:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.11:
                   6172:                unknown untaint lang now causes death
                   6173: 
                   6174: 2003-04-04  paf
                   6175:        * src/types/pa_vmail.C 1.44:
                   6176:                mail receive: .txt attachemnts bug fix
                   6177:                http://i2/tasks/edit/?id=4507350336410850921
                   6178: 
                   6179:        * src/main/pa_globals.C 1.154:
                   6180:                exif mem leak
                   6181:                http://i2/tasks/edit/?id=4480590323629807263
                   6182: 
                   6183:        * src/classes/classes.dsp 1.27:
                   6184:        * src/lib/ltdl/libltdl.dsp 1.5:
                   6185:        * src/lib/md5/md5.dsp 1.4:
                   6186:        * src/lib/pcre/pcre.dsp 1.3:
                   6187:        * src/main/compile.tab.C 1.82:
                   6188:        * src/main/main.dsp 1.163:
                   6189:        * src/main/pa_globals.C 1.153:
                   6190:        * src/targets/cgi/parser3.dsp 1.62:
                   6191:        * src/types/types.dsp 1.38:
                   6192:                links to xml libs made relative, no need to unpack
                   6193:                parser3project to /parser3project.
                   6194: 
                   6195:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.31:
                   6196:        * src/main/compile.y [template_gc] 1.204.2.8.2.15:
                   6197:                more understandable error message in case @CLASS with more then
                   6198:                one line inside
                   6199: 
                   6200:        * src/classes/classes.dsp 1.28:
                   6201:        * src/main/main.dsp 1.164:
                   6202:        * src/targets/cgi/parser3.dsp 1.63:
                   6203:        * src/types/pa_vmail.C 1.43:
                   6204:        * src/types/types.dsp 1.39:
                   6205:                buf fix http://i2/tasks/edit/?id=4493946731322521294
                   6206:                $.to[billgates@microsoft.com
                   6207:                BCc: send-spam-to@someemails.ru
                   6208:                ]
                   6209: 
                   6210:        * src/classes/file.C 1.110:
                   6211:        * src/include/pa_exec.h 1.12:
                   6212:        * src/main/pa_exec.C 1.49:
                   6213:                incorportated pa_exec patch by
                   6214:                From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   6215:                To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   6216:                Sent: Thursday, January 23, 2003 9:14 AM
                   6217:                
                   6218:                huge speedup on ^file::cgi with big result
                   6219: 
                   6220:        * configure [template_gc] 1.66.2.5.2.7:
                   6221:        * tests/Makefile [template_gc] 1.1.2.8.2.8:
                   6222:        * tests/Makefile [template_gc] 1.1.2.8.2.9:
                   6223:                *** empty log message ***
                   6224: 
                   6225:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.21:
                   6226:                more understandable error message in case of errors in @unhandled_exception
                   6227: 
                   6228:        * src/classes/math.C 1.25:
                   6229:                allowed random 1...
                   6230: 
                   6231:        * src/classes/xdoc.C 1.109:
                   6232:                memory allocation func bugfix
                   6233:                http://i2/tasks/edit/?id=4499303470368629745
                   6234: 
1.39      paf      6235:        * src/classes/table.C 1.173:
                   6236:                sort table with 0 rows bug fixed
                   6237: 
1.23      paf      6238:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.32:
                   6239:        * src/main/compile.y [template_gc] 1.204.2.8.2.16:
                   6240:        * src/main/compile_tools.h [template_gc] 1.67.2.8.2.11:
                   6241:                error column more precise - tab handling bug fixed
                   6242: 
1.39      paf      6243:        * src/classes/math.C [template_gc] 1.24.2.12.2.11:
                   6244:                allowed random 0..
                   6245: 
1.23      paf      6246:        * src/classes/hash.C 1.55:
                   6247:        * src/types/pa_vhash.h 1.44:
                   6248:                $hash._default showed in foreach & co bug fix
                   6249:                http://i2/tasks/edit/?id=4493701604654042676
                   6250:                
                   6251:                @main[]
                   6252:                $with_default[
                   6253:                        $.a[1]
                   6254:                        $._default[default from with_default]
                   6255:                ]
                   6256:                ^show[$with_default]
                   6257:                
                   6258:                $to_add_to[
                   6259:                        $.b[2]
                   6260:                ]
                   6261:                ^to_add_to.add[$with_default]
                   6262:                =$to_add_to.xxx=<br>
                   6263:                
                   6264:                
                   6265:                ^show[$to_add_to]
                   6266:                
                   6267:                
                   6268:                $cloned[^hash::create[$with_default]]
                   6269:                =$cloned.xxx=<br>
                   6270:                ^show[$cloned]
                   6271:                
                   6272:                
                   6273:                @show[hash]
                   6274:                ^hash.foreach[k;v]{
                   6275:                        $k = $v <br>
                   6276:                
                   6277:                }
                   6278:                <hr>
                   6279: 
                   6280: 2003-04-03  paf
                   6281:        * src/classes/op.C [template_gc] 1.127.2.22.2.23:
                   6282:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.18:
                   6283:        * src/include/pa_stack.h [template_gc] 1.17.2.6.2.6:
                   6284:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.23:
                   6285:        * src/main/execute.C [template_gc] 1.295.2.27.2.16:
                   6286:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.22:
                   6287:                strack trace reset after handled exception [old bug fixed]
                   6288: 
                   6289:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.22:
                   6290:        * src/main/compile.y [template_gc] 1.204.2.8.2.10:
                   6291:                parse position old bug fixed.
                   6292:                position reporting made precise [both, in parse erros and runtime errors]
                   6293: 
                   6294:        * operators.txt [template_gc] 1.109.2.1.2.4:
                   6295:        * src/classes/date.C [template_gc] 1.42.2.11.2.10:
                   6296:        * src/classes/date.C [template_gc] 1.42.2.11.2.9:
                   6297:        * src/classes/double.C [template_gc] 1.53.2.8.2.4:
                   6298:        * src/classes/file.C [template_gc] 1.107.2.16.2.13:
                   6299:        * src/classes/hash.C [template_gc] 1.54.2.13.2.14:
                   6300:        * src/classes/image.C [template_gc] 1.90.2.15.2.20:
                   6301:        * src/classes/image.C [template_gc] 1.90.2.15.2.21:
                   6302:        * src/classes/int.C [template_gc] 1.49.2.7.2.5:
                   6303:        * src/classes/mail.C [template_gc] 1.88.2.16.2.17:
                   6304:        * src/classes/math.C [template_gc] 1.24.2.12.2.9:
                   6305:        * src/classes/memory.C [template_gc] 1.1.2.4:
                   6306:        * src/classes/op.C [template_gc] 1.127.2.22.2.27:
                   6307:        * src/classes/op.C [template_gc] 1.127.2.22.2.28:
                   6308:        * src/classes/response.C [template_gc] 1.23.2.8.2.3:
                   6309:        * src/classes/string.C [template_gc] 1.125.2.15.2.20:
                   6310:        * src/classes/string.C [template_gc] 1.125.2.15.2.21:
                   6311:        * src/classes/table.C [template_gc] 1.172.2.14.2.24:
                   6312:        * src/classes/table.C [template_gc] 1.172.2.14.2.25:
                   6313:        * src/classes/void.C [template_gc] 1.28.2.5.2.9:
                   6314:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.22:
                   6315:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.23:
                   6316:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.12:
                   6317:        * src/classes/xnode.h [template_gc] 1.18.2.6.2.7:
                   6318:        * src/main/execute.C [template_gc] 1.295.2.27.2.19:
                   6319:        * src/types/pa_method.h [template_gc] 1.1.2.4.2.5:
                   6320:        * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.12:
                   6321:                MethodParams& now [methods without params receive zero
                   6322:                reference, but they are expected not to look there]
                   6323: 
                   6324:        * src/main/execute.C [template_gc] 1.295.2.27.2.18:
                   6325:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.11:
                   6326:        * src/types/pa_value.h [template_gc] 1.109.2.25.2.10:
                   6327:        * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.5:
                   6328:                slightly improved error messages text:
                   6329:                1. is '%s', it
                   6330:                2. method undefined in case of ^void[]
                   6331: 
1.39      paf      6332:        * src/lib/Makefile.in [template_gc] 1.8.2.3.2.2:
                   6333:                removed 'patches'
                   6334: 
1.23      paf      6335:        * src/classes/math.C [template_gc] 1.24.2.12.2.10:
                   6336:                top limit
                   6337: 
                   6338:        * src/classes/op.C [template_gc] 1.127.2.22.2.24:
                   6339:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.19:
                   6340:                removed from trace 'a' exception when
                   6341:                ^try{
                   6342:                   ^throw[a;1]
                   6343:                }{
                   6344:                   ^throw[b;2]
                   6345:                }
                   6346:                
                   6347:                this makes life easier: were: bad stack order -- were in exception catch unwind order, which didn't match execution order
                   6348:                
                   6349:                
                   6350:                @main[]
                   6351:                ^try{
                   6352:                        ^first[]
                   6353:                }{
                   6354:                        ^throw[c;3]
                   6355:                }
                   6356:                
                   6357:                @first[]
                   6358:                ^throw[a;1]
                   6359:                
                   6360:                showed
                   6361:                throw a
                   6362:                first
                   6363:                throw b
                   6364:                try
                   6365:                
                   6366:                which is no good
                   6367: 
                   6368:        * src/classes/op.C [template_gc] 1.127.2.22.2.30:
                   6369:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.26:
                   6370:        * tests/042.html [template_gc] 1.1.2.1.2.1:
                   6371:                test 042 changed to realities, and passed [bug fixed]
                   6372: 
                   6373:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.25:
                   6374:        * src/main/compile.y [template_gc] 1.204.2.8.2.12:
                   6375:                *** empty log message ***
                   6376: 
                   6377:        * operators.txt [template_gc] 1.109.2.1.2.3:
                   6378:        * src/classes/op.C [template_gc] 1.127.2.22.2.26:
                   6379:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.21:
                   6380:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.24:
                   6381:        * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.11:
                   6382:                ^process...[filename]
                   6383:                useful for better error reporting  [file/line/col]
                   6384: 
                   6385:        * INSTALL [template_gc] 1.31.6.2:
                   6386:        * src/include/pa_operation.h [template_gc] 1.1.2.6.2.5:
                   6387:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.23:
                   6388:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.29:
                   6389:        * src/main/compile.y [template_gc] 1.204.2.8.2.14:
                   6390:        * src/main/compile_tools.C [template_gc] 1.54.2.5.2.11:
                   6391:        * src/main/compile_tools.h [template_gc] 1.67.2.8.2.10:
                   6392:        * src/main/execute.C [template_gc] 1.295.2.27.2.20:
                   6393:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.27:
                   6394:                debug info format simplified, now it's:
                   6395:                OP_VALUE
                   6396:                Operation::Origin << here
                   6397:                value*
                   6398:                
                   6399:                higher limits:
                   6400:                  file number (max: 255)
                   6401:                  line number (max: 64535)
                   6402:                  column number (max: 255)
                   6403: 
                   6404:        * src/main/compile.C [template_gc] 1.69.2.6.2.8:
                   6405:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.27:
                   6406:        * src/main/compile.y [template_gc] 1.204.2.8.2.13:
                   6407:        * src/main/compile_tools.h [template_gc] 1.67.2.8.2.9:
                   6408:                precise parse error position in case of
                   6409:                
                   6410:                ^bug
                   6411:                ]
                   6412: 
                   6413:        * src/classes/op.C [template_gc] 1.127.2.22.2.25:
                   6414:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.20:
                   6415:        * src/include/pa_stack.h [template_gc] 1.17.2.6.2.7:
                   6416:        * src/include/pa_types.h [template_gc] 1.44.2.3.2.1:
                   6417:        * src/main/execute.C [template_gc] 1.295.2.27.2.17:
                   6418:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.23:
                   6419:                exception handling done. now we have error columns
                   6420:                todo: test it
                   6421: 
                   6422:        * src/classes/op.C [template_gc] 1.127.2.22.2.29:
                   6423:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.22:
                   6424:        * src/main/compile.C [template_gc] 1.69.2.6.2.7:
                   6425:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.24:
                   6426:        * src/main/compile.y [template_gc] 1.204.2.8.2.11:
                   6427:        * src/main/compile_tools.C [template_gc] 1.54.2.5.2.10:
                   6428:        * src/main/compile_tools.h [template_gc] 1.67.2.8.2.8:
                   6429:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.25:
                   6430:                introducing ^process...[main-method-alias]
                   6431: 
                   6432: 2003-04-02  paf
                   6433:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.21:
                   6434:        * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.10:
                   6435:                removed ref leak in xdoc::create/load
                   6436: 
                   6437:        * src/classes/op.C [template_gc] 1.127.2.22.2.22:
                   6438:        * src/include/pa_operation.h [template_gc] 1.1.2.6.2.3:
                   6439:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.16:
                   6440:        * src/main/compile.C [template_gc] 1.69.2.6.2.5:
                   6441:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.20:
                   6442:        * src/main/compile.y [template_gc] 1.204.2.8.2.8:
                   6443:        * src/main/compile_tools.C [template_gc] 1.54.2.5.2.8:
                   6444:        * src/main/compile_tools.h [template_gc] 1.67.2.8.2.6:
                   6445:        * src/main/execute.C [template_gc] 1.295.2.27.2.14:
                   6446:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.20:
                   6447:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.9:
                   6448:                prepared debug info
                   6449:                todo:use it
                   6450: 
                   6451:        * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.6:
                   6452:        * tests/Makefile [template_gc] 1.1.2.8.2.6:
                   6453:                replace bug fix [broke Dictionary constructor when moved to gc]
                   6454: 
                   6455:        * src/classes/op.C [template_gc] 1.127.2.22.2.21:
                   6456:        * src/classes/table.C [template_gc] 1.172.2.14.2.22:
                   6457:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.15:
                   6458:        * src/main/compile_tools.C [template_gc] 1.54.2.5.2.7:
                   6459:        * src/main/execute.C [template_gc] 1.295.2.27.2.12:
                   6460:        * src/types/pa_value.h [template_gc] 1.109.2.25.2.9:
                   6461:        * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.2:
                   6462:        * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.4:
                   6463:        * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.4:
                   6464:        * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.3:
                   6465:        * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.6:
                   6466:        * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.6:
                   6467:        * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.7:
                   6468:        * src/types/pa_vint.h [template_gc] 1.38.2.10.2.4:
                   6469:        * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.2:
                   6470:        * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.8:
                   6471:        * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.6:
                   6472:        * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.4:
                   6473:        * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.6:
                   6474:        * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.3:
                   6475:        * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.9:
                   6476:        * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.7:
                   6477:                more locally scoped vars in execute (more easily optimizable)
                   6478: 
                   6479:        * src/lib/patches/gdome2.patch [template_gc] 1.1.6.1:
                   6480:                starting in gdome 0.7.4 this is no longer needed [author
                   6481:                applied my patch]
                   6482: 
                   6483:        * src/include/pa_operation.h [template_gc] 1.1.2.6.2.4:
                   6484:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.17:
                   6485:        * src/main/compile.C [template_gc] 1.69.2.6.2.6:
                   6486:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.21:
                   6487:        * src/main/compile.y [template_gc] 1.204.2.8.2.9:
                   6488:        * src/main/compile_tools.C [template_gc] 1.54.2.5.2.9:
                   6489:        * src/main/compile_tools.h [template_gc] 1.67.2.8.2.7:
                   6490:        * src/main/execute.C [template_gc] 1.295.2.27.2.15:
                   6491:        * src/main/pa_exception.C [template_gc] 1.43.2.15.2.9:
                   6492:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.21:
                   6493:                debug info: started using.
                   6494:                todo:complete
                   6495: 
                   6496:        * src/lib/patches/Makefile.am [template_gc] 1.3.6.1:
                   6497:        * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.2:
                   6498:                not patches now
                   6499: 
                   6500:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.21:
                   6501:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.22:
                   6502:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.6:
                   6503:                uncommented http:// file loading
                   6504: 
                   6505:        * tests/Makefile [template_gc] 1.1.2.8.2.7:
                   6506:        * tests/results/108.processed [template_gc] 1.1.2.1.2.1:
                   6507:        * tests/results/117.processed [template_gc] 1.1.2.1.2.1:
                   6508:                meta considered OK [it's up to coder now to remove it not
                   6509:                needed]
                   6510: 
                   6511:        * configure [template_gc] 1.66.2.5.2.3:
                   6512:        * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.2:
                   6513:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.14:
                   6514:                --enable-assertions autoconf-ed
                   6515: 
                   6516:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.12:
                   6517:        * src/include/pa_stack.h [template_gc] 1.17.2.6.2.4:
                   6518:        * src/main/main.dsp [template_gc] 1.161.6.14.2.8:
                   6519:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.19:
                   6520:                array::get/put inlined
                   6521: 
                   6522:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.14:
                   6523:        * src/main/execute.C [template_gc] 1.295.2.27.2.13:
                   6524:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.20:
                   6525:        * tests/run_parser.sh [template_gc] 1.1.2.1.2.1:
                   6526:                gif encoder bug fix [gdGrowingBuf]
                   6527: 
                   6528:        * src/classes/form.C [template_gc] 1.34.2.7.2.7:
                   6529:        * src/classes/hash.C [template_gc] 1.54.2.13.2.13:
                   6530:        * src/classes/image.C [template_gc] 1.90.2.15.2.19:
                   6531:        * src/classes/string.C [template_gc] 1.125.2.15.2.19:
                   6532:        * src/classes/table.C [template_gc] 1.172.2.14.2.23:
                   6533:        * src/classes/void.C [template_gc] 1.28.2.5.2.8:
                   6534:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.9:
                   6535:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.20:
                   6536:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.19:
                   6537:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.12:
                   6538:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.35:
                   6539:                all calls to String::String(str,helper_length) are checked.
                   6540:                found/fixed one place:
                   6541:                $request:body now zero-terminated,
                   6542: 
                   6543:        * src/lib/patches/libxslt.patch [template_gc] 1.1.6.1:
                   6544:                decided against patching -- one can remove that header in @
                   6545:                postprocess, if he/she wants to
                   6546: 
                   6547:        * src/include/pa_operation.h [template_gc] 1.1.2.6.2.2:
                   6548:                strange mistake fixed: forgot to return Operation class->union
                   6549:                after switching from autoptrs.
                   6550: 
                   6551:        * configure.in [template_gc] 1.62.2.5.2.4:
                   6552:        * src/lib/Makefile.am [template_gc] 1.3.10.2:
                   6553:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.8:
                   6554:                removed patches
                   6555: 
                   6556:        * configure [template_gc] 1.66.2.5.2.4:
                   6557:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.15:
                   6558:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.14:
                   6559:                *** empty log message ***
                   6560: 
                   6561:        * configure.in [template_gc] 1.62.2.5.2.3:
                   6562:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.11:
                   6563:        * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.5:
                   6564:        * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.2:
                   6565:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.43:
                   6566:        * src/lib/cord/cordbscs.c [template_gc] 1.1.2.6:
                   6567:        * src/main/pa_memory.C [template_gc] 1.1.2.5.2.11:
                   6568:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.18:
                   6569:                converted debug hacks to ANSI assertions
                   6570:                started configure.in --enable-assertions
                   6571: 
                   6572:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.13:
                   6573:        * src/include/pa_stack.h [template_gc] 1.17.2.6.2.5:
                   6574:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.44:
                   6575:        * src/main/compile_tools.C [template_gc] 1.54.2.5.2.6:
                   6576:        * src/main/main.dsp [template_gc] 1.161.6.14.2.9:
                   6577:        * src/main/pa_table.C [template_gc] 1.53.2.10.2.4:
                   6578:        * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.10:
                   6579:                array get/put check become assertion
                   6580:                iterator in methodframe filler
                   6581: 
                   6582:        * src/lib/cord/cordbscs.c [template_gc] 1.1.2.7:
                   6583:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.13:
                   6584:                globals.c: gc_substitute_memory_management_functions
                   6585:                +installed CORD_oom function
                   6586: 
                   6587:        * src/lib/patches/libxml2.patch [template_gc] 1.1.6.1:
                   6588:                found a way of dealing with charset tables without patching
                   6589:                library [price: imposed limit of 10 user-defined charsets, but
                   6590:                limit can be easily increased]
                   6591: 
                   6592:        * src/classes/table.C [template_gc] 1.172.2.14.2.21:
                   6593:        * src/include/pa_table.h [template_gc] 1.48.2.11.2.7:
                   6594:        * src/main/pa_table.C [template_gc] 1.53.2.10.2.5:
                   6595:                few for(size_t i=0...) -> for(Array_iterator... i(..); i
                   6596:                has_next()
                   6597: 
                   6598: 2003-04-01  paf
                   6599:        * src/lib/gc/Makefile.am 1.1:
                   6600:        * src/lib/gc/include/Makefile.am 1.1:
                   6601:                file Makefile.am was initially added on branch template_gc.
                   6602: 
                   6603:        * src/classes/classes.dsp [template_gc] 1.25.10.5.2.8:
                   6604:        * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.4:
                   6605:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.19:
                   6606:        * src/main/main.dsp [template_gc] 1.161.6.14.2.7:
                   6607:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.10:
                   6608:        * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.1:
                   6609:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.12:
                   6610:        * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.2:
                   6611:        * src/types/types.dsp [template_gc] 1.35.10.9.2.8:
                   6612:                prepared xml-static configuration
                   6613: 
                   6614:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.11:
                   6615:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.16:
                   6616:                xml memory debugging showed no errors. todo: debug parser memory
                   6617: 
                   6618:        * src/main/pa_memory.C [template_gc] 1.1.2.5.2.9:
                   6619:                bug() to set bpt in (memory.c)
                   6620:                some .am changes
                   6621: 
                   6622:        * src/lib/gc/Makefile.in 1.1:
                   6623:        * src/lib/gc/include/Makefile.in 1.1:
                   6624:                file Makefile.in was initially added on branch template_gc.
                   6625: 
                   6626:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.20:
                   6627:        * src/classes/xnode.h [template_gc] 1.18.2.6.2.6:
                   6628:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.17:
                   6629:        * src/main/pa_memory.C [template_gc] 1.1.2.5.2.10:
                   6630:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.17:
                   6631:        * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.8:
                   6632:        * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.8:
                   6633:        * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.6:
                   6634:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.5:
                   6635:                memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
                   6636:                fixed by remembering xmlDoc from dom object in xdoc.
                   6637:                todo: do something with premature free of xdoc with xnodes/node values referring into it
                   6638: 
                   6639:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.15:
                   6640:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.13:
                   6641:                more build configurations
                   6642: 
                   6643:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.16:
                   6644:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.18:
                   6645:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.12:
                   6646:        * src/main/pa_memory.C [template_gc] 1.1.2.5.2.8:
                   6647:                moved memory debugging to global level: to pa_gc_malloc
                   6648: 
                   6649:        * src/lib/gc/Makefile.am [template_gc] 1.1.2.1:
                   6650:        * src/lib/gc/Makefile.in [template_gc] 1.1.2.1:
                   6651:        * src/lib/gc/include/Makefile.am [template_gc] 1.1.2.1:
                   6652:        * src/lib/gc/include/Makefile.in [template_gc] 1.1.2.1:
                   6653:                *** empty log message ***
                   6654: 
                   6655:        * src/classes/mail.C [template_gc] 1.88.2.16.2.15:
                   6656:        * src/classes/mail.C [template_gc] 1.88.2.16.2.16:
                   6657:                typo fix
                   6658: 
                   6659: 2003-03-31  paf
                   6660:        * INSTALL [template_gc] 1.31.6.1:
                   6661:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.19:
                   6662:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.9:
                   6663:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.14:
                   6664:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.11:
                   6665:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.4:
                   6666:                started xml lib memory debugging, simple checks failed:
                   6667:                it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
                   6668:                heap situation changes = everything works fine
                   6669: 
                   6670:        * src/include/pa_charset.h [template_gc] 1.20.2.18.2.6:
                   6671:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.13:
                   6672:                worked around  xmlRegisterCharEncodingHandler limitation [
                   6673:                currently imposed limit of 10 user-defined charsets]
                   6674: 
                   6675: 2003-03-28  paf
                   6676:        * src/main/execute.C [template_gc] 1.295.2.27.2.11:
                   6677:                execution stack copied to local
                   6678:                register
                   6679:                variable, removed lots [~2e7) of memory accesses
                   6680: 
                   6681: 2003-03-27  paf
                   6682:        * src/classes/string.C [template_gc] 1.125.2.15.2.17:
                   6683:        * src/classes/table.C [template_gc] 1.172.2.14.2.19:
                   6684:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.9:
                   6685:        * src/include/pa_stack.h [template_gc] 1.17.2.6.2.3:
                   6686:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.40:
                   6687:        * src/main/compile_tools.C [template_gc] 1.54.2.5.2.5:
                   6688:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.33:
                   6689:        * src/main/untaint.C [template_gc] 1.115.2.12.2.18:
                   6690:        * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.9:
                   6691:                fixed clients of &get():
                   6692:                most to use non-ref version,
                   6693:                some[in tight places] to get_unchecked_ref
                   6694: 
                   6695:        * src/classes/date.C [template_gc] 1.42.2.11.2.8:
                   6696:        * src/classes/file.C [template_gc] 1.107.2.16.2.12:
                   6697:        * src/classes/hash.C [template_gc] 1.54.2.13.2.12:
                   6698:        * src/classes/string.C [template_gc] 1.125.2.15.2.18:
                   6699:        * src/classes/table.C [template_gc] 1.172.2.14.2.20:
                   6700:        * src/classes/void.C [template_gc] 1.28.2.5.2.7:
                   6701:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.41:
                   6702:        * src/lib/cord/cord.dsp [template_gc] 1.1.2.8:
                   6703:        * src/lib/cord/cordbscs.c [template_gc] 1.1.2.5:
                   6704:        * src/lib/cord/include/cord.h [template_gc] 1.1.2.2:
                   6705:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.16:
                   6706:        * src/main/compile.y [template_gc] 1.204.2.8.2.7:
                   6707:        * src/main/compile_tools.h [template_gc] 1.67.2.8.2.5:
                   6708:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.17:
                   6709:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.12:
                   6710:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.13:
                   6711:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.18:
                   6712:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.34:
                   6713:        * src/main/pa_uue.C [template_gc] 1.4.2.5.2.4:
                   6714:        * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.4:
                   6715:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.10:
                   6716:        * src/types/pa_venv.h [template_gc] 1.28.2.5.2.5:
                   6717:        * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.4:
                   6718:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.14:
                   6719:                introducing append_help_length [radical improvement here]
                   6720: 
                   6721:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.12:
                   6722:                GC_java_finalization turned off [was 'not recommened' in gc.h, 
                   6723:                on win32 noticed no difference]
                   6724: 
                   6725:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.11:
                   6726:                returned checked array get [were disabled for debugging]
                   6727:                result:not slower [don't understand that, it were INLINED]
                   6728:                todo: find out a way of inlining it!
                   6729: 
                   6730:        * src/classes/memory.C [template_gc] 1.1.2.3:
                   6731:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.10:
                   6732:        * src/include/pa_hash.h [template_gc] 1.58.2.18.2.7:
                   6733:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.15:
                   6734:        * src/lib/cord/cord.dsp [template_gc] 1.1.2.7:
                   6735:        * src/lib/cord/cordxtra.c [template_gc] 1.1.2.3:
                   6736:        * src/lib/gc/include/gc.h [template_gc] 1.1.2.2:
                   6737:        * src/main/pa_memory.C [template_gc] 1.1.2.5.2.6:
                   6738:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.10:
                   6739:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.9:
                   6740:        * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.7:
                   6741:                disabled gc, become even slower
                   6742: 
                   6743:        * src/classes/classes.dsp [template_gc] 1.25.10.5.2.7:
                   6744:        * src/classes/memory.C [template_gc] 1.1.2.2:
                   6745:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.16:
                   6746:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.8:
                   6747:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.14:
                   6748:        * src/include/pa_stack.h [template_gc] 1.17.2.6.2.2:
                   6749:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.39:
                   6750:        * src/lib/cord/cord.dsp [template_gc] 1.1.2.6:
                   6751:        * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.4:
                   6752:        * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.3:
                   6753:        * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.3:
                   6754:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.15:
                   6755:        * src/main/compile.y [template_gc] 1.204.2.8.2.6:
                   6756:        * src/main/compile_tools.C [template_gc] 1.54.2.5.2.4:
                   6757:        * src/main/compile_tools.h [template_gc] 1.67.2.8.2.4:
                   6758:        * src/main/main.dsp [template_gc] 1.161.6.14.2.6:
                   6759:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.32:
                   6760:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.9:
                   6761:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.8:
                   6762:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.13:
                   6763:        * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.8:
                   6764:        * src/types/types.dsp [template_gc] 1.35.10.9.2.7:
                   6765:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.3:
                   6766:                Array::put(index, T>>&<< removed
                   6767:                after Stack::pop wiping removed [moved to separate func]
                   6768:                other Array & removed
                   6769: 
                   6770:        * src/lib/gc/include/gc_fake.h 1.1:
                   6771:                file gc_fake.h was initially added on branch template_gc.
                   6772: 
                   6773:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.42:
                   6774:        * src/lib/gc/include/gc.h [template_gc] 1.1.2.3:
                   6775:        * src/lib/gc/include/gc_fake.h [template_gc] 1.1.2.1:
                   6776:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.17:
                   6777:        * src/main/pa_memory.C [template_gc] 1.1.2.5.2.7:
                   6778:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.11:
                   6779:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.10:
                   6780:                convention changed: all resulting strings are zero-terminated
                   6781: 
                   6782:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.17:
                   6783:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.18:
                   6784:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.6:
                   6785:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.13:
                   6786:                forgot to merge XML memory funcs replacement from gc branch
                   6787: 
                   6788:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.18:
                   6789:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.7:
                   6790:                XML memory funcs to GC works in debug, but fails in release
                   6791:                todo: fix that
                   6792: 
                   6793:        * src/doc/memory.dox 1.1:
                   6794:                file memory.dox was initially added on branch template_gc.
                   6795: 
                   6796:        * src/doc/memory.dox [template_gc] 1.1.2.1:
                   6797:                forgot to add
                   6798: 
                   6799: 2003-03-26  paf
                   6800:        * src/lib/cord/include/private/cord_pos.h 1.1:
                   6801:                file cord_pos.h was initially added on branch template_gc.
                   6802: 
                   6803:        * src/classes/classes.dsp [template_gc] 1.25.10.5.2.6:
                   6804:        * src/classes/file.C [template_gc] 1.107.2.16.2.11:
                   6805:        * src/classes/op.C [template_gc] 1.127.2.22.2.20:
                   6806:        * src/classes/table.C [template_gc] 1.172.2.14.2.18:
                   6807:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.7:
                   6808:        * src/include/pa_charset.h [template_gc] 1.20.2.18.2.5:
                   6809:        * src/include/pa_stack.h [template_gc] 1.17.2.6.2.1:
                   6810:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.38:
                   6811:        * src/include/pa_table.h [template_gc] 1.48.2.11.2.6:
                   6812:        * src/lib/cord/cord.dsp [template_gc] 1.1.2.5:
                   6813:        * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.3:
                   6814:        * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.2:
                   6815:        * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.2:
                   6816:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.14:
                   6817:        * src/main/compile.y [template_gc] 1.204.2.8.2.5:
                   6818:        * src/main/main.dsp [template_gc] 1.161.6.14.2.5:
                   6819:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.12:
                   6820:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.16:
                   6821:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.11:
                   6822:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.11:
                   6823:        * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.7:
                   6824:        * src/main/pa_table.C [template_gc] 1.53.2.10.2.3:
                   6825:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.8:
                   6826:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.7:
                   6827:        * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.7:
                   6828:        * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.10:
                   6829:        * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.7:
                   6830:        * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.5:
                   6831:        * src/types/types.dsp [template_gc] 1.35.10.9.2.6:
                   6832:                pre-evaluated .count() in some places
                   6833: 
                   6834:        * src/lib/cord/Makefile.am 1.1:
                   6835:        * src/lib/cord/include/Makefile.am 1.1:
                   6836:        * src/lib/cord/include/private/Makefile.am 1.1:
                   6837:                file Makefile.am was initially added on branch template_gc.
                   6838: 
                   6839:        * src/lib/cord/Makefile.in 1.1:
                   6840:        * src/lib/cord/include/Makefile.in 1.1:
                   6841:        * src/lib/cord/include/private/Makefile.in 1.1:
                   6842:                file Makefile.in was initially added on branch template_gc.
                   6843: 
                   6844:        * src/classes/classes.dsp [template_gc] 1.25.10.5.2.4:
                   6845:        * src/lib/cord/cord.dsp [template_gc] 1.1.2.3:
                   6846:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.13:
                   6847:        * src/main/compile_tools.h [template_gc] 1.67.2.8.2.3:
                   6848:        * src/main/main.dsp [template_gc] 1.161.6.14.2.3:
                   6849:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.5:
                   6850:        * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.1:
                   6851:        * src/types/types.dsp [template_gc] 1.35.10.9.2.4:
                   6852:                .dsp updated to use lib/gc,lib/cord
                   6853: 
                   6854:        * src/lib/cord/include/gc.h [template_gc] 1.1.2.2:
                   6855:        * src/lib/gc/include/gc.h [template_gc] 1.1.2.1:
                   6856:                introducing lib/gc
                   6857: 
                   6858:        * src/lib/cord/include/cord.h [template_gc] 1.1.2.1:
                   6859:        * src/lib/cord/include/ec.h [template_gc] 1.1.2.1:
                   6860:        * src/lib/cord/include/gc.h [template_gc] 1.1.2.1:
                   6861:        * src/lib/cord/include/private/cord_pos.h [template_gc] 1.1.2.1:
                   6862:                bundled gc includes
                   6863: 
                   6864:        * src/lib/cord/include/cord.h 1.1:
                   6865:                file cord.h was initially added on branch template_gc.
                   6866: 
                   6867:        * src/lib/cord/include/ec.h 1.1:
                   6868:                file ec.h was initially added on branch template_gc.
                   6869: 
                   6870:        * src/classes/op.C [template_gc] 1.127.2.22.2.18:
                   6871:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.6:
                   6872:        * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.7:
                   6873:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.35:
                   6874:        * src/include/pa_version.h [template_gc] 1.7.16.1:
                   6875:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.12:
                   6876:        * src/main/compile.y [template_gc] 1.204.2.8.2.4:
                   6877:        * src/main/execute.C [template_gc] 1.295.2.27.2.10:
                   6878:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.15:
                   6879:        * src/main/pa_exception.C [template_gc] 1.43.2.15.2.8:
                   6880:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.17:
                   6881:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.30:
                   6882:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.7:
                   6883:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.4:
                   6884:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.2:
                   6885:                a number of bugfixes [while testing first real site (aval)]
                   6886: 
                   6887:        * src/classes/classes.dsp [template_gc] 1.25.10.5.2.5:
                   6888:        * src/lib/cord/cord.dsp [template_gc] 1.1.2.4:
                   6889:        * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.2:
                   6890:        * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.1:
                   6891:        * src/main/main.dsp [template_gc] 1.161.6.14.2.4:
                   6892:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.6:
                   6893:        * src/types/types.dsp [template_gc] 1.35.10.9.2.5:
                   6894:                started profiling
                   6895: 
                   6896:        * src/lib/cord/include/gc.h 1.1:
                   6897:        * src/lib/gc/include/gc.h 1.1:
                   6898:                file gc.h was initially added on branch template_gc.
                   6899: 
                   6900:        * acsite.m4 1.1:
                   6901:                file acsite.m4 was initially added on branch template_gc.
                   6902: 
                   6903:        * acsite.m4 [template_gc] 1.1.2.1:
                   6904:        * bin/Makefile.in [template_gc] 1.9.2.3.2.1:
                   6905:        * etc/Makefile.in [template_gc] 1.14.2.3.2.1:
                   6906:        * etc/parser3.charsets/Makefile.in [template_gc] 1.17.2.3.2.1:
                   6907:        * src/Makefile.in [template_gc] 1.55.2.3.2.1:
                   6908:        * src/classes/Makefile.am [template_gc] 1.40.16.2:
                   6909:        * src/classes/Makefile.in [template_gc] 1.53.2.3.2.1:
                   6910:        * src/classes/mail.C [template_gc] 1.88.2.16.2.14:
                   6911:        * src/classes/math.C [template_gc] 1.24.2.12.2.8:
                   6912:        * src/classes/op.C [template_gc] 1.127.2.22.2.19:
                   6913:        * src/include/Makefile.in [template_gc] 1.11.2.5.2.1:
                   6914:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.8:
                   6915:        * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.1:
                   6916:        * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.3:
                   6917:        * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.1:
                   6918:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.13:
                   6919:        * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.5:
                   6920:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.36:
                   6921:        * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.4:
                   6922:        * src/include/pa_version.h [template_gc] 1.7.16.2:
                   6923:        * src/lib/Makefile.am [template_gc] 1.3.10.1:
                   6924:        * src/lib/Makefile.in [template_gc] 1.8.2.3.2.1:
                   6925:        * src/lib/cord/Makefile.am [template_gc] 1.1.2.1:
                   6926:        * src/lib/cord/Makefile.in [template_gc] 1.1.2.1:
                   6927:        * src/lib/cord/include/Makefile.am [template_gc] 1.1.2.1:
                   6928:        * src/lib/cord/include/Makefile.in [template_gc] 1.1.2.1:
                   6929:        * src/lib/cord/include/private/Makefile.am [template_gc] 1.1.2.1:
                   6930:        * src/lib/cord/include/private/Makefile.in [template_gc] 1.1.2.1:
                   6931:        * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.2:
                   6932:        * src/lib/md5/Makefile.in [template_gc] 1.6.2.3.2.1:
                   6933:        * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.1:
                   6934:        * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.2:
                   6935:        * src/main/Makefile.am [template_gc] 1.35.6.4.2.2:
                   6936:        * src/main/Makefile.in [template_gc] 1.50.2.6.2.1:
                   6937:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.10:
                   6938:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.31:
                   6939:        * src/main/untaint.C [template_gc] 1.115.2.12.2.17:
                   6940:        * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1:
                   6941:        * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1:
                   6942:        * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1:
                   6943:        * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1:
                   6944:        * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1:
                   6945:        * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1:
                   6946:        * src/targets/isapi/Makefile.in [template_gc] 1.11.2.3.2.1:
                   6947:        * src/types/Makefile.am [template_gc] 1.28.10.1.2.2:
                   6948:        * src/types/Makefile.in [template_gc] 1.50.2.4.2.1:
                   6949:        * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.3:
                   6950:        * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.3:
                   6951:        * src/types/pa_vform.h [template_gc] 1.45.2.8.2.3:
                   6952:        * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.5:
                   6953:        * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.6:
                   6954:        * src/types/pa_vint.h [template_gc] 1.38.2.10.2.3:
                   6955:        * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.5:
                   6956:        * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.4:
                   6957:        * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.6:
                   6958:        * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.6:
                   6959:        * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.3:
                   6960:        * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.5:
                   6961:        * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.7:
                   6962:                configured math funcs
                   6963:                ported pa_exec
                   6964: 
                   6965:        * src/classes/classes.dsp 1.26:
                   6966:        * src/lib/ltdl/libltdl.dsp 1.4:
                   6967:        * src/lib/md5/md5.dsp 1.3:
                   6968:        * src/lib/pcre/pcre.dsp 1.2:
                   6969:        * src/main/main.dsp 1.162:
                   6970:        * src/targets/cgi/parser3.dsp 1.61:
                   6971:        * src/types/types.dsp 1.37:
                   6972:                .dsp profiling updated
                   6973: 
                   6974: 2003-03-25  paf
                   6975:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.14:
                   6976:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.9:
                   6977:                memory: new 'new' overloads for structure handling
                   6978: 
1.39      paf      6979:        * tests/results/109.processed [template_gc] 1.1.2.1.2.1:
                   6980:                it was a bug in parser. updated 109 test result
                   6981: 
1.23      paf      6982:        * operators.txt [template_gc] 1.109.2.1.2.2:
                   6983:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.10:
                   6984:        * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.5:
                   6985:                $status.memory
                   6986:                used
                   6987:                free
                   6988:                since_compact
                   6989:                process
                   6990: 
                   6991:        * src/doc/exception.dox 1.1:
                   6992:                file exception.dox was initially added on branch template_gc.
                   6993: 
                   6994:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.11:
                   6995:        * src/main/untaint.C [template_gc] 1.115.2.12.2.15:
                   6996:                untaint.C L_MAIL_HEADER
                   6997: 
                   6998:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.9:
                   6999:        * src/classes/xnode.h [template_gc] 1.18.2.6.2.5:
                   7000:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.13:
                   7001:        * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.6:
                   7002:        * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.5:
                   7003:                xnode.C compiled, doc/node finalizers isntalled
                   7004: 
                   7005:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.14:
                   7006:        * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.6:
                   7007:                vxnode compiled
                   7008:                xml linked
                   7009: 
                   7010:        * tests/results/121.processed 1.1:
                   7011:                file 121.processed was initially added on branch template_gc.
                   7012: 
                   7013:        * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.6:
                   7014:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.5:
                   7015:        * src/main/untaint.C [template_gc] 1.115.2.12.2.16:
                   7016:        * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.3:
                   7017:                untaint.C L_SQL
                   7018: 
                   7019:        * src/types/pa_vmemory.h 1.1:
                   7020:                file pa_vmemory.h was initially added on branch template_gc.
                   7021: 
                   7022:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.14:
                   7023:                fixed transform params
                   7024: 
                   7025:        * operators.txt [template_gc] 1.109.2.1.2.1:
                   7026:        * src/classes/Makefile.am [template_gc] 1.40.16.1:
                   7027:        * src/classes/classes.dsp [template_gc] 1.25.10.5.2.3:
                   7028:        * src/classes/memory.C [template_gc] 1.1.2.1:
                   7029:        * src/classes/op.C [template_gc] 1.127.2.22.2.17:
                   7030:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.15:
                   7031:        * src/types/Makefile.am [template_gc] 1.28.10.1.2.1:
                   7032:        * src/types/pa_venv.h [template_gc] 1.28.2.5.2.4:
                   7033:        * src/types/pa_vmemory.h [template_gc] 1.1.2.1:
                   7034:        * src/types/types.dsp [template_gc] 1.35.10.9.2.3:
                   7035:        * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.1:
                   7036:                ^memory:compact[]
                   7037: 
                   7038:        * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.4:
                   7039:                vxdoc compiled
                   7040: 
                   7041:        * tests/121.html 1.1:
                   7042:                file 121.html was initially added on branch template_gc.
                   7043: 
                   7044:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.15:
                   7045:        * tests/Makefile [template_gc] 1.1.2.8.2.5:
                   7046:                fixed transform params2
                   7047: 
                   7048:        * src/doc/string.dox [template_gc] 1.4.22.1:
                   7049:                updated: new string internals
                   7050: 
                   7051:        * src/classes/image.C [template_gc] 1.90.2.15.2.18:
                   7052:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.13:
                   7053:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.10:
                   7054:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.34:
                   7055:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.29:
                   7056:        * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.7:
                   7057:                removed StringBody(0) ambiguilty, introducting static
                   7058:                StringBody::Format(int)
                   7059: 
                   7060:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.10:
                   7061:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.6:
                   7062:        * tests/Makefile [template_gc] 1.1.2.8.2.4:
                   7063:        * tests/results/107.processed [template_gc] 1.1.2.1.2.1:
                   7064:                fixed dom language [values are now considered tainted.
                   7065:                it was a bug in parser. updated 107 test result
                   7066: 
                   7067:        * src/classes/image.C [template_gc] 1.90.2.15.2.17:
                   7068:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.12:
                   7069:        * src/classes/xnode.h [template_gc] 1.18.2.6.2.4:
                   7070:        * src/doc/exception.dox [template_gc] 1.1.2.1:
                   7071:        * src/doc/index.dox [template_gc] 1.4.8.1:
                   7072:        * src/include/pa_charset.h [template_gc] 1.20.2.18.2.4:
                   7073:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.12:
                   7074:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.12:
                   7075:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.33:
                   7076:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.8:
                   7077:        * src/main/pa_memory.C [template_gc] 1.1.2.5.2.5:
                   7078:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.28:
                   7079:                xdoc.C compiled
                   7080:                todo: xnode.C / finalizers
                   7081: 
                   7082:        * src/classes/memory.C 1.1:
                   7083:                file memory.C was initially added on branch template_gc.
                   7084: 
                   7085:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.16:
                   7086:        * src/main/untaint.C [template_gc] 1.115.2.12.2.14:
                   7087:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.9:
                   7088:        * src/types/pa_value.h [template_gc] 1.109.2.25.2.8:
                   7089:        * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.5:
                   7090:        * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.6:
                   7091:        * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.4:
                   7092:        * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.5:
                   7093:        * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.3:
                   7094:        * tests/121.html [template_gc] 1.1.2.1:
                   7095:        * tests/results/121.processed [template_gc] 1.1.2.1:
                   7096:                untaint.C L_URI
                   7097: 
                   7098:        * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.5:
                   7099:        * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.6:
                   7100:                fixed stylesheet caching
                   7101: 
                   7102: 2003-03-24  paf
                   7103:        * src/classes/void.C [template_gc] 1.28.2.5.2.6:
                   7104:                void.C compiled
                   7105: 
                   7106:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.14:
                   7107:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.9:
                   7108:                http://
                   7109: 
                   7110:        * src/classes/file.C [template_gc] 1.107.2.16.2.10:
                   7111:        * src/classes/image.C [template_gc] 1.90.2.15.2.16:
                   7112:        * src/classes/mail.C [template_gc] 1.88.2.16.2.13:
                   7113:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.32:
                   7114:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.13:
                   7115:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.8:
                   7116:                introducing string[body]::pos(char)
                   7117: 
                   7118:        * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.4:
                   7119:                pa_vstatus.C compiled
                   7120: 
                   7121:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.30:
                   7122:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.26:
                   7123:        * src/main/untaint.C [template_gc] 1.115.2.12.2.12:
                   7124:                String::ArrayFragment::append_positions fixed
                   7125: 
                   7126:        * src/classes/hash.C [template_gc] 1.54.2.13.2.11:
                   7127:        * src/classes/string.C [template_gc] 1.125.2.15.2.16:
                   7128:        * src/classes/table.C [template_gc] 1.172.2.14.2.14:
                   7129:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.7:
                   7130:                all linked
                   7131:                todo: debug
                   7132: 
                   7133:        * src/classes/hash.C [template_gc] 1.54.2.13.2.10:
                   7134:        * src/classes/image.C [template_gc] 1.90.2.15.2.12:
                   7135:        * src/classes/string.C [template_gc] 1.125.2.15.2.10:
                   7136:        * src/classes/table.C [template_gc] 1.172.2.14.2.9:
                   7137:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.10:
                   7138:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.23:
                   7139:        * src/main/pa_memory.C [template_gc] 1.1.2.5.2.4:
                   7140:        * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.4:
                   7141:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.10:
                   7142:                image.C compiled
                   7143: 
                   7144:        * src/classes/mail.C [template_gc] 1.88.2.16.2.10:
                   7145:        * src/classes/string.C [template_gc] 1.125.2.15.2.11:
                   7146:        * src/classes/table.C [template_gc] 1.172.2.14.2.11:
                   7147:        * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.3:
                   7148:                mail.C compiled
                   7149: 
                   7150:        * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.4:
                   7151:        * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.5:
                   7152:        * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.9:
                   7153:        * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.5:
                   7154:        * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.4:
                   7155:        * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.5:
                   7156:        * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.4:
                   7157:        * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.4:
                   7158:                pa_vstateless_class.C compiled
                   7159: 
                   7160:        * src/classes/hash.C [template_gc] 1.54.2.13.2.9:
                   7161:        * src/classes/string.C [template_gc] 1.125.2.15.2.9:
                   7162:        * src/classes/table.C [template_gc] 1.172.2.14.2.8:
                   7163:        * src/classes/void.C [template_gc] 1.28.2.5.2.4:
                   7164:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.9:
                   7165:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.8:
                   7166:        * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.4:
                   7167:                hash.C compiled
                   7168: 
                   7169:        * src/classes/string.C [template_gc] 1.125.2.15.2.15:
                   7170:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.6:
                   7171:        * src/types/pa_value.h [template_gc] 1.109.2.25.2.5:
                   7172:        * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.4:
                   7173:                pa_value.C compiled
                   7174: 
                   7175:        * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.6:
                   7176:                pa_vtable.C compiled
                   7177: 
                   7178:        * src/main/execute.C [template_gc] 1.295.2.27.2.7:
                   7179:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.22:
                   7180:        * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.5:
                   7181:                classes.lib
                   7182:                main.lib compiled
                   7183: 
                   7184:        * src/classes/image.C [template_gc] 1.90.2.15.2.14:
                   7185:        * src/classes/op.C [template_gc] 1.127.2.22.2.16:
                   7186:        * src/classes/table.C [template_gc] 1.172.2.14.2.16:
                   7187:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.28:
                   7188:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.10:
                   7189:        * src/main/compile.y [template_gc] 1.204.2.8.2.3:
                   7190:        * src/main/execute.C [template_gc] 1.295.2.27.2.8:
                   7191:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.11:
                   7192:        * src/main/untaint.C [template_gc] 1.115.2.12.2.11:
                   7193:        * tests/Makefile [template_gc] 1.1.2.8.2.1:
                   7194:                attempt to do gif encoding to CORD_ec [bad]
                   7195:                would rewrite as realloc now
                   7196: 
                   7197:        * src/classes/mail.C [template_gc] 1.88.2.16.2.11:
                   7198:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.10:
                   7199:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.5:
                   7200:        * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.5:
                   7201:                all compiled.
                   7202:                todo:link
                   7203: 
                   7204:        * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.3:
                   7205:                pa_vfile.C compiled
                   7206: 
                   7207:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.24:
                   7208:        * tests/Makefile [template_gc] 1.1.2.8.2.2:
                   7209:                string::pos fixed
                   7210: 
                   7211:        * src/classes/op.C [template_gc] 1.127.2.22.2.14:
                   7212:        * src/classes/string.C [template_gc] 1.125.2.15.2.12:
                   7213:        * src/classes/table.C [template_gc] 1.172.2.14.2.12:
                   7214:        * src/classes/void.C [template_gc] 1.28.2.5.2.5:
                   7215:        * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.5:
                   7216:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.24:
                   7217:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.9:
                   7218:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.19:
                   7219:                op.C compiled
                   7220: 
                   7221:        * src/classes/string.C [template_gc] 1.125.2.15.2.14:
                   7222:        * src/classes/table.C [template_gc] 1.172.2.14.2.13:
                   7223:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.26:
                   7224:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.21:
                   7225:        * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.5:
                   7226:        * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.4:
                   7227:                table.C compiled
                   7228: 
                   7229:        * src/types/pa_value.h [template_gc] 1.109.2.25.2.6:
                   7230:        * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.3:
                   7231:        * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.6:
                   7232:        * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.3:
                   7233:                pa_vcookie.C compiled
                   7234: 
                   7235:        * parser3.dsw [template_gc] 1.7.6.1.2.3:
                   7236:        * src/classes/date.C [template_gc] 1.42.2.11.2.6:
                   7237:        * src/classes/file.C [template_gc] 1.107.2.16.2.7:
                   7238:        * src/include/pa_exec.h [template_gc] 1.11.2.6.2.5:
                   7239:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.27:
                   7240:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.8:
                   7241:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.6:
                   7242:                empty run passed OK
                   7243: 
                   7244:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.11:
                   7245:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.8:
                   7246:        * src/classes/xnode.h [template_gc] 1.18.2.6.2.3:
                   7247:        * src/include/pa_charset.h [template_gc] 1.20.2.18.2.3:
                   7248:        * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.2:
                   7249:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.11:
                   7250:        * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.3:
                   7251:        * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.4:
                   7252:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.7:
                   7253:        * src/main/pa_exception.C [template_gc] 1.43.2.15.2.7:
                   7254:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.4:
                   7255:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.13:
                   7256:        * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.5:
                   7257:        * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.5:
                   7258:        * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.4:
                   7259:                started XML
                   7260: 
                   7261:        * src/types/pa_vform.C [template_gc] 1.74.2.11.2.5:
                   7262:                pa_vform.C compiled
                   7263: 
                   7264:        * src/classes/math.C [template_gc] 1.24.2.12.2.6:
                   7265:        * src/classes/op.C [template_gc] 1.127.2.22.2.13:
                   7266:                math.C compiled
                   7267: 
                   7268:        * src/classes/classes.C [template_gc] 1.18.2.6.2.2:
                   7269:        * src/classes/classes.awk [template_gc] 1.6.6.3.2.1:
                   7270:        * src/classes/classes.h [template_gc] 1.23.2.9.2.3:
                   7271:        * src/classes/date.C [template_gc] 1.42.2.11.2.5:
                   7272:        * src/classes/double.C [template_gc] 1.53.2.8.2.3:
                   7273:        * src/classes/file.C [template_gc] 1.107.2.16.2.6:
                   7274:        * src/classes/form.C [template_gc] 1.34.2.7.2.5:
                   7275:        * src/classes/hash.C [template_gc] 1.54.2.13.2.8:
                   7276:        * src/classes/image.C [template_gc] 1.90.2.15.2.11:
                   7277:        * src/classes/int.C [template_gc] 1.49.2.7.2.3:
                   7278:        * src/classes/mail.C [template_gc] 1.88.2.16.2.9:
                   7279:        * src/classes/math.C [template_gc] 1.24.2.12.2.5:
                   7280:        * src/classes/op.C [template_gc] 1.127.2.22.2.12:
                   7281:        * src/classes/response.C [template_gc] 1.23.2.8.2.2:
                   7282:        * src/classes/string.C [template_gc] 1.125.2.15.2.8:
                   7283:        * src/classes/table.C [template_gc] 1.172.2.14.2.7:
                   7284:        * src/classes/void.C [template_gc] 1.28.2.5.2.3:
                   7285:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.8:
                   7286:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.7:
                   7287:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.9:
                   7288:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.7:
                   7289:        * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.4:
                   7290:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.22:
                   7291:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.18:
                   7292:        * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.3:
                   7293:        * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.8:
                   7294:                file.C
                   7295:                table.C compiled
                   7296: 
                   7297:        * src/classes/file.C [template_gc] 1.107.2.16.2.9:
                   7298:        * src/classes/image.C [template_gc] 1.90.2.15.2.15:
                   7299:        * src/classes/mail.C [template_gc] 1.88.2.16.2.12:
                   7300:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.11:
                   7301:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.31:
                   7302:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.12:
                   7303:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.12:
                   7304:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.7:
                   7305:        * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.5:
                   7306:                size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
                   7307: 
                   7308:        * src/classes/int.C [template_gc] 1.49.2.7.2.4:
                   7309:        * src/classes/table.C [template_gc] 1.172.2.14.2.10:
                   7310:                int.C compiled
                   7311: 
                   7312:        * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.4:
                   7313:                pa_wcontext.C compiled
                   7314: 
                   7315:        * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.4:
                   7316:                pa_vstring.C compiled
                   7317: 
                   7318:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.27:
                   7319:        * src/main/untaint.C [template_gc] 1.115.2.12.2.13:
                   7320:        * tests/Makefile [template_gc] 1.1.2.8.2.3:
                   7321:                string optimize bit implemented
                   7322: 
                   7323:        * src/include/pa_hash.h [template_gc] 1.58.2.18.2.6:
                   7324:        * src/main/execute.C [template_gc] 1.295.2.27.2.9:
                   7325:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.23:
                   7326:                hashcode implemented fully, including per-char callback [it can
                   7327:                be - substr CORD node]
                   7328: 
                   7329:        * src/classes/table.C [template_gc] 1.172.2.14.2.17:
                   7330:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.29:
                   7331:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.25:
                   7332:                String::this_starts fixed
                   7333: 
                   7334:        * src/classes/date.C [template_gc] 1.42.2.11.2.7:
                   7335:        * src/classes/file.C [template_gc] 1.107.2.16.2.8:
                   7336:        * src/classes/form.C [template_gc] 1.34.2.7.2.6:
                   7337:        * src/classes/image.C [template_gc] 1.90.2.15.2.13:
                   7338:        * src/classes/math.C [template_gc] 1.24.2.12.2.7:
                   7339:        * src/classes/op.C [template_gc] 1.127.2.22.2.15:
                   7340:        * src/classes/table.C [template_gc] 1.172.2.14.2.15:
                   7341:        * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.4:
                   7342:        * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.4:
                   7343:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.7:
                   7344:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.10:
                   7345:        * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.4:
                   7346:        * src/include/pa_table.h [template_gc] 1.48.2.11.2.5:
                   7347:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.6:
                   7348:        * src/main/pa_exception.C [template_gc] 1.43.2.15.2.6:
                   7349:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.9:
                   7350:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.3:
                   7351:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.11:
                   7352:        * src/main/pa_uue.C [template_gc] 1.4.2.5.2.3:
                   7353:        * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.4:
                   7354:        * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.5:
                   7355:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.8:
                   7356:        * src/types/pa_value.h [template_gc] 1.109.2.25.2.7:
                   7357:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.12:
                   7358:        * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.6:
                   7359:        * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.5:
                   7360:                2*2 worked :)
                   7361: 
                   7362:        * src/classes/string.C [template_gc] 1.125.2.15.2.13:
                   7363:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.9:
                   7364:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.25:
                   7365:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.20:
                   7366:                string.C compiled
                   7367: 
                   7368:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.5:
                   7369:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.11:
                   7370:                gif encoding rewritten to rewalloc with 100byte buf ahead
                   7371: 
                   7372:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.10:
                   7373:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.11:
                   7374:        * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.4:
                   7375:        * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.3:
                   7376:                pa_vmail.C compiled
                   7377: 
                   7378:        * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.2:
                   7379:        * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.6:
                   7380:                pa_vimage.C compiled
                   7381: 
                   7382:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.21:
                   7383:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.17:
                   7384:        * src/main/pa_uue.C [template_gc] 1.4.2.5.2.2:
                   7385:        * src/main/untaint.C [template_gc] 1.115.2.12.2.10:
                   7386:                main.lib compiled
                   7387: 
                   7388: 2003-03-21  paf
                   7389:        * src/classes/hash.C [template_gc] 1.54.2.13.2.6:
                   7390:        * src/classes/mail.C [template_gc] 1.88.2.16.2.8:
                   7391:        * src/classes/op.C [template_gc] 1.127.2.22.2.9:
                   7392:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.5:
                   7393:        * src/main/execute.C [template_gc] 1.295.2.27.2.6:
                   7394:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.7:
                   7395:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.5:
                   7396:        * src/types/pa_value.h [template_gc] 1.109.2.25.2.4:
                   7397:        * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.5:
                   7398:        * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.3:
                   7399:        * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.4:
                   7400:        * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.7:
                   7401:        * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.4:
                   7402:        * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.3:
                   7403:        * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.3:
                   7404:        * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.3:
                   7405:        * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.4:
                   7406:                pa_request.C 50% compiled
                   7407: 
                   7408:        * src/classes/op.C [template_gc] 1.127.2.22.2.11:
                   7409:        * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.3:
                   7410:        * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.3:
                   7411:        * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.3:
                   7412:        * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.3:
                   7413:        * src/main/pa_exception.C [template_gc] 1.43.2.15.2.5:
                   7414:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.2:
                   7415:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.5:
                   7416:        * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.2:
                   7417:        * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.5:
                   7418:                pa_sql_driver_manager.C compiled
                   7419: 
                   7420:        * src/lib/cord/cordbscs.c [template_gc] 1.1.2.4:
                   7421:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.14:
                   7422:                test14 [bug fixed]
                   7423: 
1.39      paf      7424:        * src/classes/file.C 1.108:
                   7425:                ^file::exec/cgi now does not pass post data by default.
                   7426:                use: ^file::exec[...;$.stdin[$request.body]
                   7427: 
1.23      paf      7428:        * src/classes/classes.C [template_gc] 1.18.2.6.2.1:
                   7429:        * src/classes/classes.h [template_gc] 1.23.2.9.2.2:
                   7430:        * src/classes/date.C [template_gc] 1.42.2.11.2.4:
                   7431:        * src/classes/double.C [template_gc] 1.53.2.8.2.2:
                   7432:        * src/classes/file.C [template_gc] 1.107.2.16.2.5:
                   7433:        * src/classes/form.C [template_gc] 1.34.2.7.2.4:
                   7434:        * src/classes/hash.C [template_gc] 1.54.2.13.2.5:
                   7435:        * src/classes/image.C [template_gc] 1.90.2.15.2.8:
                   7436:        * src/classes/int.C [template_gc] 1.49.2.7.2.2:
                   7437:        * src/classes/mail.C [template_gc] 1.88.2.16.2.6:
                   7438:        * src/classes/math.C [template_gc] 1.24.2.12.2.4:
                   7439:        * src/classes/op.C [template_gc] 1.127.2.22.2.7:
                   7440:        * src/classes/string.C [template_gc] 1.125.2.15.2.7:
                   7441:        * src/classes/table.C [template_gc] 1.172.2.14.2.6:
                   7442:        * src/classes/void.C [template_gc] 1.28.2.5.2.2:
                   7443:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.6:
                   7444:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.5:
                   7445:        * src/classes/xnode.h [template_gc] 1.18.2.6.2.2:
                   7446:        * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.2:
                   7447:        * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.2:
                   7448:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.5:
                   7449:        * src/include/pa_exec.h [template_gc] 1.11.2.6.2.2:
                   7450:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.8:
                   7451:        * src/include/pa_operation.h [template_gc] 1.1.2.6.2.1:
                   7452:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.3:
                   7453:        * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.3:
                   7454:        * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.2:
                   7455:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.17:
                   7456:        * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.2:
                   7457:        * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.2:
                   7458:        * src/include/pa_table.h [template_gc] 1.48.2.11.2.4:
                   7459:        * src/main/compile.C [template_gc] 1.69.2.6.2.3:
                   7460:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.7:
                   7461:        * src/main/compile.y [template_gc] 1.204.2.8.2.1:
                   7462:        * src/main/compile_tools.C [template_gc] 1.54.2.5.2.3:
                   7463:        * src/main/compile_tools.h [template_gc] 1.67.2.8.2.2:
                   7464:        * src/main/execute.C [template_gc] 1.295.2.27.2.4:
                   7465:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.4:
                   7466:        * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.2:
                   7467:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.8:
                   7468:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.5:
                   7469:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.5:
                   7470:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.4:
                   7471:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.15:
                   7472:        * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.4:
                   7473:        * src/main/untaint.C [template_gc] 1.115.2.12.2.9:
                   7474:        * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.3:
                   7475:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.4:
                   7476:        * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.4:
                   7477:        * src/types/pa_junction.h [template_gc] 1.1.2.2.2.2:
                   7478:        * src/types/pa_method.h [template_gc] 1.1.2.4.2.3:
                   7479:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.4:
                   7480:        * src/types/pa_value.h [template_gc] 1.109.2.25.2.3:
                   7481:        * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.1:
                   7482:        * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.2:
                   7483:        * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.2:
                   7484:        * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.3:
                   7485:        * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.4:
                   7486:        * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.2:
                   7487:        * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.2:
                   7488:        * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.2:
                   7489:        * src/types/pa_venv.h [template_gc] 1.28.2.5.2.3:
                   7490:        * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.2:
                   7491:        * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.4:
                   7492:        * src/types/pa_vform.C [template_gc] 1.74.2.11.2.4:
                   7493:        * src/types/pa_vform.h [template_gc] 1.45.2.8.2.2:
                   7494:        * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.2:
                   7495:        * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.3:
                   7496:        * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.2:
                   7497:        * src/types/pa_vint.h [template_gc] 1.38.2.10.2.2:
                   7498:        * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.1:
                   7499:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.8:
                   7500:        * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.2:
                   7501:        * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.2:
                   7502:        * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.2:
                   7503:        * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.4:
                   7504:        * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.5:
                   7505:        * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.3:
                   7506:        * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.2:
                   7507:        * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.2:
                   7508:        * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.2:
                   7509:        * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.3:
                   7510:        * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.2:
                   7511:        * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.2:
                   7512:        * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.3:
                   7513:        * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.2:
                   7514:        * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.3:
                   7515:        * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.2:
                   7516:        * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.3:
                   7517:        * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.2:
                   7518:        * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.3:
                   7519:        * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.3:
                   7520:        * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.2:
                   7521:        * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.3:
                   7522:        * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.4:
                   7523:        * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.4:
                   7524:        * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.3:
                   7525:        * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.3:
                   7526:        * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.4:
                   7527:        * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.3:
                   7528:                introducing StringBody [C++ CORD wrapper]
                   7529: 
                   7530:        * src/main/pa_common.C 1.146:
                   7531:        * src/main/pa_common.C 1.148:
                   7532:                } typo bug fix
                   7533: 
                   7534:        * src/classes/hash.C [template_gc] 1.54.2.13.2.7:
                   7535:        * src/classes/image.C [template_gc] 1.90.2.15.2.10:
                   7536:        * src/classes/op.C [template_gc] 1.127.2.22.2.10:
                   7537:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.7:
                   7538:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.6:
                   7539:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.6:
                   7540:        * src/include/pa_hash.h [template_gc] 1.58.2.18.2.5:
                   7541:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.6:
                   7542:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.20:
                   7543:        * src/main/compile.C [template_gc] 1.69.2.6.2.4:
                   7544:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.10:
                   7545:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.8:
                   7546:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.9:
                   7547:        * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.4:
                   7548:        * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.5:
                   7549:                pa_request.C compiled
                   7550: 
                   7551:        * src/classes/image.C [template_gc] 1.90.2.15.2.9:
                   7552:        * src/classes/mail.C [template_gc] 1.88.2.16.2.7:
                   7553:        * src/classes/op.C [template_gc] 1.127.2.22.2.8:
                   7554:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.4:
                   7555:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.18:
                   7556:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.8:
                   7557:        * src/main/compile.y [template_gc] 1.204.2.8.2.2:
                   7558:        * src/main/execute.C [template_gc] 1.295.2.27.2.5:
                   7559:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.9:
                   7560:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.6:
                   7561:        * src/types/pa_junction.h [template_gc] 1.1.2.2.2.3:
                   7562:        * src/types/pa_method.h [template_gc] 1.1.2.4.2.4:
                   7563:        * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.4:
                   7564:        * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.3:
                   7565:        * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.6:
                   7566:                execute.C compiled
                   7567: 
                   7568:        * src/main/pa_common.C 1.147:
                   7569:        * src/targets/cgi/parser3.C 1.217:
                   7570:                *** empty log message ***
                   7571: 
                   7572:        * src/include/pa_charset.h [template_gc] 1.20.2.18.2.2:
                   7573:        * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.3:
                   7574:        * src/include/pa_exec.h [template_gc] 1.11.2.6.2.3:
                   7575:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.9:
                   7576:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.5:
                   7577:        * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.3:
                   7578:        * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.5:
                   7579:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.6:
                   7580:                pa_charsets.C compiled
                   7581: 
                   7582:        * src/include/pa_exec.h [template_gc] 1.11.2.6.2.4:
                   7583:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.19:
                   7584:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.7:
                   7585:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.16:
                   7586:                pa_exec.C compiled [win32 only for now]  todo: on unix
                   7587: 
                   7588:        * src/classes/file.C 1.109:
                   7589:        * src/include/pa_charset.h 1.21:
                   7590:        * src/main/pa_charset.C 1.34:
                   7591:                $file::exec/cgi[script;
                   7592:                   $.charset[this is script's charset]
                   7593:                
                   7594:                command line, env values, input got transcoded before call
                   7595:                stdout, stderr got transcoded after call
                   7596: 
                   7597: 2003-03-20  paf
                   7598:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.12:
                   7599:                this_starts fixed
                   7600: 
                   7601:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.16:
                   7602:        * src/lib/cord/cordbscs.c [template_gc] 1.1.2.3:
                   7603:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.13:
                   7604:        * src/main/untaint.C [template_gc] 1.115.2.12.2.8:
                   7605:                cord bug fix, but still errors
                   7606:                todo: clear out
                   7607: 
                   7608:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.4:
                   7609:        * src/include/pa_hash.h [template_gc] 1.58.2.18.2.4:
                   7610:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.6:
                   7611:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.9:
                   7612:        * src/main/pa_memory.C [template_gc] 1.1.2.5.2.3:
                   7613:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.8:
                   7614:                test: gc/exit runned OK
                   7615: 
                   7616:        * src/classes/image.C [template_gc] 1.90.2.15.2.5:
                   7617:        * src/classes/mail.C [template_gc] 1.88.2.16.2.4:
                   7618:        * src/classes/math.C [template_gc] 1.24.2.12.2.3:
                   7619:        * src/classes/string.C [template_gc] 1.125.2.15.2.5:
                   7620:        * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.3:
                   7621:        * src/include/pa_hash.h [template_gc] 1.58.2.18.2.3:
                   7622:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.5:
                   7623:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.7:
                   7624:        * src/lib/cord/cordbscs.c [template_gc] 1.1.2.2:
                   7625:        * src/lib/cord/cordxtra.c [template_gc] 1.1.2.2:
                   7626:        * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.2:
                   7627:        * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.3:
                   7628:        * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.2:
                   7629:        * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.2:
                   7630:        * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.2:
                   7631:        * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.2:
                   7632:        * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.2:
                   7633:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.4:
                   7634:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.5:
                   7635:        * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.2:
                   7636:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.3:
                   7637:        * src/main/pa_memory.C [template_gc] 1.1.2.5.2.2:
                   7638:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.4:
                   7639:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.6:
                   7640:        * src/main/untaint.C [template_gc] 1.115.2.12.2.4:
                   7641:        * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.3:
                   7642:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.5:
                   7643:                untaint.C 99% [except mail&sql&optimize]
                   7644: 
1.24      paf      7645:        * src/types/pa_vmail.C 1.42:
                   7646:                another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
                   7647:                Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
                   7648:                
                   7649:                todo: find out why so many filters(stream) here. probably wrong?
                   7650: 
1.23      paf      7651:        * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.4:
                   7652:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.8:
                   7653:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.6:
                   7654:        * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.3:
                   7655:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.7:
                   7656:        * src/main/untaint.C [template_gc] 1.115.2.12.2.5:
                   7657:                test compiled
                   7658: 
                   7659:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.15:
                   7660:                more tests
                   7661: 
                   7662:        * src/classes/image.C [template_gc] 1.90.2.15.2.7:
                   7663:        * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.5:
                   7664:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.14:
                   7665:        * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.1:
                   7666:        * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.1:
                   7667:        * src/lib/pcre/internal.h [template_gc] 1.1.18.1:
                   7668:        * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.3:
                   7669:        * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.3:
                   7670:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.6:
                   7671:        * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.4:
                   7672:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.11:
                   7673:        * src/main/untaint.C [template_gc] 1.115.2.12.2.7:
                   7674:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.7:
                   7675:                more tests [bugs fixed]
                   7676: 
1.24      paf      7677:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.11:
                   7678:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.10:
                   7679:                added: assertion on new String ctor & append params convention
                   7680: 
1.23      paf      7681:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.12:
                   7682:                string.pos fixed
                   7683: 
                   7684:        * src/classes/file.C [template_gc] 1.107.2.16.2.4:
                   7685:        * src/classes/hash.C [template_gc] 1.54.2.13.2.4:
                   7686:        * src/classes/image.C [template_gc] 1.90.2.15.2.6:
                   7687:        * src/classes/mail.C [template_gc] 1.88.2.16.2.5:
                   7688:        * src/classes/op.C [template_gc] 1.127.2.22.2.6:
                   7689:        * src/classes/string.C [template_gc] 1.125.2.15.2.6:
                   7690:        * src/classes/table.C [template_gc] 1.172.2.14.2.5:
                   7691:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.5:
                   7692:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.4:
                   7693:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.7:
                   7694:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.10:
                   7695:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.5:
                   7696:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.7:
                   7697:        * src/main/pa_exception.C [template_gc] 1.43.2.15.2.4:
                   7698:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.4:
                   7699:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.3:
                   7700:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.9:
                   7701:        * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.3:
                   7702:        * src/main/untaint.C [template_gc] 1.115.2.12.2.6:
                   7703:        * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.3:
                   7704:        * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.2:
                   7705:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.6:
                   7706:                more tests OK
                   7707: 
                   7708:        * parser3.dsw [template_gc] 1.7.6.1.2.2:
                   7709:        * src/classes/file.C [template_gc] 1.107.2.16.2.3:
                   7710:        * src/classes/image.C [template_gc] 1.90.2.15.2.4:
                   7711:        * src/classes/op.C [template_gc] 1.127.2.22.2.5:
                   7712:        * src/classes/string.C [template_gc] 1.125.2.15.2.4:
                   7713:        * src/classes/table.C [template_gc] 1.172.2.14.2.4:
                   7714:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.4:
                   7715:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.4:
                   7716:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.3:
                   7717:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.4:
                   7718:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.2:
                   7719:        * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.2:
                   7720:        * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.2:
                   7721:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.6:
                   7722:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.3:
                   7723:        * src/main/execute.C [template_gc] 1.295.2.27.2.3:
                   7724:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.3:
                   7725:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.4:
                   7726:        * src/main/pa_exception.C [template_gc] 1.43.2.15.2.3:
                   7727:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.2:
                   7728:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.3:
                   7729:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.2:
                   7730:        * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.2:
                   7731:        * src/main/untaint.C [template_gc] 1.115.2.12.2.3:
                   7732:        * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.1:
                   7733:        * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.2:
                   7734:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.3:
                   7735:        * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.2:
                   7736:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.3:
                   7737:        * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.2:
                   7738:        * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.3:
                   7739:        * src/types/pa_venv.h [template_gc] 1.28.2.5.2.2:
                   7740:        * src/types/pa_vform.C [template_gc] 1.74.2.11.2.3:
                   7741:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.4:
                   7742:        * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.3:
                   7743:        * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.4:
                   7744:        * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.2:
                   7745:        * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.2:
                   7746:        * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.2:
                   7747:        * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.2:
                   7748:        * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.2:
                   7749:        * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.3:
                   7750:        * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.3:
                   7751:        * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.3:
                   7752:                untaint.C 30%,
                   7753:                pa_common.C [done, without http for now]
                   7754: 
                   7755:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.13:
                   7756:                warning
                   7757: 
                   7758:        * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.1:
                   7759:        * src/lib/ltdl/config_fixed.h [template_gc] 1.2.2.2.2.1:
                   7760:        * src/lib/ltdl/configure [template_gc] 1.4.2.1.2.1:
                   7761:        * src/lib/ltdl/configure.in [template_gc] 1.4.2.1.2.1:
                   7762:        * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.1:
                   7763:        * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.2:
                   7764:        * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.2:
                   7765:        * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.3:
                   7766:        * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.4:
                   7767:        * src/lib/pcre/internal.h [template_gc] 1.1.18.2:
                   7768:        * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.3:
                   7769:        * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.4:
                   7770:        * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.3:
                   7771:        * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.3:
                   7772:        * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.4:
                   7773:                undone bad replaces
                   7774: 
                   7775: 2003-03-19  paf
                   7776:        * src/classes/classes.dsp [template_gc] 1.25.10.5.2.2:
                   7777:        * src/classes/string.C [template_gc] 1.125.2.15.2.3:
                   7778:        * src/classes/table.C [template_gc] 1.172.2.14.2.3:
                   7779:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.1:
                   7780:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.2:
                   7781:        * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.2:
                   7782:        * src/include/pa_exception.h [template_gc] 1.38.2.15.2.2:
                   7783:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.3:
                   7784:        * src/include/pa_table.h [template_gc] 1.48.2.11.2.2:
                   7785:        * src/lib/cord/cord.dsp [template_gc] 1.1.2.2:
                   7786:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.2:
                   7787:        * src/main/main.dsp [template_gc] 1.161.6.14.2.2:
                   7788:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.2:
                   7789:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.3:
                   7790:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.2:
                   7791:        * src/types/pa_method.h [template_gc] 1.1.2.4.2.2:
                   7792:        * src/types/pa_value.h [template_gc] 1.109.2.25.2.2:
                   7793:        * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.2:
                   7794:        * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.2:
                   7795:        * src/types/types.dsp [template_gc] 1.35.10.9.2.2:
                   7796:                string reimplementation with cord+array<fragment>: 70%
                   7797: 
                   7798:        * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.1:
                   7799:        * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.1:
                   7800:        * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.2:
                   7801:        * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.1:
                   7802:        * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.1:
                   7803:        * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.1:
                   7804:        * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.1:
                   7805:        * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.1:
                   7806:        * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.1:
                   7807:                restored bad replaces
                   7808: 
                   7809:        * src/classes/date.C [template_gc] 1.42.2.11.2.3:
                   7810:        * src/classes/form.C [template_gc] 1.34.2.7.2.3:
                   7811:        * src/classes/hash.C [template_gc] 1.54.2.13.2.3:
                   7812:        * src/classes/image.C [template_gc] 1.90.2.15.2.3:
                   7813:        * src/classes/mail.C [template_gc] 1.88.2.16.2.3:
                   7814:        * src/classes/op.C [template_gc] 1.127.2.22.2.4:
                   7815:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.3:
                   7816:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.3:
                   7817:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.3:
                   7818:        * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.1:
                   7819:        * src/include/pa_exception.h [template_gc] 1.38.2.15.2.3:
                   7820:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.3:
                   7821:        * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.2:
                   7822:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.5:
                   7823:        * src/include/pa_table.h [template_gc] 1.48.2.11.2.3:
                   7824:        * src/main/compile.C [template_gc] 1.69.2.6.2.2:
                   7825:        * src/main/compile_tools.C [template_gc] 1.54.2.5.2.2:
                   7826:        * src/main/execute.C [template_gc] 1.295.2.27.2.2:
                   7827:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.2:
                   7828:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.3:
                   7829:        * src/main/pa_exception.C [template_gc] 1.43.2.15.2.2:
                   7830:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.2:
                   7831:        * src/main/pa_socks.C [template_gc] 1.18.2.5.2.1:
                   7832:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.5:
                   7833:        * src/main/pa_table.C [template_gc] 1.53.2.10.2.2:
                   7834:        * src/main/untaint.C [template_gc] 1.115.2.12.2.2:
                   7835:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.2:
                   7836:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.3:
                   7837:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.2:
                   7838:        * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.2:
                   7839:        * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.2:
                   7840:        * src/types/pa_vform.C [template_gc] 1.74.2.11.2.2:
                   7841:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.3:
                   7842:        * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.3:
                   7843:        * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.2:
                   7844:        * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.2:
                   7845:        * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.2:
                   7846:        * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.2:
                   7847:        * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.2:
                   7848:        * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.2:
                   7849:        * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.2:
                   7850:        * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.2:
                   7851:        * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.2:
                   7852:                started test
                   7853: 
                   7854:        * src/classes/op.C [template_gc] 1.127.2.22.2.3:
                   7855:        * src/include/pa_array.h [template_gc] 1.57.2.27.2.2:
                   7856:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.2:
                   7857:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.4:
                   7858:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.4:
                   7859:                string compiled
                   7860:                todo: test it
                   7861: 
                   7862: 2003-03-18  paf
                   7863:        * src/classes/date.C [template_gc] 1.42.2.11.2.2:
                   7864:        * src/classes/file.C [template_gc] 1.107.2.16.2.2:
                   7865:        * src/classes/form.C [template_gc] 1.34.2.7.2.2:
                   7866:        * src/classes/hash.C [template_gc] 1.54.2.13.2.2:
                   7867:        * src/classes/image.C [template_gc] 1.90.2.15.2.2:
                   7868:        * src/classes/mail.C [template_gc] 1.88.2.16.2.2:
                   7869:        * src/classes/math.C [template_gc] 1.24.2.12.2.2:
                   7870:        * src/classes/op.C [template_gc] 1.127.2.22.2.2:
                   7871:        * src/classes/string.C [template_gc] 1.125.2.15.2.2:
                   7872:        * src/classes/table.C [template_gc] 1.172.2.14.2.2:
                   7873:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.2:
                   7874:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.2:
                   7875:        * src/include/pa_hash.h [template_gc] 1.58.2.18.2.2:
                   7876:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.2:
                   7877:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.2:
                   7878:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.2:
                   7879:                lots of replacements,
                   7880:                todo:we can ignore lang in cmp and pos really,
                   7881:                                but would split properly!
                   7882: 
                   7883:        * src/include/pa_pool.h [gc] 1.86.4.2:
                   7884:        * src/main/execute.C [gc] 1.295.4.2:
                   7885:        * src/targets/cgi/pa_pool.C [gc] 1.41.4.2:
                   7886:                gc logging
                   7887: 
                   7888:        * src/lib/cord/cord.dsp [template_gc] 1.1.2.1:
                   7889:        * src/lib/cord/cordbscs.c [template_gc] 1.1.2.1:
                   7890:        * src/lib/cord/cordprnt.c [template_gc] 1.1.2.1:
                   7891:        * src/lib/cord/cordxtra.c [template_gc] 1.1.2.1:
                   7892:                gc: cord part made parser/src/lib: it's not compiled into libgc
                   7893:                by default
                   7894: 
                   7895:        * src/lib/cord/cordxtra.c 1.1:
                   7896:                file cordxtra.c was initially added on branch template_gc.
                   7897: 
                   7898:        * src/lib/cord/cordbscs.c 1.1:
                   7899:                file cordbscs.c was initially added on branch template_gc.
                   7900: 
                   7901:        * parser3.dsw [template_gc] 1.7.6.1.2.1:
                   7902:        * src/classes/classes.dsp [template_gc] 1.25.10.5.2.1:
                   7903:        * src/classes/classes.h [template_gc] 1.23.2.9.2.1:
                   7904:        * src/classes/date.C [template_gc] 1.42.2.11.2.1:
                   7905:        * src/classes/double.C [template_gc] 1.53.2.8.2.1:
                   7906:        * src/classes/file.C [template_gc] 1.107.2.16.2.1:
                   7907:        * src/classes/form.C [template_gc] 1.34.2.7.2.1:
                   7908:        * src/classes/hash.C [template_gc] 1.54.2.13.2.1:
                   7909:        * src/classes/image.C [template_gc] 1.90.2.15.2.1:
                   7910:        * src/classes/int.C [template_gc] 1.49.2.7.2.1:
                   7911:        * src/classes/mail.C [template_gc] 1.88.2.16.2.1:
                   7912:        * src/classes/math.C [template_gc] 1.24.2.12.2.1:
                   7913:        * src/classes/op.C [template_gc] 1.127.2.22.2.1:
                   7914:        * src/classes/response.C [template_gc] 1.23.2.8.2.1:
                   7915:        * src/classes/string.C [template_gc] 1.125.2.15.2.1:
                   7916:        * src/classes/table.C [template_gc] 1.172.2.14.2.1:
                   7917:        * src/classes/void.C [template_gc] 1.28.2.5.2.1:
                   7918:        * src/classes/xdoc.C [template_gc] 1.108.2.19.2.1:
                   7919:        * src/classes/xnode.C [template_gc] 1.54.2.10.2.1:
                   7920:        * src/classes/xnode.h [template_gc] 1.18.2.6.2.1:
                   7921:        * src/include/Makefile.am [template_gc] 1.3.14.2.2.1:
                   7922:        * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.1:
                   7923:        * src/include/pa_charset.h [template_gc] 1.20.2.18.2.1:
                   7924:        * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.1:
                   7925:        * src/include/pa_common.h [template_gc] 1.89.2.13.2.1:
                   7926:        * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.1:
                   7927:        * src/include/pa_exception.h [template_gc] 1.38.2.15.2.1:
                   7928:        * src/include/pa_exec.h [template_gc] 1.11.2.6.2.1:
                   7929:        * src/include/pa_globals.h [template_gc] 1.101.2.15.2.1:
                   7930:        * src/include/pa_hash.h [template_gc] 1.58.2.18.2.1:
                   7931:        * src/include/pa_memory.h [template_gc] 1.1.2.9.2.1:
                   7932:        * src/include/pa_pool.h [template_gc] 1.86.2.32.2.1:
                   7933:        * src/include/pa_request.h [template_gc] 1.160.2.37.2.1:
                   7934:        * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.1:
                   7935:        * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.1:
                   7936:        * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.1:
                   7937:        * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.1:
                   7938:        * src/include/pa_string.h [template_gc] 1.144.2.28.2.1:
                   7939:        * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.1:
                   7940:        * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.1:
                   7941:        * src/include/pa_table.h [template_gc] 1.48.2.11.2.1:
                   7942:        * src/include/pa_uue.h [template_gc] 1.4.2.3.2.1:
                   7943:        * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.1:
                   7944:        * src/main/Makefile.am [template_gc] 1.35.6.4.2.1:
                   7945:        * src/main/compile.C [template_gc] 1.69.2.6.2.1:
                   7946:        * src/main/compile.tab.C [template_gc] 1.81.2.13.2.1:
                   7947:        * src/main/compile_tools.C [template_gc] 1.54.2.5.2.1:
                   7948:        * src/main/compile_tools.h [template_gc] 1.67.2.8.2.1:
                   7949:        * src/main/execute.C [template_gc] 1.295.2.27.2.1:
                   7950:        * src/main/main.dsp [template_gc] 1.161.6.14.2.1:
                   7951:        * src/main/pa_charset.C [template_gc] 1.33.2.19.2.1:
                   7952:        * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.1:
                   7953:        * src/main/pa_common.C [template_gc] 1.143.2.21.2.1:
                   7954:        * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.1:
                   7955:        * src/main/pa_exception.C [template_gc] 1.43.2.15.2.1:
                   7956:        * src/main/pa_exec.C [template_gc] 1.48.2.18.2.1:
                   7957:        * src/main/pa_globals.C [template_gc] 1.152.2.19.2.1:
                   7958:        * src/main/pa_memory.C [template_gc] 1.1.2.5.2.1:
                   7959:        * src/main/pa_pool.C [template_gc] 1.59.2.6.2.1:
                   7960:        * src/main/pa_request.C [template_gc] 1.245.2.37.2.1:
                   7961:        * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.1:
                   7962:        * src/main/pa_string.C [template_gc] 1.172.2.21.2.1:
                   7963:        * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.1:
                   7964:        * src/main/pa_table.C [template_gc] 1.53.2.10.2.1:
                   7965:        * src/main/pa_uue.C [template_gc] 1.4.2.5.2.1:
                   7966:        * src/main/untaint.C [template_gc] 1.115.2.12.2.1:
                   7967:        * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.1:
                   7968:        * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.1:
                   7969:        * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.1:
                   7970:        * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.1:
                   7971:        * src/types/pa_junction.h [template_gc] 1.1.2.2.2.1:
                   7972:        * src/types/pa_method.h [template_gc] 1.1.2.4.2.1:
                   7973:        * src/types/pa_value.C [template_gc] 1.9.2.15.2.1:
                   7974:        * src/types/pa_value.h [template_gc] 1.109.2.25.2.1:
                   7975:        * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.1:
                   7976:        * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.1:
                   7977:        * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.1:
                   7978:        * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.1:
                   7979:        * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.1:
                   7980:        * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.1:
                   7981:        * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.1:
                   7982:        * src/types/pa_venv.h [template_gc] 1.28.2.5.2.1:
                   7983:        * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.1:
                   7984:        * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.1:
                   7985:        * src/types/pa_vform.C [template_gc] 1.74.2.11.2.1:
                   7986:        * src/types/pa_vform.h [template_gc] 1.45.2.8.2.1:
                   7987:        * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.1:
                   7988:        * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.1:
                   7989:        * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.1:
                   7990:        * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.1:
                   7991:        * src/types/pa_vint.h [template_gc] 1.38.2.10.2.1:
                   7992:        * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.1:
                   7993:        * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.1:
                   7994:        * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.1:
                   7995:        * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.1:
                   7996:        * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.1:
                   7997:        * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.1:
                   7998:        * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.1:
                   7999:        * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.1:
                   8000:        * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.1:
                   8001:        * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.1:
                   8002:        * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.1:
                   8003:        * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.1:
                   8004:        * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.1:
                   8005:        * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.1:
                   8006:        * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.1:
                   8007:        * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.1:
                   8008:        * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.1:
                   8009:        * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.1:
                   8010:        * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.1:
                   8011:        * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.1:
                   8012:        * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.1:
                   8013:        * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.1:
                   8014:        * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.1:
                   8015:        * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.1:
                   8016:        * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.1:
                   8017:        * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.1:
                   8018:        * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.1:
                   8019:        * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.1:
                   8020:        * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.1:
                   8021:        * src/types/types.dsp [template_gc] 1.35.10.9.2.1:
                   8022:                started porting to gc:
                   8023:                PA_Object done
                   8024:                lots of replacements also
                   8025: 
                   8026:        * src/lib/cord/cordprnt.c 1.1:
                   8027:                file cordprnt.c was initially added on branch template_gc.
                   8028: 
                   8029:        * src/lib/cord/cord.dsp 1.1:
                   8030:                file cord.dsp was initially added on branch template_gc.
                   8031: 
                   8032: 2003-03-17  paf
                   8033:        * src/classes/date.C [gc] 1.42.4.1:
                   8034:        * src/classes/file.C [gc] 1.107.4.1:
                   8035:        * src/classes/form.C [gc] 1.34.4.1:
                   8036:        * src/classes/image.C [gc] 1.90.4.1:
                   8037:        * src/classes/mail.C [gc] 1.88.4.1:
                   8038:        * src/classes/op.C [gc] 1.127.4.1:
                   8039:        * src/classes/table.C [gc] 1.172.4.1:
                   8040:        * src/classes/xdoc.C [gc] 1.108.4.1:
                   8041:        * src/classes/xnode.C [gc] 1.54.4.1:
                   8042:        * src/include/pa_pool.h [gc] 1.86.4.1:
                   8043:        * src/include/pa_pragma_pack_begin.h [gc] 1.6.4.1:
                   8044:        * src/include/pa_pragma_pack_end.h [gc] 1.6.4.1:
                   8045:        * src/include/pa_string.h [gc] 1.144.4.1:
                   8046:        * src/include/pa_types.h [gc] 1.44.4.1:
                   8047:        * src/main/compile.C [gc] 1.69.4.1:
                   8048:        * src/main/compile.tab.C [gc] 1.81.4.1:
                   8049:        * src/main/execute.C [gc] 1.295.4.1:
                   8050:        * src/main/pa_charset.C [gc] 1.33.4.1:
                   8051:        * src/main/pa_common.C [gc] 1.145.2.1:
                   8052:        * src/main/pa_exception.C [gc] 1.43.4.1:
                   8053:        * src/main/pa_exec.C [gc] 1.48.4.1:
                   8054:        * src/main/pa_globals.C [gc] 1.152.4.1:
                   8055:        * src/main/pa_pool.C [gc] 1.59.4.1:
                   8056:        * src/main/pa_request.C [gc] 1.245.4.1:
                   8057:        * src/main/pa_sql_driver_manager.C [gc] 1.69.4.1:
                   8058:        * src/main/pa_string.C [gc] 1.172.4.1:
                   8059:        * src/main/pa_stylesheet_manager.C [gc] 1.16.4.1:
                   8060:        * src/main/pa_uue.C [gc] 1.4.4.1:
                   8061:        * src/main/untaint.C [gc] 1.115.4.1:
                   8062:        * src/targets/cgi/pa_pool.C [gc] 1.41.4.1:
                   8063:        * src/targets/cgi/parser3.C [gc] 1.216.4.1:
                   8064:        * src/targets/cgi/parser3.dsp [gc] 1.60.12.1:
                   8065:        * src/targets/cgi/pool_storage.h [gc] 1.13.4.1:
                   8066:        * src/types/pa_vcookie.C [gc] 1.55.4.1:
                   8067:        * src/types/pa_vdouble.h [gc] 1.42.4.1:
                   8068:        * src/types/pa_vfile.C [gc] 1.36.4.1:
                   8069:        * src/types/pa_vform.C [gc] 1.74.4.1:
                   8070:        * src/types/pa_vint.h [gc] 1.38.4.1:
                   8071:        * src/types/pa_vmail.C [gc] 1.41.2.1:
                   8072:        * src/types/pa_vxdoc.C [gc] 1.23.4.1:
                   8073:        * src/types/pa_vxdoc.h [gc] 1.31.4.1:
                   8074:        * src/types/pa_vxnode.C [gc] 1.30.4.1:
                   8075:        * src/types/pa_vxnode.h [gc] 1.22.4.1:
                   8076:        * www/htdocs/.htaccess [gc] 1.12.8.1:
                   8077:        * www/htdocs/auto.p [gc] 1.17.12.1:
                   8078:                libgc attempt
                   8079: 
                   8080:        * src/main/pa_common.C [gc] 1.145.2.2:
                   8081:        * src/main/pa_common.C [gc] 1.145.2.3:
                   8082:                *** empty log message ***
                   8083: 
                   8084: 2003-03-13  paf
                   8085:        * src/include/pa_request.h [autoptr] 1.160.2.37:
                   8086:        * src/lib/ltdl/libltdl.dsp [autoptr] 1.3.2.1:
                   8087:        * src/lib/md5/md5.dsp [autoptr] 1.2.10.1:
                   8088:        * src/main/compile.tab.C [autoptr] 1.81.2.13:
                   8089:        * src/main/execute.C [autoptr] 1.295.2.27:
                   8090:        * src/main/pa_request.C [autoptr] 1.245.2.37:
                   8091:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.28:
                   8092:        * src/types/pa_value.C [autoptr] 1.9.2.15:
                   8093:        * src/types/pa_value.h [autoptr] 1.109.2.25:
                   8094:        * src/types/pa_vobject.h [autoptr] 1.38.2.9:
                   8095:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.16:
                   8096:        * src/types/pa_vstatus.C [autoptr] 1.15.2.6:
                   8097:        * src/types/types.dsp [autoptr] 1.35.10.8:
                   8098:        * www/htdocs/.htaccess [autoptr] 1.12.6.9:
                   8099:                set_base, set_derived simplified [counter leaks fixed]
                   8100: 
                   8101:        * src/include/pa_config_fixed.h 1.55:
                   8102:        * src/types/pa_vstatus.C 1.16:
                   8103:        * src/types/types.dsp 1.36:
                   8104:                incorporated status class patch
                   8105:                From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   8106:                Sent: Thursday, January 23, 2003 8:14 AM
                   8107:                
                   8108:                now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus Win32 specific:
                   8109:                QuotaPeakNonPagedPoolUsage
                   8110:                QuotaPeakPagedPoolUsage
                   8111:                PeakPagefileUsage]
                   8112: 
                   8113:        * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.9:
                   8114:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.17:
                   8115:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.29:
                   8116:                lt_dlexit called
                   8117: 
                   8118: 2003-03-12  paf
                   8119:        * Makefile.in [autoptr] 1.48.2.4:
                   8120:        * bin/Makefile.in [autoptr] 1.9.2.3:
                   8121:        * configure [autoptr] 1.66.2.4:
                   8122:        * configure.in [autoptr] 1.62.2.4:
                   8123:        * etc/Makefile.in [autoptr] 1.14.2.3:
                   8124:        * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.3:
                   8125:        * src/Makefile.in [autoptr] 1.55.2.3:
                   8126:        * src/classes/Makefile.in [autoptr] 1.53.2.3:
                   8127:        * src/include/Makefile.in [autoptr] 1.11.2.5:
                   8128:        * src/lib/Makefile.in [autoptr] 1.8.2.3:
                   8129:        * src/lib/md5/Makefile.in [autoptr] 1.6.2.3:
                   8130:        * src/lib/patches/Makefile.in [autoptr] 1.10.2.3:
                   8131:        * src/lib/pcre/Makefile.in [autoptr] 1.8.2.3:
                   8132:        * src/main/Makefile.in [autoptr] 1.50.2.6:
                   8133:        * src/sql/Makefile.in [autoptr] 1.11.2.3:
                   8134:        * src/targets/Makefile.in [autoptr] 1.42.2.3:
                   8135:        * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.4:
                   8136:        * src/targets/cgi/Makefile.am [autoptr] 1.46.2.4:
                   8137:        * src/targets/cgi/Makefile.in [autoptr] 1.62.2.4:
                   8138:        * src/targets/isapi/Makefile.in [autoptr] 1.11.2.3:
                   8139:        * src/types/Makefile.in [autoptr] 1.50.2.4:
                   8140:                libstdc++ linkage fixed for g++ 3.2.2
                   8141: 
                   8142:        * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.8:
                   8143:        * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.5:
                   8144:        * src/main/compile.tab.C [autoptr] 1.81.2.12:
                   8145:                gcc 3.2 rightliy complained on using privately declared class [
                   8146:                fixed]
                   8147: 
                   8148:        * Makefile.am [autoptr] 1.34.2.3:
                   8149:        * Makefile.in [autoptr] 1.48.2.5:
                   8150:        * src/targets/apache13/Makefile.in 1.45:
                   8151:        * src/targets/apache13/p3runConfigure.in 1.12:
                   8152:        * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2:
                   8153:        * tests/Makefile [autoptr] 1.1.2.8:
                   8154:                *** empty log message ***
                   8155: 
                   8156:        * src/include/pa_request.h [autoptr] 1.160.2.36:
                   8157:        * src/main/compile.tab.C [autoptr] 1.81.2.11:
                   8158:        * src/main/execute.C [autoptr] 1.295.2.26:
                   8159:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.25:
                   8160:                SIGPIPE now can be intercepted
                   8161:                and does not cause exception in exception handler
                   8162: 
                   8163:        * Makefile.in [autoptr] 1.48.2.3:
                   8164:        * bin/Makefile.in [autoptr] 1.9.2.2:
                   8165:        * configure [autoptr] 1.66.2.3:
                   8166:        * configure.in [autoptr] 1.62.2.3:
                   8167:        * etc/Makefile.in [autoptr] 1.14.2.2:
                   8168:        * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.2:
                   8169:        * src/Makefile.in [autoptr] 1.55.2.2:
                   8170:        * src/classes/Makefile.in [autoptr] 1.53.2.2:
                   8171:        * src/include/Makefile.in [autoptr] 1.11.2.4:
                   8172:        * src/lib/Makefile.in [autoptr] 1.8.2.2:
                   8173:        * src/lib/md5/Makefile.in [autoptr] 1.6.2.2:
                   8174:        * src/lib/patches/Makefile.in [autoptr] 1.10.2.2:
                   8175:        * src/lib/pcre/Makefile.in [autoptr] 1.8.2.2:
                   8176:        * src/main/Makefile.in [autoptr] 1.50.2.5:
                   8177:        * src/sql/Makefile.in [autoptr] 1.11.2.2:
                   8178:        * src/targets/Makefile.in [autoptr] 1.42.2.2:
                   8179:        * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2:
                   8180:        * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3:
                   8181:        * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3:
                   8182:        * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3:
                   8183:        * src/targets/isapi/Makefile.in [autoptr] 1.11.2.2:
                   8184:        * src/types/Makefile.in [autoptr] 1.50.2.3:
                   8185:                configure now default links libstdc++ statically.
                   8186:                that can be overriden by --with-dynamic-stdcpp
                   8187: 
                   8188:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.26:
                   8189:                1. more detailed log on signals.
                   8190:                2. sigpipe before request constructor now causes death
                   8191: 
                   8192:        * configure [autoptr] 1.66.2.5:
                   8193:        * configure.in [autoptr] 1.62.2.5:
                   8194:        * src/lib/ltdl/Makefile.in [autoptr] 1.4.2.1:
                   8195:        * src/lib/ltdl/configure [autoptr] 1.4.2.1:
                   8196:        * src/lib/ltdl/configure.in [autoptr] 1.4.2.1:
                   8197:        * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3:
                   8198:        * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5:
                   8199:        * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5:
                   8200:                lib/ltdl/Makefile now created by /configure.in only [were by
                   8201:                lib/ltdl/configure.in OVERWRITE]
                   8202: 
                   8203: 2003-03-11  paf
                   8204:        * src/main/compile.tab.C [autoptr] 1.81.2.10:
                   8205:        * src/main/compile.y [autoptr] 1.204.2.7:
                   8206:        * src/sql/pa_sql_driver.h [autoptr] 1.34.2.4:
                   8207:        * src/types/pa_vstateless_class.C [autoptr] 1.19.2.8:
                   8208:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.15:
                   8209:        * www/htdocs/.htaccess [autoptr] 1.12.6.8:
                   8210:                removed necessity of libstdc++
                   8211: 
                   8212:        * src/include/pa_request.h 1.161:
                   8213:        * src/include/pa_request.h [autoptr] 1.160.2.35:
                   8214:                ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   8215: 
                   8216: 2003-03-08  paf
                   8217:        * tests/117.html 1.1:
                   8218:                file 117.html was initially added on branch autoptr.
                   8219: 
                   8220:        * src/classes/xdoc.C [autoptr] 1.108.2.19:
                   8221:                forgotten: global xdoc when ndef XML
                   8222: 
                   8223:        * src/classes/mail.C [autoptr] 1.88.2.16:
                   8224:        * src/classes/response.C [autoptr] 1.23.2.8:
                   8225:        * src/include/pa_request.h [autoptr] 1.160.2.33:
                   8226:        * src/main/pa_request.C [autoptr] 1.245.2.36:
                   8227:                removing vform,response,cookie.h -> pa_request.h dependency
                   8228: 
                   8229:        * tests/118.html 1.1:
                   8230:                file 118.html was initially added on branch autoptr.
                   8231: 
                   8232:        * tests/results/115.processed 1.1:
                   8233:                file 115.processed was initially added on branch autoptr.
                   8234: 
                   8235:        * tests/119.html 1.1:
                   8236:                file 119.html was initially added on branch autoptr.
                   8237: 
                   8238:        * tests/120.html 1.1:
                   8239:                file 120.html was initially added on branch autoptr.
                   8240: 
                   8241:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.22:
                   8242:                charsets: see some strange things with old xml lib-- it's
                   8243:                internal memory handling has faults
                   8244: 
                   8245:        * tests/results/117.processed 1.1:
                   8246:                file 117.processed was initially added on branch autoptr.
                   8247: 
                   8248:        * tests/results/109.processed 1.1:
                   8249:                file 109.processed was initially added on branch autoptr.
                   8250: 
                   8251:        * tests/results/110.processed 1.1:
                   8252:                file 110.processed was initially added on branch autoptr.
                   8253: 
                   8254:        * tests/021.html [autoptr] 1.1.2.2:
                   8255:        * tests/031.html [autoptr] 1.1.2.2:
                   8256:        * tests/033.html [autoptr] 1.1.2.2:
                   8257:        * tests/109.html [autoptr] 1.1.2.1:
                   8258:        * tests/110.html [autoptr] 1.1.2.1:
                   8259:        * tests/111.html [autoptr] 1.1.2.1:
                   8260:        * tests/112.html [autoptr] 1.1.2.1:
                   8261:        * tests/113.html [autoptr] 1.1.2.1:
                   8262:        * tests/114.html [autoptr] 1.1.2.1:
                   8263:        * tests/115.html [autoptr] 1.1.2.1:
                   8264:        * tests/116.html [autoptr] 1.1.2.1:
                   8265:        * tests/117.html [autoptr] 1.1.2.1:
                   8266:        * tests/118.html [autoptr] 1.1.2.1:
                   8267:        * tests/119.html [autoptr] 1.1.2.1:
                   8268:        * tests/120.html [autoptr] 1.1.2.1:
                   8269:        * tests/results/109.processed [autoptr] 1.1.2.1:
                   8270:        * tests/results/110.processed [autoptr] 1.1.2.1:
                   8271:        * tests/results/111.processed [autoptr] 1.1.2.1:
                   8272:        * tests/results/112.processed [autoptr] 1.1.2.1:
                   8273:        * tests/results/113.processed [autoptr] 1.1.2.1:
                   8274:        * tests/results/114.processed [autoptr] 1.1.2.1:
                   8275:        * tests/results/115.processed [autoptr] 1.1.2.1:
                   8276:        * tests/results/116.processed [autoptr] 1.1.2.1:
                   8277:        * tests/results/117.processed [autoptr] 1.1.2.1:
                   8278:        * tests/results/118.processed [autoptr] 1.1.2.1:
                   8279:        * tests/results/119.processed [autoptr] 1.1.2.1:
                   8280:        * tests/results/120.processed [autoptr] 1.1.2.1:
                   8281:                xml: tests
                   8282:                109 dom create/show
                   8283:                110 xpath selectSingle
                   8284:                111 xdoc.create from tainted &
                   8285:                112 xdoc.create/output with russian attr value
                   8286:                113 xpath selectString/Number
                   8287:                114 dom attributes.count
                   8288:                115 xpath selectBool
                   8289:                116 output media-type change
                   8290:                117 transform by dom stylesheet
                   8291:                118 empty transform result
                   8292:                119 dom setAttribute
                   8293:                120 nbsp letter output
                   8294:                
                   8295:                =END OF PREPARED XML TESTS=
                   8296: 
                   8297:        * tests/results/119.processed 1.1:
                   8298:                file 119.processed was initially added on branch autoptr.
                   8299: 
                   8300:        * tests/results/120.processed 1.1:
                   8301:                file 120.processed was initially added on branch autoptr.
                   8302: 
                   8303:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.23:
                   8304:                todo: move to latest xml version on win32 and run memleak tests again
                   8305: 
                   8306:        * src/classes/op.C [autoptr] 1.127.2.21:
                   8307:        * src/include/pa_request.h [autoptr] 1.160.2.34:
                   8308:                removing vclass,object.h -> pa_request.h dependency
                   8309: 
                   8310:        * tests/results/112.processed 1.1:
                   8311:                file 112.processed was initially added on branch autoptr.
                   8312: 
                   8313:        * tests/results/114.processed 1.1:
                   8314:                file 114.processed was initially added on branch autoptr.
                   8315: 
                   8316:        * src/main/pa_request.C [autoptr] 1.245.2.32:
                   8317:        * src/main/pa_request.C [autoptr] 1.245.2.33:
                   8318:        * www/htdocs/.htaccess [autoptr] 1.12.6.7:
                   8319:                forgotten: ifdef XML
                   8320: 
                   8321:        * src/classes/hash.C [autoptr] 1.54.2.13:
                   8322:        * src/classes/mail.C [autoptr] 1.88.2.15:
                   8323:        * src/classes/string.C [autoptr] 1.125.2.15:
                   8324:        * src/classes/table.C [autoptr] 1.172.2.14:
                   8325:        * src/include/pa_array.h [autoptr] 1.57.2.27:
                   8326:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.16:
                   8327:        * src/types/pa_vmail.C [autoptr] 1.40.2.10:
                   8328:        * src/types/pa_vmail.h [autoptr] 1.9.2.5:
                   8329:        * www/htdocs/.htaccess [autoptr] 1.12.6.6:
                   8330:        * www/htdocs/index.html 1.211:
                   8331:                started full-scale-site-test [~ http://parser.ru sources]
                   8332:                
                   8333:                some fixes
                   8334: 
                   8335:        * tests/110.html 1.1:
                   8336:                file 110.html was initially added on branch autoptr.
                   8337: 
                   8338:        * tests/109.html 1.1:
                   8339:                file 109.html was initially added on branch autoptr.
                   8340: 
                   8341:        * src/include/pa_types.h [autoptr] 1.44.2.3:
                   8342:        * src/main/pa_charset.C [autoptr] 1.33.2.19:
                   8343:                charsets: fixed problems when transcode from charset A to A.
                   8344: 
                   8345:        * tests/results/116.processed 1.1:
                   8346:                file 116.processed was initially added on branch autoptr.
                   8347: 
1.24      paf      8348:        * Makefile.in [autoptr] 1.48.2.2:
                   8349:        * src/main/pa_request.C [autoptr] 1.245.2.34:
                   8350:        * www/cgi-bin/parser3.log [autoptr] 1.78.10.1:
                   8351:                *** empty log message ***
                   8352: 
1.23      paf      8353:        * tests/111.html 1.1:
                   8354:                file 111.html was initially added on branch autoptr.
                   8355: 
                   8356:        * src/main/untaint.C [autoptr] 1.115.2.12:
                   8357:        * src/types/pa_vmail.C [autoptr] 1.40.2.11:
                   8358:                mail: transcode fixed.
                   8359:                todo: still problems when transcode from charset A to A.
                   8360: 
                   8361:        * tests/112.html 1.1:
                   8362:                file 112.html was initially added on branch autoptr.
                   8363: 
                   8364:        * tests/results/118.processed 1.1:
                   8365:                file 118.processed was initially added on branch autoptr.
                   8366: 
                   8367:        * tests/113.html 1.1:
                   8368:                file 113.html was initially added on branch autoptr.
                   8369: 
                   8370:        * tests/results/111.processed 1.1:
                   8371:                file 111.processed was initially added on branch autoptr.
                   8372: 
                   8373:        * tests/Makefile [autoptr] 1.1.2.7:
                   8374:                make install & co
                   8375: 
                   8376:        * tests/114.html 1.1:
                   8377:                file 114.html was initially added on branch autoptr.
                   8378: 
                   8379:        * tests/115.html 1.1:
                   8380:                file 115.html was initially added on branch autoptr.
                   8381: 
                   8382:        * src/include/pa_config_fixed.h [autoptr] 1.54.2.5:
                   8383:        * src/types/pa_vxdoc.C [autoptr] 1.23.2.5:
                   8384:                yet another return 0; fixed
                   8385: 
                   8386:        * src/include/pa_config_fixed.h [autoptr] 1.54.2.4:
                   8387:        * src/types/pa_vmail.C [autoptr] 1.40.2.12:
                   8388:        * src/types/pa_vmail.h [autoptr] 1.9.2.6:
                   8389:                vmail.C received just compiled [not tested]
                   8390: 
                   8391:        * tests/results/113.processed 1.1:
                   8392:                file 113.processed was initially added on branch autoptr.
                   8393: 
                   8394:        * tests/116.html 1.1:
                   8395:                file 116.html was initially added on branch autoptr.
                   8396: 
                   8397:        * src/include/pa_request.h [autoptr] 1.160.2.32:
                   8398:                removing vmail.h -> pa_request.h dependency [testing...]
                   8399: 
                   8400: 2003-03-07  paf
                   8401:        * src/classes/xdoc.C [autoptr] 1.108.2.18:
                   8402:        * src/include/pa_charset.h [autoptr] 1.20.2.18:
                   8403:        * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.5:
                   8404:        * tests/108.html [autoptr] 1.1.2.1:
                   8405:        * tests/108.xsl [autoptr] 1.1.2.1:
                   8406:        * tests/results/108.processed [autoptr] 1.1.2.1:
                   8407:                xml: test 108 transform with params [bugs fixed]
                   8408: 
                   8409:        * tests/results/107.processed 1.1:
                   8410:                file 107.processed was initially added on branch autoptr.
                   8411: 
                   8412:        * tests/108.xsl 1.1:
                   8413:                file 108.xsl was initially added on branch autoptr.
                   8414: 
1.39      paf      8415:        * src/classes/xdoc.C [autoptr] 1.108.2.15:
                   8416:        * src/types/pa_vxdoc.h [autoptr] 1.31.2.7:
                   8417:        * src/types/pa_vxnode.h [autoptr] 1.22.2.5:
                   8418:                xml: linked
                   8419: 
1.23      paf      8420:        * tests/106.html 1.1:
                   8421:                file 106.html was initially added on branch autoptr.
                   8422: 
                   8423:        * src/classes/classes.C [autoptr] 1.18.2.6:
                   8424:                fixed: prevent system classes from modification to lock ALL the
                   8425:                classes, not only directly used
                   8426: 
                   8427:        * tests/107.html 1.1:
                   8428:                file 107.html was initially added on branch autoptr.
                   8429: 
                   8430:        * tests/108.html 1.1:
                   8431:                file 108.html was initially added on branch autoptr.
                   8432: 
                   8433:        * tests/results/106.processed 1.1:
                   8434:                file 106.processed was initially added on branch autoptr.
                   8435: 
                   8436:        * src/include/pa_charset.h [autoptr] 1.20.2.16:
                   8437:        * src/main/pa_charset.C [autoptr] 1.33.2.16:
                   8438:        * www/htdocs/.htaccess [autoptr] 1.12.6.5:
                   8439:                xml: charset two mem alloc functions used for different cases [
                   8440:                libxml, libxsl]
                   8441: 
                   8442:        * src/classes/xdoc.C [autoptr] 1.108.2.17:
                   8443:        * src/include/pa_charset.h [autoptr] 1.20.2.17:
                   8444:        * src/include/pa_request.h [autoptr] 1.160.2.31:
                   8445:        * src/main/execute.C [autoptr] 1.295.2.25:
                   8446:        * src/main/pa_charset.C [autoptr] 1.33.2.17:
                   8447:        * src/main/pa_exception.C [autoptr] 1.43.2.15:
                   8448:        * src/main/pa_globals.C [autoptr] 1.152.2.19:
                   8449:        * src/main/pa_request.C [autoptr] 1.245.2.31:
                   8450:        * src/types/pa_vxdoc.C [autoptr] 1.23.2.4:
                   8451:        * src/types/pa_vxdoc.h [autoptr] 1.31.2.9:
                   8452:        * src/types/pa_vxnode.C [autoptr] 1.30.2.5:
                   8453:        * tests/107.html [autoptr] 1.1.2.1:
                   8454:        * tests/results/107.processed [autoptr] 1.1.2.1:
                   8455:                xml: test: 107 bug fixes
                   8456: 
                   8457:        * tests/results/108.processed 1.1:
                   8458:                file 108.processed was initially added on branch autoptr.
                   8459: 
                   8460:        * src/classes/xdoc.C [autoptr] 1.108.2.14:
                   8461:        * src/types/pa_vxdoc.h [autoptr] 1.31.2.6:
                   8462:                xdoc.C compiled
                   8463: 
                   8464:        * tests/106.html [autoptr] 1.1.2.1:
                   8465:        * tests/results/106.processed [autoptr] 1.1.2.1:
                   8466:                test: 106 xdoc create, string
                   8467: 
                   8468:        * src/classes/xdoc.C [autoptr] 1.108.2.16:
                   8469:        * src/classes/xnode.C [autoptr] 1.54.2.10:
                   8470:        * src/classes/xnode.h [autoptr] 1.18.2.6:
                   8471:        * src/types/pa_value.h [autoptr] 1.109.2.24:
                   8472:        * src/types/pa_vxdoc.C [autoptr] 1.23.2.3:
                   8473:        * src/types/pa_vxdoc.h [autoptr] 1.31.2.8:
                   8474:        * src/types/pa_vxnode.C [autoptr] 1.30.2.4:
                   8475:        * src/types/pa_vxnode.h [autoptr] 1.22.2.6:
                   8476:                test: 107 bug fixes
                   8477: 
                   8478:        * src/main/pa_charset.C [autoptr] 1.33.2.18:
                   8479:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.21:
                   8480:                fixed: mem leak from copy/paste bug
                   8481: 
                   8482: 2003-03-06  paf
                   8483:        * tests/023.html [autoptr] 1.1.2.2:
                   8484:                in some cases it rounded up badly. postponing solution of that
                   8485:                problem, making more simple test
                   8486: 
                   8487:        * src/include/pa_charset.h [autoptr] 1.20.2.14:
                   8488:        * src/include/pa_config_fixed.h [autoptr] 1.54.2.3:
                   8489:        * src/include/pa_memory.h [autoptr] 1.1.2.6:
                   8490:        * src/include/pa_pool.h [autoptr] 1.86.2.32:
                   8491:        * src/main/pa_charset.C [autoptr] 1.33.2.14:
                   8492:        * src/main/pa_memory.C [autoptr] 1.1.2.4:
                   8493:        * src/main/pa_pool.C [autoptr] 1.59.2.6:
                   8494:        * src/types/pa_vxdoc.C [autoptr] 1.23.2.2:
                   8495:        * src/types/pa_vxdoc.h [autoptr] 1.31.2.5:
                   8496:        * src/types/pa_vxnode.C [autoptr] 1.30.2.3:
                   8497:        * src/types/pa_vxnode.h [autoptr] 1.22.2.4:
                   8498:                xml: charsets
                   8499: 
                   8500:        * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.4:
                   8501:        * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.4:
                   8502:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.15:
                   8503:        * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.6:
                   8504:                xml: stylesheet&manager done
                   8505: 
                   8506:        * src/classes/xnode.C [autoptr] 1.54.2.9:
                   8507:        * src/classes/xnode.h [autoptr] 1.18.2.5:
                   8508:        * src/include/pa_charset.h [autoptr] 1.20.2.15:
                   8509:        * src/include/pa_memory.h [autoptr] 1.1.2.8:
                   8510:        * src/include/pa_request.h [autoptr] 1.160.2.30:
                   8511:        * src/include/pa_string.h [autoptr] 1.144.2.28:
                   8512:        * src/main/pa_globals.C [autoptr] 1.152.2.18:
                   8513:        * src/main/pa_request.C [autoptr] 1.245.2.30:
                   8514:        * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.7:
                   8515:                xnode.C compiled
                   8516: 
                   8517:        * src/include/pa_memory.h [autoptr] 1.1.2.7:
                   8518:        * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.3:
                   8519:        * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.3:
                   8520:        * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.5:
                   8521:                xml: stylesheet&manager STARTED
                   8522: 
                   8523:        * src/include/pa_globals.h [autoptr] 1.101.2.15:
                   8524:        * src/main/pa_charset.C [autoptr] 1.33.2.15:
                   8525:        * src/main/pa_exception.C [autoptr] 1.43.2.14:
                   8526:        * src/main/pa_globals.C [autoptr] 1.152.2.17:
                   8527:                xml: exceptions
                   8528: 
                   8529:        * src/classes/xdoc.C [autoptr] 1.108.2.13:
                   8530:                xdoc.C 50%
                   8531: 
                   8532:        * src/include/pa_charset.h [autoptr] 1.20.2.13:
                   8533:        * src/include/pa_charsets.h [autoptr] 1.8.2.8:
                   8534:        * src/main/pa_charset.C [autoptr] 1.33.2.13:
                   8535:        * src/main/pa_charsets.C [autoptr] 1.11.2.10:
                   8536:        * www/htdocs/.htaccess [autoptr] 1.12.6.4:
                   8537:                charset_utf8 declaration moved to charsets.C
                   8538: 
                   8539:        * Makefile.am [autoptr] 1.34.2.2:
                   8540:        * tests/Makefile [autoptr] 1.1.2.4:
                   8541:        * tests/Makefile [autoptr] 1.1.2.6:
                   8542:                *** empty log message ***
                   8543: 
                   8544:        * tests/058_paf2000.png [autoptr] 1.1.2.2:
                   8545:        * tests/results/058.processed [autoptr] 1.1.2.2:
                   8546:                .png added with -kb now
                   8547: 
                   8548: 2003-03-05  paf
                   8549:        * tests/results/105.processed 1.1:
                   8550:                file 105.processed was initially added on branch autoptr.
                   8551: 
                   8552:        * src/classes/math.C [autoptr] 1.24.2.12:
                   8553:                can be: crypt in -lcrypt OK, but crypt.h be missing
                   8554: 
                   8555:        * src/classes/op.C [autoptr] 1.127.2.20:
                   8556:        * src/main/main.dsp [autoptr] 1.161.6.13:
                   8557:        * tests/104.html [autoptr] 1.1.2.1:
                   8558:        * tests/results/104.processed [autoptr] 1.1.2.1:
                   8559:        * www/htdocs/.htaccess [autoptr] 1.12.6.3:
                   8560:                ^bpt operator added [does int3 in debug build on win32]
                   8561: 
                   8562:        * www/htdocs/auto.p [autoptr] 1.17.10.1:
                   8563:        * www/htdocs/autoptr.html [autoptr] 1.1.2.4:
                   8564:        * www/htdocs/base.p [autoptr] 1.6.6.1:
                   8565:        * www/htdocs/derived.p [autoptr] 1.24.6.1:
                   8566:        * www/htdocs/font.gif [autoptr] 1.1.6.1:
                   8567:        * www/htdocs/global.xsl [autoptr] 1.8.10.1:
                   8568:        * www/htdocs/index.html [autoptr] 1.210.2.1:
                   8569:        * www/htdocs/mailreceive.eml [autoptr] 1.3.10.1:
                   8570:        * www/htdocs/mailreceive.html [autoptr] 1.1.10.1:
                   8571:        * www/htdocs/operators.p [autoptr] 1.11.8.1:
                   8572:        * www/htdocs/parser-status.html [autoptr] 1.2.18.1:
                   8573:        * www/htdocs/people.dtd [autoptr] 1.1.20.1:
                   8574:        * www/htdocs/some.p [autoptr] 1.2.8.1:
                   8575:                removed old tests
                   8576: 
                   8577:        * tests/104.html 1.1:
                   8578:                file 104.html was initially added on branch autoptr.
                   8579: 
1.39      paf      8580:        * tests/105.html 1.1:
                   8581:                file 105.html was initially added on branch autoptr.
                   8582: 
1.23      paf      8583:        * src/classes/math.C [autoptr] 1.24.2.11:
                   8584:        * src/classes/op.C [autoptr] 1.127.2.19:
                   8585:        * src/classes/string.C [autoptr] 1.125.2.13:
                   8586:        * src/lib/Makefile.in [autoptr] 1.8.2.1:
                   8587:        * src/lib/md5/Makefile.in [autoptr] 1.6.2.1:
                   8588:        * src/lib/patches/Makefile.in [autoptr] 1.10.2.1:
                   8589:        * src/lib/pcre/Makefile.in [autoptr] 1.8.2.1:
                   8590:        * src/main/pa_exec.C [autoptr] 1.48.2.18:
                   8591:        * src/targets/Makefile.in [autoptr] 1.42.2.1:
                   8592:        * src/targets/apache13/Makefile.am [autoptr] 1.15.10.1:
                   8593:        * src/targets/cgi/Makefile.am [autoptr] 1.46.2.1:
                   8594:        * src/targets/cgi/Makefile.in [autoptr] 1.62.2.1:
                   8595:                gcc more happy. todo:make linker happy
                   8596: 
                   8597:        * tests/results/104.processed 1.1:
                   8598:                file 104.processed was initially added on branch autoptr.
                   8599: 
                   8600:        * ltmain.sh [autoptr] 1.5.2.1:
                   8601:                ltmain.sh added
                   8602: 
                   8603:        * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.1:
                   8604:        * src/targets/cgi/Makefile.am [autoptr] 1.46.2.2:
                   8605:        * src/targets/cgi/Makefile.in [autoptr] 1.62.2.2:
                   8606:                linker needed more tricks to link OK
                   8607: 
                   8608:        * src/types/pa_vhash.C [autoptr] 1.1.2.2:
                   8609:        * src/types/pa_vhash.h [autoptr] 1.43.2.13:
                   8610:                hash_default_element_name made static
                   8611: 
                   8612:        * src/include/Makefile.am [autoptr] 1.3.14.2:
                   8613:        * src/include/Makefile.in [autoptr] 1.11.2.3:
                   8614:        * src/main/Makefile.am [autoptr] 1.35.6.4:
                   8615:        * src/main/Makefile.in [autoptr] 1.50.2.4:
                   8616:        * src/types/Makefile.am [autoptr] 1.28.10.1:
                   8617:        * src/types/Makefile.in [autoptr] 1.50.2.2:
                   8618:                forgotten files added to Makes
                   8619: 
                   8620:        * src/types/pa_vhash.C [autoptr] 1.1.2.3:
                   8621:        * src/types/pa_vhash.h [autoptr] 1.43.2.14:
                   8622:                hash_default_element_name change undone ;(
                   8623: 
                   8624:        * src/classes/file.C [autoptr] 1.107.2.16:
                   8625:        * src/include/pa_exec.h [autoptr] 1.11.2.6:
                   8626:        * src/main/pa_exec.C [autoptr] 1.48.2.17:
                   8627:                pa_exec env param made optional
                   8628: 
                   8629:        * tests/057.html [autoptr] 1.1.2.3:
                   8630:        * tests/results/057.processed [autoptr] 1.1.2.3:
                   8631:                test bug fixed
                   8632: 
                   8633:        * src/classes/string.C [autoptr] 1.125.2.14:
                   8634:        * src/include/pa_string.h [autoptr] 1.144.2.27:
                   8635:        * src/main/pa_string.C [autoptr] 1.172.2.20:
                   8636:        * tests/105.html [autoptr] 1.1.2.1:
                   8637:        * tests/results/105.processed [autoptr] 1.1.2.1:
                   8638:                String::match bug fixed
                   8639: 
                   8640: 2003-03-04  paf
                   8641:        * tests/results/060.processed 1.1:
                   8642:                file 060.processed was initially added on branch autoptr.
                   8643: 
                   8644:        * tests/results/059.processed 1.1:
                   8645:                file 059.processed was initially added on branch autoptr.
                   8646: 
                   8647:        * tests/072.html 1.1:
                   8648:                file 072.html was initially added on branch autoptr.
                   8649: 
                   8650:        * tests/results/052.processed 1.1:
                   8651:                file 052.processed was initially added on branch autoptr.
                   8652: 
                   8653:        * tests/074.html 1.1:
                   8654:                file 074.html was initially added on branch autoptr.
                   8655: 
                   8656:        * tests/results/099.processed 1.1:
                   8657:                file 099.processed was initially added on branch autoptr.
                   8658: 
                   8659:        * tests/076.html 1.1:
                   8660:                file 076.html was initially added on branch autoptr.
                   8661: 
                   8662:        * tests/results/092.processed 1.1:
                   8663:                file 092.processed was initially added on branch autoptr.
                   8664: 
                   8665:        * tests/results/102.processed 1.1:
                   8666:                file 102.processed was initially added on branch autoptr.
                   8667: 
                   8668:        * tests/results/084.processed 1.1:
                   8669:                file 084.processed was initially added on branch autoptr.
                   8670: 
                   8671:        * tests/078.html 1.1:
                   8672:                file 078.html was initially added on branch autoptr.
                   8673: 
                   8674:        * tests/results/076.processed 1.1:
                   8675:                file 076.processed was initially added on branch autoptr.
                   8676: 
                   8677:        * tests/081.html 1.1:
                   8678:                file 081.html was initially added on branch autoptr.
                   8679: 
                   8680:        * tests/results/068.processed 1.1:
                   8681:                file 068.processed was initially added on branch autoptr.
                   8682: 
                   8683:        * tests/results/061.processed 1.1:
                   8684:                file 061.processed was initially added on branch autoptr.
                   8685: 
                   8686:        * src/classes/Makefile.in [autoptr] 1.53.2.1:
                   8687:        * src/classes/mail.C [autoptr] 1.88.2.13:
                   8688:        * src/main/Makefile.in [autoptr] 1.50.2.3:
                   8689:        * src/main/pa_exec.C [autoptr] 1.48.2.16:
                   8690:        * src/sql/Makefile.in [autoptr] 1.11.2.1:
                   8691:        * src/types/Makefile.in [autoptr] 1.50.2.1:
                   8692:                *** empty log message ***
                   8693: 
                   8694:        * tests/083.html 1.1:
                   8695:                file 083.html was initially added on branch autoptr.
                   8696: 
                   8697:        * tests/results/053.processed 1.1:
                   8698:                file 053.processed was initially added on branch autoptr.
                   8699: 
                   8700:        * tests/053.html [autoptr] 1.1.2.1:
                   8701:        * tests/054.html [autoptr] 1.1.2.1:
                   8702:        * tests/055.html [autoptr] 1.1.2.1:
                   8703:        * tests/056.html [autoptr] 1.1.2.1:
                   8704:        * tests/057.html [autoptr] 1.1.2.1:
                   8705:        * tests/058.html [autoptr] 1.1.2.1:
                   8706:        * tests/058_paf2000.png [autoptr] 1.1.2.1:
                   8707:        * tests/059.html [autoptr] 1.1.2.1:
                   8708:        * tests/060.html [autoptr] 1.1.2.1:
                   8709:        * tests/results/053.processed [autoptr] 1.1.2.1:
                   8710:        * tests/results/054.processed [autoptr] 1.1.2.1:
                   8711:        * tests/results/055.processed [autoptr] 1.1.2.1:
                   8712:        * tests/results/056.processed [autoptr] 1.1.2.1:
                   8713:        * tests/results/057.processed [autoptr] 1.1.2.1:
                   8714:        * tests/results/058.processed [autoptr] 1.1.2.1:
                   8715:        * tests/results/059.processed [autoptr] 1.1.2.1:
                   8716:        * tests/results/060.processed [autoptr] 1.1.2.1:
                   8717:                test:
                   8718:                53 string.replace
                   8719:                54 junctions
                   8720:                55 table.hash
                   8721:                56 call indirect
                   8722:                57 date.create[string]
                   8723:                58 image.measure[png]
                   8724: 
                   8725:        * src/classes/image.C [autoptr] 1.90.2.14:
                   8726:        * tests/098.html [autoptr] 1.1.2.1:
                   8727:        * tests/098font.gif [autoptr] 1.1.2.1:
                   8728:        * tests/results/098.processed [autoptr] 1.1.2.1:
                   8729:                test:
                   8730:                98 image font text [bug fixed]
                   8731: 
                   8732:        * tests/085.html 1.1:
                   8733:                file 085.html was initially added on branch autoptr.
                   8734: 
                   8735:        * tests/096_dir/188.jpg 1.1:
                   8736:                file 188.jpg was initially added on branch autoptr.
                   8737: 
                   8738:        * tests/096_dir/163.jpg 1.1:
                   8739:                file 163.jpg was initially added on branch autoptr.
                   8740: 
                   8741:        * tests/087.html 1.1:
                   8742:                file 087.html was initially added on branch autoptr.
                   8743: 
                   8744:        * tests/103paf2001.gif 1.1:
                   8745:                file 103paf2001.gif was initially added on branch autoptr.
                   8746: 
                   8747:        * tests/results/103.processed 1.1:
                   8748:                file 103.processed was initially added on branch autoptr.
                   8749: 
                   8750:        * tests/results/093.processed 1.1:
                   8751:                file 093.processed was initially added on branch autoptr.
                   8752: 
                   8753:        * tests/053.html 1.1:
                   8754:                file 053.html was initially added on branch autoptr.
                   8755: 
                   8756:        * tests/results/085.processed 1.1:
                   8757:                file 085.processed was initially added on branch autoptr.
                   8758: 
                   8759:        * tests/089.html 1.1:
                   8760:                file 089.html was initially added on branch autoptr.
                   8761: 
                   8762:        * tests/090.html 1.1:
                   8763:                file 090.html was initially added on branch autoptr.
                   8764: 
                   8765:        * tests/100.html 1.1:
                   8766:                file 100.html was initially added on branch autoptr.
                   8767: 
                   8768:        * tests/results/077.processed 1.1:
                   8769:                file 077.processed was initially added on branch autoptr.
                   8770: 
                   8771:        * tests/055.html 1.1:
                   8772:                file 055.html was initially added on branch autoptr.
                   8773: 
                   8774:        * src/classes/table.C [autoptr] 1.172.2.12:
                   8775:        * src/main/execute.C [autoptr] 1.295.2.23:
                   8776:        * tests/061.dat [autoptr] 1.1.2.1:
                   8777:        * tests/061.html [autoptr] 1.1.2.1:
                   8778:        * tests/062.html [autoptr] 1.1.2.1:
                   8779:        * tests/063.html [autoptr] 1.1.2.1:
                   8780:        * tests/064.html [autoptr] 1.1.2.1:
                   8781:        * tests/065.html [autoptr] 1.1.2.1:
                   8782:        * tests/066.html [autoptr] 1.1.2.1:
                   8783:        * tests/067.html [autoptr] 1.1.2.1:
                   8784:        * tests/068.html [autoptr] 1.1.2.1:
                   8785:        * tests/069.html [autoptr] 1.1.2.1:
                   8786:        * tests/070.html [autoptr] 1.1.2.1:
                   8787:        * tests/071.html [autoptr] 1.1.2.1:
                   8788:        * tests/072.html [autoptr] 1.1.2.1:
                   8789:        * tests/073.html [autoptr] 1.1.2.1:
                   8790:        * tests/074.html [autoptr] 1.1.2.1:
                   8791:        * tests/075.html [autoptr] 1.1.2.1:
                   8792:        * tests/076.html [autoptr] 1.1.2.1:
                   8793:        * tests/077.html [autoptr] 1.1.2.1:
                   8794:        * tests/078.html [autoptr] 1.1.2.1:
                   8795:        * tests/079.html [autoptr] 1.1.2.1:
                   8796:        * tests/080.html [autoptr] 1.1.2.1:
                   8797:        * tests/081.html [autoptr] 1.1.2.1:
                   8798:        * tests/082.html [autoptr] 1.1.2.1:
                   8799:        * tests/083.html [autoptr] 1.1.2.1:
                   8800:        * tests/084.html [autoptr] 1.1.2.1:
                   8801:        * tests/085.html [autoptr] 1.1.2.1:
                   8802:        * tests/086.html [autoptr] 1.1.2.1:
                   8803:        * tests/087.html [autoptr] 1.1.2.1:
                   8804:        * tests/088.html [autoptr] 1.1.2.1:
                   8805:        * tests/089.html [autoptr] 1.1.2.1:
                   8806:        * tests/090.html [autoptr] 1.1.2.1:
                   8807:        * tests/091.html [autoptr] 1.1.2.1:
                   8808:        * tests/092.html [autoptr] 1.1.2.1:
                   8809:        * tests/093.html [autoptr] 1.1.2.1:
                   8810:        * tests/094.html [autoptr] 1.1.2.1:
                   8811:        * tests/095.html [autoptr] 1.1.2.1:
                   8812:        * tests/results/061.processed [autoptr] 1.1.2.1:
                   8813:        * tests/results/062.processed [autoptr] 1.1.2.1:
                   8814:        * tests/results/063.processed [autoptr] 1.1.2.1:
                   8815:        * tests/results/064.processed [autoptr] 1.1.2.1:
                   8816:        * tests/results/065.processed [autoptr] 1.1.2.1:
                   8817:        * tests/results/066.processed [autoptr] 1.1.2.1:
                   8818:        * tests/results/067.processed [autoptr] 1.1.2.1:
                   8819:        * tests/results/068.processed [autoptr] 1.1.2.1:
                   8820:        * tests/results/069.processed [autoptr] 1.1.2.1:
                   8821:        * tests/results/070.processed [autoptr] 1.1.2.1:
                   8822:        * tests/results/071.processed [autoptr] 1.1.2.1:
                   8823:        * tests/results/072.processed [autoptr] 1.1.2.1:
                   8824:        * tests/results/073.processed [autoptr] 1.1.2.1:
                   8825:        * tests/results/074.processed [autoptr] 1.1.2.1:
                   8826:        * tests/results/075.processed [autoptr] 1.1.2.1:
                   8827:        * tests/results/076.processed [autoptr] 1.1.2.1:
                   8828:        * tests/results/077.processed [autoptr] 1.1.2.1:
                   8829:        * tests/results/078.processed [autoptr] 1.1.2.1:
                   8830:        * tests/results/079.processed [autoptr] 1.1.2.1:
                   8831:        * tests/results/080.processed [autoptr] 1.1.2.1:
                   8832:        * tests/results/081.processed [autoptr] 1.1.2.1:
                   8833:        * tests/results/082.processed [autoptr] 1.1.2.1:
                   8834:        * tests/results/083.processed [autoptr] 1.1.2.1:
                   8835:        * tests/results/084.processed [autoptr] 1.1.2.1:
                   8836:        * tests/results/085.processed [autoptr] 1.1.2.1:
                   8837:        * tests/results/086.processed [autoptr] 1.1.2.1:
                   8838:        * tests/results/087.processed [autoptr] 1.1.2.1:
                   8839:        * tests/results/088.processed [autoptr] 1.1.2.1:
                   8840:        * tests/results/089.processed [autoptr] 1.1.2.1:
                   8841:        * tests/results/090.processed [autoptr] 1.1.2.1:
                   8842:        * tests/results/091.processed [autoptr] 1.1.2.1:
                   8843:        * tests/results/092.processed [autoptr] 1.1.2.1:
                   8844:        * tests/results/093.processed [autoptr] 1.1.2.1:
                   8845:        * tests/results/094.processed [autoptr] 1.1.2.1:
                   8846:        * tests/results/095.processed [autoptr] 1.1.2.1:
                   8847:                tests:
                   8848:                61 file::stat size
                   8849:                62 string->int autoconvert
                   8850:                63 double .int,dec,div,mul
                   8851:                64 date compare
                   8852:                65 file: basename,justname,justext
                   8853:                66 math:crypt
                   8854:                67 string.match simple on long
                   8855:                68 string.match normalized simple on long
                   8856:                69 string.int
                   8857:                70 file::stat content-type
                   8858:                71 table.join
                   8859:                72 hash parameter conditional pass
                   8860:                73 date daylightsaving,yearday
                   8861:                74 date arithmetics
                   8862:                75 response date values/attributes
                   8863:                76 string.pos of void, void.pos
                   8864:                77 syntax parsing
                   8865:                78 cookie tainting
                   8866:                79 switch with local
                   8867:                80 scientific numeric literal in string autoconvert
                   8868:                81 xor: logical and numerical
                   8869:                82 for delims
                   8870:                83 menu delims
                   8871:                84 table.hash distinct
                   8872:                85 long string  replace
                   8873:                86 throw+catch current language preserve
                   8874:                87 bit shifts
                   8875:                88 junction tests + $caller test
                   8876:                89 hash.foreach selfmodification
                   8877:                90 int/void to int
                   8878:                91 $caller test
                   8879:                92 junction is + def junction tests
                   8880:                93 $caller test
                   8881:                94 syntax test
                   8882:                95 table.hash(keygenerator)  [bug fixed]
                   8883: 
                   8884:        * tests/results/070.processed 1.1:
                   8885:                file 070.processed was initially added on branch autoptr.
                   8886: 
                   8887:        * tests/results/069.processed 1.1:
                   8888:                file 069.processed was initially added on branch autoptr.
                   8889: 
                   8890:        * tests/061.dat 1.1:
                   8891:                file 061.dat was initially added on branch autoptr.
                   8892: 
                   8893:        * tests/092.html 1.1:
                   8894:                file 092.html was initially added on branch autoptr.
                   8895: 
                   8896:        * tests/102.html 1.1:
                   8897:                file 102.html was initially added on branch autoptr.
                   8898: 
                   8899:        * tests/results/062.processed 1.1:
                   8900:                file 062.processed was initially added on branch autoptr.
                   8901: 
                   8902:        * tests/057.html 1.1:
                   8903:                file 057.html was initially added on branch autoptr.
                   8904: 
                   8905:        * tests/results/054.processed 1.1:
                   8906:                file 054.processed was initially added on branch autoptr.
                   8907: 
                   8908:        * tests/094.html 1.1:
                   8909:                file 094.html was initially added on branch autoptr.
                   8910: 
                   8911:        * tests/059.html 1.1:
                   8912:                file 059.html was initially added on branch autoptr.
                   8913: 
                   8914:        * tests/060.html 1.1:
                   8915:                file 060.html was initially added on branch autoptr.
                   8916: 
                   8917:        * tests/096.html 1.1:
                   8918:                file 096.html was initially added on branch autoptr.
                   8919: 
                   8920:        * tests/results/094.processed 1.1:
                   8921:                file 094.processed was initially added on branch autoptr.
                   8922: 
                   8923:        * tests/062.html 1.1:
                   8924:                file 062.html was initially added on branch autoptr.
                   8925: 
                   8926:        * tests/results/086.processed 1.1:
                   8927:                file 086.processed was initially added on branch autoptr.
                   8928: 
                   8929:        * tests/098font.gif 1.1:
                   8930:                file 098font.gif was initially added on branch autoptr.
                   8931: 
                   8932:        * tests/098.html 1.1:
                   8933:                file 098.html was initially added on branch autoptr.
                   8934: 
                   8935:        * tests/results/078.processed 1.1:
                   8936:                file 078.processed was initially added on branch autoptr.
                   8937: 
                   8938:        * tests/064.html 1.1:
                   8939:                file 064.html was initially added on branch autoptr.
                   8940: 
                   8941:        * tests/results/071.processed 1.1:
                   8942:                file 071.processed was initially added on branch autoptr.
                   8943: 
                   8944:        * tests/results/063.processed 1.1:
                   8945:                file 063.processed was initially added on branch autoptr.
                   8946: 
                   8947:        * tests/066.html 1.1:
                   8948:                file 066.html was initially added on branch autoptr.
                   8949: 
                   8950:        * tests/results/055.processed 1.1:
                   8951:                file 055.processed was initially added on branch autoptr.
                   8952: 
                   8953:        * tests/068.html 1.1:
                   8954:                file 068.html was initially added on branch autoptr.
                   8955: 
                   8956:        * tests/071.html 1.1:
                   8957:                file 071.html was initially added on branch autoptr.
                   8958: 
                   8959:        * tests/results/095.processed 1.1:
                   8960:                file 095.processed was initially added on branch autoptr.
                   8961: 
                   8962:        * tests/results/087.processed 1.1:
                   8963:                file 087.processed was initially added on branch autoptr.
                   8964: 
                   8965:        * tests/073.html 1.1:
                   8966:                file 073.html was initially added on branch autoptr.
                   8967: 
                   8968:        * tests/results/079.processed 1.1:
                   8969:                file 079.processed was initially added on branch autoptr.
                   8970: 
                   8971:        * tests/results/080.processed 1.1:
                   8972:                file 080.processed was initially added on branch autoptr.
                   8973: 
                   8974:        * tests/results/072.processed 1.1:
                   8975:                file 072.processed was initially added on branch autoptr.
                   8976: 
                   8977:        * tests/075.html 1.1:
                   8978:                file 075.html was initially added on branch autoptr.
                   8979: 
                   8980:        * tests/results/064.processed 1.1:
                   8981:                file 064.processed was initially added on branch autoptr.
                   8982: 
                   8983:        * tests/103.html [autoptr] 1.1.2.1:
                   8984:        * tests/103mark.gif [autoptr] 1.1.2.1:
                   8985:        * tests/103paf2001.gif [autoptr] 1.1.2.1:
                   8986:        * tests/results/103.processed [autoptr] 1.1.2.1:
                   8987:                tests:
                   8988:                103 image.copy transparence test
                   8989: 
                   8990:        * tests/results/056.processed 1.1:
                   8991:                file 056.processed was initially added on branch autoptr.
                   8992: 
                   8993:        * tests/077.html 1.1:
                   8994:                file 077.html was initially added on branch autoptr.
                   8995: 
                   8996:        * tests/080.html 1.1:
                   8997:                file 080.html was initially added on branch autoptr.
                   8998: 
                   8999:        * tests/079.html 1.1:
                   9000:                file 079.html was initially added on branch autoptr.
                   9001: 
                   9002:        * tests/results/096.processed 1.1:
                   9003:                file 096.processed was initially added on branch autoptr.
                   9004: 
                   9005:        * tests/082.html 1.1:
                   9006:                file 082.html was initially added on branch autoptr.
                   9007: 
                   9008:        * tests/results/088.processed 1.1:
                   9009:                file 088.processed was initially added on branch autoptr.
                   9010: 
                   9011:        * tests/results/081.processed 1.1:
                   9012:                file 081.processed was initially added on branch autoptr.
                   9013: 
                   9014:        * tests/084.html 1.1:
                   9015:                file 084.html was initially added on branch autoptr.
                   9016: 
                   9017:        * tests/results/073.processed 1.1:
                   9018:                file 073.processed was initially added on branch autoptr.
                   9019: 
                   9020:        * tests/058_paf2000.png 1.1:
                   9021:                file 058_paf2000.png was initially added on branch autoptr.
                   9022: 
                   9023:        * tests/results/065.processed 1.1:
                   9024:                file 065.processed was initially added on branch autoptr.
                   9025: 
                   9026:        * tests/086.html 1.1:
                   9027:                file 086.html was initially added on branch autoptr.
                   9028: 
                   9029:        * tests/results/057.processed 1.1:
                   9030:                file 057.processed was initially added on branch autoptr.
                   9031: 
                   9032:        * tests/052.html 1.1:
                   9033:                file 052.html was initially added on branch autoptr.
                   9034: 
                   9035:        * tests/088.html 1.1:
                   9036:                file 088.html was initially added on branch autoptr.
                   9037: 
                   9038:        * tests/054.html 1.1:
                   9039:                file 054.html was initially added on branch autoptr.
                   9040: 
                   9041:        * src/main/pa_common.C [autoptr] 1.143.2.21:
                   9042:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.20:
                   9043:        * tests/097.html [autoptr] 1.1.2.1:
                   9044:        * tests/results/097.processed [autoptr] 1.1.2.1:
                   9045:                test:
                   9046:                97 file::load http://  [bugs fixed]
                   9047: 
                   9048:        * tests/101.html 1.1:
                   9049:                file 101.html was initially added on branch autoptr.
                   9050: 
                   9051:        * tests/091.html 1.1:
                   9052:                file 091.html was initially added on branch autoptr.
                   9053: 
                   9054:        * tests/results/097.processed 1.1:
                   9055:                file 097.processed was initially added on branch autoptr.
                   9056: 
                   9057:        * tests/056.html 1.1:
                   9058:                file 056.html was initially added on branch autoptr.
                   9059: 
                   9060:        * tests/results/089.processed 1.1:
                   9061:                file 089.processed was initially added on branch autoptr.
                   9062: 
                   9063:        * tests/results/090.processed 1.1:
                   9064:                file 090.processed was initially added on branch autoptr.
                   9065: 
                   9066:        * src/classes/hash.C [autoptr] 1.54.2.12:
                   9067:        * src/classes/image.C [autoptr] 1.90.2.13:
                   9068:        * src/classes/table.C [autoptr] 1.172.2.13:
                   9069:        * src/include/pa_memory.h [autoptr] 1.1.2.5:
                   9070:        * tests/096.html [autoptr] 1.1.2.1:
                   9071:        * tests/096_dir/163.jpg [autoptr] 1.1.2.1:
                   9072:        * tests/096_dir/188.jpg [autoptr] 1.1.2.1:
                   9073:        * tests/results/096.processed [autoptr] 1.1.2.1:
                   9074:                tests:
                   9075:                96 image EXIF  [bug fixed]
                   9076: 
                   9077:        * tests/results/100.processed 1.1:
                   9078:                file 100.processed was initially added on branch autoptr.
                   9079: 
                   9080:        * tests/103.html 1.1:
                   9081:                file 103.html was initially added on branch autoptr.
                   9082: 
                   9083:        * tests/093.html 1.1:
                   9084:                file 093.html was initially added on branch autoptr.
                   9085: 
                   9086:        * tests/results/082.processed 1.1:
                   9087:                file 082.processed was initially added on branch autoptr.
                   9088: 
                   9089:        * tests/052.html [autoptr] 1.1.2.1:
                   9090:        * tests/outputs/049.processed [autoptr] 1.1.2.2:
                   9091:        * tests/outputs/050.processed [autoptr] 1.1.2.2:
                   9092:        * tests/outputs/051.processed [autoptr] 1.1.2.2:
                   9093:        * tests/results/052.processed [autoptr] 1.1.2.1:
                   9094:                test:
                   9095:                52 pre/match/post test: passed AS-IT-WERE, but wrong :) separate task: fix that
                   9096: 
                   9097:        * tests/058.html 1.1:
                   9098:                file 058.html was initially added on branch autoptr.
                   9099: 
                   9100:        * tests/results/074.processed 1.1:
                   9101:                file 074.processed was initially added on branch autoptr.
                   9102: 
                   9103:        * tests/095.html 1.1:
                   9104:                file 095.html was initially added on branch autoptr.
                   9105: 
                   9106:        * tests/results/066.processed 1.1:
                   9107:                file 066.processed was initially added on branch autoptr.
                   9108: 
                   9109:        * tests/061.html 1.1:
                   9110:                file 061.html was initially added on branch autoptr.
                   9111: 
                   9112:        * tests/results/058.processed 1.1:
                   9113:                file 058.processed was initially added on branch autoptr.
                   9114: 
                   9115:        * tests/103mark.gif 1.1:
                   9116:                file 103mark.gif was initially added on branch autoptr.
                   9117: 
                   9118:        * tests/097.html 1.1:
                   9119:                file 097.html was initially added on branch autoptr.
                   9120: 
                   9121:        * tests/063.html 1.1:
                   9122:                file 063.html was initially added on branch autoptr.
                   9123: 
                   9124:        * src/main/execute.C [autoptr] 1.295.2.22:
                   9125:        * src/main/pa_table.C [autoptr] 1.53.2.10:
                   9126:                test:
                   9127:                59 table.locate [bug fixed]
                   9128:                60 string eq string [bug fixed]
                   9129: 
                   9130:        * tests/099.html 1.1:
                   9131:                file 099.html was initially added on branch autoptr.
                   9132: 
                   9133:        * tests/065.html 1.1:
                   9134:                file 065.html was initially added on branch autoptr.
                   9135: 
                   9136:        * tests/results/098.processed 1.1:
                   9137:                file 098.processed was initially added on branch autoptr.
                   9138: 
                   9139:        * tests/results/091.processed 1.1:
                   9140:                file 091.processed was initially added on branch autoptr.
                   9141: 
                   9142:        * tests/results/101.processed 1.1:
                   9143:                file 101.processed was initially added on branch autoptr.
                   9144: 
                   9145:        * tests/057.html [autoptr] 1.1.2.2:
                   9146:        * tests/099.html [autoptr] 1.1.2.1:
                   9147:        * tests/100.html [autoptr] 1.1.2.1:
                   9148:        * tests/results/057.processed [autoptr] 1.1.2.2:
                   9149:        * tests/results/099.processed [autoptr] 1.1.2.1:
                   9150:        * tests/results/100.processed [autoptr] 1.1.2.1:
                   9151:                tests:
                   9152:                57 date create 2002: added
                   9153:                99,100 response:body/download
                   9154: 
                   9155:        * tests/067.html 1.1:
                   9156:                file 067.html was initially added on branch autoptr.
                   9157: 
                   9158:        * tests/results/083.processed 1.1:
                   9159:                file 083.processed was initially added on branch autoptr.
                   9160: 
                   9161:        * tests/results/075.processed 1.1:
                   9162:                file 075.processed was initially added on branch autoptr.
                   9163: 
                   9164:        * src/main/execute.C [autoptr] 1.295.2.24:
                   9165:        * tests/101.html [autoptr] 1.1.2.1:
                   9166:        * tests/102.html [autoptr] 1.1.2.1:
                   9167:        * tests/results/101.processed [autoptr] 1.1.2.1:
                   9168:        * tests/results/102.processed [autoptr] 1.1.2.1:
                   9169:                tests:
                   9170:                101 method/variable name conflict test
                   9171:                102 form fields change should not not change anything [bug fix]
                   9172: 
                   9173:        * tests/070.html 1.1:
                   9174:                file 070.html was initially added on branch autoptr.
                   9175: 
                   9176:        * tests/069.html 1.1:
                   9177:                file 069.html was initially added on branch autoptr.
                   9178: 
                   9179:        * tests/results/067.processed 1.1:
                   9180:                file 067.processed was initially added on branch autoptr.
                   9181: 
                   9182:        * src/classes/image.C [autoptr] 1.90.2.15:
                   9183:        * src/include/pa_request.h [autoptr] 1.160.2.29:
                   9184:        * src/include/pa_stack.h [autoptr] 1.17.2.6:
                   9185:        * src/types/pa_vimage.h [autoptr] 1.34.2.8:
                   9186:                number of gcc compiler bugs fixed
                   9187: 
                   9188: 2003-03-03  paf
                   9189:        * tests/037.html 1.1:
                   9190:                file 037.html was initially added on branch autoptr.
                   9191: 
                   9192:        * tests/results/044.processed 1.1:
                   9193:                file 044.processed was initially added on branch autoptr.
                   9194: 
                   9195:        * tests/039.html 1.1:
                   9196:                file 039.html was initially added on branch autoptr.
                   9197: 
                   9198:        * tests/040.html 1.1:
                   9199:                file 040.html was initially added on branch autoptr.
                   9200: 
                   9201:        * tests/results/036.processed 1.1:
                   9202:                file 036.processed was initially added on branch autoptr.
                   9203: 
                   9204:        * tests/042.html 1.1:
                   9205:                file 042.html was initially added on branch autoptr.
                   9206: 
                   9207:        * tests/044.html 1.1:
                   9208:                file 044.html was initially added on branch autoptr.
                   9209: 
                   9210:        * src/main/pa_request.C [autoptr] 1.245.2.29:
                   9211:        * src/types/pa_vmath.C [autoptr] 1.1.2.9:
                   9212:        * tests/033.html [autoptr] 1.1.2.1:
                   9213:        * tests/034.html [autoptr] 1.1.2.1:
                   9214:        * tests/035.html [autoptr] 1.1.2.1:
                   9215:        * tests/036.html [autoptr] 1.1.2.1:
                   9216:        * tests/037.html [autoptr] 1.1.2.1:
                   9217:        * tests/038.html [autoptr] 1.1.2.1:
                   9218:        * tests/results/033.processed [autoptr] 1.1.2.1:
                   9219:        * tests/results/034.processed [autoptr] 1.1.2.1:
                   9220:        * tests/results/035.processed [autoptr] 1.1.2.1:
                   9221:        * tests/results/036.processed [autoptr] 1.1.2.1:
                   9222:        * tests/results/037.processed [autoptr] 1.1.2.1:
                   9223:        * tests/results/038.processed [autoptr] 1.1.2.1:
                   9224:                tests:
                   9225:                33 string.replace
                   9226:                34 string.upper
                   9227:                35 table created
                   9228:                36 local/global vars with juntions
                   9229:                37 table clone
                   9230:                38 math PI & number formatting
                   9231:                
                   9232:                math class registring typo fixed
                   9233: 
                   9234:        * tests/046.html 1.1:
                   9235:                file 046.html was initially added on branch autoptr.
                   9236: 
                   9237:        * tests/040.html [autoptr] 1.1.2.1:
                   9238:        * tests/results/040.processed [autoptr] 1.1.2.1:
                   9239:                test:
                   9240:                39 method result of type table
                   9241:                40 method param junction auto evaluate
                   9242: 
                   9243:        * tests/051b.p 1.1:
                   9244:                file 051b.p was initially added on branch autoptr.
                   9245: 
                   9246:        * tests/results/045.processed 1.1:
                   9247:                file 045.processed was initially added on branch autoptr.
                   9248: 
                   9249:        * tests/048.html 1.1:
                   9250:                file 048.html was initially added on branch autoptr.
                   9251: 
                   9252:        * tests/results/037.processed 1.1:
                   9253:                file 037.processed was initially added on branch autoptr.
                   9254: 
                   9255:        * tests/051.html 1.1:
                   9256:                file 051.html was initially added on branch autoptr.
                   9257: 
                   9258:        * tests/results/046.processed 1.1:
                   9259:                file 046.processed was initially added on branch autoptr.
                   9260: 
                   9261:        * tests/results/038.processed 1.1:
                   9262:                file 038.processed was initially added on branch autoptr.
                   9263: 
                   9264:        * tests/041.html [autoptr] 1.1.2.1:
                   9265:        * tests/results/041.processed [autoptr] 1.1.2.1:
                   9266:                test:
                   9267:                41 table.locate by expression
                   9268: 
                   9269:        * tests/032.html 1.1:
                   9270:                file 032.html was initially added on branch autoptr.
                   9271: 
                   9272:        * tests/results/047.processed 1.1:
                   9273:                file 047.processed was initially added on branch autoptr.
                   9274: 
                   9275:        * tests/034.html 1.1:
                   9276:                file 034.html was initially added on branch autoptr.
                   9277: 
                   9278:        * tests/results/040.processed 1.1:
                   9279:                file 040.processed was initially added on branch autoptr.
                   9280: 
                   9281:        * tests/results/039.processed 1.1:
                   9282:                file 039.processed was initially added on branch autoptr.
                   9283: 
                   9284:        * tests/results/032.processed 1.1:
                   9285:                file 032.processed was initially added on branch autoptr.
                   9286: 
                   9287:        * tests/036.html 1.1:
                   9288:                file 036.html was initially added on branch autoptr.
                   9289: 
                   9290:        * tests/038.html 1.1:
                   9291:                file 038.html was initially added on branch autoptr.
                   9292: 
                   9293:        * tests/parser-unix.sh 1.1:
                   9294:                file parser-unix.sh was initially added on branch autoptr.
                   9295: 
                   9296:        * tests/043.html [autoptr] 1.1.2.1:
                   9297:        * tests/044.html [autoptr] 1.1.2.1:
                   9298:        * tests/045.html [autoptr] 1.1.2.1:
                   9299:        * tests/046.html [autoptr] 1.1.2.1:
                   9300:        * tests/047.html [autoptr] 1.1.2.1:
                   9301:        * tests/048.html [autoptr] 1.1.2.1:
                   9302:        * tests/049.html [autoptr] 1.1.2.1:
                   9303:        * tests/050.html [autoptr] 1.1.2.1:
                   9304:        * tests/051.html [autoptr] 1.1.2.1:
                   9305:        * tests/051b.p [autoptr] 1.1.2.1:
                   9306:        * tests/051t.p [autoptr] 1.1.2.1:
                   9307:        * tests/Makefile [autoptr] 1.1.2.3:
                   9308:        * tests/outputs/049.processed [autoptr] 1.1.2.1:
                   9309:        * tests/outputs/050.processed [autoptr] 1.1.2.1:
                   9310:        * tests/outputs/051.processed [autoptr] 1.1.2.1:
                   9311:        * tests/parser-cygwin.sh [autoptr] 1.1.2.2:
                   9312:        * tests/parser-unix.sh [autoptr] 1.1.2.2:
                   9313:        * tests/results/001.processed [autoptr] 1.1.2.2:
                   9314:        * tests/results/002.processed [autoptr] 1.1.2.2:
                   9315:        * tests/results/003.processed [autoptr] 1.1.2.2:
                   9316:        * tests/results/005.processed [autoptr] 1.1.2.2:
                   9317:        * tests/results/006.processed [autoptr] 1.1.2.2:
                   9318:        * tests/results/008.processed [autoptr] 1.1.2.2:
                   9319:        * tests/results/009.processed [autoptr] 1.1.2.2:
                   9320:        * tests/results/011.processed [autoptr] 1.1.2.2:
                   9321:        * tests/results/012.processed [autoptr] 1.1.2.2:
                   9322:        * tests/results/013.processed [autoptr] 1.1.2.2:
                   9323:        * tests/results/014.processed [autoptr] 1.1.2.2:
                   9324:        * tests/results/015.processed [autoptr] 1.1.2.2:
                   9325:        * tests/results/016.processed [autoptr] 1.1.2.2:
                   9326:        * tests/results/017.processed [autoptr] 1.1.2.2:
                   9327:        * tests/results/020.processed [autoptr] 1.1.2.2:
                   9328:        * tests/results/021.processed [autoptr] 1.1.2.2:
                   9329:        * tests/results/022.processed [autoptr] 1.1.2.2:
                   9330:        * tests/results/024.processed [autoptr] 1.1.2.2:
                   9331:        * tests/results/025.processed [autoptr] 1.1.2.2:
                   9332:        * tests/results/026.processed [autoptr] 1.1.2.2:
                   9333:        * tests/results/027.processed [autoptr] 1.1.2.2:
                   9334:        * tests/results/028.processed [autoptr] 1.1.2.2:
                   9335:        * tests/results/029.processed [autoptr] 1.1.2.2:
                   9336:        * tests/results/030.processed [autoptr] 1.1.2.2:
                   9337:        * tests/results/031.processed [autoptr] 1.1.2.2:
                   9338:        * tests/results/043.processed [autoptr] 1.1.2.1:
                   9339:        * tests/results/044.processed [autoptr] 1.1.2.1:
                   9340:        * tests/results/045.processed [autoptr] 1.1.2.1:
                   9341:        * tests/results/046.processed [autoptr] 1.1.2.1:
                   9342:        * tests/results/047.processed [autoptr] 1.1.2.1:
                   9343:        * tests/results/048.processed [autoptr] 1.1.2.1:
                   9344:        * tests/results/049.processed [autoptr] 1.1.2.1:
                   9345:        * tests/results/050.processed [autoptr] 1.1.2.1:
                   9346:        * tests/results/051.processed [autoptr] 1.1.2.1:
                   9347:        * tests/run_parser.sh [autoptr] 1.1.2.1:
                   9348:                tests:
                   9349:                43,44,45 date rolls
                   9350:                46 autoevaluating junction
                   9351:                47 table.select
                   9352:                48 name with subvar
                   9353:                49 hash-creating switch
                   9354:                50 process
                   9355:                51 started parent/child, works as it were but it were NOT GOOD, created separate task  to fix that
                   9356: 
                   9357:        * tests/041.html 1.1:
                   9358:                file 041.html was initially added on branch autoptr.
                   9359: 
                   9360:        * src/classes/op.C [autoptr] 1.127.2.18:
                   9361:        * src/include/pa_request.h [autoptr] 1.160.2.28:
                   9362:        * src/include/pa_string.h [autoptr] 1.144.2.25:
                   9363:        * src/main/execute.C [autoptr] 1.295.2.21:
                   9364:        * src/main/pa_request.C [autoptr] 1.245.2.28:
                   9365:        * src/main/pa_string.C [autoptr] 1.172.2.18:
                   9366:        * src/main/untaint.C [autoptr] 1.115.2.11:
                   9367:        * src/types/pa_vcode_frame.h [autoptr] 1.24.2.3:
                   9368:        * src/types/pa_wcontext.h [autoptr] 1.42.2.9:
                   9369:        * tests/032.html [autoptr] 1.1.2.1:
                   9370:        * tests/results/032.processed [autoptr] 1.1.2.1:
                   9371:                uchar changed to String_UL in all places [was not everywhere]
                   9372:                untaint test: 032
                   9373: 
                   9374:        * tests/results/048.processed 1.1:
                   9375:                file 048.processed was initially added on branch autoptr.
                   9376: 
                   9377:        * tests/043.html 1.1:
                   9378:                file 043.html was initially added on branch autoptr.
                   9379: 
                   9380:        * tests/results/041.processed 1.1:
                   9381:                file 041.processed was initially added on branch autoptr.
                   9382: 
                   9383:        * tests/results/033.processed 1.1:
                   9384:                file 033.processed was initially added on branch autoptr.
                   9385: 
                   9386:        * tests/045.html 1.1:
                   9387:                file 045.html was initially added on branch autoptr.
                   9388: 
                   9389:        * tests/047.html 1.1:
                   9390:                file 047.html was initially added on branch autoptr.
                   9391: 
                   9392:        * tests/051t.p 1.1:
                   9393:                file 051t.p was initially added on branch autoptr.
                   9394: 
                   9395:        * tests/050.html 1.1:
                   9396:                file 050.html was initially added on branch autoptr.
                   9397: 
                   9398:        * tests/049.html 1.1:
                   9399:                file 049.html was initially added on branch autoptr.
                   9400: 
                   9401:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.19:
                   9402:        * tests/004.html [autoptr] 1.1.2.2:
                   9403:        * tests/Makefile [autoptr] 1.1.2.2:
                   9404:        * tests/parser-cygwin.sh [autoptr] 1.1.2.1:
                   9405:        * tests/parser-unix.sh [autoptr] 1.1.2.1:
                   9406:        * tests/results/004.processed [autoptr] 1.1.2.2:
                   9407:        * www/htdocs/.htaccess [autoptr] 1.12.6.2:
                   9408:                removed -H command line key, now testing using .sh file with
                   9409:                SERVER_SOFTWARE=xxx
                   9410: 
1.39      paf      9411:        * tests/042.html [autoptr] 1.1.2.1:
                   9412:        * tests/results/042.processed [autoptr] 1.1.2.1:
                   9413:                test:
                   9414:                42 exception.handled
                   9415: 
1.23      paf      9416:        * tests/outputs/049.processed 1.1:
                   9417:        * tests/results/049.processed 1.1:
                   9418:                file 049.processed was initially added on branch autoptr.
                   9419: 
                   9420:        * tests/outputs/050.processed 1.1:
                   9421:        * tests/results/050.processed 1.1:
                   9422:                file 050.processed was initially added on branch autoptr.
                   9423: 
                   9424:        * tests/results/042.processed 1.1:
                   9425:                file 042.processed was initially added on branch autoptr.
                   9426: 
                   9427:        * tests/results/034.processed 1.1:
                   9428:                file 034.processed was initially added on branch autoptr.
                   9429: 
                   9430:        * tests/039.html [autoptr] 1.1.2.1:
                   9431:        * tests/results/039.processed [autoptr] 1.1.2.1:
                   9432:                test:
                   9433:                37 method result of type table
                   9434: 
                   9435:        * tests/outputs/051.processed 1.1:
                   9436:        * tests/results/051.processed 1.1:
                   9437:                file 051.processed was initially added on branch autoptr.
                   9438: 
                   9439:        * tests/parser-cygwin.sh 1.1:
                   9440:                file parser-cygwin.sh was initially added on branch autoptr.
                   9441: 
                   9442:        * tests/results/043.processed 1.1:
                   9443:                file 043.processed was initially added on branch autoptr.
                   9444: 
                   9445:        * tests/results/035.processed 1.1:
                   9446:                file 035.processed was initially added on branch autoptr.
                   9447: 
                   9448:        * tests/033.html 1.1:
                   9449:                file 033.html was initially added on branch autoptr.
                   9450: 
                   9451:        * tests/run_parser.sh 1.1:
                   9452:                file run_parser.sh was initially added on branch autoptr.
                   9453: 
                   9454:        * tests/035.html 1.1:
                   9455:                file 035.html was initially added on branch autoptr.
                   9456: 
                   9457: 2003-02-27  paf
                   9458:        * www/htdocs/maximized.htm [autoptr] 1.1.2.1:
                   9459:                *** empty log message ***
                   9460: 
                   9461:        * www/htdocs/maximized.htm 1.1:
                   9462:                file maximized.htm was initially added on branch autoptr.
                   9463: 
                   9464: 2003-02-26  paf
                   9465:        * tests/001.html 1.1:
                   9466:                file 001.html was initially added on branch autoptr.
                   9467: 
                   9468:        * tests/003.html 1.1:
                   9469:                file 003.html was initially added on branch autoptr.
                   9470: 
                   9471:        * tests/results/028.processed 1.1:
                   9472:                file 028.processed was initially added on branch autoptr.
                   9473: 
                   9474:        * tests/005.html 1.1:
                   9475:                file 005.html was initially added on branch autoptr.
                   9476: 
                   9477:        * tests/results/021.processed 1.1:
                   9478:                file 021.processed was initially added on branch autoptr.
                   9479: 
                   9480:        * tests/results/013.processed 1.1:
                   9481:                file 013.processed was initially added on branch autoptr.
                   9482: 
                   9483:        * src/include/pa_array.h [autoptr] 1.57.2.26:
                   9484:        * src/include/pa_hash.h [autoptr] 1.58.2.17:
                   9485:        * src/include/pa_memory.h [autoptr] 1.1.2.3:
                   9486:        * src/main/pa_charset.C [autoptr] 1.33.2.12:
                   9487:        * tests/001.html [autoptr] 1.1.2.1:
                   9488:        * tests/002.html [autoptr] 1.1.2.1:
                   9489:        * tests/003.html [autoptr] 1.1.2.1:
                   9490:        * tests/004.html [autoptr] 1.1.2.1:
                   9491:        * tests/005.html [autoptr] 1.1.2.1:
                   9492:        * tests/006.html [autoptr] 1.1.2.1:
                   9493:        * tests/007.html [autoptr] 1.1.2.1:
                   9494:        * tests/008.html [autoptr] 1.1.2.1:
                   9495:        * tests/009.html [autoptr] 1.1.2.1:
                   9496:        * tests/010.html [autoptr] 1.1.2.1:
                   9497:        * tests/011.html [autoptr] 1.1.2.1:
                   9498:        * tests/012.html [autoptr] 1.1.2.1:
                   9499:        * tests/013.html [autoptr] 1.1.2.1:
                   9500:        * tests/014.html [autoptr] 1.1.2.1:
                   9501:        * tests/Makefile [autoptr] 1.1.2.1:
                   9502:        * tests/outputs/create-dir [autoptr] 1.1.2.1:
                   9503:        * tests/results/001.processed [autoptr] 1.1.2.1:
                   9504:        * tests/results/002.processed [autoptr] 1.1.2.1:
                   9505:        * tests/results/003.processed [autoptr] 1.1.2.1:
                   9506:        * tests/results/004.processed [autoptr] 1.1.2.1:
                   9507:        * tests/results/005.processed [autoptr] 1.1.2.1:
                   9508:        * tests/results/006.processed [autoptr] 1.1.2.1:
                   9509:        * tests/results/007.processed [autoptr] 1.1.2.1:
                   9510:        * tests/results/008.processed [autoptr] 1.1.2.1:
                   9511:        * tests/results/009.processed [autoptr] 1.1.2.1:
                   9512:        * tests/results/010.processed [autoptr] 1.1.2.1:
                   9513:        * tests/results/011.processed [autoptr] 1.1.2.1:
                   9514:        * tests/results/012.processed [autoptr] 1.1.2.1:
                   9515:        * tests/results/013.processed [autoptr] 1.1.2.1:
                   9516:        * tests/results/014.processed [autoptr] 1.1.2.1:
                   9517:                hash cloning fixed
                   9518: 
                   9519:        * tests/007.html 1.1:
                   9520:                file 007.html was initially added on branch autoptr.
                   9521: 
                   9522:        * tests/results/005.processed 1.1:
                   9523:                file 005.processed was initially added on branch autoptr.
                   9524: 
                   9525:        * tests/010.html 1.1:
                   9526:                file 010.html was initially added on branch autoptr.
                   9527: 
                   9528:        * tests/009.html 1.1:
                   9529:                file 009.html was initially added on branch autoptr.
                   9530: 
                   9531:        * tests/012.html 1.1:
                   9532:                file 012.html was initially added on branch autoptr.
                   9533: 
                   9534:        * tests/014.html 1.1:
                   9535:                file 014.html was initially added on branch autoptr.
                   9536: 
                   9537:        * src/main/execute.C [autoptr] 1.295.2.20:
                   9538:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.14:
                   9539:        * tests/024.html [autoptr] 1.1.2.1:
                   9540:        * tests/025.html [autoptr] 1.1.2.1:
                   9541:        * tests/026.html [autoptr] 1.1.2.1:
                   9542:        * tests/027.html [autoptr] 1.1.2.1:
                   9543:        * tests/028.html [autoptr] 1.1.2.1:
                   9544:        * tests/029.html [autoptr] 1.1.2.1:
                   9545:        * tests/030.html [autoptr] 1.1.2.1:
                   9546:        * tests/031.html [autoptr] 1.1.2.1:
                   9547:        * tests/results/024.processed [autoptr] 1.1.2.1:
                   9548:        * tests/results/025.processed [autoptr] 1.1.2.1:
                   9549:        * tests/results/026.processed [autoptr] 1.1.2.1:
                   9550:        * tests/results/027.processed [autoptr] 1.1.2.1:
                   9551:        * tests/results/028.processed [autoptr] 1.1.2.1:
                   9552:        * tests/results/029.processed [autoptr] 1.1.2.1:
                   9553:        * tests/results/030.processed [autoptr] 1.1.2.1:
                   9554:        * tests/results/031.processed [autoptr] 1.1.2.1:
                   9555:                fixed bug with name_cstr mutable CharPtr
                   9556:                more tests
                   9557: 
                   9558:        * tests/results/029.processed 1.1:
                   9559:                file 029.processed was initially added on branch autoptr.
                   9560: 
                   9561:        * tests/results/030.processed 1.1:
                   9562:                file 030.processed was initially added on branch autoptr.
                   9563: 
                   9564:        * tests/016.html 1.1:
                   9565:                file 016.html was initially added on branch autoptr.
                   9566: 
                   9567:        * tests/results/022.processed 1.1:
                   9568:                file 022.processed was initially added on branch autoptr.
                   9569: 
                   9570:        * tests/results/014.processed 1.1:
                   9571:                file 014.processed was initially added on branch autoptr.
                   9572: 
                   9573:        * tests/018.html 1.1:
                   9574:                file 018.html was initially added on branch autoptr.
                   9575: 
                   9576:        * tests/results/006.processed 1.1:
                   9577:                file 006.processed was initially added on branch autoptr.
                   9578: 
                   9579:        * tests/022_dir/a.html 1.1:
                   9580:                file a.html was initially added on branch autoptr.
                   9581: 
                   9582:        * tests/021.html 1.1:
                   9583:                file 021.html was initially added on branch autoptr.
                   9584: 
                   9585:        * tests/023.html 1.1:
                   9586:                file 023.html was initially added on branch autoptr.
                   9587: 
                   9588:        * tests/results/031.processed 1.1:
                   9589:                file 031.processed was initially added on branch autoptr.
                   9590: 
                   9591:        * tests/025.html 1.1:
                   9592:                file 025.html was initially added on branch autoptr.
                   9593: 
                   9594:        * tests/results/023.processed 1.1:
                   9595:                file 023.processed was initially added on branch autoptr.
                   9596: 
                   9597:        * src/include/pa_sapi.h [autoptr] 1.22.2.8:
                   9598:        * src/main/pa_globals.C [autoptr] 1.152.2.16:
                   9599:        * src/main/pa_memory.C [autoptr] 1.1.2.3:
                   9600:        * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.6:
                   9601:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.18:
                   9602:        * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.6:
                   9603:                SAPI::abort << abort.  die now just exits
                   9604: 
                   9605:        * tests/results/015.processed 1.1:
                   9606:                file 015.processed was initially added on branch autoptr.
                   9607: 
                   9608:        * tests/027.html 1.1:
                   9609:                file 027.html was initially added on branch autoptr.
                   9610: 
                   9611:        * tests/results/007.processed 1.1:
                   9612:                file 007.processed was initially added on branch autoptr.
                   9613: 
                   9614:        * tests/030.html 1.1:
                   9615:                file 030.html was initially added on branch autoptr.
                   9616: 
                   9617:        * tests/029.html 1.1:
                   9618:                file 029.html was initially added on branch autoptr.
                   9619: 
                   9620:        * tests/outputs/create-dir 1.1:
                   9621:                file create-dir was initially added on branch autoptr.
                   9622: 
                   9623:        * tests/022_dir/b.txt 1.1:
                   9624:                file b.txt was initially added on branch autoptr.
                   9625: 
                   9626:        * tests/results/024.processed 1.1:
                   9627:                file 024.processed was initially added on branch autoptr.
                   9628: 
                   9629:        * tests/002.html 1.1:
                   9630:                file 002.html was initially added on branch autoptr.
                   9631: 
                   9632:        * tests/results/016.processed 1.1:
                   9633:                file 016.processed was initially added on branch autoptr.
                   9634: 
                   9635:        * tests/results/008.processed 1.1:
                   9636:                file 008.processed was initially added on branch autoptr.
                   9637: 
                   9638:        * tests/004.html 1.1:
                   9639:                file 004.html was initially added on branch autoptr.
                   9640: 
                   9641:        * tests/results/001.processed 1.1:
                   9642:                file 001.processed was initially added on branch autoptr.
                   9643: 
                   9644:        * tests/006.html 1.1:
                   9645:                file 006.html was initially added on branch autoptr.
                   9646: 
                   9647:        * tests/008.html 1.1:
                   9648:                file 008.html was initially added on branch autoptr.
                   9649: 
                   9650:        * tests/011.html 1.1:
                   9651:                file 011.html was initially added on branch autoptr.
                   9652: 
                   9653:        * tests/results/025.processed 1.1:
                   9654:                file 025.processed was initially added on branch autoptr.
                   9655: 
                   9656:        * tests/results/017.processed 1.1:
                   9657:                file 017.processed was initially added on branch autoptr.
                   9658: 
                   9659:        * tests/Makefile 1.1:
                   9660:                file Makefile was initially added on branch autoptr.
                   9661: 
                   9662:        * tests/results/009.processed 1.1:
                   9663:                file 009.processed was initially added on branch autoptr.
                   9664: 
                   9665:        * tests/results/010.processed 1.1:
                   9666:                file 010.processed was initially added on branch autoptr.
                   9667: 
                   9668:        * tests/013.html 1.1:
                   9669:                file 013.html was initially added on branch autoptr.
                   9670: 
                   9671:        * tests/results/002.processed 1.1:
                   9672:                file 002.processed was initially added on branch autoptr.
                   9673: 
                   9674:        * tests/019paf2001.gif 1.1:
                   9675:                file 019paf2001.gif was initially added on branch autoptr.
                   9676: 
                   9677:        * tests/015.html 1.1:
                   9678:                file 015.html was initially added on branch autoptr.
                   9679: 
                   9680:        * tests/017.html 1.1:
                   9681:                file 017.html was initially added on branch autoptr.
                   9682: 
                   9683:        * tests/020.html 1.1:
                   9684:                file 020.html was initially added on branch autoptr.
                   9685: 
                   9686:        * tests/019.html 1.1:
                   9687:                file 019.html was initially added on branch autoptr.
                   9688: 
                   9689:        * tests/results/026.processed 1.1:
                   9690:                file 026.processed was initially added on branch autoptr.
                   9691: 
                   9692:        * tests/results/018.processed 1.1:
                   9693:                file 018.processed was initially added on branch autoptr.
                   9694: 
                   9695:        * tests/022.html 1.1:
                   9696:                file 022.html was initially added on branch autoptr.
                   9697: 
                   9698:        * tests/results/011.processed 1.1:
                   9699:                file 011.processed was initially added on branch autoptr.
                   9700: 
                   9701:        * tests/024.html 1.1:
                   9702:                file 024.html was initially added on branch autoptr.
                   9703: 
                   9704:        * tests/results/003.processed 1.1:
                   9705:                file 003.processed was initially added on branch autoptr.
                   9706: 
                   9707:        * tests/022_dir/c.htm 1.1:
                   9708:                file c.htm was initially added on branch autoptr.
                   9709: 
                   9710:        * tests/026.html 1.1:
                   9711:                file 026.html was initially added on branch autoptr.
                   9712: 
                   9713:        * tests/028.html 1.1:
                   9714:                file 028.html was initially added on branch autoptr.
                   9715: 
                   9716:        * tests/031.html 1.1:
                   9717:                file 031.html was initially added on branch autoptr.
                   9718: 
                   9719:        * tests/results/027.processed 1.1:
                   9720:                file 027.processed was initially added on branch autoptr.
                   9721: 
                   9722:        * tests/results/019.processed 1.1:
                   9723:                file 019.processed was initially added on branch autoptr.
                   9724: 
                   9725:        * tests/results/020.processed 1.1:
                   9726:                file 020.processed was initially added on branch autoptr.
                   9727: 
                   9728:        * src/classes/classes.awk [autoptr] 1.6.6.3:
                   9729:        * src/classes/classes.h [autoptr] 1.23.2.9:
                   9730:        * src/classes/date.C [autoptr] 1.42.2.11:
                   9731:        * src/classes/double.C [autoptr] 1.53.2.8:
                   9732:        * src/classes/file.C [autoptr] 1.107.2.15:
                   9733:        * src/classes/form.C [autoptr] 1.34.2.7:
                   9734:        * src/classes/hash.C [autoptr] 1.54.2.11:
                   9735:        * src/classes/image.C [autoptr] 1.90.2.12:
                   9736:        * src/classes/int.C [autoptr] 1.49.2.7:
                   9737:        * src/classes/mail.C [autoptr] 1.88.2.12:
                   9738:        * src/classes/math.C [autoptr] 1.24.2.10:
                   9739:        * src/classes/op.C [autoptr] 1.127.2.17:
                   9740:        * src/classes/response.C [autoptr] 1.23.2.7:
                   9741:        * src/classes/string.C [autoptr] 1.125.2.12:
                   9742:        * src/classes/table.C [autoptr] 1.172.2.11:
                   9743:        * src/classes/void.C [autoptr] 1.28.2.5:
                   9744:        * src/classes/xdoc.C [autoptr] 1.108.2.12:
                   9745:        * src/classes/xnode.C [autoptr] 1.54.2.8:
                   9746:        * src/include/pa_memory.h [autoptr] 1.1.2.4:
                   9747:        * src/include/pa_sapi.h [autoptr] 1.22.2.7:
                   9748:        * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.5:
                   9749:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.17:
                   9750:        * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.5:
                   9751:        * src/types/pa_venv.h [autoptr] 1.28.2.5:
                   9752:        * src/types/pa_vform.C [autoptr] 1.74.2.11:
                   9753:        * tests/015.html [autoptr] 1.1.2.1:
                   9754:        * tests/016.html [autoptr] 1.1.2.1:
                   9755:        * tests/017.html [autoptr] 1.1.2.1:
                   9756:        * tests/018.html [autoptr] 1.1.2.1:
                   9757:        * tests/019.html [autoptr] 1.1.2.1:
                   9758:        * tests/019paf2001.gif [autoptr] 1.1.2.1:
                   9759:        * tests/020.html [autoptr] 1.1.2.1:
                   9760:        * tests/021.html [autoptr] 1.1.2.1:
                   9761:        * tests/022.html [autoptr] 1.1.2.1:
                   9762:        * tests/022_dir/a.html [autoptr] 1.1.2.1:
                   9763:        * tests/022_dir/b.txt [autoptr] 1.1.2.1:
                   9764:        * tests/022_dir/c.htm [autoptr] 1.1.2.1:
                   9765:        * tests/023.html [autoptr] 1.1.2.1:
                   9766:        * tests/results/015.processed [autoptr] 1.1.2.1:
                   9767:        * tests/results/016.processed [autoptr] 1.1.2.1:
                   9768:        * tests/results/017.processed [autoptr] 1.1.2.1:
                   9769:        * tests/results/018.processed [autoptr] 1.1.2.1:
                   9770:        * tests/results/019.processed [autoptr] 1.1.2.1:
                   9771:        * tests/results/020.processed [autoptr] 1.1.2.1:
                   9772:        * tests/results/021.processed [autoptr] 1.1.2.1:
                   9773:        * tests/results/022.processed [autoptr] 1.1.2.1:
                   9774:        * tests/results/023.processed [autoptr] 1.1.2.1:
                   9775:                methoded_array now contains all Mxxx classes
                   9776:                SAPI::get_env now returns info on pool
                   9777:                more tests
                   9778: 
                   9779:        * tests/results/012.processed 1.1:
                   9780:                file 012.processed was initially added on branch autoptr.
                   9781: 
                   9782:        * tests/results/004.processed 1.1:
                   9783:                file 004.processed was initially added on branch autoptr.
                   9784: 
                   9785: 2003-02-25  paf
                   9786:        * src/main/pa_common.C [release_3_0_0007] 1.140.2.2:
                   9787:                typo fixed
                   9788: 
                   9789: 2003-02-24  paf
                   9790:        * src/types/pa_vcookie.C [autoptr] 1.55.2.9:
                   9791:                fixed all places with bad get_string(0)
                   9792:                [one remained]
                   9793: 
                   9794:        * src/include/pa_request.h [autoptr] 1.160.2.27:
                   9795:        * src/main/execute.C [autoptr] 1.295.2.19:
                   9796:                few bad get_string(0) [should have been get_string(&pool)]
                   9797:                todo: check other such calls
                   9798: 
                   9799:        * src/types/pa_vmail.C 1.41:
                   9800:                body [text/html] transcoded to
                   9801:                $.charset[specified]
                   9802:                now
                   9803: 
                   9804:        * src/main/compile.tab.C [autoptr] 1.81.2.9:
                   9805:        * src/main/execute.C [autoptr] 1.295.2.18:
                   9806:        * src/types/pa_vfile.h [autoptr] 1.52.2.16:
                   9807:                test10, bad lookups
                   9808:                
                   9809:                xxx* xxx=smartptr.get(); << is bad style, after ";" original object got destructed, and xxx points to sky
                   9810: 
                   9811:        * src/main/pa_common.C 1.145:
                   9812:        * src/main/pa_common.C [release_3_0_0007] 1.140.2.1:
                   9813:                stupid gcc [2.95.4] generated bad code
                   9814:                which failed to handle sigsetjmp+throw: crashed inside of pre-throw code.
                   9815:                rewritten simplier [though duplicating closesocket code]
                   9816: 
                   9817:        * src/classes/string.C [autoptr] 1.125.2.11:
                   9818:                match bug fixed
                   9819: 
1.22      paf      9820: 2003-02-21  paf
                   9821:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.15:
                   9822:                MAKE_TEST must be used inside of 'make tests' only
                   9823:                [it's not forcing CGI mode now]
                   9824:                now use -H to output CGI header when parser used in command line [useful for tests also]
                   9825: 
                   9826:        * src/classes/file.C [autoptr] 1.107.2.14:
                   9827:        * src/classes/image.C [autoptr] 1.90.2.11:
                   9828:        * src/classes/mail.C [autoptr] 1.88.2.11:
                   9829:        * src/classes/op.C [autoptr] 1.127.2.16:
                   9830:        * src/classes/xdoc.C [autoptr] 1.108.2.11:
                   9831:        * src/main/pa_charset.C [autoptr] 1.33.2.11:
                   9832:        * src/main/pa_exec.C [autoptr] 1.48.2.14:
                   9833:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.14:
                   9834:        * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.4:
                   9835:        * src/types/pa_vimage.C [autoptr] 1.22.2.7:
                   9836:        * src/types/pa_vxdoc.h [autoptr] 1.31.2.4:
                   9837:                fixed all cstr's that must use pool [as the one in ^process]
                   9838: 
                   9839:        * src/include/pa_array.h [autoptr] 1.57.2.25:
                   9840:        * src/include/pa_exception.h [autoptr] 1.38.2.15:
                   9841:        * src/include/pa_memory.h [autoptr] 1.1.2.1:
                   9842:        * src/include/pa_pool.h [autoptr] 1.86.2.31:
                   9843:        * src/main/Makefile.am [autoptr] 1.35.6.3:
                   9844:        * src/main/main.dsp [autoptr] 1.161.6.12:
                   9845:        * src/main/pa_array.C [autoptr] 1.54.2.5:
                   9846:        * src/main/pa_memory.C [autoptr] 1.1.2.1:
                   9847:        * src/main/pa_pool.C [autoptr] 1.59.2.5:
                   9848:                reorganized memory handling files
                   9849: 
                   9850:        * src/include/pa_memory.h [autoptr] 1.1.2.2:
                   9851:        * src/main/pa_memory.C [autoptr] 1.1.2.2:
                   9852:                inlined memory handling pa_*
                   9853: 
                   9854:        * src/main/execute.C [autoptr] 1.295.2.17:
                   9855:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.11:
                   9856:        * www/htdocs/autoptr.html [autoptr] 1.1.2.3:
                   9857:                release mode now compiles OK
                   9858:                test to show benefits of free
                   9859: 
                   9860:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.14:
                   9861:                MAKE_TEST environment variable switches on CGI mode, and is
                   9862:                used in regression tests
                   9863: 
                   9864:        * operators.txt [autoptr] 1.109.2.1:
                   9865:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.16:
                   9866:        * src/types/pa_vcookie.C [autoptr] 1.55.2.8:
                   9867:                $cookie:name[$.expires[date << can be now]]
                   9868:                
                   9869:                written makefile with regression tests [raw]
                   9870: 
                   9871:        * src/include/pa_request.h [autoptr] 1.160.2.26:
                   9872:        * src/main/pa_request.C [autoptr] 1.245.2.27:
                   9873:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.13:
                   9874:        * src/types/pa_vcookie.h [autoptr] 1.23.2.6:
                   9875:        * src/types/pa_venv.h [autoptr] 1.28.2.4:
                   9876:                env fixed
                   9877: 
                   9878:        * src/main/pa_array.C [autoptr] 1.54.2.4:
                   9879:                pool::format_integer terminator fixed
                   9880: 
                   9881:        * src/include/pa_memory.h 1.1:
                   9882:                file pa_memory.h was initially added on branch autoptr.
                   9883: 
                   9884:        * src/main/pa_memory.C 1.1:
                   9885:                file pa_memory.C was initially added on branch autoptr.
                   9886: 
                   9887:        * src/classes/op.C [autoptr] 1.127.2.15:
                   9888:                fixed process.
                   9889:                sould now check for all cstr's -- some must use pool [as the one in ^process]
                   9890: 
                   9891: 2003-02-20  paf
                   9892:        * www/htdocs/autoptr.html 1.1:
                   9893:                file autoptr.html was initially added on branch autoptr.
                   9894: 
                   9895:        * src/include/pa_config_fixed.h [autoptr] 1.54.2.2:
                   9896:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.10:
                   9897:                form values passed OK now
                   9898: 
                   9899:        * src/classes/date.C [autoptr] 1.42.2.10:
                   9900:        * src/classes/double.C [autoptr] 1.53.2.7:
                   9901:        * src/classes/file.C [autoptr] 1.107.2.13:
                   9902:        * src/classes/hash.C [autoptr] 1.54.2.10:
                   9903:        * src/classes/image.C [autoptr] 1.90.2.10:
                   9904:        * src/classes/int.C [autoptr] 1.49.2.6:
                   9905:        * src/classes/mail.C [autoptr] 1.88.2.10:
                   9906:        * src/classes/math.C [autoptr] 1.24.2.9:
                   9907:        * src/classes/op.C [autoptr] 1.127.2.13:
                   9908:        * src/classes/response.C [autoptr] 1.23.2.6:
                   9909:        * src/classes/string.C [autoptr] 1.125.2.10:
                   9910:        * src/classes/table.C [autoptr] 1.172.2.10:
                   9911:        * src/classes/void.C [autoptr] 1.28.2.4:
                   9912:        * src/classes/xdoc.C [autoptr] 1.108.2.10:
                   9913:        * src/classes/xnode.C [autoptr] 1.54.2.7:
                   9914:        * src/main/pa_string.C [autoptr] 1.172.2.17:
                   9915:        * src/types/pa_method.h [autoptr] 1.1.2.4:
                   9916:        * src/types/pa_value.C [autoptr] 1.9.2.14:
                   9917:        * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.8:
                   9918:        * www/htdocs/autoptr.html [autoptr] 1.1.2.1:
                   9919:                string cmp fixed
                   9920: 
                   9921: 2003-02-19  paf
                   9922:        * src/classes/form.C [autoptr] 1.34.2.6:
                   9923:        * src/include/pa_charset.h [autoptr] 1.20.2.12:
                   9924:        * src/include/pa_pool.h [autoptr] 1.86.2.30:
                   9925:        * src/main/pa_charset.C [autoptr] 1.33.2.10:
                   9926:        * src/main/pa_exception.C [autoptr] 1.43.2.13:
                   9927:        * src/main/pa_request.C [autoptr] 1.245.2.25:
                   9928:        * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.3:
                   9929:        * src/targets/apache13/ApacheModuleParser3.dsp [autoptr] 1.16.12.1:
                   9930:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.8:
                   9931:        * src/targets/isapi/parser3isapi.dsp [autoptr] 1.41.12.1:
                   9932:        * src/types/pa_vcookie.C [autoptr] 1.55.2.7:
                   9933:        * src/types/pa_vform.C [autoptr] 1.74.2.9:
                   9934:        * src/types/pa_vmail.C [autoptr] 1.40.2.9:
                   9935:        * src/types/pa_vxnode.C [autoptr] 1.30.2.2:
                   9936:                found&kill all remaning leaks resulted from pooled::malloc calls
                   9937:                [excluding in gd -- planning complete rewrite extremely ugly code]
                   9938: 
                   9939:        * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.2:
                   9940:        * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.2:
                   9941:        * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.2:
                   9942:                removed unneeded files
                   9943: 
                   9944: 2003-02-17  paf
                   9945:        * src/classes/classes.C [autoptr] 1.18.2.4:
                   9946:        * src/include/pa_array.h [autoptr] 1.57.2.22:
                   9947:        * src/include/pa_hash.h [autoptr] 1.58.2.16:
                   9948:        * src/include/pa_pool.h [autoptr] 1.86.2.29:
                   9949:        * src/include/pa_request.h [autoptr] 1.160.2.23:
                   9950:        * src/main/pa_request.C [autoptr] 1.245.2.20:
                   9951:        * src/main/pa_string.C [autoptr] 1.172.2.16:
                   9952:        * src/main/untaint.C [autoptr] 1.115.2.10:
                   9953:        * src/types/pa_value.h [autoptr] 1.109.2.23:
                   9954:        * src/types/pa_vint.h [autoptr] 1.38.2.10:
                   9955:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.12:
                   9956:        * src/types/pa_vstring.h [autoptr] 1.54.2.10:
                   9957:        * src/types/pa_vvoid.h [autoptr] 1.17.2.7:
                   9958:        * src/types/pa_wcontext.h [autoptr] 1.42.2.7:
                   9959:                class fields of simple type not initialized with zeros :(
                   9960:                while class fields of class types initialized with default constructors.
                   9961:                learn C++
                   9962: 
                   9963:        * src/main/execute.C [autoptr] 1.295.2.11:
                   9964:        * src/main/pa_request.C [autoptr] 1.245.2.21:
                   9965:        * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.5:
                   9966:                first letters out OK
                   9967: 
                   9968:        * src/classes/classes.awk [autoptr] 1.6.6.2:
                   9969:        * src/classes/double.C [autoptr] 1.53.2.5:
                   9970:        * src/classes/file.C [autoptr] 1.107.2.11:
                   9971:        * src/classes/form.C [autoptr] 1.34.2.5:
                   9972:        * src/classes/image.C [autoptr] 1.90.2.8:
                   9973:        * src/classes/int.C [autoptr] 1.49.2.4:
                   9974:        * src/classes/mail.C [autoptr] 1.88.2.8:
                   9975:        * src/classes/math.C [autoptr] 1.24.2.7:
                   9976:        * src/classes/xdoc.C [autoptr] 1.108.2.7:
                   9977:        * src/classes/xnode.C [autoptr] 1.54.2.5:
                   9978:        * src/include/pa_array.h [autoptr] 1.57.2.21:
                   9979:        * src/include/pa_string.h [autoptr] 1.144.2.24:
                   9980:        * src/main/pa_exec.C [autoptr] 1.48.2.13:
                   9981:        * src/types/pa_vmail.C [autoptr] 1.40.2.7:
                   9982:                parser3.exe - 0 error(s), 0 warning(s)
                   9983: 
                   9984:        * src/classes/date.C [autoptr] 1.42.2.8:
                   9985:        * src/classes/op.C [autoptr] 1.127.2.12:
                   9986:        * src/classes/table.C [autoptr] 1.172.2.8:
                   9987:        * src/classes/xdoc.C [autoptr] 1.108.2.8:
                   9988:        * src/classes/xnode.C [autoptr] 1.54.2.6:
                   9989:        * src/include/pa_array.h [autoptr] 1.57.2.24:
                   9990:        * src/include/pa_charset.h [autoptr] 1.20.2.11:
                   9991:        * src/main/Makefile.am [autoptr] 1.35.6.2:
                   9992:        * src/main/main.dsp [autoptr] 1.161.6.11:
                   9993:        * src/main/pa_charset.C [autoptr] 1.33.2.8:
                   9994:        * src/main/pa_common.C [autoptr] 1.143.2.20:
                   9995:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.13:
                   9996:        * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.2:
                   9997:        * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.4:
                   9998:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.6:
                   9999:        * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.4:
                   10000:        * src/types/pa_vmail.C [autoptr] 1.40.2.8:
                   10001:                fixed more leaks resulted from pooled::malloc calls
                   10002: 
                   10003:        * src/include/pa_stack.h [autoptr] 1.17.2.4:
                   10004:        * src/main/compile.C [autoptr] 1.69.2.6:
                   10005:        * src/main/execute.C [autoptr] 1.295.2.13:
                   10006:        * src/main/pa_request.C [autoptr] 1.245.2.23:
                   10007:                stack-stored items need extra .ref to prevent object_ptr from
                   10008:                delete[them]
                   10009: 
                   10010:        * src/main/pa_request.C [autoptr] 1.245.2.22:
                   10011:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.5:
                   10012:        * src/types/pa_vfile.C [autoptr] 1.36.2.10:
                   10013:                couple mem leaks rusulted from old pooled::malloc usage.
                   10014:                todo:find more like those
                   10015: 
                   10016:        * src/main/execute.C [autoptr] 1.295.2.14:
                   10017:        * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.2:
                   10018:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.7:
                   10019:        * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.2:
                   10020:                few bugs in debug output fixed
                   10021: 
                   10022:        * src/include/pa_array.h [autoptr] 1.57.2.23:
                   10023:        * src/include/pa_request.h [autoptr] 1.160.2.24:
                   10024:        * src/main/execute.C [autoptr] 1.295.2.12:
                   10025:                stackItem fixed [there were no string on stack before]
                   10026: 
                   10027:        * src/classes/date.C [autoptr] 1.42.2.9:
                   10028:        * src/classes/double.C [autoptr] 1.53.2.6:
                   10029:        * src/classes/file.C [autoptr] 1.107.2.12:
                   10030:        * src/classes/image.C [autoptr] 1.90.2.9:
                   10031:        * src/classes/int.C [autoptr] 1.49.2.5:
                   10032:        * src/classes/mail.C [autoptr] 1.88.2.9:
                   10033:        * src/classes/math.C [autoptr] 1.24.2.8:
                   10034:        * src/classes/response.C [autoptr] 1.23.2.5:
                   10035:        * src/classes/string.C [autoptr] 1.125.2.9:
                   10036:        * src/classes/table.C [autoptr] 1.172.2.9:
                   10037:        * src/classes/xdoc.C [autoptr] 1.108.2.9:
                   10038:        * src/classes/xnode.h [autoptr] 1.18.2.4:
                   10039:        * src/include/pa_stack.h [autoptr] 1.17.2.5:
                   10040:        * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.2:
                   10041:        * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.2:
                   10042:        * src/sql/pa_sql_driver.h [autoptr] 1.34.2.3:
                   10043:        * src/types/pa_vdate.h [autoptr] 1.24.2.5:
                   10044:        * src/types/pa_vdouble.h [autoptr] 1.42.2.9:
                   10045:        * src/types/pa_vfile.h [autoptr] 1.52.2.15:
                   10046:        * src/types/pa_vform.C [autoptr] 1.74.2.8:
                   10047:        * src/types/pa_vform.h [autoptr] 1.45.2.8:
                   10048:        * src/types/pa_vimage.h [autoptr] 1.34.2.7:
                   10049:        * src/types/pa_vstatus.h [autoptr] 1.15.2.7:
                   10050:        * src/types/pa_vstring.h [autoptr] 1.54.2.11:
                   10051:        * src/types/pa_vtable.h [autoptr] 1.48.2.8:
                   10052:        * src/types/pa_vvoid.h [autoptr] 1.17.2.8:
                   10053:        * src/types/pa_vxdoc.h [autoptr] 1.31.2.3:
                   10054:        * src/types/pa_vxnode.h [autoptr] 1.22.2.3:
                   10055:        * src/types/pa_wcontext.h [autoptr] 1.42.2.8:
                   10056:        * src/types/pa_wwrapper.h [autoptr] 1.28.2.3:
                   10057:                fixed all remained bugs of unitialized simple-typed field
                   10058: 
                   10059:        * src/classes/classes.C [autoptr] 1.18.2.5:
                   10060:        * src/classes/classes.h [autoptr] 1.23.2.8:
                   10061:        * src/main/execute.C [autoptr] 1.295.2.15:
                   10062:        * src/main/pa_charset.C [autoptr] 1.33.2.9:
                   10063:        * src/main/pa_request.C [autoptr] 1.245.2.24:
                   10064:                another bug of unitialized simple-typed field fixed.
                   10065:                todo: find&kill all like that one
                   10066: 
                   10067:        * src/main/compile.C [autoptr] 1.69.2.5:
                   10068:        * src/main/compile_tools.C [autoptr] 1.54.2.5:
                   10069:                2*2!
                   10070: 
                   10071: 2003-02-14  paf
                   10072:        * src/classes/classes.dsp [autoptr] 1.25.10.4:
                   10073:        * src/classes/op.C [autoptr] 1.127.2.10:
                   10074:        * src/classes/string.C [autoptr] 1.125.2.8:
                   10075:        * src/classes/table.C [autoptr] 1.172.2.7:
                   10076:        * src/include/pa_common.h [autoptr] 1.89.2.11:
                   10077:        * src/include/pa_globals.h [autoptr] 1.101.2.14:
                   10078:        * src/include/pa_pool.h [autoptr] 1.86.2.28:
                   10079:        * src/include/pa_request.h [autoptr] 1.160.2.20:
                   10080:        * src/main/pa_globals.C [autoptr] 1.152.2.15:
                   10081:        * src/main/pa_request.C [autoptr] 1.245.2.16:
                   10082:        * src/types/pa_value.h [autoptr] 1.109.2.22:
                   10083:        * src/types/pa_vhash.h [autoptr] 1.43.2.12:
                   10084:        * src/types/pa_vint.h [autoptr] 1.38.2.9:
                   10085:        * src/types/types.dsp [autoptr] 1.35.10.7:
                   10086:                op compiled
                   10087: 
                   10088:        * src/classes/classes.C [autoptr] 1.18.2.3:
                   10089:        * src/classes/classes.awk [autoptr] 1.6.6.1:
                   10090:        * src/classes/file.C [autoptr] 1.107.2.9:
                   10091:        * src/classes/hash.C [autoptr] 1.54.2.9:
                   10092:        * src/classes/mail.C [autoptr] 1.88.2.7:
                   10093:        * src/classes/op.C [autoptr] 1.127.2.11:
                   10094:        * src/include/pa_common.h [autoptr] 1.89.2.12:
                   10095:        * src/include/pa_request.h [autoptr] 1.160.2.21:
                   10096:        * src/include/pa_sapi.h [autoptr] 1.22.2.6:
                   10097:        * src/main/pa_common.C [autoptr] 1.143.2.18:
                   10098:        * src/main/pa_request.C [autoptr] 1.245.2.17:
                   10099:        * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.3:
                   10100:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.3:
                   10101:        * src/targets/cgi/parser3.dsp [autoptr] 1.60.10.1:
                   10102:        * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.3:
                   10103:                classes.lib - 0 error(s), 0 warning(s)
                   10104:                parser.C compiled
                   10105: 
                   10106:        * src/classes/classes.dsp [autoptr] 1.25.10.3:
                   10107:        * src/classes/response.C [autoptr] 1.23.2.4:
                   10108:        * src/classes/string.C [autoptr] 1.125.2.7:
                   10109:        * src/include/pa_dictionary.h [autoptr] 1.13.2.7:
                   10110:        * src/include/pa_string.h [autoptr] 1.144.2.23:
                   10111:        * src/main/pa_string.C [autoptr] 1.172.2.15:
                   10112:        * src/main/untaint.C [autoptr] 1.115.2.9:
                   10113:        * src/types/pa_vtable.h [autoptr] 1.48.2.7:
                   10114:                string, response compiled
                   10115: 
                   10116:        * src/classes/file.C [autoptr] 1.107.2.10:
                   10117:        * src/include/pa_request.h [autoptr] 1.160.2.22:
                   10118:        * src/main/pa_request.C [autoptr] 1.245.2.18:
                   10119:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.12:
                   10120:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.4:
                   10121:        * src/types/pa_vfile.C [autoptr] 1.36.2.9:
                   10122:        * src/types/pa_vfile.h [autoptr] 1.52.2.14:
                   10123:        * src/types/pa_vform.C [autoptr] 1.74.2.7:
                   10124:        * src/types/pa_vimage.C [autoptr] 1.22.2.6:
                   10125:        * src/types/pa_vtable.C [autoptr] 1.21.2.5:
                   10126:                all compiled, only 14 link errors :)
                   10127: 
                   10128:        * src/types/pa_vhash.C 1.1:
                   10129:                file pa_vhash.C was initially added on branch autoptr.
                   10130: 
                   10131:        * src/include/pa_common.h [autoptr] 1.89.2.13:
                   10132:        * src/main/pa_common.C [autoptr] 1.143.2.19:
                   10133:        * src/main/pa_request.C [autoptr] 1.245.2.19:
                   10134:                13 link errors
                   10135: 
                   10136: 2003-02-07  paf
                   10137:        * src/classes/table.C [autoptr] 1.172.2.6:
                   10138:        * src/types/pa_vtable.h [autoptr] 1.48.2.6:
                   10139:                table compiled
                   10140: 
                   10141: 2003-02-06  paf
                   10142:        * src/classes/image.C [autoptr] 1.90.2.7:
                   10143:        * src/classes/string.C [autoptr] 1.125.2.6:
                   10144:        * src/classes/xdoc.C [autoptr] 1.108.2.6:
                   10145:        * src/include/pa_common.h [autoptr] 1.89.2.10:
                   10146:        * src/include/pa_hash.h [autoptr] 1.58.2.15:
                   10147:        * src/main/pa_common.C [autoptr] 1.143.2.17:
                   10148:        * src/types/pa_vfile.h [autoptr] 1.52.2.13:
                   10149:        * src/types/pa_vimage.h [autoptr] 1.34.2.6:
                   10150:                image compiled
                   10151: 
                   10152:        * src/classes/mail.C [autoptr] 1.88.2.6:
                   10153:        * src/include/pa_request.h [autoptr] 1.160.2.19:
                   10154:        * src/main/pa_request.C [autoptr] 1.245.2.15:
                   10155:                mail compiled
                   10156: 
                   10157:        * src/classes/hash.C [autoptr] 1.54.2.7:
                   10158:        * src/include/pa_hash.h [autoptr] 1.58.2.14:
                   10159:        * src/include/pa_table.h [autoptr] 1.48.2.11:
                   10160:        * src/types/pa_vstring.h [autoptr] 1.54.2.9:
                   10161:                hash compiled
                   10162: 
                   10163:        * src/classes/classes.dsp [autoptr] 1.25.10.2:
                   10164:        * src/classes/file.C [autoptr] 1.107.2.7:
                   10165:        * src/include/pa_common.h [autoptr] 1.89.2.9:
                   10166:        * src/include/pa_exec.h [autoptr] 1.11.2.5:
                   10167:        * src/main/pa_common.C [autoptr] 1.143.2.16:
                   10168:        * src/main/pa_exec.C [autoptr] 1.48.2.12:
                   10169:        * src/types/pa_vfile.C [autoptr] 1.36.2.8:
                   10170:        * src/types/pa_vfile.h [autoptr] 1.52.2.12:
                   10171:                file compiled
                   10172: 
                   10173:        * src/classes/file.C [autoptr] 1.107.2.8:
                   10174:        * src/classes/form.C [autoptr] 1.34.2.4:
                   10175:                form compiled
                   10176: 
                   10177:        * src/classes/hash.C [autoptr] 1.54.2.8:
                   10178:        * src/classes/math.C [autoptr] 1.24.2.6:
                   10179:        * src/types/pa_vmath.C [autoptr] 1.1.2.8:
                   10180:        * src/types/pa_vmath.h [autoptr] 1.14.2.4:
                   10181:                math compiled [win32]
                   10182: 
                   10183: 2003-02-04  paf
                   10184:        * src/classes/date.C [autoptr] 1.42.2.5:
                   10185:        * src/classes/double.C [autoptr] 1.53.2.3:
                   10186:        * src/classes/file.C [autoptr] 1.107.2.5:
                   10187:        * src/classes/form.C [autoptr] 1.34.2.3:
                   10188:        * src/classes/hash.C [autoptr] 1.54.2.4:
                   10189:        * src/classes/image.C [autoptr] 1.90.2.5:
                   10190:        * src/classes/int.C [autoptr] 1.49.2.3:
                   10191:        * src/classes/mail.C [autoptr] 1.88.2.4:
                   10192:        * src/classes/math.C [autoptr] 1.24.2.4:
                   10193:        * src/classes/op.C [autoptr] 1.127.2.8:
                   10194:        * src/classes/response.C [autoptr] 1.23.2.3:
                   10195:        * src/classes/string.C [autoptr] 1.125.2.4:
                   10196:        * src/classes/table.C [autoptr] 1.172.2.4:
                   10197:        * src/classes/void.C [autoptr] 1.28.2.3:
                   10198:        * src/classes/xdoc.C [autoptr] 1.108.2.4:
                   10199:        * src/classes/xnode.C [autoptr] 1.54.2.3:
                   10200:        * src/types/pa_vdouble.h [autoptr] 1.42.2.8:
                   10201:        * src/types/pa_vhash.h [autoptr] 1.43.2.10:
                   10202:        * src/types/pa_vint.h [autoptr] 1.38.2.8:
                   10203:        * src/types/pa_vstring.h [autoptr] 1.54.2.8:
                   10204:        * src/types/pa_vtable.h [autoptr] 1.48.2.5:
                   10205:        * src/types/pa_vxdoc.h [autoptr] 1.31.2.2:
                   10206:        * src/types/pa_vxnode.h [autoptr] 1.22.2.2:
                   10207:                int compiled
                   10208: 
                   10209:        * src/types/pa_value.C [autoptr] 1.9.2.12:
                   10210:        * src/types/pa_value_includes.h [autoptr] 1.1.2.4:
                   10211:        * src/types/pa_vrequest.C [autoptr] 1.27.2.8:
                   10212:                trying to remove stupid value_includes.h
                   10213: 
                   10214:        * src/classes/date.C [autoptr] 1.42.2.4:
                   10215:        * src/classes/double.C [autoptr] 1.53.2.2:
                   10216:        * src/classes/file.C [autoptr] 1.107.2.4:
                   10217:        * src/classes/hash.C [autoptr] 1.54.2.3:
                   10218:        * src/classes/image.C [autoptr] 1.90.2.4:
                   10219:        * src/classes/int.C [autoptr] 1.49.2.2:
                   10220:        * src/classes/mail.C [autoptr] 1.88.2.3:
                   10221:        * src/classes/math.C [autoptr] 1.24.2.3:
                   10222:        * src/classes/op.C [autoptr] 1.127.2.7:
                   10223:        * src/classes/response.C [autoptr] 1.23.2.2:
                   10224:        * src/classes/string.C [autoptr] 1.125.2.3:
                   10225:        * src/classes/table.C [autoptr] 1.172.2.3:
                   10226:        * src/classes/void.C [autoptr] 1.28.2.2:
                   10227:        * src/classes/xdoc.C [autoptr] 1.108.2.3:
                   10228:        * src/classes/xnode.C [autoptr] 1.54.2.2:
                   10229:        * src/classes/xnode.h [autoptr] 1.18.2.3:
                   10230:        * src/types/pa_vvoid.h [autoptr] 1.17.2.6:
                   10231:                void  compiled :)
                   10232: 
                   10233:        * src/classes/date.C [autoptr] 1.42.2.7:
                   10234:        * src/classes/hash.C [autoptr] 1.54.2.6:
                   10235:        * src/include/pa_exec.h [autoptr] 1.11.2.4:
                   10236:        * src/include/pa_hash.h [autoptr] 1.58.2.13:
                   10237:        * src/include/pa_request.h [autoptr] 1.160.2.18:
                   10238:        * src/include/pa_string.h [autoptr] 1.144.2.22:
                   10239:        * src/include/pa_table.h [autoptr] 1.48.2.10:
                   10240:        * src/main/pa_common.C [autoptr] 1.143.2.15:
                   10241:        * src/main/pa_exec.C [autoptr] 1.48.2.11:
                   10242:        * src/main/pa_string.C [autoptr] 1.172.2.14:
                   10243:        * src/types/pa_method.h [autoptr] 1.1.2.3:
                   10244:        * src/types/pa_vform.C [autoptr] 1.74.2.6:
                   10245:        * src/types/pa_vhash.h [autoptr] 1.43.2.11:
                   10246:                hash 50% compiled
                   10247: 
                   10248:        * src/types/pa_method.h 1.1:
                   10249:                file pa_method.h was initially added on branch autoptr.
                   10250: 
                   10251:        * src/include/pa_globals.h [autoptr] 1.101.2.13:
                   10252:        * src/main/pa_cache_managers.C [autoptr] 1.7.2.5:
                   10253:        * src/main/pa_charset.C [autoptr] 1.33.2.7:
                   10254:        * src/main/pa_charsets.C [autoptr] 1.11.2.9:
                   10255:        * src/main/pa_common.C [autoptr] 1.143.2.14:
                   10256:        * src/main/pa_dir.C [autoptr] 1.14.2.3:
                   10257:        * src/main/pa_exception.C [autoptr] 1.43.2.12:
                   10258:        * src/main/pa_exec.C [autoptr] 1.48.2.10:
                   10259:        * src/main/pa_globals.C [autoptr] 1.152.2.13:
                   10260:        * src/main/pa_pool.C [autoptr] 1.59.2.4:
                   10261:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.11:
                   10262:        * src/main/pa_string.C [autoptr] 1.172.2.12:
                   10263:        * src/main/pa_uue.C [autoptr] 1.4.2.5:
                   10264:        * src/main/untaint.C [autoptr] 1.115.2.8:
                   10265:        * src/types/pa_value.C [autoptr] 1.9.2.13:
                   10266:        * src/types/pa_vcookie.C [autoptr] 1.55.2.6:
                   10267:        * src/types/pa_vfile.C [autoptr] 1.36.2.7:
                   10268:        * src/types/pa_vimage.C [autoptr] 1.22.2.5:
                   10269:        * src/types/pa_vmath.C [autoptr] 1.1.2.7:
                   10270:        * src/types/pa_vrequest.C [autoptr] 1.27.2.9:
                   10271:        * src/types/pa_vresponse.C [autoptr] 1.17.2.6:
                   10272:        * src/types/pa_vstateless_class.C [autoptr] 1.19.2.6:
                   10273:        * src/types/pa_vstatus.C [autoptr] 1.15.2.5:
                   10274:        * src/types/pa_vstring.C [autoptr] 1.22.2.3:
                   10275:        * src/types/pa_vtable.C [autoptr] 1.21.2.4:
                   10276:        * src/types/pa_wcontext.C [autoptr] 1.24.2.5:
                   10277:        * src/types/types.dsp [autoptr] 1.35.10.6:
                   10278:                removed stupid value_includes.h
                   10279: 
                   10280:        * src/main/pa_exec.C [autoptr] 1.48.2.8:
                   10281:                libmain.a compiled on six [unix]
                   10282: 
                   10283:        * src/include/pa_config_includes.h [autoptr] 1.23.2.5:
                   10284:        * src/include/pa_dictionary.h [autoptr] 1.13.2.6:
                   10285:        * src/main/pa_common.C [autoptr] 1.143.2.13:
                   10286:        * src/main/pa_dictionary.C [autoptr] 1.17.2.6:
                   10287:        * src/main/pa_exec.C [autoptr] 1.48.2.7:
                   10288:        * src/main/pa_socks.C [autoptr] 1.18.2.5:
                   10289:                libmain.a gcc
                   10290:                and
                   10291:                mail.lib msvc++
                   10292:                compiled
                   10293: 
                   10294:        * src/include/pa_globals.h [autoptr] 1.101.2.12:
                   10295:        * src/include/pa_request.h [autoptr] 1.160.2.16:
                   10296:        * src/types/pa_value.C [autoptr] 1.9.2.11:
                   10297:        * src/types/pa_value.h [autoptr] 1.109.2.21:
                   10298:        * src/types/pa_vclass.C [autoptr] 1.16.2.5:
                   10299:        * src/types/pa_vcookie.C [autoptr] 1.55.2.5:
                   10300:        * src/types/pa_vdate.h [autoptr] 1.24.2.4:
                   10301:        * src/types/pa_vfile.C [autoptr] 1.36.2.6:
                   10302:        * src/types/pa_vfile.h [autoptr] 1.52.2.11:
                   10303:        * src/types/pa_vmail.C [autoptr] 1.40.2.6:
                   10304:        * src/types/pa_vobject.C [autoptr] 1.12.2.6:
                   10305:        * src/types/pa_vrequest.C [autoptr] 1.27.2.7:
                   10306:        * src/types/pa_vstateless_class.C [autoptr] 1.19.2.5:
                   10307:        * src/types/pa_vstatus.C [autoptr] 1.15.2.4:
                   10308:        * src/types/pa_vtable.C [autoptr] 1.21.2.3:
                   10309:                libtypes.a compiled gcc
                   10310: 
1.39      paf      10311:        * src/include/pa_array.h [autoptr] 1.57.2.20:
                   10312:        * src/include/pa_config_includes.h [autoptr] 1.23.2.4:
                   10313:        * src/include/pa_dictionary.h [autoptr] 1.13.2.5:
                   10314:        * src/main/pa_dictionary.C [autoptr] 1.17.2.5:
                   10315:        * src/main/pa_exec.C [autoptr] 1.48.2.6:
                   10316:        * src/main/pa_socks.C [autoptr] 1.18.2.4:
                   10317:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.10:
                   10318:                gcc libmain.a compiled
                   10319: 
1.22      paf      10320:        * src/classes/classes.dsp [autoptr] 1.25.10.1:
                   10321:        * src/classes/double.C [autoptr] 1.53.2.4:
                   10322:                double compiled
                   10323: 
                   10324:        * src/main/pa_globals.C [release_3_0_0007] 1.148.2.1:
                   10325:                merged changes from 1.149-1.150 (stupid name conflicts)
                   10326: 
                   10327:        * src/include/pa_array.h [autoptr] 1.57.2.19:
                   10328:        * src/include/pa_pool.h [autoptr] 1.86.2.27:
                   10329:        * src/main/Makefile.am [autoptr] 1.35.6.1:
                   10330:        * src/main/Makefile.in [autoptr] 1.50.2.2:
                   10331:        * src/main/compile.tab.C [autoptr] 1.81.2.7:
                   10332:        * src/main/compile.y [autoptr] 1.204.2.6:
                   10333:        * src/main/execute.C [autoptr] 1.295.2.10:
                   10334:        * src/main/pa_request.C [autoptr] 1.245.2.14:
                   10335:        * src/main/untaint.C [autoptr] 1.115.2.7:
                   10336:        * src/types/pa_junction.h [autoptr] 1.1.2.2:
                   10337:        * src/types/pa_method.h [autoptr] 1.1.2.2:
                   10338:        * src/types/pa_value.h [autoptr] 1.109.2.20:
                   10339:        * src/types/pa_value_includes.h [autoptr] 1.1.2.3:
                   10340:        * src/types/pa_vimage.h [autoptr] 1.34.2.5:
                   10341:                *** empty log message ***
                   10342: 
                   10343:        * src/main/pa_exec.C [autoptr] 1.48.2.9:
                   10344:                pa_exec compiled on win32
                   10345: 
                   10346:        * src/classes/date.C [autoptr] 1.42.2.6:
                   10347:        * src/classes/file.C [autoptr] 1.107.2.6:
                   10348:        * src/classes/hash.C [autoptr] 1.54.2.5:
                   10349:        * src/classes/image.C [autoptr] 1.90.2.6:
                   10350:        * src/classes/mail.C [autoptr] 1.88.2.5:
                   10351:        * src/classes/math.C [autoptr] 1.24.2.5:
                   10352:        * src/classes/op.C [autoptr] 1.127.2.9:
                   10353:        * src/classes/string.C [autoptr] 1.125.2.5:
                   10354:        * src/classes/table.C [autoptr] 1.172.2.5:
                   10355:        * src/classes/xdoc.C [autoptr] 1.108.2.5:
                   10356:        * src/classes/xnode.C [autoptr] 1.54.2.4:
                   10357:        * src/include/pa_request.h [autoptr] 1.160.2.17:
                   10358:        * src/main/pa_globals.C [autoptr] 1.152.2.14:
                   10359:        * src/main/pa_string.C [autoptr] 1.172.2.13:
                   10360:                date compiled
                   10361: 
                   10362:        * src/types/pa_junction.h 1.1:
                   10363:                file pa_junction.h was initially added on branch autoptr.
                   10364: 
                   10365:        * src/main/compile_tools.h [autoptr] 1.67.2.8:
                   10366:        * src/main/execute.C [autoptr] 1.295.2.9:
                   10367:        * src/main/pa_table.C [autoptr] 1.53.2.9:
                   10368:        * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.7:
                   10369:        * src/types/pa_vvoid.h [autoptr] 1.17.2.5:
                   10370:                yuk: gcc on cygwin yelds "virtual memory exhausted" while
                   10371:                trying to compile execute.C [eating up to 127MB]
                   10372: 
                   10373: 2003-02-03  paf
                   10374:        * src/types/pa_vstateless_class.C [autoptr] 1.19.2.4:
                   10375:                vstateless_class compiled
                   10376: 
                   10377:        * src/include/pa_request.h [autoptr] 1.160.2.13:
                   10378:        * src/main/execute.C [autoptr] 1.295.2.7:
                   10379:        * src/main/pa_request.C [autoptr] 1.245.2.8:
                   10380:        * src/types/pa_value.h [autoptr] 1.109.2.16:
                   10381:        * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.6:
                   10382:                execute compiled
                   10383: 
                   10384:        * src/types/pa_vresponse.C [autoptr] 1.17.2.5:
                   10385:        * src/types/pa_vresponse.h [autoptr] 1.32.2.6:
                   10386:                vresponse compiled
                   10387: 
                   10388:        * src/types/pa_value.C [autoptr] 1.9.2.9:
                   10389:        * src/types/pa_value.h [autoptr] 1.109.2.18:
                   10390:        * src/types/pa_vclass.C [autoptr] 1.16.2.4:
                   10391:        * src/types/pa_vclass.h [autoptr] 1.39.2.5:
                   10392:        * src/types/pa_vobject.C [autoptr] 1.12.2.5:
                   10393:        * src/types/pa_vobject.h [autoptr] 1.38.2.8:
                   10394:                vobject compiled
                   10395: 
                   10396:        * src/types/pa_vtable.C [autoptr] 1.21.2.2:
                   10397:                vtable compiled
                   10398: 
                   10399:        * src/types/pa_vmath.C [autoptr] 1.1.2.6:
                   10400:        * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.4:
                   10401:                vmath compiled
                   10402: 
                   10403:        * src/include/pa_config_includes.h [autoptr] 1.23.2.2:
                   10404:        * src/include/pa_hash.h [autoptr] 1.58.2.12:
                   10405:        * src/include/pa_operation.h [autoptr] 1.1.2.6:
                   10406:        * src/include/pa_pool.h [autoptr] 1.86.2.26:
                   10407:        * src/include/pa_string.h [autoptr] 1.144.2.21:
                   10408:        * src/main/pa_common.C [autoptr] 1.143.2.12:
                   10409:        * src/types/pa_value.C [autoptr] 1.9.2.10:
                   10410:        * src/types/pa_value.h [autoptr] 1.109.2.19:
                   10411:        * src/types/pa_vdouble.h [autoptr] 1.42.2.7:
                   10412:        * src/types/pa_vfile.h [autoptr] 1.52.2.10:
                   10413:        * src/types/pa_vhash.h [autoptr] 1.43.2.9:
                   10414:        * src/types/pa_vint.h [autoptr] 1.38.2.7:
                   10415:        * src/types/pa_vjunction.h [autoptr] 1.19.2.5:
                   10416:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.11:
                   10417:        * src/types/pa_vstring.h [autoptr] 1.54.2.7:
                   10418:        * src/types/types.dsp [autoptr] 1.35.10.5:
                   10419:                started gcc compiling
                   10420:                pa_common compiled
                   10421: 
                   10422:        * src/include/pa_pool.h [autoptr] 1.86.2.23:
                   10423:        * src/main/pa_request.C [autoptr] 1.245.2.10:
                   10424:        * src/types/pa_value.C [autoptr] 1.9.2.8:
                   10425:        * src/types/pa_vclass.C [autoptr] 1.16.2.3:
                   10426:        * src/types/pa_vcookie.C [autoptr] 1.55.2.4:
                   10427:        * src/types/pa_vcookie.h [autoptr] 1.23.2.5:
                   10428:        * src/types/pa_vform.C [autoptr] 1.74.2.4:
                   10429:        * src/types/pa_vform.h [autoptr] 1.45.2.7:
                   10430:        * src/types/pa_vobject.h [autoptr] 1.38.2.7:
                   10431:                vform compiled
                   10432: 
                   10433:        * src/include/Makefile.am [autoptr] 1.3.14.1:
                   10434:        * src/include/Makefile.in [autoptr] 1.11.2.1:
                   10435:        * src/include/pa_hash.h [autoptr] 1.58.2.11:
                   10436:        * src/include/pa_pool.h [autoptr] 1.86.2.24:
                   10437:                gcc refused to compile _P identifier. it replaced it to some
                   10438:                strange 0x0000040
                   10439: 
                   10440:        * configure [autoptr] 1.66.2.2:
                   10441:        * configure.in [autoptr] 1.62.2.2:
                   10442:        * src/Makefile.in [autoptr] 1.55.2.1:
                   10443:        * src/include/Makefile.in [autoptr] 1.11.2.2:
                   10444:        * src/include/pa_config_auto.h.in [autoptr] 1.37.2.1:
                   10445:        * src/include/pa_config_auto.h.in [autoptr] 1.37.2.2:
                   10446:        * src/include/pa_string.h [autoptr] 1.144.2.20:
                   10447:        * src/main/Makefile.in [autoptr] 1.50.2.1:
                   10448:                *** empty log message ***
                   10449: 
                   10450:        * src/types/pa_vstring.C [autoptr] 1.22.2.2:
                   10451:        * src/types/pa_vstring.h [autoptr] 1.54.2.6:
                   10452:                vstring compiled
                   10453: 
                   10454:        * src/include/pa_request.h [autoptr] 1.160.2.14:
                   10455:        * src/main/execute.C [autoptr] 1.295.2.8:
                   10456:        * src/main/pa_request.C [autoptr] 1.245.2.9:
                   10457:                main.lib - 0 error(s), 0 warning(s)
                   10458: 
                   10459:        * src/types/pa_vrequest.C [autoptr] 1.27.2.6:
                   10460:                vrequest compiled
                   10461: 
                   10462:        * src/classes/form.C [autoptr] 1.34.2.2:
                   10463:        * src/classes/mail.C [autoptr] 1.88.2.2:
                   10464:        * src/include/pa_request.h [autoptr] 1.160.2.15:
                   10465:        * src/main/pa_globals.C [autoptr] 1.152.2.12:
                   10466:        * src/main/pa_request.C [autoptr] 1.245.2.11:
                   10467:        * src/types/pa_value.h [autoptr] 1.109.2.17:
                   10468:        * src/types/pa_vform.C [autoptr] 1.74.2.5:
                   10469:        * src/types/pa_vmail.C [autoptr] 1.40.2.5:
                   10470:        * src/types/pa_vmail.h [autoptr] 1.9.2.4:
                   10471:                vmail compiled
                   10472: 
                   10473:        * src/types/pa_vimage.C [autoptr] 1.22.2.4:
                   10474:        * src/types/pa_vimage.h [autoptr] 1.34.2.4:
                   10475:                vimage compiled
                   10476: 
                   10477:        * src/include/pa_exception.h [autoptr] 1.38.2.14:
                   10478:        * src/include/pa_pool.h [autoptr] 1.86.2.25:
                   10479:        * src/main/pa_exception.C [autoptr] 1.43.2.11:
                   10480:                exception gcc change #1
                   10481: 
                   10482:        * src/include/pa_cache_managers.h [autoptr] 1.9.2.6:
                   10483:        * src/main/pa_request.C [autoptr] 1.245.2.12:
                   10484:        * src/types/pa_vstatus.C [autoptr] 1.15.2.2:
                   10485:        * src/types/pa_vstatus.h [autoptr] 1.15.2.6:
                   10486:                vstatus compiled
                   10487: 
                   10488: 2003-01-31  paf
                   10489:        * src/classes/classes.C [autoptr] 1.18.2.2:
                   10490:        * src/classes/classes.h [autoptr] 1.23.2.7:
                   10491:        * src/classes/date.C [autoptr] 1.42.2.3:
                   10492:        * src/classes/double.C [autoptr] 1.53.2.1:
                   10493:        * src/classes/file.C [autoptr] 1.107.2.3:
                   10494:        * src/classes/form.C [autoptr] 1.34.2.1:
                   10495:        * src/classes/hash.C [autoptr] 1.54.2.2:
                   10496:        * src/classes/image.C [autoptr] 1.90.2.3:
                   10497:        * src/classes/int.C [autoptr] 1.49.2.1:
                   10498:        * src/classes/mail.C [autoptr] 1.88.2.1:
                   10499:        * src/classes/math.C [autoptr] 1.24.2.2:
                   10500:        * src/classes/op.C [autoptr] 1.127.2.5:
                   10501:        * src/classes/response.C [autoptr] 1.23.2.1:
                   10502:        * src/classes/string.C [autoptr] 1.125.2.1:
                   10503:        * src/classes/table.C [autoptr] 1.172.2.2:
                   10504:        * src/classes/void.C [autoptr] 1.28.2.1:
                   10505:        * src/classes/xdoc.C [autoptr] 1.108.2.2:
                   10506:        * src/classes/xnode.C [autoptr] 1.54.2.1:
                   10507:        * src/classes/xnode.h [autoptr] 1.18.2.2:
                   10508:        * src/include/pa_array.h [autoptr] 1.57.2.16:
                   10509:        * src/include/pa_cache_managers.h [autoptr] 1.9.2.5:
                   10510:        * src/include/pa_charset.h [autoptr] 1.20.2.10:
                   10511:        * src/include/pa_charsets.h [autoptr] 1.8.2.7:
                   10512:        * src/include/pa_common.h [autoptr] 1.89.2.7:
                   10513:        * src/include/pa_config_fixed.h [autoptr] 1.54.2.1:
                   10514:        * src/include/pa_config_includes.h [autoptr] 1.23.2.1:
                   10515:        * src/include/pa_dictionary.h [autoptr] 1.13.2.4:
                   10516:        * src/include/pa_dir.h [autoptr] 1.13.2.1:
                   10517:        * src/include/pa_exception.h [autoptr] 1.38.2.13:
                   10518:        * src/include/pa_exec.h [autoptr] 1.11.2.3:
                   10519:        * src/include/pa_globals.h [autoptr] 1.101.2.10:
                   10520:        * src/include/pa_hash.h [autoptr] 1.58.2.10:
                   10521:        * src/include/pa_opcode.h [autoptr] 1.24.2.2:
                   10522:        * src/include/pa_operation.h [autoptr] 1.1.2.4:
                   10523:        * src/include/pa_pool.h [autoptr] 1.86.2.22:
                   10524:        * src/include/pa_request.h [autoptr] 1.160.2.9:
                   10525:        * src/include/pa_request_charsets.h [autoptr] 1.1.2.3:
                   10526:        * src/include/pa_request_info.h [autoptr] 1.1.2.4:
                   10527:        * src/include/pa_sapi.h [autoptr] 1.22.2.4:
                   10528:        * src/include/pa_socks.h [autoptr] 1.11.2.2:
                   10529:        * src/include/pa_sql_connection.h [autoptr] 1.30.2.6:
                   10530:        * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.7:
                   10531:        * src/include/pa_stack.h [autoptr] 1.17.2.3:
                   10532:        * src/include/pa_string.h [autoptr] 1.144.2.18:
                   10533:        * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.1:
                   10534:        * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.1:
                   10535:        * src/include/pa_table.h [autoptr] 1.48.2.9:
                   10536:        * src/include/pa_threads.h [autoptr] 1.26.2.1:
                   10537:        * src/include/pa_types.h [autoptr] 1.44.2.2:
                   10538:        * src/include/pa_uue.h [autoptr] 1.4.2.3:
                   10539:        * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.2:
                   10540:        * src/lib/ltdl/ltdl.c [autoptr] 1.3.2.1:
                   10541:        * src/lib/ltdl/ltdl.h [autoptr] 1.2.2.1:
                   10542:        * src/lib/md5/pa_md5.h [autoptr] 1.5.2.1:
                   10543:        * src/lib/md5/pa_md5c.c [autoptr] 1.6.2.1:
                   10544:        * src/lib/pcre/dftables.c [autoptr] 1.1.14.1:
                   10545:        * src/lib/pcre/get.c [autoptr] 1.1.14.1:
                   10546:        * src/lib/pcre/maketables.c [autoptr] 1.1.14.1:
                   10547:        * src/lib/pcre/pcre.c [autoptr] 1.1.14.1:
                   10548:        * src/lib/pcre/pcre.h [autoptr] 1.1.14.1:
                   10549:        * src/lib/pcre/pcre_parser_ctype.c [autoptr] 1.3.2.1:
                   10550:        * src/lib/pcre/study.c [autoptr] 1.1.14.1:
                   10551:        * src/main/compile.C [autoptr] 1.69.2.4:
                   10552:        * src/main/compile.tab.C [autoptr] 1.81.2.4:
                   10553:        * src/main/compile.y [autoptr] 1.204.2.3:
                   10554:        * src/main/compile_tools.C [autoptr] 1.54.2.4:
                   10555:        * src/main/compile_tools.h [autoptr] 1.67.2.6:
                   10556:        * src/main/execute.C [autoptr] 1.295.2.4:
                   10557:        * src/main/main.dsp [autoptr] 1.161.6.8:
                   10558:        * src/main/pa_cache_managers.C [autoptr] 1.7.2.4:
                   10559:        * src/main/pa_charset.C [autoptr] 1.33.2.6:
                   10560:        * src/main/pa_charsets.C [autoptr] 1.11.2.8:
                   10561:        * src/main/pa_common.C [autoptr] 1.143.2.10:
                   10562:        * src/main/pa_dictionary.C [autoptr] 1.17.2.4:
                   10563:        * src/main/pa_dir.C [autoptr] 1.14.2.2:
                   10564:        * src/main/pa_exception.C [autoptr] 1.43.2.10:
                   10565:        * src/main/pa_exec.C [autoptr] 1.48.2.5:
                   10566:        * src/main/pa_globals.C [autoptr] 1.152.2.10:
                   10567:        * src/main/pa_pool.C [autoptr] 1.59.2.3:
                   10568:        * src/main/pa_request.C [autoptr] 1.245.2.5:
                   10569:        * src/main/pa_socks.C [autoptr] 1.18.2.3:
                   10570:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.9:
                   10571:        * src/main/pa_string.C [autoptr] 1.172.2.11:
                   10572:        * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.1:
                   10573:        * src/main/pa_table.C [autoptr] 1.53.2.8:
                   10574:        * src/main/pa_uue.C [autoptr] 1.4.2.4:
                   10575:        * src/main/untaint.C [autoptr] 1.115.2.6:
                   10576:        * src/sql/pa_sql_driver.h [autoptr] 1.34.2.2:
                   10577:        * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.1:
                   10578:        * src/targets/apache13/pa_md5c.c [autoptr] 1.5.2.1:
                   10579:        * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.1:
                   10580:        * src/targets/apache13/pa_threads.C [autoptr] 1.11.2.1:
                   10581:        * src/targets/cgi/getopt.c [autoptr] 1.2.6.1:
                   10582:        * src/targets/cgi/getopt.h [autoptr] 1.2.10.1:
                   10583:        * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.1:
                   10584:        * src/targets/cgi/pa_threads.C [autoptr] 1.12.2.1:
                   10585:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.1:
                   10586:        * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.1:
                   10587:        * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.1:
                   10588:        * src/targets/isapi/pa_threads.C [autoptr] 1.13.2.1:
                   10589:        * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.1:
                   10590:        * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.1:
                   10591:        * src/types/pa_value.C [autoptr] 1.9.2.7:
                   10592:        * src/types/pa_value.h [autoptr] 1.109.2.14:
                   10593:        * src/types/pa_value_includes.h [autoptr] 1.1.2.2:
                   10594:        * src/types/pa_vbool.h [autoptr] 1.21.2.3:
                   10595:        * src/types/pa_vclass.C [autoptr] 1.16.2.2:
                   10596:        * src/types/pa_vclass.h [autoptr] 1.39.2.4:
                   10597:        * src/types/pa_vcode_frame.h [autoptr] 1.24.2.1:
                   10598:        * src/types/pa_vcookie.C [autoptr] 1.55.2.3:
                   10599:        * src/types/pa_vcookie.h [autoptr] 1.23.2.3:
                   10600:        * src/types/pa_vdate.h [autoptr] 1.24.2.3:
                   10601:        * src/types/pa_vdouble.h [autoptr] 1.42.2.6:
                   10602:        * src/types/pa_venv.h [autoptr] 1.28.2.3:
                   10603:        * src/types/pa_vfile.C [autoptr] 1.36.2.4:
                   10604:        * src/types/pa_vfile.h [autoptr] 1.52.2.8:
                   10605:        * src/types/pa_vform.C [autoptr] 1.74.2.3:
                   10606:        * src/types/pa_vform.h [autoptr] 1.45.2.5:
                   10607:        * src/types/pa_vhash.h [autoptr] 1.43.2.7:
                   10608:        * src/types/pa_vimage.C [autoptr] 1.22.2.3:
                   10609:        * src/types/pa_vimage.h [autoptr] 1.34.2.3:
                   10610:        * src/types/pa_vint.h [autoptr] 1.38.2.6:
                   10611:        * src/types/pa_vjunction.h [autoptr] 1.19.2.3:
                   10612:        * src/types/pa_vmail.C [autoptr] 1.40.2.3:
                   10613:        * src/types/pa_vmail.h [autoptr] 1.9.2.2:
                   10614:        * src/types/pa_vmath.C [autoptr] 1.1.2.5:
                   10615:        * src/types/pa_vmath.h [autoptr] 1.14.2.3:
                   10616:        * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.3:
                   10617:        * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.5:
                   10618:        * src/types/pa_vobject.C [autoptr] 1.12.2.4:
                   10619:        * src/types/pa_vobject.h [autoptr] 1.38.2.6:
                   10620:        * src/types/pa_vrequest.C [autoptr] 1.27.2.5:
                   10621:        * src/types/pa_vrequest.h [autoptr] 1.25.2.3:
                   10622:        * src/types/pa_vresponse.C [autoptr] 1.17.2.4:
                   10623:        * src/types/pa_vresponse.h [autoptr] 1.32.2.4:
                   10624:        * src/types/pa_vstateless_class.C [autoptr] 1.19.2.3:
                   10625:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.10:
                   10626:        * src/types/pa_vstateless_object.h [autoptr] 1.28.2.4:
                   10627:        * src/types/pa_vstatus.C [autoptr] 1.15.2.1:
                   10628:        * src/types/pa_vstatus.h [autoptr] 1.15.2.5:
                   10629:        * src/types/pa_vstring.C [autoptr] 1.22.2.1:
                   10630:        * src/types/pa_vstring.h [autoptr] 1.54.2.5:
                   10631:        * src/types/pa_vtable.C [autoptr] 1.21.2.1:
                   10632:        * src/types/pa_vtable.h [autoptr] 1.48.2.3:
                   10633:        * src/types/pa_vvoid.h [autoptr] 1.17.2.4:
                   10634:        * src/types/pa_vxdoc.C [autoptr] 1.23.2.1:
                   10635:        * src/types/pa_vxdoc.h [autoptr] 1.31.2.1:
                   10636:        * src/types/pa_vxnode.C [autoptr] 1.30.2.1:
                   10637:        * src/types/pa_vxnode.h [autoptr] 1.22.2.1:
                   10638:        * src/types/pa_wcontext.C [autoptr] 1.24.2.3:
                   10639:        * src/types/pa_wcontext.h [autoptr] 1.42.2.5:
                   10640:        * src/types/pa_wwrapper.h [autoptr] 1.28.2.2:
                   10641:                grammar compiled
                   10642: 
                   10643:        * src/classes/op.C [autoptr] 1.127.2.6:
                   10644:        * src/classes/string.C [autoptr] 1.125.2.2:
                   10645:        * src/include/pa_common.h [autoptr] 1.89.2.8:
                   10646:        * src/include/pa_globals.h [autoptr] 1.101.2.11:
                   10647:        * src/include/pa_request.h [autoptr] 1.160.2.10:
                   10648:        * src/include/pa_sql_connection.h [autoptr] 1.30.2.7:
                   10649:        * src/main/compile.tab.C [autoptr] 1.81.2.5:
                   10650:        * src/main/compile.y [autoptr] 1.204.2.4:
                   10651:        * src/main/execute.C [autoptr] 1.295.2.5:
                   10652:        * src/main/main.dsp [autoptr] 1.161.6.9:
                   10653:        * src/main/pa_common.C [autoptr] 1.143.2.11:
                   10654:        * src/main/pa_globals.C [autoptr] 1.152.2.11:
                   10655:        * src/main/pa_request.C [autoptr] 1.245.2.6:
                   10656:        * src/types/pa_value.h [autoptr] 1.109.2.15:
                   10657:        * src/types/pa_vcode_frame.h [autoptr] 1.24.2.2:
                   10658:        * src/types/pa_vcookie.h [autoptr] 1.23.2.4:
                   10659:        * src/types/pa_vform.h [autoptr] 1.45.2.6:
                   10660:        * src/types/pa_vmail.C [autoptr] 1.40.2.4:
                   10661:        * src/types/pa_vmail.h [autoptr] 1.9.2.3:
                   10662:        * src/types/pa_vresponse.h [autoptr] 1.32.2.5:
                   10663:        * src/types/pa_vtable.h [autoptr] 1.48.2.4:
                   10664:        * src/types/pa_wcontext.C [autoptr] 1.24.2.4:
                   10665:        * src/types/pa_wcontext.h [autoptr] 1.42.2.6:
                   10666:        * src/types/types.dsp [autoptr] 1.35.10.4:
                   10667:                most pa_request compiled
                   10668: 
                   10669:        * src/include/pa_array.h [autoptr] 1.57.2.17:
                   10670:        * src/include/pa_operation.h [autoptr] 1.1.2.5:
                   10671:        * src/include/pa_request.h [autoptr] 1.160.2.12:
                   10672:        * src/main/execute.C [autoptr] 1.295.2.6:
                   10673:        * src/main/main.dsp [autoptr] 1.161.6.10:
                   10674:        * src/types/pa_vjunction.h [autoptr] 1.19.2.4:
                   10675:                started last file from main library: execute
                   10676: 
                   10677:        * src/include/pa_request.h [autoptr] 1.160.2.11:
                   10678:        * src/include/pa_sapi.h [autoptr] 1.22.2.5:
                   10679:        * src/main/compile.tab.C [autoptr] 1.81.2.6:
                   10680:        * src/main/compile.y [autoptr] 1.204.2.5:
                   10681:        * src/main/compile_tools.h [autoptr] 1.67.2.7:
                   10682:        * src/main/pa_request.C [autoptr] 1.245.2.7:
                   10683:        * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.2:
                   10684:        * src/targets/cgi/parser3.C [autoptr] 1.216.2.2:
                   10685:        * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.2:
                   10686:        * src/types/pa_vfile.C [autoptr] 1.36.2.5:
                   10687:        * src/types/pa_vfile.h [autoptr] 1.52.2.9:
                   10688:        * src/types/pa_vhash.h [autoptr] 1.43.2.8:
                   10689:                pa_request compiled
                   10690: 
                   10691:        * src/classes/classes.h [autoptr] 1.23.2.6:
                   10692:        * src/classes/op.C [autoptr] 1.127.2.4:
                   10693:        * src/include/pa_cache_managers.h [autoptr] 1.9.2.4:
                   10694:        * src/include/pa_charset.h [autoptr] 1.20.2.9:
                   10695:        * src/include/pa_charsets.h [autoptr] 1.8.2.6:
                   10696:        * src/include/pa_common.h [autoptr] 1.89.2.6:
                   10697:        * src/include/pa_dictionary.h [autoptr] 1.13.2.3:
                   10698:        * src/include/pa_exception.h [autoptr] 1.38.2.12:
                   10699:        * src/include/pa_exec.h [autoptr] 1.11.2.2:
                   10700:        * src/include/pa_pool.h [autoptr] 1.86.2.21:
                   10701:        * src/include/pa_request.h [autoptr] 1.160.2.8:
                   10702:        * src/include/pa_sapi.h [autoptr] 1.22.2.3:
                   10703:        * src/include/pa_sql_connection.h [autoptr] 1.30.2.5:
                   10704:        * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.6:
                   10705:        * src/include/pa_string.h [autoptr] 1.144.2.17:
                   10706:        * src/include/pa_table.h [autoptr] 1.48.2.8:
                   10707:        * src/include/pa_uue.h [autoptr] 1.4.2.2:
                   10708:        * src/main/compile.C [autoptr] 1.69.2.3:
                   10709:        * src/main/compile.tab.C [autoptr] 1.81.2.3:
                   10710:        * src/main/compile_tools.C [autoptr] 1.54.2.3:
                   10711:        * src/main/compile_tools.h [autoptr] 1.67.2.5:
                   10712:        * src/main/main.dsp [autoptr] 1.161.6.7:
                   10713:        * src/main/pa_charset.C [autoptr] 1.33.2.5:
                   10714:        * src/main/pa_charsets.C [autoptr] 1.11.2.7:
                   10715:        * src/main/pa_common.C [autoptr] 1.143.2.9:
                   10716:        * src/main/pa_dictionary.C [autoptr] 1.17.2.3:
                   10717:        * src/main/pa_exception.C [autoptr] 1.43.2.9:
                   10718:        * src/main/pa_exec.C [autoptr] 1.48.2.4:
                   10719:        * src/main/pa_request.C [autoptr] 1.245.2.4:
                   10720:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.8:
                   10721:        * src/main/pa_string.C [autoptr] 1.172.2.10:
                   10722:        * src/main/pa_table.C [autoptr] 1.53.2.7:
                   10723:        * src/main/pa_uue.C [autoptr] 1.4.2.3:
                   10724:        * src/main/untaint.C [autoptr] 1.115.2.5:
                   10725:        * src/types/pa_value.C [autoptr] 1.9.2.6:
                   10726:        * src/types/pa_value.h [autoptr] 1.109.2.13:
                   10727:        * src/types/pa_vclass.h [autoptr] 1.39.2.3:
                   10728:        * src/types/pa_vcookie.C [autoptr] 1.55.2.2:
                   10729:        * src/types/pa_vcookie.h [autoptr] 1.23.2.2:
                   10730:        * src/types/pa_vdate.h [autoptr] 1.24.2.2:
                   10731:        * src/types/pa_vdouble.h [autoptr] 1.42.2.5:
                   10732:        * src/types/pa_venv.h [autoptr] 1.28.2.2:
                   10733:        * src/types/pa_vfile.C [autoptr] 1.36.2.3:
                   10734:        * src/types/pa_vfile.h [autoptr] 1.52.2.7:
                   10735:        * src/types/pa_vform.h [autoptr] 1.45.2.4:
                   10736:        * src/types/pa_vhash.h [autoptr] 1.43.2.6:
                   10737:        * src/types/pa_vimage.C [autoptr] 1.22.2.2:
                   10738:        * src/types/pa_vimage.h [autoptr] 1.34.2.2:
                   10739:        * src/types/pa_vint.h [autoptr] 1.38.2.5:
                   10740:        * src/types/pa_vmail.C [autoptr] 1.40.2.2:
                   10741:        * src/types/pa_vmail.h [autoptr] 1.9.2.1:
                   10742:        * src/types/pa_vmath.C [autoptr] 1.1.2.4:
                   10743:        * src/types/pa_vmath.h [autoptr] 1.14.2.2:
                   10744:        * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.2:
                   10745:        * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.4:
                   10746:        * src/types/pa_vobject.C [autoptr] 1.12.2.3:
                   10747:        * src/types/pa_vobject.h [autoptr] 1.38.2.5:
                   10748:        * src/types/pa_vrequest.C [autoptr] 1.27.2.4:
                   10749:        * src/types/pa_vrequest.h [autoptr] 1.25.2.2:
                   10750:        * src/types/pa_vresponse.C [autoptr] 1.17.2.3:
                   10751:        * src/types/pa_vresponse.h [autoptr] 1.32.2.3:
                   10752:        * src/types/pa_vstateless_class.C [autoptr] 1.19.2.2:
                   10753:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.9:
                   10754:        * src/types/pa_vstateless_object.h [autoptr] 1.28.2.3:
                   10755:        * src/types/pa_vstatus.h [autoptr] 1.15.2.4:
                   10756:        * src/types/pa_vstring.h [autoptr] 1.54.2.4:
                   10757:        * src/types/pa_vtable.h [autoptr] 1.48.2.2:
                   10758:        * src/types/pa_vvoid.h [autoptr] 1.17.2.3:
                   10759:        * src/types/pa_wcontext.C [autoptr] 1.24.2.2:
                   10760:        * src/types/pa_wcontext.h [autoptr] 1.42.2.4:
                   10761:        * src/types/pa_wwrapper.h [autoptr] 1.28.2.1:
                   10762:        * www/htdocs/.htaccess [autoptr] 1.12.6.1:
                   10763:                ConstStringPtr died, long live StringPtr
                   10764: 
                   10765: 2003-01-30  paf
                   10766:        * src/classes/classes.h [autoptr] 1.23.2.5:
                   10767:        * src/include/pa_pool.h [autoptr] 1.86.2.20:
                   10768:        * src/main/compile.C [autoptr] 1.69.2.2:
                   10769:        * src/main/compile.tab.C [autoptr] 1.81.2.1:
                   10770:        * src/types/pa_value.h [autoptr] 1.109.2.12:
                   10771:        * src/types/pa_vfile.h [autoptr] 1.52.2.6:
                   10772:        * src/types/pa_vhash.h [autoptr] 1.43.2.5:
                   10773:        * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.3:
                   10774:        * src/types/pa_vstateless_class.C [autoptr] 1.19.2.1:
                   10775:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.8:
                   10776:        * src/types/types.dsp [autoptr] 1.35.10.3:
                   10777:                vstateless_class compiled
                   10778: 
                   10779:        * src/include/pa_charset.h [autoptr] 1.20.2.8:
                   10780:        * src/include/pa_request.h [autoptr] 1.160.2.7:
                   10781:        * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.5:
                   10782:        * src/main/compile.tab.C [autoptr] 1.81.2.2:
                   10783:        * src/main/compile.y [autoptr] 1.204.2.2:
                   10784:        * src/main/compile_tools.h [autoptr] 1.67.2.4:
                   10785:        * src/main/pa_request.C [autoptr] 1.245.2.3:
                   10786:        * src/types/pa_vobject.h [autoptr] 1.38.2.4:
                   10787:        * src/types/pa_vstatus.h [autoptr] 1.15.2.3:
                   10788:                grammar compiled
                   10789: 
                   10790:        * src/include/pa_opcode.h [autoptr] 1.24.2.1:
                   10791:        * src/main/compile_tools.h [autoptr] 1.67.2.1:
                   10792:        * src/main/execute.C [autoptr] 1.295.2.3:
                   10793:        * src/main/main.dsp [autoptr] 1.161.6.6:
                   10794:        * src/types/pa_value.C [autoptr] 1.9.2.5:
                   10795:        * src/types/pa_value.h [autoptr] 1.109.2.11:
                   10796:        * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.2:
                   10797:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.7:
                   10798:                value compiled
                   10799: 
                   10800:        * src/types/pa_vmethod_frame.C 1.1:
                   10801:                file pa_vmethod_frame.C was initially added on branch autoptr.
                   10802: 
                   10803:        * src/include/pa_array.h [autoptr] 1.57.2.15:
                   10804:        * src/include/pa_operation.h [autoptr] 1.1.2.3:
                   10805:        * src/include/pa_table.h [autoptr] 1.48.2.7:
                   10806:        * src/main/compile_tools.C [autoptr] 1.54.2.2:
                   10807:        * src/main/compile_tools.h [autoptr] 1.67.2.3:
                   10808:        * src/main/pa_table.C [autoptr] 1.53.2.6:
                   10809:                compile_tools compiled
                   10810: 
                   10811:        * src/main/compile.C [autoptr] 1.69.2.1:
                   10812:                compile compiled
                   10813: 
                   10814:        * ltmain.sh 1.5:
                   10815:                *** empty log message ***
                   10816: 
                   10817:        * src/include/pa_operation.h [autoptr] 1.1.2.2:
                   10818:        * src/main/compile.y [autoptr] 1.204.2.1:
                   10819:        * src/main/compile_tools.C [autoptr] 1.54.2.1:
                   10820:        * src/main/compile_tools.h [autoptr] 1.67.2.2:
                   10821:                started compile_tools. vagues ideas of how to free compiled code
                   10822: 
                   10823:        * src/include/pa_operation.h 1.1:
                   10824:                file pa_operation.h was initially added on branch autoptr.
                   10825: 
                   10826: 2003-01-29  paf
                   10827:        * src/include/pa_request_charsets.h [autoptr] 1.1.2.2:
                   10828:        * src/include/pa_request_info.h [autoptr] 1.1.2.3:
                   10829:        * src/main/main.dsp [autoptr] 1.161.6.5:
                   10830:        * src/main/untaint.C [autoptr] 1.115.2.4:
                   10831:                more compiled
                   10832: 
                   10833:        * src/include/pa_globals.h [autoptr] 1.101.2.9:
                   10834:        * src/include/pa_request.h [autoptr] 1.160.2.6:
                   10835:        * src/main/pa_globals.C [autoptr] 1.152.2.9:
                   10836:        * src/main/pa_request.C [autoptr] 1.245.2.2:
                   10837:        * src/types/pa_value.h [autoptr] 1.109.2.10:
                   10838:        * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.1:
                   10839:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.6:
                   10840:        * src/types/pa_wcontext.h [autoptr] 1.42.2.3:
                   10841:        * src/types/types.dsp [autoptr] 1.35.10.2:
                   10842:                vmethodframe, pa_request.h compiled
                   10843: 
                   10844:        * src/classes/file.C [autoptr] 1.107.2.2:
                   10845:        * src/include/pa_globals.h [autoptr] 1.101.2.8:
                   10846:        * src/main/pa_globals.C [autoptr] 1.152.2.8:
                   10847:        * src/types/pa_value.C [autoptr] 1.9.2.4:
                   10848:        * src/types/pa_value.h [autoptr] 1.109.2.9:
                   10849:        * src/types/pa_vfile.C [autoptr] 1.36.2.1:
                   10850:        * src/types/pa_vfile.h [autoptr] 1.52.2.4:
                   10851:                vfile compiled
                   10852: 
                   10853:        * src/classes/classes.h [autoptr] 1.23.2.3:
                   10854:        * src/classes/math.C [autoptr] 1.24.2.1:
                   10855:        * src/include/pa_pool.h [autoptr] 1.86.2.17:
                   10856:        * src/include/pa_request.h [autoptr] 1.160.2.3:
                   10857:        * src/include/pa_sapi.h [autoptr] 1.22.2.2:
                   10858:        * src/include/pa_string.h [autoptr] 1.144.2.13:
                   10859:        * src/main/main.dsp [autoptr] 1.161.6.3:
                   10860:        * src/types/pa_value.h [autoptr] 1.109.2.5:
                   10861:        * src/types/pa_vbool.h [autoptr] 1.21.2.2:
                   10862:        * src/types/pa_vclass.h [autoptr] 1.39.2.2:
                   10863:        * src/types/pa_vdouble.h [autoptr] 1.42.2.3:
                   10864:        * src/types/pa_venv.h [autoptr] 1.28.2.1:
                   10865:        * src/types/pa_vfile.h [autoptr] 1.52.2.2:
                   10866:        * src/types/pa_vform.C [autoptr] 1.74.2.1:
                   10867:        * src/types/pa_vform.h [autoptr] 1.45.2.1:
                   10868:        * src/types/pa_vjunction.h [autoptr] 1.19.2.2:
                   10869:        * src/types/pa_vmath.C [autoptr] 1.1.2.2:
                   10870:        * src/types/pa_vmath.h [autoptr] 1.14.2.1:
                   10871:        * src/types/pa_vobject.h [autoptr] 1.38.2.2:
                   10872:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.4:
                   10873:        * src/types/pa_vstateless_object.h [autoptr] 1.28.2.2:
                   10874:        * src/types/pa_vstatus.h [autoptr] 1.15.2.2:
                   10875:        * src/types/pa_vstring.h [autoptr] 1.54.2.2:
                   10876:        * src/types/types.dsp [autoptr] 1.35.10.1:
                   10877:                vmath compiled
                   10878: 
                   10879:        * src/types/pa_vmath.C 1.1:
                   10880:                file pa_vmath.C was initially added on branch autoptr.
                   10881: 
                   10882:        * src/include/pa_common.h [autoptr] 1.89.2.5:
                   10883:        * src/include/pa_globals.h [autoptr] 1.101.2.7:
                   10884:        * src/include/pa_string.h [autoptr] 1.144.2.16:
                   10885:        * src/main/pa_globals.C [autoptr] 1.152.2.7:
                   10886:        * src/types/pa_value.C [autoptr] 1.9.2.3:
                   10887:        * src/types/pa_value.h [autoptr] 1.109.2.8:
                   10888:        * src/types/pa_vcookie.C [autoptr] 1.55.2.1:
                   10889:        * src/types/pa_vcookie.h [autoptr] 1.23.2.1:
                   10890:        * src/types/pa_vform.C [autoptr] 1.74.2.2:
                   10891:        * src/types/pa_vform.h [autoptr] 1.45.2.3:
                   10892:                vcookie compiled
                   10893: 
1.39      paf      10894:        * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.1:
                   10895:                libltdl compiled without warnings now
                   10896: 
1.22      paf      10897:        * src/include/pa_request_info.h 1.1:
                   10898:                file pa_request_info.h was initially added on branch autoptr.
                   10899: 
                   10900:        * src/include/pa_array.h [autoptr] 1.57.2.14:
                   10901:        * src/include/pa_exception.h [autoptr] 1.38.2.11:
                   10902:        * src/include/pa_pool.h [autoptr] 1.86.2.19:
                   10903:        * src/main/pa_exception.C [autoptr] 1.43.2.8:
                   10904:        * src/types/pa_vfile.C [autoptr] 1.36.2.2:
                   10905:        * src/types/pa_vfile.h [autoptr] 1.52.2.5:
                   10906:        * src/types/pa_vimage.C [autoptr] 1.22.2.1:
                   10907:        * src/types/pa_vimage.h [autoptr] 1.34.2.1:
                   10908:                gd compiled
                   10909: 
                   10910:        * src/include/pa_exception.h [autoptr] 1.38.2.10:
                   10911:        * src/main/pa_cache_managers.C [autoptr] 1.7.2.3:
                   10912:        * src/main/pa_charsets.C [autoptr] 1.11.2.6:
                   10913:        * src/main/pa_common.C [autoptr] 1.143.2.8:
                   10914:        * src/main/pa_dir.C [autoptr] 1.14.2.1:
                   10915:        * src/main/pa_exception.C [autoptr] 1.43.2.7:
                   10916:        * src/main/pa_exec.C [autoptr] 1.48.2.3:
                   10917:        * src/main/pa_pool.C [autoptr] 1.59.2.2:
                   10918:        * src/main/pa_socks.C [autoptr] 1.18.2.2:
                   10919:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.7:
                   10920:        * src/main/pa_string.C [autoptr] 1.172.2.9:
                   10921:        * src/main/pa_uue.C [autoptr] 1.4.2.2:
                   10922:                #include "pa_value_includes.h"
                   10923:                everywhere in main
                   10924: 
                   10925:        * src/include/pa_charsets.h [autoptr] 1.8.2.5:
                   10926:        * src/include/pa_request.h [autoptr] 1.160.2.5:
                   10927:        * src/include/pa_request_info.h [autoptr] 1.1.2.2:
                   10928:        * src/include/pa_string.h [autoptr] 1.144.2.15:
                   10929:        * src/main/pa_charsets.C [autoptr] 1.11.2.5:
                   10930:        * src/types/pa_value.h [autoptr] 1.109.2.7:
                   10931:        * src/types/pa_vdate.h [autoptr] 1.24.2.1:
                   10932:        * src/types/pa_vform.h [autoptr] 1.45.2.2:
                   10933:        * src/types/pa_vhash.h [autoptr] 1.43.2.4:
                   10934:        * src/types/pa_vobject.C [autoptr] 1.12.2.2:
                   10935:        * src/types/pa_vobject.h [autoptr] 1.38.2.3:
                   10936:        * src/types/pa_vrequest.C [autoptr] 1.27.2.2:
                   10937:        * src/types/pa_vrequest.C [autoptr] 1.27.2.3:
                   10938:        * src/types/pa_vresponse.C [autoptr] 1.17.2.1:
                   10939:        * src/types/pa_vresponse.C [autoptr] 1.17.2.2:
                   10940:        * src/types/pa_vresponse.h [autoptr] 1.32.2.1:
                   10941:        * src/types/pa_vresponse.h [autoptr] 1.32.2.2:
                   10942:        * src/types/pa_wcontext.h [autoptr] 1.42.2.2:
                   10943:                vrequest compiled
                   10944: 
                   10945:        * src/types/pa_value_includes.h 1.1:
                   10946:                file pa_value_includes.h was initially added on branch autoptr.
                   10947: 
                   10948:        * src/classes/classes.h [autoptr] 1.23.2.4:
                   10949:        * src/include/pa_charset.h [autoptr] 1.20.2.7:
                   10950:        * src/include/pa_charsets.h [autoptr] 1.8.2.4:
                   10951:        * src/include/pa_globals.h [autoptr] 1.101.2.6:
                   10952:        * src/include/pa_pool.h [autoptr] 1.86.2.18:
                   10953:        * src/include/pa_request.h [autoptr] 1.160.2.4:
                   10954:        * src/include/pa_string.h [autoptr] 1.144.2.14:
                   10955:        * src/main/main.dsp [autoptr] 1.161.6.4:
                   10956:        * src/main/pa_charset.C [autoptr] 1.33.2.4:
                   10957:        * src/main/pa_charsets.C [autoptr] 1.11.2.4:
                   10958:        * src/main/pa_globals.C [autoptr] 1.152.2.6:
                   10959:        * src/main/untaint.C [autoptr] 1.115.2.3:
                   10960:        * src/types/pa_value.h [autoptr] 1.109.2.6:
                   10961:        * src/types/pa_vdouble.h [autoptr] 1.42.2.4:
                   10962:        * src/types/pa_vfile.h [autoptr] 1.52.2.3:
                   10963:        * src/types/pa_vint.h [autoptr] 1.38.2.4:
                   10964:        * src/types/pa_vmath.C [autoptr] 1.1.2.3:
                   10965:        * src/types/pa_vrequest.C [autoptr] 1.27.2.1:
                   10966:        * src/types/pa_vrequest.h [autoptr] 1.25.2.1:
                   10967:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.5:
                   10968:        * src/types/pa_vstring.h [autoptr] 1.54.2.3:
                   10969:        * src/types/pa_vvoid.h [autoptr] 1.17.2.2:
                   10970:                vrequest,vdouble,vint compiled
                   10971: 
                   10972:        * src/include/pa_request_charsets.h 1.1:
                   10973:                file pa_request_charsets.h was initially added on branch
                   10974:                autoptr.
                   10975: 
                   10976: 2003-01-28  paf
                   10977:        * src/include/pa_charset.h [autoptr] 1.20.2.6:
                   10978:        * src/include/pa_exception.h [autoptr] 1.38.2.9:
                   10979:        * src/include/pa_request.h [autoptr] 1.160.2.2:
                   10980:        * src/include/pa_string.h [autoptr] 1.144.2.12:
                   10981:        * src/main/untaint.C [autoptr] 1.115.2.2:
                   10982:                untaint compiled
                   10983: 
                   10984:        * src/include/pa_charset.h [autoptr] 1.20.2.5:
                   10985:        * src/main/pa_charset.C [autoptr] 1.33.2.3:
                   10986:        * src/main/pa_charsets.C [autoptr] 1.11.2.3:
                   10987:                charset/s simplified [charset::pool_for_load introduced]
                   10988: 
                   10989:        * src/include/pa_cache_managers.h [autoptr] 1.9.2.3:
                   10990:        * src/main/pa_cache_managers.C [autoptr] 1.7.2.2:
                   10991:        * src/main/pa_globals.C [autoptr] 1.152.2.5:
                   10992:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.6:
                   10993:                globals compiled
                   10994: 
                   10995:        * src/include/pa_array.h [autoptr] 1.57.2.11:
                   10996:        * src/include/pa_charset.h [autoptr] 1.20.2.3:
                   10997:        * src/include/pa_charsets.h [autoptr] 1.8.2.1:
                   10998:        * src/include/pa_pool.h [autoptr] 1.86.2.13:
                   10999:        * src/include/pa_sql_connection.h [autoptr] 1.30.2.4:
                   11000:        * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.4:
                   11001:        * src/include/pa_stack.h [autoptr] 1.17.2.2:
                   11002:        * src/include/pa_string.h [autoptr] 1.144.2.9:
                   11003:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.4:
                   11004:        * src/types/pa_vhash.h [autoptr] 1.43.2.3:
                   11005:        * src/types/pa_vint.h [autoptr] 1.38.2.3:
                   11006:                sql_driver_manager compiled
                   11007: 
                   11008:        * src/classes/date.C [autoptr] 1.42.2.1:
                   11009:        * src/include/pa_charset.h [autoptr] 1.20.2.4:
                   11010:        * src/include/pa_charsets.h [autoptr] 1.8.2.2:
                   11011:        * src/include/pa_charsets.h [autoptr] 1.8.2.3:
                   11012:        * src/include/pa_globals.h [autoptr] 1.101.2.5:
                   11013:        * src/main/pa_charset.C [autoptr] 1.33.2.2:
                   11014:        * src/main/pa_charsets.C [autoptr] 1.11.2.1:
                   11015:        * src/main/pa_charsets.C [autoptr] 1.11.2.2:
                   11016:        * src/main/pa_globals.C [autoptr] 1.152.2.4:
                   11017:        * src/main/pa_request.C [autoptr] 1.245.2.1:
                   11018:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.5:
                   11019:                pa_charsets compiled
                   11020: 
1.39      paf      11021:        * src/include/pa_pool.h [autoptr] 1.86.2.14:
                   11022:        * src/main/pa_common.C [autoptr] 1.143.2.7:
                   11023:        * src/types/pa_vdouble.h [autoptr] 1.42.2.2:
                   11024:                common compiled
                   11025: 
1.22      paf      11026:        * etc/parser3.charsets/koi8-r.cfg 1.3:
                   11027:        * etc/parser3.charsets/windows-1251.cfg 1.7:
                   11028:                ukranian letter i with two dots added to koi,
                   11029:                all ukranian letters added to win1251.
                   11030:                
                   11031:                typographic simbol 0xb9 deleted from win1251 [strange one & were abscent from koi]
                   11032: 
                   11033:        * src/classes/classes.h [autoptr] 1.23.2.2:
                   11034:        * src/classes/date.C [autoptr] 1.42.2.2:
                   11035:        * src/classes/file.C [autoptr] 1.107.2.1:
                   11036:        * src/classes/hash.C [autoptr] 1.54.2.1:
                   11037:        * src/classes/image.C [autoptr] 1.90.2.2:
                   11038:        * src/classes/table.C [autoptr] 1.172.2.1:
                   11039:        * src/classes/xdoc.C [autoptr] 1.108.2.1:
                   11040:        * src/classes/xnode.h [autoptr] 1.18.2.1:
                   11041:        * src/main/execute.C [autoptr] 1.295.2.2:
                   11042:        * src/main/main.dsp [autoptr] 1.161.6.2:
                   11043:        * src/types/pa_value.h [autoptr] 1.109.2.4:
                   11044:        * src/types/pa_vclass.C [autoptr] 1.16.2.1:
                   11045:        * src/types/pa_vclass.h [autoptr] 1.39.2.1:
                   11046:        * src/types/pa_vobject.C [autoptr] 1.12.2.1:
                   11047:        * src/types/pa_vobject.h [autoptr] 1.38.2.1:
                   11048:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.3:
                   11049:                started main: compile_tools
                   11050: 
                   11051:        * src/include/pa_array.h [autoptr] 1.57.2.13:
                   11052:        * src/include/pa_string.h [autoptr] 1.144.2.11:
                   11053:        * src/main/execute.C [autoptr] 1.295.2.1:
                   11054:        * src/main/untaint.C [autoptr] 1.115.2.1:
                   11055:        * src/types/pa_vmail.C [autoptr] 1.40.2.1:
                   11056:                more compiled.
                   11057:                struck with string::store_to needing to know source/client charsets
                   11058: 
                   11059:        * src/include/pa_exception.h [autoptr] 1.38.2.8:
                   11060:        * src/include/pa_uue.h [autoptr] 1.4.2.1:
                   11061:        * src/main/pa_uue.C [autoptr] 1.4.2.1:
                   11062:        * src/types/pa_vfile.h [autoptr] 1.52.2.1:
                   11063:                uue compiled
                   11064: 
                   11065:        * src/include/pa_table.h [autoptr] 1.48.2.6:
                   11066:        * src/main/pa_string.C [autoptr] 1.172.2.8:
                   11067:        * src/main/pa_table.C [autoptr] 1.53.2.5:
                   11068:                table compiled
                   11069: 
                   11070:        * src/include/pa_array.h [autoptr] 1.57.2.12:
                   11071:        * src/include/pa_exec.h [autoptr] 1.11.2.1:
                   11072:        * src/include/pa_hash.h [autoptr] 1.58.2.9:
                   11073:        * src/include/pa_pool.h [autoptr] 1.86.2.15:
                   11074:        * src/main/pa_exec.C [autoptr] 1.48.2.2:
                   11075:                pa_exec win32 compiled
                   11076: 
                   11077: 2003-01-27  paf
                   11078:        * src/include/pa_array.h [autoptr] 1.57.2.9:
                   11079:        * src/include/pa_common.h [autoptr] 1.89.2.4:
                   11080:        * src/include/pa_hash.h [autoptr] 1.58.2.7:
                   11081:        * src/include/pa_pool.h [autoptr] 1.86.2.9:
                   11082:        * src/include/pa_string.h [autoptr] 1.144.2.7:
                   11083:        * src/main/pa_common.C [autoptr] 1.143.2.4:
                   11084:        * src/main/pa_string.C [autoptr] 1.172.2.6:
                   11085:        * src/types/pa_value.C [autoptr] 1.9.2.2:
                   11086:        * src/types/pa_value.h [autoptr] 1.109.2.3:
                   11087:        * src/types/pa_vhash.h [autoptr] 1.43.2.2:
                   11088:        * src/types/pa_vint.h [autoptr] 1.38.2.2:
                   11089:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.2:
                   11090:        * src/types/pa_wcontext.C [autoptr] 1.24.2.1:
                   11091:        * src/types/pa_wcontext.h [autoptr] 1.42.2.1:
                   11092:                wcontext compiled
                   11093: 
                   11094:        * src/include/pa_exception.h [autoptr] 1.38.2.6:
                   11095:        * src/include/pa_sql_connection.h [autoptr] 1.30.2.3:
                   11096:        * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.3:
                   11097:        * src/include/pa_string.h [autoptr] 1.144.2.8:
                   11098:        * src/main/pa_common.C [autoptr] 1.143.2.6:
                   11099:        * src/main/pa_exec.C [autoptr] 1.48.2.1:
                   11100:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.3:
                   11101:        * src/sql/pa_sql_driver.h [autoptr] 1.34.2.1:
                   11102:                paused on sql_manager
                   11103: 
                   11104:        * src/classes/op.C [autoptr] 1.127.2.3:
                   11105:        * src/include/pa_globals.h [autoptr] 1.101.2.4:
                   11106:        * src/include/pa_hash.h [autoptr] 1.58.2.8:
                   11107:        * src/include/pa_sql_connection.h [autoptr] 1.30.2.1:
                   11108:        * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.1:
                   11109:        * src/include/pa_table.h [autoptr] 1.48.2.5:
                   11110:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.1:
                   11111:        * src/main/pa_table.C [autoptr] 1.53.2.4:
                   11112:                table compiled
                   11113: 
                   11114:        * src/include/pa_pool.h [autoptr] 1.86.2.10:
                   11115:        * src/main/pa_common.C [autoptr] 1.143.2.5:
                   11116:                common compiled
                   11117: 
                   11118:        * src/include/pa_cache_managers.h [autoptr] 1.9.2.1:
                   11119:        * src/main/pa_cache_managers.C [autoptr] 1.7.2.1:
                   11120:                cache_managers compiled
                   11121: 
                   11122:        * src/include/pa_cache_managers.h [autoptr] 1.9.2.2:
                   11123:        * src/include/pa_pool.h [autoptr] 1.86.2.12:
                   11124:        * src/include/pa_sql_connection.h [autoptr] 1.30.2.2:
                   11125:        * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.2:
                   11126:        * src/include/pa_stack.h [autoptr] 1.17.2.1:
                   11127:        * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.2:
                   11128:        * src/types/pa_vtable.h [autoptr] 1.48.2.1:
                   11129:        * src/types/pa_vvoid.h [autoptr] 1.17.2.1:
                   11130:                vtable compiled
                   11131: 
                   11132:        * src/include/pa_array.h [autoptr] 1.57.2.10:
                   11133:        * src/include/pa_charset.h [autoptr] 1.20.2.2:
                   11134:        * src/include/pa_pool.h [autoptr] 1.86.2.11:
                   11135:        * src/main/pa_charset.C [autoptr] 1.33.2.1:
                   11136:                charset compiled
                   11137: 
                   11138: 2003-01-24  paf
                   11139:        * src/classes/classes.C [autoptr] 1.18.2.1:
                   11140:        * src/classes/classes.h [autoptr] 1.23.2.1:
                   11141:        * src/include/pa_array.h [autoptr] 1.57.2.8:
                   11142:        * src/include/pa_common.h [autoptr] 1.89.2.3:
                   11143:        * src/include/pa_globals.h [autoptr] 1.101.2.3:
                   11144:        * src/include/pa_hash.h [autoptr] 1.58.2.6:
                   11145:        * src/include/pa_pool.h [autoptr] 1.86.2.8:
                   11146:        * src/include/pa_string.h [autoptr] 1.144.2.6:
                   11147:        * src/main/pa_common.C [autoptr] 1.143.2.3:
                   11148:        * src/main/pa_globals.C [autoptr] 1.152.2.3:
                   11149:        * src/main/pa_string.C [autoptr] 1.172.2.5:
                   11150:        * src/types/pa_value.h [autoptr] 1.109.2.2:
                   11151:        * src/types/pa_vbool.h [autoptr] 1.21.2.1:
                   11152:        * src/types/pa_vdouble.h [autoptr] 1.42.2.1:
                   11153:        * src/types/pa_vhash.h [autoptr] 1.43.2.1:
                   11154:        * src/types/pa_vint.h [autoptr] 1.38.2.1:
                   11155:        * src/types/pa_vjunction.h [autoptr] 1.19.2.1:
                   11156:        * src/types/pa_vstateless_class.h [autoptr] 1.42.2.1:
                   11157:        * src/types/pa_vstateless_object.h [autoptr] 1.28.2.1:
                   11158:        * src/types/pa_vstatus.h [autoptr] 1.15.2.1:
                   11159:        * src/types/pa_vstring.h [autoptr] 1.54.2.1:
                   11160:                more patched
                   11161: 
                   11162:        * src/classes/op.C [autoptr] 1.127.2.2:
                   11163:        * src/include/pa_array.h [autoptr] 1.57.2.7:
                   11164:        * src/include/pa_exception.h [autoptr] 1.38.2.5:
                   11165:        * src/include/pa_hash.h [autoptr] 1.58.2.5:
                   11166:        * src/include/pa_pool.h [autoptr] 1.86.2.7:
                   11167:        * src/include/pa_string.h [autoptr] 1.144.2.5:
                   11168:        * src/include/pa_table.h [autoptr] 1.48.2.4:
                   11169:        * src/main/pa_dictionary.C [autoptr] 1.17.2.2:
                   11170:        * src/main/pa_exception.C [autoptr] 1.43.2.5:
                   11171:        * src/main/pa_string.C [autoptr] 1.172.2.4:
                   11172:        * src/main/pa_table.C [autoptr] 1.53.2.3:
                   11173:                string compiled
                   11174: 
                   11175:        * src/include/pa_array.h [autoptr] 1.57.2.6:
                   11176:        * src/include/pa_common.h [autoptr] 1.89.2.2:
                   11177:        * src/include/pa_dictionary.h [autoptr] 1.13.2.2:
                   11178:        * src/include/pa_exception.h [autoptr] 1.38.2.4:
                   11179:        * src/include/pa_pool.h [autoptr] 1.86.2.6:
                   11180:        * src/include/pa_string.h [autoptr] 1.144.2.4:
                   11181:        * src/include/pa_table.h [autoptr] 1.48.2.3:
                   11182:        * src/main/pa_common.C [autoptr] 1.143.2.2:
                   11183:        * src/main/pa_dictionary.C [autoptr] 1.17.2.1:
                   11184:        * src/main/pa_exception.C [autoptr] 1.43.2.4:
                   11185:        * src/main/pa_string.C [autoptr] 1.172.2.3:
                   11186:                dictionary compiled
                   11187: 
                   11188: 2003-01-23  paf
                   11189:        * src/include/pa_array.h [autoptr] 1.57.2.4:
                   11190:        * src/include/pa_exception.h [autoptr] 1.38.2.2:
                   11191:        * src/include/pa_hash.h [autoptr] 1.58.2.4:
                   11192:        * src/include/pa_pool.h [autoptr] 1.86.2.4:
                   11193:        * src/include/pa_table.h [autoptr] 1.48.2.2:
                   11194:        * src/main/pa_exception.C [autoptr] 1.43.2.2:
                   11195:        * src/main/pa_table.C [autoptr] 1.53.2.2:
                   11196:                table compiled
                   11197: 
                   11198:        * src/include/pa_array.h [autoptr] 1.57.2.2:
                   11199:        * src/include/pa_hash.h [autoptr] 1.58.2.2:
                   11200:        * src/include/pa_pool.h [autoptr] 1.86.2.2:
                   11201:        * src/main/main.dsp [autoptr] 1.161.6.1:
                   11202:                continued with Hash
                   11203: 
                   11204:        * src/include/pa_array.h [autoptr] 1.57.2.5:
                   11205:        * src/include/pa_common.h [autoptr] 1.89.2.1:
                   11206:        * src/include/pa_exception.h [autoptr] 1.38.2.3:
                   11207:        * src/include/pa_globals.h [autoptr] 1.101.2.2:
                   11208:        * src/include/pa_pool.h [autoptr] 1.86.2.5:
                   11209:        * src/include/pa_request.h [autoptr] 1.160.2.1:
                   11210:        * src/include/pa_string.h [autoptr] 1.144.2.3:
                   11211:        * src/main/pa_common.C [autoptr] 1.143.2.1:
                   11212:        * src/main/pa_exception.C [autoptr] 1.43.2.3:
                   11213:        * src/main/pa_globals.C [autoptr] 1.152.2.2:
                   11214:        * src/types/pa_value.C [autoptr] 1.9.2.1:
                   11215:        * src/types/pa_value.h [autoptr] 1.109.2.1:
                   11216:                resurrected pool in new sense: now it's factory, producing
                   11217:                accounting memory chunks for read[autofree] buffers
                   11218: 
                   11219:        * src/classes/image.C [autoptr] 1.90.2.1:
                   11220:        * src/classes/op.C [autoptr] 1.127.2.1:
                   11221:        * src/include/pa_array.h [autoptr] 1.57.2.3:
                   11222:        * src/include/pa_exception.h [autoptr] 1.38.2.1:
                   11223:        * src/include/pa_globals.h [autoptr] 1.101.2.1:
                   11224:        * src/include/pa_hash.h [autoptr] 1.58.2.3:
                   11225:        * src/include/pa_pool.h [autoptr] 1.86.2.3:
                   11226:        * src/include/pa_pragma_pack_begin.h [autoptr] 1.6.2.1:
                   11227:        * src/include/pa_pragma_pack_end.h [autoptr] 1.6.2.1:
                   11228:        * src/include/pa_sapi.h [autoptr] 1.22.2.1:
                   11229:        * src/include/pa_string.h [autoptr] 1.144.2.2:
                   11230:        * src/include/pa_table.h [autoptr] 1.48.2.1:
                   11231:        * src/include/pa_types.h [autoptr] 1.44.2.1:
                   11232:        * src/main/pa_exception.C [autoptr] 1.43.2.1:
                   11233:        * src/main/pa_globals.C [autoptr] 1.152.2.1:
                   11234:        * src/main/pa_string.C [autoptr] 1.172.2.2:
                   11235:        * src/main/pa_table.C [autoptr] 1.53.2.1:
                   11236:                aint that easy
                   11237: 
                   11238:        * src/main/pa_common.C 1.144:
                   11239:                connect_string allocated on heap[wes on stack] now. and exception can be reported OK now [can be reported outside of pro
                   11240:                c with that stack]
                   11241: 
                   11242:        * src/lib/pcre/8859-1.ucm 1.1:
                   11243:                file 8859-1.ucm was initially added on branch autoptr.
                   11244: 
                   11245: 2003-01-22  paf
                   11246:        * src/include/pa_array.h [autoptr] 1.57.2.1:
                   11247:        * src/include/pa_charset.h [autoptr] 1.20.2.1:
                   11248:        * src/include/pa_dictionary.h [autoptr] 1.13.2.1:
                   11249:        * src/include/pa_hash.h [autoptr] 1.58.2.1:
                   11250:        * src/include/pa_pool.h [autoptr] 1.86.2.1:
                   11251:        * src/include/pa_string.h [autoptr] 1.144.2.1:
                   11252:        * src/main/pa_array.C [autoptr] 1.54.2.1:
                   11253:        * src/main/pa_hash.C [autoptr] 1.53.2.1:
                   11254:        * src/main/pa_pool.C [autoptr] 1.59.2.1:
                   11255:        * src/main/pa_string.C [autoptr] 1.172.2.1:
                   11256:                started auto_ptr.
                   11257:                PA_Object is base: contains references_count.
                   11258:                auto_ptr template calls add_ref/release
                   11259: 
                   11260: 2003-01-21  paf
                   11261:        * src/classes/classes.C 1.18:
                   11262:        * src/classes/classes.h 1.23:
                   11263:        * src/classes/date.C 1.42:
                   11264:        * src/classes/double.C 1.53:
                   11265:        * src/classes/file.C 1.107:
                   11266:        * src/classes/form.C 1.34:
                   11267:        * src/classes/hash.C 1.54:
                   11268:        * src/classes/image.C 1.90:
                   11269:        * src/classes/int.C 1.49:
                   11270:        * src/classes/mail.C 1.88:
                   11271:        * src/classes/math.C 1.24:
                   11272:        * src/classes/op.C 1.127:
                   11273:        * src/classes/response.C 1.23:
                   11274:        * src/classes/string.C 1.125:
                   11275:        * src/classes/table.C 1.172:
                   11276:        * src/classes/void.C 1.28:
                   11277:        * src/classes/xdoc.C 1.108:
                   11278:        * src/classes/xnode.C 1.54:
                   11279:        * src/classes/xnode.h 1.18:
                   11280:        * src/include/pa_array.h 1.57:
                   11281:        * src/include/pa_cache_managers.h 1.9:
                   11282:        * src/include/pa_charset.h 1.20:
                   11283:        * src/include/pa_charsets.h 1.8:
                   11284:        * src/include/pa_common.h 1.89:
                   11285:        * src/include/pa_config_fixed.h 1.54:
                   11286:        * src/include/pa_config_includes.h 1.23:
                   11287:        * src/include/pa_dictionary.h 1.13:
                   11288:        * src/include/pa_dir.h 1.13:
                   11289:        * src/include/pa_exception.h 1.38:
                   11290:        * src/include/pa_exec.h 1.11:
                   11291:        * src/include/pa_globals.h 1.101:
                   11292:        * src/include/pa_hash.h 1.58:
                   11293:        * src/include/pa_opcode.h 1.24:
                   11294:        * src/include/pa_pool.h 1.86:
                   11295:        * src/include/pa_pragma_pack_begin.h 1.6:
                   11296:        * src/include/pa_pragma_pack_end.h 1.6:
                   11297:        * src/include/pa_request.h 1.160:
                   11298:        * src/include/pa_sapi.h 1.22:
                   11299:        * src/include/pa_socks.h 1.11:
                   11300:        * src/include/pa_sql_connection.h 1.30:
                   11301:        * src/include/pa_sql_driver_manager.h 1.26:
                   11302:        * src/include/pa_stack.h 1.17:
                   11303:        * src/include/pa_string.h 1.144:
                   11304:        * src/include/pa_stylesheet_connection.h 1.32:
                   11305:        * src/include/pa_stylesheet_manager.h 1.15:
                   11306:        * src/include/pa_table.h 1.48:
                   11307:        * src/include/pa_threads.h 1.26:
                   11308:        * src/include/pa_types.h 1.44:
                   11309:        * src/include/pa_uue.h 1.4:
                   11310:        * src/lib/md5/pa_md5.h 1.5:
                   11311:        * src/lib/md5/pa_md5c.c 1.6:
                   11312:        * src/lib/pcre/pcre_parser_ctype.c 1.3:
                   11313:        * src/main/compile.C 1.69:
                   11314:        * src/main/compile.tab.C 1.80:
                   11315:        * src/main/compile.y 1.204:
                   11316:        * src/main/compile_tools.C 1.54:
                   11317:        * src/main/compile_tools.h 1.67:
                   11318:        * src/main/execute.C 1.295:
                   11319:        * src/main/pa_array.C 1.54:
                   11320:        * src/main/pa_cache_managers.C 1.7:
                   11321:        * src/main/pa_charset.C 1.33:
                   11322:        * src/main/pa_charsets.C 1.11:
                   11323:        * src/main/pa_common.C 1.143:
                   11324:        * src/main/pa_dictionary.C 1.17:
                   11325:        * src/main/pa_dir.C 1.14:
                   11326:        * src/main/pa_exception.C 1.43:
                   11327:        * src/main/pa_exec.C 1.48:
                   11328:        * src/main/pa_globals.C 1.152:
                   11329:        * src/main/pa_hash.C 1.53:
                   11330:        * src/main/pa_pool.C 1.59:
                   11331:        * src/main/pa_request.C 1.245:
                   11332:        * src/main/pa_socks.C 1.18:
                   11333:        * src/main/pa_sql_driver_manager.C 1.69:
                   11334:        * src/main/pa_string.C 1.172:
                   11335:        * src/main/pa_stylesheet_manager.C 1.16:
                   11336:        * src/main/pa_table.C 1.53:
                   11337:        * src/main/pa_uue.C 1.4:
                   11338:        * src/main/untaint.C 1.115:
                   11339:        * src/sql/pa_sql_driver.h 1.34:
                   11340:        * src/targets/apache13/mod_parser3.C 1.28:
                   11341:        * src/targets/apache13/pa_md5c.c 1.5:
                   11342:        * src/targets/apache13/pa_pool.C 1.8:
                   11343:        * src/targets/apache13/pa_threads.C 1.11:
                   11344:        * src/targets/cgi/pa_pool.C 1.41:
                   11345:        * src/targets/cgi/pa_threads.C 1.12:
                   11346:        * src/targets/cgi/parser3.C 1.216:
                   11347:        * src/targets/cgi/pool_storage.h 1.13:
                   11348:        * src/targets/isapi/pa_pool.C 1.16:
                   11349:        * src/targets/isapi/pa_threads.C 1.13:
                   11350:        * src/targets/isapi/parser3isapi.C 1.82:
                   11351:        * src/targets/isapi/pool_storage.h 1.19:
                   11352:        * src/types/pa_value.C 1.9:
                   11353:        * src/types/pa_value.h 1.109:
                   11354:        * src/types/pa_vbool.h 1.21:
                   11355:        * src/types/pa_vclass.C 1.16:
                   11356:        * src/types/pa_vclass.h 1.39:
                   11357:        * src/types/pa_vcode_frame.h 1.24:
                   11358:        * src/types/pa_vcookie.C 1.55:
                   11359:        * src/types/pa_vcookie.h 1.23:
                   11360:        * src/types/pa_vdate.h 1.24:
                   11361:        * src/types/pa_vdouble.h 1.42:
                   11362:        * src/types/pa_venv.h 1.28:
                   11363:        * src/types/pa_vfile.C 1.36:
                   11364:        * src/types/pa_vfile.h 1.52:
                   11365:        * src/types/pa_vform.C 1.74:
                   11366:        * src/types/pa_vform.h 1.45:
                   11367:        * src/types/pa_vhash.h 1.43:
                   11368:        * src/types/pa_vimage.C 1.22:
                   11369:        * src/types/pa_vimage.h 1.34:
                   11370:        * src/types/pa_vint.h 1.38:
                   11371:        * src/types/pa_vjunction.h 1.19:
                   11372:        * src/types/pa_vmail.C 1.40:
                   11373:        * src/types/pa_vmail.h 1.9:
                   11374:        * src/types/pa_vmath.h 1.14:
                   11375:        * src/types/pa_vmethod_frame.h 1.45:
                   11376:        * src/types/pa_vobject.C 1.12:
                   11377:        * src/types/pa_vobject.h 1.38:
                   11378:        * src/types/pa_vrequest.C 1.27:
                   11379:        * src/types/pa_vrequest.h 1.25:
                   11380:        * src/types/pa_vresponse.C 1.17:
                   11381:        * src/types/pa_vresponse.h 1.32:
                   11382:        * src/types/pa_vstateless_class.C 1.19:
                   11383:        * src/types/pa_vstateless_class.h 1.42:
                   11384:        * src/types/pa_vstateless_object.h 1.28:
                   11385:        * src/types/pa_vstatus.C 1.15:
                   11386:        * src/types/pa_vstatus.h 1.15:
                   11387:        * src/types/pa_vstring.C 1.22:
                   11388:        * src/types/pa_vstring.h 1.54:
                   11389:        * src/types/pa_vtable.C 1.21:
                   11390:        * src/types/pa_vtable.h 1.48:
                   11391:        * src/types/pa_vvoid.h 1.17:
                   11392:        * src/types/pa_vxdoc.C 1.23:
                   11393:        * src/types/pa_vxdoc.h 1.31:
                   11394:        * src/types/pa_vxnode.C 1.30:
                   11395:        * src/types/pa_vxnode.h 1.22:
                   11396:        * src/types/pa_wcontext.C 1.24:
                   11397:        * src/types/pa_wcontext.h 1.42:
                   11398:        * src/types/pa_wwrapper.h 1.28:
                   11399:                2002->2003
                   11400: 
                   11401: 2003-01-16  paf
                   11402:        * operators.txt 1.108:
                   11403:        * src/include/pa_config_fixed.h 1.53:
                   11404:        * src/main/pa_common.C 1.141:
                   11405:        * www/htdocs/index.html 1.208:
                   11406:                http request now return status. and not fail on status!=200
                   11407: 
                   11408:        * operators.txt 1.109:
                   11409:        * src/include/pa_globals.h 1.100:
                   11410:        * src/main/pa_common.C 1.142:
                   11411:        * src/main/pa_globals.C 1.151:
                   11412:        * www/htdocs/index.html 1.209:
                   11413:                http://
                   11414:                introducing
                   11415:                        $.any-status(1)
                   11416: 
                   11417:        * www/htdocs/index.html 1.210:
                   11418:                image.copy fixed transparent resampling
                   11419: 
                   11420:        * bin/Makefile.in 1.9:
                   11421:        * etc/Makefile.in 1.14:
                   11422:        * etc/parser3.charsets/Makefile.in 1.17:
                   11423:        * src/Makefile.in 1.55:
                   11424:        * src/classes/Makefile.in 1.53:
                   11425:        * src/include/Makefile.in 1.11:
                   11426:        * src/lib/Makefile.in 1.8:
                   11427:        * src/lib/md5/Makefile.in 1.6:
                   11428:        * src/lib/patches/Makefile.in 1.10:
                   11429:        * src/lib/pcre/Makefile.in 1.8:
                   11430:        * src/main/Makefile.in 1.50:
                   11431:        * src/sql/Makefile.in 1.11:
                   11432:        * src/targets/Makefile.in 1.42:
                   11433:        * src/targets/cgi/Makefile.in 1.62:
                   11434:        * src/targets/isapi/Makefile.in 1.11:
                   11435:        * src/types/Makefile.in 1.50:
                   11436:                proper AC_LANG_ switching to fix qsort detection bug
                   11437: 
                   11438: 2003-01-15  paf
                   11439:        * src/main/pa_globals.C 1.150:
                   11440:                localized pa_xmlFileRead/Close
                   11441: 
                   11442: 2003-01-14  paf
                   11443:        * src/lib/ltdl/config.guess 1.2:
                   11444:        * src/lib/ltdl/config.sub 1.2:
                   11445:        * src/lib/ltdl/install-sh 1.2:
                   11446:        * src/lib/ltdl/missing 1.2:
                   11447:        * src/lib/ltdl/mkinstalldirs 1.2:
                   11448:                removed some ancient files [they in / really]
                   11449: 
                   11450:        * src/lib/ltdl/config_fixed.h 1.2:
                   11451:        * src/lib/ltdl/libltdl.dsp 1.3:
                   11452:        * src/lib/ltdl/ltdl.c 1.3:
                   11453:                ltdl.c regretfully needed patch in two places.
                   11454:                in config_fixed.h made stubs for lib to compile in MSVC
                   11455: 
                   11456:        * src/lib/ltdl/aclocal.m4 1.1:
                   11457:                *** empty log message ***
                   11458: 
                   11459: 2003-01-13  paf
                   11460:        * config.guess 1.3:
                   11461:        * config.sub 1.4:
                   11462:        * ltmain.sh 1.4:
                   11463:        * src/targets/apache13/Makefile.in 1.44:
                   11464:                removed last piece of configure.in(libtool) hacks
                   11465: 
                   11466:        * src/lib/ltdl/COPYING.LIB 1.1:
                   11467:        * src/lib/ltdl/Makefile.in 1.4:
                   11468:        * src/lib/ltdl/acinclude.m4 1.2:
                   11469:        * src/lib/ltdl/config.h 1.2:
                   11470:        * src/lib/ltdl/config_auto.h.in 1.3:
                   11471:        * src/lib/ltdl/configure 1.4:
                   11472:        * src/lib/ltdl/configure.in 1.4:
                   11473:        * src/lib/ltdl/libltdl.dsp 1.2:
                   11474:        * src/lib/ltdl/ltdl.c 1.2:
                   11475:        * src/lib/ltdl/ltdl.h 1.2:
                   11476:                moved to latest libtool (1.4.3)
                   11477: 
                   11478: 2003-01-10  paf
                   11479:        * src/lib/patches/Makefile.am 1.3:
                   11480:        * src/lib/patches/Makefile.in 1.9:
                   11481:        * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
                   11482:        * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
                   11483:        * src/lib/patches/libgdome_morestatic.patch 1.2:
                   11484:        * src/lib/patches/libxml_error_column_tab.patch 1.2:
                   11485:        * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
                   11486:        * src/lib/patches/libxml_transcoder_context1.patch 1.2:
                   11487:        * src/lib/patches/libxml_transcoder_context2.patch 1.2:
                   11488:        * src/lib/patches/libxml_transcoder_context3.patch 1.2:
                   11489:        * src/lib/patches/libxml_transcoder_context4.patch 1.2:
                   11490:        * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
                   11491:        * src/main/pa_globals.C 1.149:
                   11492:                moved to latest xml lib versions, changed patches.
                   11493:                      libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
                   11494:                      libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
                   11495:                      gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   11496: 
                   11497:        * INSTALL 1.31:
                   11498:                moved to latest versions of xml libs
                   11499:                      libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
                   11500:                      libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
                   11501:                      gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   11502: 
                   11503:        * src/lib/patches/libxml2.patch 1.1:
                   11504:                moved to libxml2 2.5.1, only these patches left:
                   11505:                * fixing \t chars to spaces in error position reporting
                   11506:                * adding context to conversion functions
                   11507: 
                   11508:        * src/lib/patches/gdome2.patch 1.1:
                   11509:                moved to gdome 0.7.2, one extern const patch left; making some strings more static  still needed.
                   11510:                Paolo said that he would incorporate this patch in upcoming version of gdome.
                   11511: 
                   11512:        * src/lib/ltdl/configure 1.3:
                   11513:        * src/lib/ltdl/configure.in 1.3:
                   11514:                PROG_NM
                   11515: 
                   11516:        * src/lib/patches/libxslt.patch 1.1:
                   11517:                moved to libxslt 1.0.23. still need a patch which suppresses
                   11518:                htmlSetMetaEncoding calls
                   11519: 
                   11520: 2003-01-09  paf
                   11521:        * bin/Makefile.in 1.8:
                   11522:        * config.guess 1.2:
                   11523:        * config.sub 1.3:
                   11524:        * etc/Makefile.in 1.13:
                   11525:        * etc/parser3.charsets/Makefile.in 1.16:
                   11526:        * missing 1.2:
                   11527:        * mkinstalldirs 1.2:
                   11528:        * src/Makefile.in 1.54:
                   11529:        * src/classes/Makefile.in 1.52:
                   11530:        * src/include/Makefile.in 1.10:
                   11531:        * src/include/pa_config_auto.h.in 1.37:
                   11532:        * src/lib/Makefile.in 1.7:
                   11533:        * src/lib/ltdl/Makefile.in 1.3:
                   11534:        * src/lib/ltdl/config_auto.h.in 1.2:
                   11535:        * src/lib/ltdl/configure 1.2:
                   11536:        * src/lib/ltdl/configure.in 1.2:
                   11537:        * src/lib/md5/Makefile.in 1.5:
                   11538:        * src/lib/patches/Makefile.in 1.8:
                   11539:        * src/lib/pcre/Makefile.in 1.7:
                   11540:        * src/main/Makefile.in 1.49:
                   11541:        * src/sql/Makefile.in 1.10:
                   11542:        * src/targets/Makefile.in 1.41:
                   11543:        * src/targets/apache13/Makefile.in 1.43:
                   11544:        * src/targets/cgi/Makefile.am 1.46:
                   11545:        * src/targets/cgi/Makefile.in 1.61:
                   11546:        * src/targets/isapi/Makefile.in 1.10:
                   11547:        * src/types/Makefile.in 1.49:
                   11548:                moved to autoconf 2.57 & automake 1.7.2
                   11549: 
                   11550:        * depcomp 1.1:
                   11551:                moving to automake 1.7.2
                   11552: 
                   11553:        * INSTALL 1.30:
                   11554:                xml,xslt,gdome lib urls updated
                   11555: 
                   11556:        * Makefile.am 1.30:
                   11557:        * Makefile.in 1.44:
                   11558:        * src/lib/ltdl/missing 1.1:
                   11559:        * src/lib/ltdl/mkinstalldirs 1.1:
                   11560:                *** empty log message ***
                   11561: 
1.21      paf      11562: 2002-12-27  paf
                   11563:        * src/doc/aliased.dox 1.5:
                   11564:        * src/doc/index.dox 1.4:
                   11565:        * src/doc/module.dox 1.4:
                   11566:        * src/doc/pooled.dox 1.4:
                   11567:        * www/htdocs/index.html 1.207:
                   11568:                removed outdated parts, made links to language docs
                   11569: 
                   11570:        * src/include/pa_version.h [release_3_0_0007] 1.7.10.1:
                   11571:                0007
                   11572: 
                   11573:        * src/include/pa_config_auto.h.in 1.36:
                   11574:                comment
                   11575: 
                   11576: 2002-12-26  paf
                   11577:        * INSTALL 1.29:
                   11578:        * src/include/pa_config_auto.h.in 1.35:
                   11579:        * src/main/pa_common.C 1.140:
                   11580:        * src/main/pa_exec.C 1.47:
                   11581:                changing SAFE_MODE politics
                   11582: 
                   11583:        * src/classes/file.C 1.106:
                   11584:                file:fullpath[a.gif] when document root did not contain
                   11585:                trailing / fixed.
                   11586: 
                   11587: 2002-12-25  paf
                   11588:        * src/main/pa_globals.C 1.147:
                   11589:                optimized-as-is
                   11590: 
                   11591:        * src/main/pa_globals.C 1.148:
                   11592:                optimized-xml
                   11593: 
                   11594: 2002-12-24  paf
                   11595:        * src/main/pa_common.C 1.139:
                   11596:        * src/main/pa_pool.C 1.58:
                   11597:                pool::copy on zero size|ptr fixed [were really called with zero
                   11598:                size when .html?a=&b=]
                   11599: 
                   11600:        * src/main/pa_exec.C 1.46:
                   11601:        * www/htdocs/index.html 1.206:
                   11602:                fork/pipe error now [old always-pipe-error fixed]
                   11603: 
                   11604:        * src/classes/mail.C 1.86:
                   11605:                $MAIL in @conf now invalid when configured with --with-sendmail
                   11606: 
                   11607: 2002-12-23  paf
                   11608:        * src/types/pa_vcookie.C 1.54:
                   11609:                cookie:field[put value] fixed [were ignoring parameters & were
                   11610:                storing only string with default expires
                   11611: 
                   11612:        * src/main/pa_charset.C 1.32:
                   11613:                From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   11614:                To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   11615:                Sent: Monday, December 23, 2002 4:22 AM
1.39      paf      11616:                Subject: bug ? Charset::transcode_buf2xchar
1.21      paf      11617: 
                   11618: 2002-12-20  paf
                   11619:        * src/targets/cgi/parser3.C 1.215:
                   11620:                removed last \n appending in non-win32 non-cgi [script] runs
                   11621: 
                   11622: 2002-12-19  paf
                   11623:        * operators.txt 1.107:
                   11624:        * src/include/pa_globals.h 1.99:
                   11625:        * src/include/pa_request.h 1.159:
                   11626:        * src/main/pa_globals.C 1.146:
                   11627:        * src/main/pa_request.C 1.244:
                   11628:        * www/htdocs/index.html 1.205:
                   11629:                $response:download
                   11630: 
                   11631:        * src/classes/mail.C 1.85:
                   11632:                'to' check bugfix [now checked only on ms compiler [win32]].
                   11633: 
                   11634:        * INSTALL 1.28:
                   11635:                --without-iconv recommended [it crashes on some systems [tested on elik]]
                   11636:                moreover, it's not needed there [parser registers charsets itself]
                   11637: 
                   11638:        * INSTALL 1.27:
                   11639:                -without-iconv recommended [it crashes on some systems [tested
                   11640:                on elik]]
                   11641: 
                   11642: 2002-12-18  paf
                   11643:        * src/classes/xdoc.C 1.107:
                   11644:                doc->URL on xdoc.load set correctly now
                   11645: 
                   11646: 2002-12-17  paf
                   11647:        * src/targets/cgi/parser3.C [release_3_0_0006] 1.213.2.1:
                   11648:                1. on win32 in die: abort() reverted to exit(1)
                   11649:                2. more flexible iilegal call check
                   11650: 
                   11651:        * src/targets/cgi/parser3.C 1.214:
                   11652:                merged die&iis changes
                   11653: 
                   11654: 2002-12-16  paf
                   11655:        * src/main/untaint.C 1.114:
                   11656:                filespec russian small 'r' changed to latin 'p' bug fix
                   11657: 
                   11658:        * Makefile.in 1.38:
                   11659:                ltmain.sh silly required for stupid automake added
                   11660: 
                   11661:        * ltmain.sh 1.3:
                   11662:                *** empty log message ***
                   11663: 
                   11664:        * ltmain.sh [release_3_0_0006] 1.2.2.1:
                   11665:                some automakes silly insist on having this handy
                   11666: 
1.20      paf      11667: 2002-12-15  paf
1.21      paf      11668:        * src/main/untaint.C 1.113:
                   11669:                filespec russian small 'r' changed to latin 'p'
                   11670: 
                   11671:        * src/main/pa_common.C [release_3_0_0006] 1.137.2.1:
                   11672:                ftruncate having checked
                   11673: 
                   11674:        * src/main/compile.C [release_3_0_0006] 1.67.6.1:
                   11675:                removed warning
                   11676: 
1.20      paf      11677:        * configure.in [release_3_0_0006] 1.52.2.1:
                   11678:        * src/include/pa_version.h [release_3_0_0006] 1.7.8.1:
                   11679:                new version
                   11680: 
1.21      paf      11681:        * configure.in [release_3_0_0006] 1.52.2.2:
                   11682:        * src/include/pa_config_auto.h.in [release_3_0_0006] 1.33.2.1:
                   11683:                *** empty log message ***
                   11684: 
                   11685:        * configure.in 1.53:
                   11686:        * src/include/pa_config_auto.h.in 1.34:
                   11687:        * src/main/compile.C 1.68:
                   11688:        * src/main/pa_common.C 1.138:
                   11689:                merged small changes from branch 6 to HEAD
                   11690: 
1.20      paf      11691: 2002-12-14  paf
                   11692:        * src/sql/pa_sql_driver.h 1.33:
                   11693:        * www/htdocs/index.html 1.204:
                   11694:                exception type fixed
                   11695: 
                   11696:        * src/classes/table.C 1.171:
                   11697:                removed unnecessary code
                   11698: 
                   11699: 2002-12-09  paf
                   11700:        * src/classes/hash.C 1.53:
                   11701:        * src/classes/string.C 1.124:
                   11702:        * src/classes/table.C 1.170:
                   11703:        * src/classes/void.C 1.27:
                   11704:        * src/main/pa_sql_driver_manager.C 1.68:
                   11705:        * src/sql/pa_sql_driver.h 1.32:
                   11706:                changed exception handling mech in sql handlers #2
                   11707: 
                   11708:        * bin/Makefile.in 1.7:
                   11709:        * configure.in 1.52:
                   11710:        * etc/Makefile.in 1.12:
                   11711:        * etc/parser3.charsets/Makefile.in 1.15:
                   11712:        * src/Makefile.in 1.53:
                   11713:        * src/classes/Makefile.in 1.51:
                   11714:        * src/include/Makefile.in 1.9:
                   11715:        * src/lib/Makefile.in 1.6:
                   11716:        * src/lib/ltdl/Makefile.in 1.2:
                   11717:        * src/lib/md5/Makefile.in 1.4:
                   11718:        * src/lib/patches/Makefile.in 1.7:
                   11719:        * src/lib/pcre/Makefile.in 1.6:
                   11720:        * src/main/Makefile.in 1.48:
                   11721:        * src/sql/Makefile.in 1.9:
                   11722:        * src/targets/Makefile.in 1.40:
                   11723:        * src/targets/apache13/Makefile.in 1.42:
                   11724:        * src/targets/cgi/Makefile.in 1.60:
                   11725:        * src/targets/isapi/Makefile.in 1.9:
                   11726:        * src/types/Makefile.in 1.48:
                   11727:                removed configure.in:AC_LIBTOOL, it caused automake to write
                   11728:                makefile which used libtool to install things, which is not needed
                   11729: 
                   11730:        * src/targets/apache13/mod_parser3.C 1.27:
                   11731:        * src/targets/cgi/parser3.C 1.211:
                   11732:        * src/targets/cgi/parser3.C 1.212:
                   11733:        * src/targets/cgi/parser3.C 1.213:
                   11734:        * src/targets/isapi/parser3isapi.C 1.81:
                   11735:                ::die now tries to write core dump
                   11736: 
                   11737:        * src/types/pa_vvoid.h 1.16:
                   11738:        * www/htdocs/index.html 1.203:
                   11739:                $void.store[now] error
                   11740: 
                   11741:        * src/classes/hash.C 1.52:
                   11742:        * src/classes/string.C 1.123:
                   11743:        * src/classes/table.C 1.169:
                   11744:        * src/classes/void.C 1.26:
                   11745:        * src/main/pa_sql_driver_manager.C 1.66:
                   11746:        * src/main/pa_sql_driver_manager.C 1.67:
                   11747:        * src/sql/pa_sql_driver.h 1.29:
                   11748:        * src/sql/pa_sql_driver.h 1.30:
                   11749:        * src/sql/pa_sql_driver.h 1.31:
                   11750:                changed exception handling mech in sql handlers
                   11751: 
                   11752: 2002-12-06  paf
                   11753:        * operators.txt 1.106:
                   11754:        * src/main/compile.tab.C 1.78:
                   11755:        * src/types/pa_vhash.h 1.42:
                   11756:                $hash.fields -- pseudo field to make 'hash' more like 'table'
                   11757: 
                   11758: 2002-12-05  paf
                   11759:        * src/main/pa_array.C 1.53:
                   11760:        * src/main/pa_table.C 1.51:
                   11761:        * www/htdocs/index.html 1.199:
                   11762:                wow! found/fixed bug in lowlevel proc
                   11763: 
                   11764:        * src/main/pa_common.C 1.137:
                   11765:        * src/main/untaint.C 1.111:
                   11766:        * src/types/pa_vmail.C 1.38:
                   11767:        * www/htdocs/index.html 1.200:
                   11768:                mail header ',' allowed.
                   11769:                still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
                   11770:                
                   11771:                [strncpy killed, memnchr used]
                   11772: 
                   11773:        * src/main/pa_table.C 1.52:
                   11774:                table-copy now current=0
                   11775: 
                   11776:        * src/targets/cgi/parser3.C 1.209:
                   11777:        * src/targets/cgi/parser3.C 1.210:
                   11778:                more checks on http://domain/parser.cgi start [maybe some
                   11779:                getenv returns "", checked that now
                   11780: 
                   11781:        * src/targets/cgi/parser3.C 1.208:
                   11782:        * www/htdocs/index.html 1.198:
                   11783:                error logging made unbuffered [so that out-of-mem errors
                   11784:                reached log]
                   11785: 
                   11786:        * src/main/main.dsp 1.161:
                   11787:                pa_version included into main.dsp
                   11788: 
                   11789:        * www/htdocs/index.html 1.196:
                   11790:                smtp line ends fixed. now \r\n [not \r]. some smtp servers [
                   11791:                win32] leave \n intact, and some clients [bat] fail to show
                   11792:                letter correctly
                   11793: 
                   11794:        * src/classes/mail.C 1.83:
                   11795:        * src/targets/cgi/parser3.C 1.207:
                   11796:        * src/types/pa_vmail.C 1.37:
                   11797:        * www/htdocs/index.html 1.197:
                   11798:                mail:send MIME-Version default
                   11799: 
                   11800:        * src/main/untaint.C 1.112:
                   11801:        * www/htdocs/index.html 1.201:
                   11802:                mail header closed properly
                   11803: 
                   11804:        * src/classes/mail.C 1.84:
                   11805:        * src/types/pa_vmail.C 1.39:
                   11806:        * src/types/pa_vmail.h 1.8:
                   11807:        * www/htdocs/index.html 1.202:
                   11808:                smtp cc/bcc OK now
                   11809: 
                   11810: 2002-12-04  paf
                   11811:        * gnu.dsp 1.3:
                   11812:                restored
                   11813: 
                   11814:        * src/types/pa_vform.C 1.73:
                   11815:                $form:field string value cut by premature 0
                   11816: 
                   11817:        * parser3.dsw 1.6:
                   11818:        * src/main/compile.tab.C 1.77:
                   11819:        * src/main/main.dsp 1.160:
                   11820:        * www/htdocs/.htaccess 1.12:
                   11821:        * www/htdocs/index.html 1.195:
                   11822:                lib/libltdl -> lib/ltdl Win32 changes. s
                   11823: 
                   11824:        * bin/Makefile.in 1.6:
                   11825:        * configure.in 1.51:
                   11826:        * etc/Makefile.in 1.11:
                   11827:        * etc/parser3.charsets/Makefile.in 1.14:
                   11828:        * gnu.dsp 1.2:
                   11829:        * src/Makefile.in 1.52:
                   11830:        * src/classes/Makefile.in 1.50:
                   11831:        * src/include/Makefile.in 1.8:
                   11832:        * src/lib/Makefile.am 1.3:
                   11833:        * src/lib/Makefile.in 1.5:
                   11834:        * src/lib/ltdl/Makefile.am 1.1:
                   11835:        * src/lib/ltdl/Makefile.in 1.1:
                   11836:        * src/lib/ltdl/README 1.1:
                   11837:        * src/lib/ltdl/acinclude.m4 1.1:
                   11838:        * src/lib/ltdl/config.guess 1.1:
                   11839:        * src/lib/ltdl/config.h 1.1:
                   11840:        * src/lib/ltdl/config.sub 1.1:
                   11841:        * src/lib/ltdl/config_auto.h.in 1.1:
                   11842:        * src/lib/ltdl/config_fixed.h 1.1:
                   11843:        * src/lib/ltdl/configure 1.1:
                   11844:        * src/lib/ltdl/configure.in 1.1:
                   11845:        * src/lib/ltdl/install-sh 1.1:
                   11846:        * src/lib/ltdl/libltdl.dsp 1.1:
                   11847:        * src/lib/ltdl/ltdl.c 1.1:
                   11848:        * src/lib/ltdl/ltdl.h 1.1:
                   11849:        * src/lib/md5/Makefile.in 1.3:
                   11850:        * src/lib/patches/Makefile.in 1.6:
                   11851:        * src/lib/pcre/Makefile.in 1.5:
                   11852:        * src/main/Makefile.in 1.47:
                   11853:        * src/sql/Makefile.in 1.8:
                   11854:        * src/targets/Makefile.in 1.39:
                   11855:        * src/targets/apache13/Makefile.in 1.41:
                   11856:        * src/targets/cgi/Makefile.in 1.59:
                   11857:        * src/targets/isapi/Makefile.in 1.8:
                   11858:        * src/types/Makefile.in 1.47:
                   11859:                src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
                   11860:                so it does have no problems with automake.
                   11861:                ltdl/configure AC_OUTPUT(Makefile<<removed)
                   11862: 
                   11863:        * src/classes/classes.awk 1.6:
                   11864:                more strict *.C$
                   11865: 
                   11866: 2002-12-02  paf
                   11867:        * operators.txt 1.105:
                   11868:                removed outdated status:db
                   11869: 
                   11870:        * src/classes/mail.C 1.82:
                   11871:        * src/include/pa_common.h 1.88:
                   11872:        * src/main/pa_common.C 1.136:
                   11873:        * src/main/pa_request.C 1.243:
                   11874:        * src/types/pa_vcookie.C 1.53:
                   11875:        * src/types/pa_vmail.C 1.36:
                   11876:        * www/htdocs/index.html 1.194:
                   11877:                http header lang of tainted parts becomes http-header
                   11878: 
1.19      paf      11879: 2002-11-29  paf
                   11880:        * src/include/pa_common.h 1.87:
                   11881:        * src/main/pa_common.C 1.135:
                   11882:        * src/types/pa_vresponse.C 1.16:
                   11883:        * src/types/pa_vresponse.h 1.31:
                   11884:        * www/htdocs/index.html 1.192:
                   11885:                http:// param values now handled exactly like $response:header values.
                   11886:                e.g. can be hash [can have subattributes] & contain date values.
                   11887: 
                   11888:        * operators.txt 1.104:
                   11889:        * src/classes/date.C 1.41:
                   11890:        * src/classes/image.C 1.89:
                   11891:        * www/htdocs/index.html 1.193:
                   11892:                exif dates now objects of type date
                   11893: 
                   11894:        * src/main/pa_common.C 1.133:
                   11895:        * www/htdocs/index.html 1.190:
                   11896:                http:// tainted partes now %xx
                   11897: 
                   11898:        * src/main/pa_common.C 1.134:
                   11899:        * www/htdocs/index.html 1.191:
                   11900:                http:// param values lang forced URI
                   11901: 
                   11902:        * src/classes/image.C 1.88:
                   11903:                file.seek removed [it were used in image.C only, and for parser user this  means that jpeg image has bad size in fragment's header]
                   11904:                now used image.format
                   11905: 
                   11906: 2002-11-28  paf
                   11907:        * src/classes/op.C 1.126:
                   11908:        * www/htdocs/index.html 1.185:
                   11909:                ^cache bug fixed.
                   11910:                stupid compiler allowed 'false' to go into (Hash *) parameter
                   11911: 
                   11912:        * src/classes/image.C 1.85:
                   11913:        * www/htdocs/index.html 1.186:
                   11914:                image.text now outputs one pixel HIGHER chars [one top
                   11915:                horizontal line of 1pixel height were missing]
                   11916: 
                   11917:        * www/htdocs/index.html 1.187:
                   11918:                regexp syntax xxx$ speed-up  experiments
                   11919: 
                   11920:        * operators.txt 1.102:
                   11921:                http.timeout
                   11922: 
                   11923:        * www/htdocs/font.gif 1.1:
                   11924:                *** empty log message ***
                   11925: 
                   11926:        * configure.in 1.50:
                   11927:                stopped double libltdl/Makefile generation
                   11928: 
                   11929:        * src/classes/image.C 1.87:
                   11930:        * www/htdocs/index.html 1.188:
                   11931:                image.length now counts interchar space. plus space after last char
                   11932: 
                   11933:        * www/htdocs/index.html 1.189:
                   11934:                doc samples
                   11935: 
                   11936:        * src/main/pa_string.C 1.171:
                   11937:                PCRE_DOLLAR_ENDONLY
                   11938: 
                   11939:        * src/classes/image.C 1.86:
                   11940:                ^image.font width measurer now scans full height [were -1]
                   11941: 
                   11942: 2002-11-27  paf
                   11943:        * src/classes/image.C 1.84:
                   11944:        * www/htdocs/index.html 1.183:
                   11945:                ^image.font << bad font file-size now properly reported
                   11946: 
                   11947:        * src/include/pa_globals.h 1.98:
                   11948:        * src/main/pa_globals.C 1.145:
                   11949:        * src/main/pa_request.C 1.242:
                   11950:        * src/types/pa_vmail.C 1.35:
                   11951:        * www/htdocs/index.html 1.184:
                   11952:                response:body[file]  if file nows it's name
                   11953:                now returns content-disposition: >>attachment<<
                   11954: 
1.18      paf      11955: 2002-11-26  paf
                   11956:        * operators.txt 1.101:
                   11957:        * src/main/pa_common.C 1.130:
                   11958:        * www/htdocs/index.html 1.182:
                   11959:                http:// response status!=200 made exception: http.status with
                   11960:                source=bad status#
                   11961: 
                   11962:        * src/main/pa_common.C 1.131:
                   11963:        * www/htdocs/.htaccess 1.11:
                   11964:                utf8 prefix ignored @read text
                   11965: 
                   11966:        * src/main/pa_request.C 1.241:
                   11967:                fixed lang in reponse header
                   11968: 
                   11969: 2002-11-25  paf
                   11970:        * operators.txt 1.99:
                   11971:        * src/main/pa_common.C 1.128:
                   11972:        * www/htdocs/index.html 1.181:
                   11973:                http fields now UPPERCASE
                   11974:                
                   11975:                $file[^file::load[http://there]]
                   11976:                $file.SERVER
                   11977: 
                   11978:        * configure.in 1.49:
                   11979:        * src/classes/image.C 1.83:
                   11980:        * src/include/pa_config_auto.h.in 1.33:
                   11981:        * src/include/pa_config_includes.h 1.22:
                   11982:        * src/main/Makefile.am 1.35:
                   11983:        * src/main/Makefile.in 1.46:
                   11984:        * src/main/pa_common.C 1.129:
                   11985:        * src/main/pa_globals.C 1.142:
                   11986:                http://
                   11987:                and image const void related probs fixed
                   11988: 
                   11989:        * operators.txt 1.98:
                   11990:        * src/classes/file.C 1.104:
                   11991:        * src/classes/table.C 1.168:
                   11992:        * src/classes/xdoc.C 1.105:
                   11993:        * src/include/pa_common.h 1.85:
                   11994:        * src/include/pa_globals.h 1.97:
                   11995:        * src/main/pa_common.C 1.126:
                   11996:        * src/main/pa_globals.C 1.141:
                   11997:        * src/main/pa_request.C 1.239:
                   11998:        * src/types/pa_vfile.C 1.35:
                   11999:        * src/types/pa_vfile.h 1.51:
                   12000:        * www/htdocs/index.html 1.179:
                   12001:                table/xdoc/file::load now understand http:// prefix and additional params, sample:
                   12002:                $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   12003:                   $.USER-AGENT[parser3]
                   12004:                ]]
                   12005: 
                   12006:        * src/classes/file.C 1.105:
                   12007:        * src/classes/image.C 1.82:
                   12008:        * src/classes/xdoc.C 1.106:
                   12009:        * src/include/pa_common.h 1.86:
                   12010:        * src/main/pa_common.C 1.127:
                   12011:        * src/main/pa_request.C 1.240:
                   12012:        * www/htdocs/index.html 1.180:
                   12013:                checked http options [invalid onces now reported]
                   12014:                made default
                   12015:                user-agent: paf
                   12016: 
                   12017: 2002-11-22  paf
                   12018:        * operators.txt 1.97:
                   12019:        * src/classes/image.C 1.80:
                   12020:        * src/include/pa_globals.h 1.96:
                   12021:        * src/main/execute.C 1.294:
                   12022:        * src/main/pa_globals.C 1.140:
                   12023:        * src/types/pa_vimage.C 1.21:
                   12024:        * src/types/pa_vimage.h 1.33:
                   12025:        * www/htdocs/.htaccess 1.10:
                   12026:        * www/htdocs/index.html 1.178:
                   12027:                $image.exif support
                   12028:                $image.exif.DateTime & co
                   12029: 
                   12030: 2002-11-21  paf
                   12031:        * src/classes/image.C 1.78:
                   12032:                jpeg size measure fixed: were badly skipping EXIF information [
                   12033:                were big block and it's size were considered negative :(]
                   12034: 
                   12035:        * operators.txt 1.96:
                   12036:        * src/classes/image.C 1.77:
                   12037:        * src/include/pa_common.h 1.83:
                   12038:        * src/main/pa_common.C 1.123:
                   12039:        * src/types/pa_vmail.C 1.34:
                   12040:        * www/htdocs/index.html 1.177:
                   12041:                image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
                   12042:                [now we fail to measure files with EXIF info]
                   12043: 
                   12044:        * src/main/pa_common.C 1.122:
                   12045:                O_TRUNCATE killed, ftruncate  used instead:
                   12046:                O_TRUNC truncates even exclusevely write-locked file [thanks to Igor Milyakov <virtan@rotabanner.com> for discovering]
                   12047: 
                   12048:        * src/main/pa_exec.C 1.44:
                   12049:        * src/main/untaint.C 1.110:
                   12050:                cstr(UL_UNSPECIFIED) [not _PASS_APPENDED)
                   12051: 
                   12052: 2002-11-20  paf
                   12053:        * src/main/pa_exec.C 1.41:
                   12054:                pa_exec: data written only if size>0
                   12055: 
                   12056:        * src/targets/cgi/parser3.C 1.205:
                   12057:                logging @signal += query_string
                   12058: 
                   12059:        * src/include/pa_config_fixed.h 1.52:
                   12060:        * src/main/pa_common.C 1.121:
                   12061:        * src/main/pa_exec.C 1.40:
                   12062:        * src/targets/cgi/parser3.C 1.200:
                   12063:                ^file:exec/cgi [pa_exec] pipe read errors now checked
                   12064: 
                   12065:        * src/main/pa_exec.C 1.43:
                   12066:                *** empty log message ***
                   12067: 
                   12068:        * operators.txt 1.95:
                   12069:        * src/classes/file.C 1.103:
                   12070:                ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
                   12071: 
                   12072:        * src/include/pa_request.h 1.158:
                   12073:        * src/main/execute.C 1.293:
                   12074:        * src/main/pa_request.C 1.238:
                   12075:        * src/targets/cgi/parser3.C 1.201:
                   12076:                SIGUSR1 >> writes to error_log uri of currently processed document
                   12077:                SIGPIPE >> interrupts request processing [exception = DB rollback]
                   12078: 
                   12079:        * src/targets/cgi/parser3.C 1.203:
                   12080:                SIGNALS overriden @ main top
                   12081: 
                   12082:        * configure.in 1.48:
                   12083:        * src/include/pa_config_auto.h.in 1.32:
                   12084:        * src/include/pa_config_includes.h 1.21:
                   12085:        * src/main/pa_exec.C 1.42:
                   12086:        * src/targets/cgi/parser3.C 1.204:
                   12087:                comment
                   12088: 
                   12089: 2002-11-19  paf
                   12090:        * src/targets/cgi/parser3.C 1.199:
                   12091:                removed #ifdef WIN32 around check of CGI: Illegal call
                   12092: 
                   12093: 2002-11-01  paf
                   12094:        * src/main/execute.C 1.292:
                   12095:                comment
                   12096: 
                   12097: 2002-10-31  paf
                   12098:        * src/types/pa_vobject.C 1.11:
                   12099:        * src/types/pa_vstateless_object.h 1.27:
                   12100:                object put replaces static parent if any
                   12101: 
                   12102:        * src/main/execute.C 1.291:
                   12103:                found out why, checked that for now.
                   12104:                todo: find out a way for that user could do that
                   12105: 
                   12106:        * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.2:
                   12107:        * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.2:
                   12108:                realized that one can't remember derivates in base class: there's so many of them.
                   12109:                also there can be no virtual method calls in static classes
                   12110: 
                   12111:        * src/classes/op.C 1.124:
                   12112:        * src/types/pa_value.h 1.107:
                   12113:        * src/types/pa_vobject.h 1.36:
                   12114:        * www/htdocs/base.p 1.4:
                   12115:        * www/htdocs/derived.p 1.22:
                   12116:        * www/htdocs/index.html 1.174:
                   12117:        * www/htdocs/operators.p 1.11:
                   12118:        * www/htdocs/some.p 1.2:
                   12119:                ^process[$caller.self]{...}
                   12120:                now compiles to last derived object part of that 'self'
                   12121: 
                   12122:        * src/classes/form.C [global_static_self_fix] 1.32.4.1:
                   12123:        * src/classes/mail.C [global_static_self_fix] 1.80.4.1:
                   12124:        * src/classes/op.C [global_static_self_fix] 1.124.2.1:
                   12125:        * src/classes/xnode.h [global_static_self_fix] 1.16.4.1:
                   12126:        * src/main/execute.C [global_static_self_fix] 1.289.2.1:
                   12127:        * src/main/pa_request.C [global_static_self_fix] 1.236.4.1:
                   12128:        * src/types/pa_value.h [global_static_self_fix] 1.107.2.1:
                   12129:        * src/types/pa_vclass.C [global_static_self_fix] 1.14.4.1:
                   12130:        * src/types/pa_vclass.h [global_static_self_fix] 1.37.4.1:
                   12131:        * src/types/pa_vcode_frame.h [global_static_self_fix] 1.22.4.1:
                   12132:        * src/types/pa_vcookie.C [global_static_self_fix] 1.51.4.1:
                   12133:        * src/types/pa_vcookie.h [global_static_self_fix] 1.21.4.1:
                   12134:        * src/types/pa_vdate.h [global_static_self_fix] 1.22.4.1:
                   12135:        * src/types/pa_venv.h [global_static_self_fix] 1.26.4.1:
                   12136:        * src/types/pa_vfile.h [global_static_self_fix] 1.49.4.1:
                   12137:        * src/types/pa_vform.C [global_static_self_fix] 1.70.4.1:
                   12138:        * src/types/pa_vform.h [global_static_self_fix] 1.43.4.1:
                   12139:        * src/types/pa_vhash.h [global_static_self_fix] 1.40.4.1:
                   12140:        * src/types/pa_vimage.h [global_static_self_fix] 1.31.4.1:
                   12141:        * src/types/pa_vmail.C [global_static_self_fix] 1.32.4.1:
                   12142:        * src/types/pa_vmail.h [global_static_self_fix] 1.6.4.1:
                   12143:        * src/types/pa_vmath.h [global_static_self_fix] 1.12.4.1:
                   12144:        * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.1:
                   12145:        * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.1:
                   12146:        * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.1:
                   12147:        * src/types/pa_vrequest.C [global_static_self_fix] 1.25.4.1:
                   12148:        * src/types/pa_vrequest.h [global_static_self_fix] 1.23.4.1:
                   12149:        * src/types/pa_vresponse.C [global_static_self_fix] 1.14.2.1:
                   12150:        * src/types/pa_vresponse.h [global_static_self_fix] 1.29.4.1:
                   12151:        * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.1:
                   12152:        * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.1:
                   12153:        * src/types/pa_vstateless_object.h [global_static_self_fix] 1.25.4.1:
                   12154:        * src/types/pa_vstatus.C [global_static_self_fix] 1.13.4.1:
                   12155:        * src/types/pa_vstatus.h [global_static_self_fix] 1.13.4.1:
                   12156:        * src/types/pa_vstring.h [global_static_self_fix] 1.52.4.1:
                   12157:        * src/types/pa_vtable.C [global_static_self_fix] 1.19.4.1:
                   12158:        * src/types/pa_vtable.h [global_static_self_fix] 1.46.4.1:
                   12159:        * src/types/pa_vvoid.h [global_static_self_fix] 1.14.4.1:
                   12160:        * src/types/pa_vxdoc.C [global_static_self_fix] 1.21.4.1:
                   12161:        * src/types/pa_vxdoc.h [global_static_self_fix] 1.29.4.1:
                   12162:        * src/types/pa_vxnode.C [global_static_self_fix] 1.28.4.1:
                   12163:        * src/types/pa_vxnode.h [global_static_self_fix] 1.20.4.1:
                   12164:        * src/types/pa_wwrapper.h [global_static_self_fix] 1.26.4.1:
                   12165:        * www/htdocs/base.p [global_static_self_fix] 1.4.2.1:
                   12166:        * www/htdocs/derived.p [global_static_self_fix] 1.22.2.1:
                   12167:        * www/htdocs/index.html [global_static_self_fix] 1.174.2.1:
                   12168:                static call $self fixed
                   12169: 
                   12170:        * www/htdocs/base.p 1.6:
                   12171:        * www/htdocs/derived.p 1.24:
                   12172:        * www/htdocs/index.html 1.176:
                   12173:                this example creates base object, which is wrong, todo: find
                   12174:                out why
                   12175: 
                   12176:        * src/main/compile.tab.C [global_static_self_fix] 1.75.4.1:
                   12177:        * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.4:
                   12178:                killed $virtual_fields in dynamic, but one can reach derived  
                   12179:                static[class] variable from base
                   12180: 
                   12181:        * src/classes/form.C 1.33:
                   12182:        * src/classes/mail.C 1.81:
                   12183:        * src/classes/op.C 1.125:
                   12184:        * src/classes/xnode.h 1.17:
                   12185:        * src/main/compile.tab.C 1.76:
                   12186:        * src/main/execute.C 1.290:
                   12187:        * src/main/pa_request.C 1.237:
                   12188:        * src/types/pa_value.h 1.108:
                   12189:        * src/types/pa_vclass.C 1.15:
                   12190:        * src/types/pa_vclass.h 1.38:
                   12191:        * src/types/pa_vcode_frame.h 1.23:
                   12192:        * src/types/pa_vcookie.C 1.52:
                   12193:        * src/types/pa_vcookie.h 1.22:
                   12194:        * src/types/pa_vdate.h 1.23:
                   12195:        * src/types/pa_venv.h 1.27:
                   12196:        * src/types/pa_vfile.h 1.50:
                   12197:        * src/types/pa_vform.C 1.71:
                   12198:        * src/types/pa_vform.h 1.44:
                   12199:        * src/types/pa_vhash.h 1.41:
                   12200:        * src/types/pa_vimage.h 1.32:
                   12201:        * src/types/pa_vmail.C 1.33:
                   12202:        * src/types/pa_vmail.h 1.7:
                   12203:        * src/types/pa_vmath.h 1.13:
                   12204:        * src/types/pa_vmethod_frame.h 1.44:
                   12205:        * src/types/pa_vobject.C 1.10:
                   12206:        * src/types/pa_vobject.h 1.37:
                   12207:        * src/types/pa_vrequest.C 1.26:
                   12208:        * src/types/pa_vrequest.h 1.24:
                   12209:        * src/types/pa_vresponse.C 1.15:
                   12210:        * src/types/pa_vresponse.h 1.30:
                   12211:        * src/types/pa_vstateless_class.C 1.18:
                   12212:        * src/types/pa_vstateless_class.h 1.41:
                   12213:        * src/types/pa_vstateless_object.h 1.26:
                   12214:        * src/types/pa_vstatus.C 1.14:
                   12215:        * src/types/pa_vstatus.h 1.14:
                   12216:        * src/types/pa_vstring.h 1.53:
                   12217:        * src/types/pa_vtable.C 1.20:
                   12218:        * src/types/pa_vtable.h 1.47:
                   12219:        * src/types/pa_vvoid.h 1.15:
                   12220:        * src/types/pa_vxdoc.C 1.22:
                   12221:        * src/types/pa_vxdoc.h 1.30:
                   12222:        * src/types/pa_vxnode.C 1.29:
                   12223:        * src/types/pa_vxnode.h 1.21:
                   12224:        * src/types/pa_wwrapper.h 1.27:
                   12225:        * www/htdocs/base.p 1.5:
                   12226:        * www/htdocs/derived.p 1.23:
                   12227:        * www/htdocs/index.html 1.175:
                   12228:                static fix merged
                   12229: 
                   12230:        * src/classes/op.C [global_static_self_fix] 1.124.2.2:
                   12231:        * src/types/pa_value.h [global_static_self_fix] 1.107.2.2:
                   12232:        * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.2:
                   12233:        * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.3:
                   12234:        * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.2:
                   12235:        * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.3:
                   12236:        * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.2:
                   12237:                fixed statics, left $virtual_fields in dynamic
                   12238: 
                   12239:        * src/main/execute.C 1.288:
                   12240:                comment
                   12241: 
                   12242: 2002-10-30  paf
                   12243:        * www/htdocs/derived.p 1.21:
                   12244:        * www/htdocs/some.p 1.1:
                   12245:                include method overriding tested OK
                   12246: 
                   12247: 2002-10-29  paf
                   12248:        * src/targets/isapi/parser3isapi.C 1.80:
                   12249:                comment on 404 bad status re-passing [iis to blame]
                   12250: 
                   12251:        * src/classes/string.C 1.122:
                   12252:                changed string.save to pass current sql connection to cstr
                   12253:                thus one can
                   12254:                ^connect[some server]{
                   12255:                     $s[insert into table x (x) values (^taint[sql]{value})]
                   12256:                     ^s.save[some.sql]
                   12257:                }
                   12258:                and he'd get in some.sql file code with properly escaped.
                   12259:                [tried in mssql->mysql export->import of binary data]
                   12260: 
                   12261: 2002-10-28  paf
                   12262:        * www/htdocs/index.html 1.172:
                   12263:        * www/htdocs/index.html 1.173:
                   12264:                bad email handling test
                   12265: 
                   12266: 2002-10-25  paf
                   12267:        * src/include/pa_hash.h [hash_insensitive_garbage] 1.57.4.1:
                   12268:        * src/main/pa_hash.C [hash_insensitive_garbage] 1.52.4.1:
                   12269:        * src/main/pa_request.C [hash_insensitive_garbage] 1.236.2.1:
                   12270:        * src/types/pa_vresponse.C [hash_insensitive_garbage] 1.13.2.1:
                   12271:                saving for maybe-future
                   12272: 
                   12273:        * src/types/pa_vresponse.C 1.14:
                   12274:                case insensitive response user fields get/put
                   12275: 
                   12276: 2002-10-23  paf
                   12277:        * src/types/pa_vmail.C 1.32:
                   12278:        * www/htdocs/index.html 1.171:
                   12279:                email whitespace trimBoth-ed
                   12280: 
                   12281:        * operators.txt 1.94:
                   12282:        * src/classes/table.C 1.166:
                   12283:                ^table.hash{code}...
                   12284:                ^table.hash(expr)...
                   12285: 
                   12286: 2002-10-22  paf
                   12287:        * src/types/pa_vform.C 1.70:
                   12288:        * src/types/pa_vform.h 1.43:
                   12289:                removed needless VForm::Append...(...Value)
                   12290: 
                   12291:        * src/main/execute.C 1.287:
                   12292:                $.name outside of $name[...]
                   12293:                checked
                   12294: 
                   12295:        * src/main/compile.tab.C 1.75:
                   12296:        * src/main/compile.y 1.203:
                   12297:                lexer changed to fix ^call[]^#HH bug [that situation yelded no
                   12298:                EON, which whas wrong]
                   12299: 
                   12300: 2002-10-21  paf
                   12301:        * operators.txt 1.91:
                   12302:        * src/types/pa_vform.C 1.67:
                   12303:                $form:image-map
                   12304: 
                   12305:        * operators.txt 1.92:
                   12306:        * src/types/pa_vform.C 1.68:
                   12307:                $form:nameless = "?value&...", "...&value&...", "...&value"
                   12308: 
                   12309:        * operators.txt 1.93:
                   12310:        * src/types/pa_vform.C 1.69:
                   12311:        * src/types/pa_vform.h 1.42:
                   12312:                $form:qtail
                   12313:                $form:imap.x/y
                   12314: 
                   12315:        * operators.txt 1.90:
                   12316:        * src/classes/file.C 1.102:
                   12317:        * www/htdocs/index.html 1.170:
                   12318:                /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
                   12319: 
                   12320: 2002-10-17  paf
                   12321:        * src/classes/op.C 1.123:
                   12322:                exception handling fixed [were bad with contexts]
                   12323: 
                   12324:        * src/main/compile.tab.C 1.74:
                   12325:        * src/main/compile.y 1.202:
                   12326:                operators precedence changed a little:
                   12327:                logical not and bitwise negation precedence made highest,
                   12328:                << and >> bitshits precedence made equal [were << higher than >>]
                   12329: 
1.17      paf      12330: 2002-10-16  paf
                   12331:        * src/classes/op.C 1.122:
                   12332:        * src/include/pa_request.h 1.157:
                   12333:        * src/main/execute.C 1.285:
                   12334:        * src/main/execute.C 1.286:
                   12335:        * src/main/pa_request.C 1.236:
                   12336:        * www/htdocs/derived.p 1.20:
                   12337:        * www/htdocs/index.html 1.167:
                   12338:        * www/htdocs/index.html 1.168:
                   12339:                Request::self considered equal to VMethodFrame::self, and removed,
                   12340:                Request::get_self() mapped to VMethodFrame.self()
1.18      paf      12341: 
                   12342:        * www/htdocs/index.html 1.169:
                   12343:                bad compile to system class test
1.17      paf      12344: 
                   12345:        * src/classes/op.C 1.121:
                   12346:        * src/main/pa_request.C 1.235:
                   12347:                VMainClass now has name = $hash in open field now gives old
                   12348:                good error meesage
                   12349: 
1.15      paf      12350: 2002-10-15  paf
1.17      paf      12351:        * www/htdocs/derived.p 1.17:
                   12352:        * www/htdocs/index.html 1.162:
                   12353:                test of ^process from operator called from user class
                   12354: 
                   12355:        * src/types/pa_vjunction.h 1.18:
                   12356:        * www/htdocs/index.html 1.166:
                   12357:                ^if(def $junction){was true}{now false}
                   12358:                use
                   12359:                ^if($junction is junction){was and now true}
                   12360: 
                   12361:        * src/types/pa_vjunction.C 1.2:
                   12362:                ident
                   12363: 
                   12364:        * src/classes/op.C 1.119:
                   12365:        * src/main/compile.tab.C 1.72:
                   12366:        * src/main/compile.y 1.200:
                   12367:        * src/types/pa_vmethod_frame.h 1.42:
                   12368:                process[self] objects also considered [were only classes]
                   12369: 
1.15      paf      12370:        * src/main/execute.C 1.283:
                   12371:        * src/targets/cgi/parser3.C 1.198:
                   12372:        * src/types/pa_vstateless_class.C 1.17:
                   12373:        * src/types/pa_vstateless_class.h 1.40:
                   12374:        * www/htdocs/operators.p 1.9:
                   12375:                compiling to system classes disabled
                   12376: 
1.17      paf      12377:        * operators.txt 1.88:
                   12378:        * src/classes/op.C 1.116:
                   12379:        * www/htdocs/operators.p 1.8:
                   12380:                ^process[$caller.CLASS]{code-string} added
                   12381: 
                   12382:        * src/types/Makefile.in 1.46:
                   12383:                *** empty log message ***
1.15      paf      12384: 
1.17      paf      12385:        * src/classes/op.C 1.120:
                   12386:        * src/include/pa_opcode.h 1.23:
                   12387:        * src/include/pa_request.h 1.156:
                   12388:        * src/main/compile.tab.C 1.73:
                   12389:        * src/main/compile.y 1.201:
                   12390:        * src/main/execute.C 1.284:
                   12391:        * src/types/pa_vmethod_frame.h 1.43:
                   12392:        * www/htdocs/derived.p 1.19:
                   12393:                removed last pieces of old code allowing $junction.xxx at
                   12394:                compile time
1.15      paf      12395: 
                   12396:        * operators.txt 1.87:
                   12397:        * src/classes/op.C 1.115:
                   12398:        * src/main/compile.tab.C 1.71:
                   12399:        * src/main/compile.y 1.199:
                   12400:        * src/main/execute.C 1.282:
                   12401:        * src/main/pa_request.C 1.234:
                   12402:        * src/types/Makefile.am 1.28:
                   12403:        * src/types/pa_vjunction.C 1.3:
                   12404:        * src/types/pa_vjunction.h 1.17:
                   12405:        * src/types/pa_vmethod_frame.h 1.40:
                   12406:        * src/types/types.dsp 1.35:
                   12407:        * www/htdocs/operators.p 1.7:
                   12408:                removed $junction.get $junction.set[]
                   12409:                introducing $caller
                   12410: 
                   12411:        * src/classes/op.C 1.118:
                   12412:        * src/include/pa_request.h 1.155:
                   12413:        * src/types/pa_vmethod_frame.h 1.41:
                   12414:        * www/htdocs/derived.p 1.18:
                   12415:        * www/htdocs/index.html 1.164:
                   12416:                ^process[CLASS]{body} now executed with CLASS self.
                   12417:                [   (request&method_frame).self temporarily changed   ]
                   12418: 
1.17      paf      12419:        * src/classes/xdoc.C 1.104:
                   12420:        * src/classes/xnode.C 1.53:
                   12421:        * src/include/pa_charset.h 1.19:
                   12422:        * src/include/pa_pool.h 1.85:
                   12423:        * src/main/pa_charset.C 1.31:
                   12424:        * src/main/pa_pool.C 1.57:
                   12425:        * src/types/pa_vxnode.C 1.28:
                   12426:        * www/htdocs/index.html 1.165:
                   12427:                xml->parser strings now have origin, which points to place
                   12428:                where value left xml library and came to parser: place of dom
                   12429:                field extraction/call
1.16      paf      12430: 
1.39      paf      12431:        * src/types/pa_value.h 1.106:
                   12432:                removed outdated comments. doxygen would find them lower by
                   12433:                inheritance tree
                   12434: 
1.15      paf      12435:        * src/classes/hash.C 1.51:
                   12436:        * src/classes/op.C 1.117:
                   12437:        * www/htdocs/index.html 1.163:
                   12438:        * www/htdocs/operators.p 1.10:
                   12439:                method_frame now always changed, with no exception to native calls.
                   12440:                for&foreach changed to use method_frame.caller for their var's name context
                   12441: 
                   12442: 2002-10-14  paf
                   12443:        * src/classes/form.C 1.32:
                   12444:        * src/classes/mail.C 1.80:
                   12445:        * src/classes/op.C 1.113:
                   12446:        * src/include/pa_request.h 1.154:
                   12447:        * src/main/compile.C 1.67:
                   12448:        * src/main/compile.tab.C 1.70:
                   12449:        * src/main/compile.y 1.198:
                   12450:        * src/main/execute.C 1.281:
                   12451:        * src/main/pa_request.C 1.233:
                   12452:        * src/types/pa_vstateless_class.h 1.39:
                   12453:        * www/htdocs/index.html 1.161:
                   12454:                operators now main-class-methods
                   12455: 
                   12456:        * src/include/pa_request.h 1.152:
                   12457:        * src/main/execute.C 1.280:
                   12458:        * src/main/pa_request.C 1.232:
                   12459:                operators @auto now executed in MAIN context
                   12460: 
                   12461:        * src/types/pa_vclass.C 1.14:
                   12462:        * src/types/pa_vobject.h 1.35:
                   12463:        * src/types/pa_vstateless_class.C 1.16:
                   12464:        * src/types/pa_vstateless_class.h 1.38:
                   12465:        * www/htdocs/index.html 1.158:
                   12466:        * www/htdocs/operators.p 1.5:
                   12467:                $form:CLASS resurrected [wes killed in action]
                   12468: 
                   12469:        * configure 1.49:
                   12470:        * configure.in 1.47:
                   12471:        * operators.txt 1.86:
                   12472:        * src/include/pa_config_auto.h.in 1.31:
                   12473:        * src/types/pa_vstatus.C 1.13:
                   12474:        * www/htdocs/index.html 1.157:
                   12475:                $status:rusage.tv_secs/usecs introduced
                   12476: 
                   12477:        * src/types/pa_vxnode.C 1.27:
                   12478:                misreplace fixed
                   12479: 
                   12480:        * src/classes/op.C 1.112:
                   12481:        * src/include/pa_request.h 1.153:
                   12482:        * www/htdocs/index.html 1.160:
                   12483:        * www/htdocs/operators.p 1.6:
                   12484:                ^try{^call{}} now has better stack trace [has "call" & co there]
                   12485: 
                   12486:        * src/main/execute.C 1.279:
                   12487:                operator execution context now = MAIN, not closest stack frame
                   12488:                
                   12489:                @touchit[]
                   12490:                $i[after]
                   12491:                
                   12492:                ----t.html
                   12493:                $i[before] << local
                   12494:                ^touchit[]
                   12495:                $i << now 'before', were 'after'
                   12496:                
                   12497:                ---t.html
                   12498:                $i[before] << notlocal [main]
                   12499:                ^touchit[]
                   12500:                $i << now 'after'
                   12501: 
                   12502:        * src/main/execute.C 1.278:
                   12503:                comment
                   12504: 
                   12505:        * src/classes/op.C 1.114:
                   12506:                process compiles to code's class class
                   12507: 
                   12508: 2002-10-09  paf
                   12509:        * src/classes/double.C 1.52:
                   12510:        * src/classes/int.C 1.48:
                   12511:        * src/classes/string.C 1.121:
                   12512:        * www/htdocs/derived.p 1.16:
                   12513:        * www/htdocs/index.html 1.156:
                   12514:                ^string.int[] now failes on empty string [or uses (default)]
                   12515: 
                   12516: 2002-10-08  paf
                   12517:        * src/lib/patches/Makefile.am 1.2:
                   12518:        * src/lib/patches/Makefile.in 1.5:
                   12519:                forgot libgdome_morestatic.patch
                   12520: 
                   12521:        * src/types/pa_vxnode.C 1.26:
                   12522:                misreplace
                   12523: 
                   12524:        * src/main/untaint.C 1.109:
                   12525:                mail header quoted printable changed after RFC reread
                   12526: 
                   12527:        * operators.txt 1.85:
                   12528:                plan on ^if(method
                   12529: 
                   12530: 2002-09-24  paf
                   12531:        * src/targets/cgi/Makefile.am 1.45:
                   12532:        * src/targets/cgi/Makefile.in 1.58:
                   12533:                LIBS were bad name in .am
                   12534: 
                   12535:        * acconfig.h 1.5:
                   12536:        * configure 1.47:
                   12537:        * configure.in 1.46:
                   12538:        * src/include/pa_config_auto.h.in 1.30:
                   12539:        * src/include/pa_config_fixed.h 1.51:
                   12540:        * src/targets/cgi/Makefile.am 1.44:
                   12541:        * src/targets/cgi/Makefile.in 1.57:
                   12542:        * src/types/pa_vmail.C 1.30:
                   12543:        * src/types/pa_vmail.C 1.31:
                   12544:                HAVE_TIMEZONE & co now checked and mailreceive would compile on
                   12545:                freebsd now
                   12546: 
                   12547:        * src/classes/file.C 1.101:
                   12548:        * src/main/untaint.C 1.108:
                   12549:        * www/htdocs/index.html 1.155:
                   12550:                1.
                   12551:                file spec language changed:
                   12552:                now there are only few chars are untainted:
                   12553:                * ? ' " < > |
                   12554:                and, on unix, : \ ~
                   12555:                [russian letters and SPACES now enabled, one should use ^untaint[uri]{...} now]
                   12556:                
                   12557:                2.
                   12558:                $list[^file:list[dir]] now returns simply tainted names in $list.name, not tainted as filespec
                   12559:                
                   12560:                @russianindex[]
                   12561:                #dir with files with russian-lang names
                   12562:                $where[dir]
                   12563:                
                   12564:                $dir[^file:list[$where;\.txt^$]]
                   12565:                ^dir.menu{
                   12566:                        <a href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br>
                   12567:                }
                   12568: 
                   12569: 2002-09-23  paf
                   12570:        * src/classes/date.C 1.38:
                   12571:        * src/classes/date.C 1.39:
                   12572:                date bug fix, now round(floatDays*secondsPerDay)
                   12573: 
                   12574:        * src/targets/cgi/Makefile.in 1.56:
                   12575:                *** empty log message ***
                   12576: 
                   12577:        * src/types/pa_vdouble.h 1.41:
                   12578:                double->int round added
                   12579: 
                   12580: 2002-09-20  paf
                   12581:        * src/types/pa_vhash.h 1.40:
                   12582:        * www/htdocs/operators.p 1.4:
                   12583:                hash.foreach modification of existing keys allowed
                   12584: 
                   12585:        * src/main/compile.tab.C 1.69:
                   12586:        * src/main/compile.y 1.197:
                   12587:        * www/htdocs/index.html 1.153:
                   12588:                changed grammer on junction expanding to include ^junction.method
                   12589: 
                   12590:        * src/classes/xdoc.C 1.102:
                   12591:                empty transform result, being taken as file now returns empty
                   12592:                file, not raises stupid error about "stat-ed file"
                   12593: 
                   12594:        * src/main/execute.C 1.276:
                   12595:        * www/htdocs/index.html 1.154:
                   12596:                code junction calls disabled [before: code was compiled in such a way, that there were no code-junctions in OP_CALL]
                   12597:                
                   12598:                this now error:
                   12599:                @badjunctioncall[]
                   12600:                ^badjunctioncallinside{code}
                   12601:                
                   12602:                @badjunctioncallinside[code]
                   12603:                ^code[]
                   12604: 
                   12605:        * src/targets/apache13/Makefile.am 1.15:
                   12606:        * src/targets/apache13/Makefile.in 1.40:
                   12607:        * src/targets/cgi/Makefile.am 1.43:
                   12608:        * src/targets/cgi/Makefile.in 1.55:
                   12609:                binaries now depend on makefiles, thus taking linking options
                   12610:                configure changes into account [were: ignoring]
                   12611: 
                   12612:        * src/classes/xdoc.C 1.103:
                   12613:        * www/htdocs/index.html 1.152:
                   12614:                xdoc::create[name] now sets $request:charset as internal xdoc
                   12615:                encoding, and after decoding attributes set by dom functions
                   12616:                now encoded OK, not as digital entities
                   12617: 
                   12618:        * src/types/Makefile.in 1.45:
                   12619:                *** empty log message ***
                   12620: 
                   12621:        * src/include/pa_opcode.h 1.22:
                   12622:        * src/include/pa_request.h 1.150:
                   12623:        * src/main/compile.tab.C 1.68:
                   12624:        * src/main/compile.y 1.196:
                   12625:        * src/main/execute.C 1.275:
                   12626:        * src/main/main.dsp 1.159:
                   12627:        * src/targets/cgi/parser3.dsp 1.60:
                   12628:        * src/types/Makefile.am 1.27:
                   12629:        * src/types/pa_vjunction.C 1.1:
                   12630:        * src/types/pa_vjunction.h 1.16:
                   12631:        * src/types/types.dsp 1.34:
                   12632:        * www/htdocs/.htaccess 1.8:
                   12633:        * www/htdocs/index.html 1.151:
                   12634:                introducing $junction.get/put(1)
                   12635:                one can write iterators now:
                   12636:                
                   12637:                ^user-foreach[key;value]{$key=$value<br>}
                   12638:                
                   12639:                @user-foreach[key;value;code]
                   12640:                ^for[i](1;10){
                   12641:                        $code.key($i)
                   12642:                        $code.value($i*2)
                   12643:                        $code
                   12644:                }
                   12645: 
                   12646:        * src/main/pa_common.C 1.120:
                   12647:                -d "DIR/" now true
                   12648: 
                   12649:        * src/main/compile_tools.h 1.66:
                   12650:                mistype
                   12651: 
                   12652: 2002-09-19  paf
                   12653:        * Makefile.am 1.8:
                   12654:        * Makefile.in 1.21:
                   12655:        * aclocal.m4 1.5:
                   12656:                *** empty log message ***
                   12657: 
                   12658:        * aclocal.m4 1.3:
                   12659:                forced to be older
                   12660: 
                   12661:        * Makefile.am 1.12:
                   12662:        * Makefile.in 1.25:
                   12663:                new: make commit
                   12664: 
                   12665: 2002-09-18  paf
                   12666:        * parser3.dsw 1.4:
                   12667:        * src/include/pa_opcode.h 1.21:
                   12668:        * src/main/compile.tab.C 1.67:
                   12669:        * src/main/compile.y 1.195:
                   12670:        * src/main/execute.C 1.274:
                   12671:        * www/htdocs/index.html 1.150:
                   12672:                << >> int shifts
                   12673: 
                   12674:        * src/classes/file.C 1.100:
                   12675:        * www/htdocs/index.html 1.149:
                   12676:        * www/htdocs/mailreceive.eml 1.3:
                   12677:                ^file::exec/cgi $.stdin[can be file now]
                   12678:                so that one can pass binary data there
                   12679: 
                   12680:        * src/include/pa_common.h 1.82:
                   12681:        * src/include/pa_request.h 1.149:
                   12682:        * src/main/pa_common.C 1.119:
                   12683:        * src/main/pa_request.C 1.230:
                   12684:                auto.p exists but unreadable - now this - fatal error
                   12685: 
                   12686:        * src/classes/date.C 1.37:
                   12687:        * src/classes/double.C 1.51:
                   12688:        * src/classes/file.C 1.99:
                   12689:        * src/classes/hash.C 1.50:
                   12690:        * src/classes/image.C 1.76:
                   12691:        * src/classes/int.C 1.47:
                   12692:        * src/classes/mail.C 1.79:
                   12693:        * src/classes/op.C 1.111:
                   12694:        * src/classes/response.C 1.22:
                   12695:        * src/classes/string.C 1.120:
                   12696:        * src/classes/table.C 1.165:
                   12697:        * src/classes/void.C 1.25:
                   12698:        * src/classes/xdoc.C 1.101:
                   12699:        * src/classes/xnode.C 1.52:
                   12700:        * src/include/pa_request.h 1.148:
                   12701:        * www/htdocs/index.html 1.148:
                   12702:                pa_request contexts made privated, plus get_{self/method_frame} to read.
                   12703:                Request_context_saver used in ^try to save flang too.
                   12704:                [were not saved]
                   12705: 
                   12706:        * src/types/pa_vresponse.C 1.13:
                   12707:                header value chains joined before output, this should help
                   12708:                $.subject[$var $var]
                   12709:                from being converted to
                   12710:                subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   12711: 
                   12712: 2002-09-17  paf
                   12713:        * src/classes/op.C 1.109:
                   12714:        * www/htdocs/index.html 1.147:
                   12715:        * www/htdocs/operators.p 1.2:
                   12716:                made place for ^process to compile it's code to in case of no self
                   12717: 
                   12718:        * src/classes/op.C 1.110:
                   12719:        * src/main/execute.C 1.272:
                   12720:        * src/main/pa_request.C 1.229:
                   12721:        * src/types/pa_value.C 1.8:
                   12722:        * src/types/pa_value.h 1.104:
                   12723:        * src/types/pa_vmethod_frame.h 1.38:
                   12724:        * src/types/pa_vstateless_class.h 1.37:
                   12725:        * www/htdocs/operators.p 1.3:
                   12726:                operators now executed with MAIN self.
                   12727:                it's for ^include sake, too strong a change
                   12728: 
                   12729:        * src/classes/hash.C 1.47:
                   12730:                foreach delims bug fixed [were ,2,3]
                   12731: 
                   12732:        * src/classes/hash.C 1.48:
                   12733:        * src/classes/table.C 1.162:
                   12734:        * src/include/pa_sql_connection.h 1.29:
                   12735:        * www/htdocs/index.html 1.141:
                   12736:                table.sql hash::sql duplicate keys now errors
                   12737: 
                   12738:        * src/main/execute.C 1.273:
                   12739:        * src/types/pa_value.h 1.105:
                   12740:        * src/types/pa_vmethod_frame.h 1.39:
                   12741:                removed changes, operators executed with calling self.
                   12742:                lots of code with ^include code relies on defined/defining self variables
                   12743:                
                   12744:                $a[1]
                   12745:                ^include[print_a.p]
                   12746:                print_a.p: $a
                   12747:                
                   12748:                ^include[set_a.p]
                   12749:                a=$a
                   12750:                set_a.p:
                   12751:                $a[1]
                   12752: 
                   12753:        * operators.txt 1.83:
                   12754:        * operators.txt 1.84:
                   12755:        * src/classes/hash.C 1.49:
                   12756:        * src/classes/table.C 1.163:
                   12757:        * src/include/pa_globals.h 1.95:
                   12758:        * src/main/pa_globals.C 1.139:
                   12759:        * www/htdocs/index.html 1.142:
                   12760:                table.sql hash::sql flag to allow duplicate keys [$.distinct(1/0)]
                   12761:                first record taken [were last]
                   12762: 
                   12763:        * src/main/execute.C 1.270:
                   12764:        * src/main/execute.C 1.271:
                   12765:        * src/types/pa_value.C 1.7:
                   12766:        * src/types/pa_value.h 1.103:
                   12767:        * src/types/pa_vstateless_class.h 1.36:
                   12768:        * www/htdocs/index.html 1.146:
                   12769:                found ancient param to Junction, removed.
                   12770:                allowed passing self to native_code_operators [for ^process to work, she needs self]
                   12771: 
                   12772:        * Makefile.in 1.20:
                   12773:        * bin/Makefile.in 1.5:
                   12774:        * bin/auto.p.dist.in 1.8:
                   12775:        * configure 1.40:
                   12776:        * configure 1.41:
                   12777:        * configure.in 1.40:
                   12778:        * configure.in 1.41:
                   12779:        * etc/Makefile.in 1.10:
                   12780:        * etc/parser3.charsets/Makefile.in 1.13:
                   12781:        * src/Makefile.in 1.51:
                   12782:        * src/classes/Makefile.in 1.49:
                   12783:        * src/include/Makefile.in 1.7:
                   12784:        * src/lib/Makefile.in 1.4:
                   12785:        * src/lib/md5/Makefile.in 1.2:
                   12786:        * src/lib/patches/Makefile.in 1.4:
                   12787:        * src/lib/pcre/Makefile.in 1.4:
                   12788:        * src/main/Makefile.in 1.45:
                   12789:        * src/sql/Makefile.in 1.7:
                   12790:        * src/targets/Makefile.in 1.38:
                   12791:        * src/targets/apache13/Makefile.in 1.39:
                   12792:        * src/targets/cgi/Makefile.in 1.54:
                   12793:        * src/targets/isapi/Makefile.in 1.7:
                   12794:        * src/types/Makefile.in 1.44:
                   12795:                so now detected [can be .sl on hpux, .dll on cygwin, .so in
                   12796:                other cases)
                   12797: 
                   12798:        * bin/auto.p.dist.in 1.9:
                   12799:                strange \n
                   12800: 
                   12801:        * src/classes/table.C 1.164:
                   12802:        * src/classes/xdoc.C 1.100:
                   12803:        * www/htdocs/index.html 1.144:
                   12804:                table::sql  options
                   12805:                table::create  copy options
                   12806:                options checked, wrong option now fatal error
                   12807: 
                   12808:        * src/main/pa_string.C 1.170:
                   12809:        * www/htdocs/index.html 1.143:
                   12810:                string.replace fixed [were missing words on pieces boundaries]
                   12811: 
                   12812:        * src/main/execute.C 1.269:
                   12813:        * src/main/pa_request.C 1.228:
                   12814:        * src/types/pa_value.C 1.6:
                   12815:        * src/types/pa_value.h 1.102:
                   12816:        * src/types/pa_vmethod_frame.h 1.37:
                   12817:        * src/types/pa_vstateless_class.h 1.35:
                   12818:        * www/htdocs/index.html 1.145:
                   12819:        * www/htdocs/operators.p 1.1:
                   12820:                allowed Request.self to be 0, checked that in VMethodFrame get
                   12821:                put and $self.
                   12822: 
                   12823:        * src/classes/op.C 1.108:
                   12824:        * src/classes/table.C 1.161:
                   12825:        * www/htdocs/index.html 1.140:
                   12826:                menu/for delims bug fixed [were ,2,3]
                   12827: 
                   12828: 2002-09-16  paf
                   12829:        * src/classes/file.C 1.98:
                   12830:        * www/htdocs/index.html 1.139:
                   12831:                file::cgi line ends can be both unix & dos. and they can be unix [\n\n] on win when 'use CGI' used, it causes stdout to be binary.
                   12832:                now detected closest header break.
                   12833: 
                   12834:        * src/main/untaint.C 1.107:
                   12835:        * src/types/pa_vmail.C 1.29:
                   12836:                mail:send closing ?=  now closed right
                   12837: 
                   12838: 2002-09-13  paf
                   12839:        * operators.txt 1.81:
                   12840:        * src/main/compile.tab.C 1.65:
                   12841:        * src/main/compile.y 1.193:
                   12842:        * www/htdocs/index.html 1.137:
                   12843:                !| bitwise
                   12844:                !|| numerical
                   12845:                xor now
                   12846:                [preparing for expression #comments]
                   12847: 
                   12848:        * src/main/compile.tab.C 1.63:
                   12849:        * src/main/compile.y 1.191:
                   12850:        * src/types/pa_vresponse.C 1.12:
                   12851:        * www/htdocs/index.html 1.135:
                   12852:                cookie date now clean [were mistakenly tainted & that worked
                   12853:                bad with opera -- 'happily' that worked OK with msie]
                   12854: 
                   12855:        * src/main/compile.tab.C 1.64:
                   12856:        * src/main/compile.y 1.192:
                   12857:        * www/htdocs/index.html 1.136:
                   12858:                @method[$name]
                   12859:                now parse error
                   12860: 
                   12861:        * operators.txt 1.82:
                   12862:        * src/main/compile.tab.C 1.66:
                   12863:        * src/main/compile.y 1.194:
                   12864:        * src/main/compile_tools.h 1.65:
                   12865:        * www/htdocs/index.html 1.138:
                   12866:                (expression #comment)
                   12867:                
                   12868:                (multiline expression #comment
                   12869:                 line2  #comment
                   12870:                )
                   12871:                
                   12872:                (expression #comment with (brackets) comment) << OK
                   12873: 
                   12874:        * Makefile.in 1.19:
                   12875:        * configure 1.39:
                   12876:        * configure.in 1.39:
                   12877:        * src/include/pa_config_auto.h.in 1.29:
                   12878:                HAVE_WINSOCK_H created in configure.in
                   12879: 
                   12880:        * src/include/pa_config_fixed.h 1.50:
                   12881:        * src/main/pa_socks.C 1.17:
                   12882:                HAVE_WINSOCK_H cheched in pa_socks.C
                   12883: 
                   12884: 2002-09-12  paf
                   12885:        * src/main/untaint.C 1.105:
                   12886:        * www/htdocs/index.html 1.134:
                   12887:                quoted printable ' ' now =20
                   12888:                and encoding stops before <...>$
                   12889: 
                   12890:        * src/types/pa_vclass.C 1.13:
                   12891:        * src/types/pa_vmail.C 1.28:
                   12892:        * src/types/pa_vobject.C 1.8:
                   12893:                VObject & VClass
                   12894:                get_element
                   12895:                now first looks to fields, next to methods & co
                   12896:                todo: the rest
                   12897:                reason: more speed
                   12898: 
                   12899:        * src/main/untaint.C 1.106:
                   12900:                quoted printable encoding stops before \s*<...>$
                   12901: 
                   12902: 2002-09-11  paf
                   12903:        * src/main/pa_charset.C 1.30:
                   12904:        * src/targets/cgi/parser3.dsp 1.59:
                   12905:        * www/htdocs/index.html 1.133:
                   12906:                while fixing ( xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   12907:                forgot to check users of those funcs. not all were using that return value convention
                   12908: 
                   12909:        * etc/parser3.charsets/windows-1254.cfg 1.1:
                   12910:        * src/lib/pcre/ibm-1254.ucm 1.1:
                   12911:                windows-1254 added
                   12912: 
                   12913: 2002-09-10  paf
                   12914:        * src/classes/op.C 1.106:
                   12915:        * src/main/execute.C 1.265:
                   12916:        * src/types/pa_value.C 1.5:
                   12917:        * src/types/pa_value.h 1.100:
                   12918:        * src/types/pa_vcode_frame.h 1.22:
                   12919:        * src/types/pa_vmethod_frame.h 1.36:
                   12920:        * src/types/pa_wcontext.C 1.23:
                   12921:        * src/types/pa_wcontext.h 1.39:
                   12922:        * src/types/pa_wwrapper.h 1.25:
                   12923:                moved junction kill responsibility to wcontext
                   12924: 
                   12925:        * src/main/execute.C 1.267:
                   12926:        * src/types/pa_value.h 1.101:
                   12927:        * src/types/pa_wwrapper.h 1.26:
                   12928:                WWrapper which used in constructing objects(second param to sql method) ^...sql{}[$.default{code}]
                   12929:                now has parent, wich helps code in hash to survivi
                   12930: 
                   12931:        * src/include/pa_request.h 1.147:
                   12932:        * src/main/execute.C 1.266:
                   12933:                removed redundant param to execute [stack said 'thanks']
                   12934: 
                   12935:        * src/classes/file.C 1.97:
                   12936:                decided not to log exec's with stderr, that could be warnings, 
                   12937:                and it's up to scritper to log/show them
                   12938: 
                   12939:        * src/main/pa_charset.C 1.29:
                   12940:        * src/types/pa_vmail.C 1.27:
                   12941:        * www/htdocs/index.html 1.131:
                   12942:                xmlCharEncodingInput/OutputFunc callbacks returned bad value in case of unfinished in buffer processing, causing accidental transcode stop [in case that source enc != utf-8 & there is incomplete utf-8 sequence at the end of 16000block iside of libxml lib]
                   12943:                tfm readed & code updated
                   12944: 
                   12945:        * src/classes/op.C 1.107:
                   12946:        * src/main/execute.C 1.268:
                   12947:        * src/types/pa_wcontext.h 1.40:
                   12948:        * src/types/pa_wcontext.h 1.41:
                   12949:                VCodeFrame parent param were specified badly
                   12950: 
                   12951:        * src/classes/double.C 1.50:
                   12952:        * src/main/execute.C 1.264:
                   12953:        * www/htdocs/index.html 1.132:
                   12954:                double:sql badly called write_assign_lang, not write_no_lang,
                   12955:                thus doing unnecessary double/string converstion, which were loosing time&precesion
                   12956: 
                   12957: 2002-09-04  paf
                   12958:        * src/types/pa_vxnode.C 1.25:
                   12959:        * www/htdocs/index.html 1.129:
                   12960:                removed too strong checks of xnode.elements.
                   12961:                now, for instance, if element does not have any attributes, $xnode.attributes is void, not error
                   12962: 
                   12963:        * configure 1.37:
                   12964:        * configure.in 1.38:
                   12965:                introducing --with-sjlj-exceptions
                   12966:                [hpux can not work with longjump/throw pair, and one must switch that on there.
                   12967:                todo: detect that automatically]
                   12968: 
                   12969:        * configure 1.38:
                   12970:                makes with sjlj
                   12971: 
                   12972:        * src/include/pa_config_auto.h.in 1.28:
                   12973:                sjlj define
                   12974: 
                   12975:        * INSTALL 1.26:
                   12976:        * src/include/pa_config_fixed.h 1.49:
                   12977:        * src/include/pa_sql_connection.h 1.28:
                   12978:        * src/main/pa_sql_driver_manager.C 1.65:
                   12979:        * www/htdocs/index.html 1.130:
                   12980:                -with-sjlj-exceptions define checked.
                   12981:                on win32 it made default
                   12982: 
                   12983: 2002-09-02  paf
                   12984:        * Makefile.am 1.7:
                   12985:        * Makefile.in 1.18:
                   12986:        * src/types/pa_vdate.h 1.20:
                   12987:                happy now only install-exec
                   12988: 
                   12989:        * src/types/pa_vdate.h 1.21:
                   12990:                removed debug
                   12991: 
                   12992:        * operators.txt 1.80:
                   12993:        * src/main/execute.C 1.263:
                   12994:        * src/targets/cgi/parser3.dsp 1.58:
                   12995:        * www/htdocs/index.html 1.128:
                   12996:                removed double_result, didn't help
                   12997: 
                   12998:        * src/types/pa_vdate.h 1.22:
                   12999:                *** empty log message ***
                   13000: 
                   13001:        * src/main/execute.C 1.258:
                   13002:                fixed numeric < & co so that thay now use c=a-b, c OPERATOR 0.
                   13003:                this works fine on solaris/intel for still unknown reason.
                   13004: 
                   13005:        * src/main/execute.C 1.261:
                   13006:                double_result made to move that var away from hungry g++ optimizer (-O2),
                   13007:                before: it were optimized and comparison operators worked badly
                   13008: 
                   13009: 2002-08-29  paf
                   13010:        * parser3.dsw 1.3:
                   13011:        * src/classes/classes.dsp 1.25:
                   13012:        * src/classes/hash.C 1.46:
                   13013:        * src/classes/op.C 1.105:
                   13014:        * src/classes/string.C 1.119:
                   13015:        * src/include/pa_request.h 1.146:
                   13016:        * src/lib/md5/md5.dsp 1.2:
                   13017:        * src/main/execute.C 1.257:
                   13018:        * src/main/main.dsp 1.158:
                   13019:        * src/main/pa_request.C 1.227:
                   13020:        * src/targets/cgi/parser3.dsp 1.57:
                   13021:        * src/types/pa_value.C 1.4:
                   13022:        * src/types/pa_value.h 1.99:
                   13023:        * src/types/pa_vmail.C 1.26:
                   13024:        * src/types/pa_vmethod_frame.h 1.35:
                   13025:        * src/types/pa_wcontext.h 1.38:
                   13026:        * src/types/types.dsp 1.33:
                   13027:        * www/htdocs/index.html 1.127:
                   13028:                junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
                   13029:                request.root renamed to method_frame [more easyreading]
                   13030:                ancient {...PUSH/POPs...} changed to stack vars [speed up]
                   13031: 
                   13032: 2002-08-28  paf
                   13033:        * operators.txt 1.79:
                   13034:        * src/classes/string.C 1.118:
                   13035:        * www/htdocs/derived.p 1.15:
                   13036:        * www/htdocs/index.html 1.124:
                   13037:                ^string.split[delim[;options]]
                   13038: 
                   13039:        * src/types/pa_vcookie.C 1.50:
                   13040:        * www/htdocs/index.html 1.125:
                   13041:                fixed cookie delete when
                   13042:                $cookie:name[$.value[]]
                   13043: 
                   13044:        * src/types/pa_vcookie.C 1.51:
                   13045:        * www/htdocs/index.html 1.126:
                   13046:                $cookie:name[&]
                   13047:                $cookie:name << now tainted
                   13048: 
                   13049: 2002-08-27  paf
                   13050:        * etc/parser3.charsets/Makefile.am 1.4:
                   13051:        * etc/parser3.charsets/Makefile.in 1.12:
                   13052:                merged from 3.0.0005
                   13053: 
                   13054:        * INSTALL 1.25:
                   13055:                recommended latest gmime 1.0.5
                   13056: 
                   13057:        * operators.txt 1.78:
                   13058:        * src/main/compile.tab.C 1.62:
                   13059:        * src/main/compile.y 1.190:
                   13060:        * www/htdocs/index.html 1.123:
                   13061:        * www/htdocs/mailreceive.eml 1.2:
                   13062:                # now delimiter
                   13063: 
                   13064: 2002-08-26  paf
                   13065:        * configure 1.36:
                   13066:        * configure.in 1.37:
                   13067:        * src/targets/apache13/Makefile.am 1.14:
                   13068:        * src/targets/apache13/Makefile.in 1.38:
                   13069:                apache13/hook added to make dist.
                   13070: 
                   13071: 2002-08-23  paf
                   13072:        * src/include/pa_common.h 1.81:
                   13073:        * src/main/pa_common.C 1.118:
                   13074:        * src/targets/cgi/parser3.C 1.197:
                   13075:        * src/targets/isapi/parser3isapi.C 1.79:
                   13076:        * www/htdocs/index.html 1.122:
                   13077:                when auto.p beside binary [cgi, isapi] not accessible [due to
                   13078:                bad rights or whatever] it's error now
                   13079: 
                   13080: 2002-08-21  paf
                   13081:        * src/main/pa_string.C 1.169:
                   13082:        * www/htdocs/index.html 1.121:
                   13083:                fixed bad language bug, [were wrong string cloning constructor]
                   13084: 
                   13085:        * src/main/compile.tab.C 1.61:
                   13086:        * src/main/compile.y 1.189:
                   13087:        * src/main/compile_tools.C 1.53:
                   13088:        * src/main/compile_tools.h 1.64:
                   13089:        * www/htdocs/derived.p 1.13:
                   13090:        * www/htdocs/derived.p 1.14:
                   13091:                "BASE:"
                   13092:                "BASE::"
                   13093:                syntax allowed, means "base class".
                   13094:                compiled as if here they named base class
                   13095: 
                   13096:        * bin/auto.p.dist.in 1.7:
                   13097:        * src/targets/cgi/parser3.C 1.196:
                   13098:        * src/types/pa_vfile.C 1.34:
                   13099:        * src/types/pa_vmail.C 1.23:
                   13100:        * www/htdocs/mailreceive.eml 1.1:
                   13101:        * www/htdocs/mailreceive.html 1.1:
                   13102:                $mail.received.file.value.content-type fixed
                   13103: 
                   13104:        * Makefile.am 1.6:
                   13105:        * Makefile.in 1.17:
                   13106:                can use:
                   13107:                make happy
                   13108:                equals to
                   13109:                make update install
                   13110: 
                   13111:        * src/main/execute.C 1.256:
                   13112:        * src/types/pa_vobject.h 1.34:
                   13113:        * www/htdocs/base.p 1.3:
                   13114:        * www/htdocs/derived.p 1.12:
                   13115:        * www/htdocs/index.html 1.120:
                   13116:                fixed virtual calls
                   13117: 
                   13118: 2002-08-20  paf
                   13119:        * operators.txt 1.76:
                   13120:        * src/classes/void.C 1.23:
                   13121:        * www/htdocs/index.html 1.117:
                   13122:                ^void.length[] = 0 merged from 3.0.0005
                   13123: 
                   13124:        * operators.txt 1.77:
                   13125:        * src/classes/void.C 1.24:
                   13126:        * www/htdocs/index.html 1.118:
                   13127:                ^void.pos[...] = -1 merged from 3.0.0005
                   13128: 
                   13129:        * operators.txt [release_3_0_0005] 1.59.2.3:
                   13130:        * src/classes/void.C [release_3_0_0005] 1.21.2.1:
                   13131:                ^void.length[] = 0
                   13132: 
                   13133:        * operators.txt [release_3_0_0005] 1.59.2.4:
                   13134:        * src/classes/void.C [release_3_0_0005] 1.21.2.2:
                   13135:                ^void.pos[...] = -1
                   13136: 
                   13137:        * src/classes/file.C 1.96:
                   13138:        * www/htdocs/index.html 1.119:
                   13139:                fixed language of file:file result
                   13140: 
                   13141: 2002-08-19  paf
                   13142:        * src/classes/xnode.C 1.49:
                   13143:        * src/classes/xnode.C 1.50:
                   13144:        * src/classes/xnode.C 1.51:
                   13145:        * src/types/pa_vxdoc.C 1.21:
                   13146:                xdoc.fields fixed [were error in xnode, which were not catched
                   13147:                in xdoc]
                   13148: 
                   13149:        * src/classes/xdoc.C 1.99:
                   13150:                xdoc getElementsByTagName, ...NS
                   13151:                overriden, work now
                   13152: 
                   13153:        * src/include/pa_stylesheet_connection.h 1.31:
                   13154:        * src/main/pa_globals.C 1.138:
                   13155:                prepared:
                   13156:                        // validate each document after load/create (?)
                   13157:                        //xmlDoValidityCheckingDefaultValue = 1;
                   13158: 
                   13159: 2002-08-15  paf
                   13160:        * src/types/pa_vrequest.C 1.25:
                   13161:        * www/htdocs/index.html 1.113:
                   13162:                $request:body unprecessed POST request
                   13163: 
                   13164:        * operators.txt 1.71:
                   13165:        * src/classes/form.C 1.31:
                   13166:        * src/include/pa_pool.h 1.84:
                   13167:        * src/include/pa_request.h 1.145:
                   13168:        * src/main/pa_pool.C 1.56:
                   13169:        * src/types/pa_vform.C 1.66:
                   13170:        * src/types/pa_vform.h 1.41:
                   13171:        * www/htdocs/.htaccess 1.7:
                   13172:                planning/preparing_to $request:body
                   13173:                r.post_data now const
                   13174: 
                   13175:        * src/classes/image.C 1.75:
                   13176:        * src/classes/op.C 1.104:
                   13177:        * src/classes/xdoc.C 1.98:
                   13178:        * src/classes/xnode.C 1.48:
                   13179:        * src/main/execute.C 1.255:
                   13180:        * src/types/pa_value.h 1.97:
                   13181:        * src/types/pa_vhash.h 1.39:
                   13182:        * src/types/pa_vobject.C 1.7:
                   13183:        * src/types/pa_vobject.h 1.33:
                   13184:        * src/types/pa_vtable.h 1.46:
                   13185:        * www/htdocs/index.html 1.111:
                   13186:                instead of type() checking everywhere used Value.as
                   13187:                now user descendants can be used in params.
                   13188:                
                   13189:                VObject::as_*, is_defined now taken from bases.
                   13190:                xtable(table)
                   13191:                ^if($xtable) now OK
                   13192: 
                   13193:        * operators.txt 1.73:
                   13194:        * src/include/pa_common.h 1.80:
                   13195:        * src/main/pa_common.C 1.117:
                   13196:        * src/types/pa_vcookie.C 1.49:
                   13197:        * src/types/pa_vdate.h 1.19:
                   13198:        * src/types/pa_vresponse.C 1.11:
                   13199:        * src/types/pa_vresponse.h 1.29:
                   13200:        * www/htdocs/index.html 1.115:
                   13201:                $response:field[date]
                   13202:                $response:field[$.xxx[date]]
                   13203: 
                   13204:        * src/types/pa_value.h 1.98:
                   13205:        * src/types/pa_vdate.h 1.18:
                   13206:        * src/types/pa_vrequest.C 1.24:
                   13207:        * src/types/pa_vxdoc.C 1.20:
                   13208:        * src/types/pa_vxnode.C 1.24:
                   13209:        * www/htdocs/index.html 1.112:
                   13210:                few barks:
                   13211:                bark("%s field not found", 0, &aname)
                   13212: 
                   13213:        * src/classes/hash.C 1.45:
                   13214:        * src/classes/string.C 1.117:
                   13215:        * src/classes/table.C 1.160:
                   13216:        * src/classes/void.C 1.22:
                   13217:        * src/include/pa_sql_connection.h 1.27:
                   13218:        * www/htdocs/index.html 1.114:
                   13219:                fixed source of ^hash::sql{bad}
                   13220: 
                   13221:        * src/classes/classes.h 1.22:
                   13222:        * www/htdocs/index.html 1.116:
                   13223:                write to static var caused useless Exception, introduced
                   13224:                Methoded::put_element wich consumes those
                   13225: 
                   13226:        * src/main/execute.C 1.254:
                   13227:        * src/types/pa_value.h 1.96:
                   13228:        * src/types/pa_vclass.C 1.12:
                   13229:        * src/types/pa_vclass.h 1.37:
                   13230:        * src/types/pa_vobject.C 1.6:
                   13231:        * src/types/pa_vobject.h 1.32:
                   13232:        * src/types/pa_vxdoc.C 1.19:
                   13233:        * src/types/pa_vxdoc.h 1.29:
                   13234:                is->as
                   13235: 
                   13236:        * operators.txt 1.72:
                   13237:                $request:body unprecessed POST request body
                   13238: 
                   13239: 2002-08-14  paf
                   13240:        * src/targets/cgi/Makefile.am 1.41:
                   13241:        * src/targets/cgi/fixopt.C 1.1:
                   13242:        * src/targets/cgi/fixopt.C 1.2:
                   13243:        * src/targets/cgi/fixopt.h 1.1:
                   13244:        * src/targets/cgi/parser3.C 1.194:
                   13245:        * src/targets/cgi/parser3.dsp 1.55:
                   13246:                fixopt now preprocesses command line params, splitting them by
                   13247:                space, excluding argv[0], argv[argc-1]
                   13248: 
                   13249:        * src/classes/xnode.h 1.16:
                   13250:        * src/main/execute.C 1.253:
                   13251:        * src/targets/cgi/parser3.dsp 1.56:
                   13252:        * src/types/pa_value.h 1.95:
                   13253:        * src/types/pa_vclass.C 1.11:
                   13254:        * src/types/pa_vclass.h 1.36:
                   13255:        * src/types/pa_vcode_frame.h 1.21:
                   13256:        * src/types/pa_vcookie.C 1.48:
                   13257:        * src/types/pa_vcookie.h 1.21:
                   13258:        * src/types/pa_vdate.h 1.17:
                   13259:        * src/types/pa_venv.h 1.26:
                   13260:        * src/types/pa_vfile.h 1.49:
                   13261:        * src/types/pa_vform.C 1.65:
                   13262:        * src/types/pa_vform.h 1.40:
                   13263:        * src/types/pa_vhash.h 1.38:
                   13264:        * src/types/pa_vimage.h 1.31:
                   13265:        * src/types/pa_vmail.C 1.22:
                   13266:        * src/types/pa_vmail.h 1.6:
                   13267:        * src/types/pa_vmath.h 1.12:
                   13268:        * src/types/pa_vmethod_frame.h 1.34:
                   13269:        * src/types/pa_vobject.C 1.5:
                   13270:        * src/types/pa_vobject.h 1.31:
                   13271:        * src/types/pa_vrequest.C 1.23:
                   13272:        * src/types/pa_vrequest.h 1.23:
                   13273:        * src/types/pa_vresponse.C 1.10:
                   13274:        * src/types/pa_vresponse.h 1.28:
                   13275:        * src/types/pa_vstateless_class.h 1.34:
                   13276:        * src/types/pa_vstateless_object.h 1.25:
                   13277:        * src/types/pa_vstatus.C 1.12:
                   13278:        * src/types/pa_vstatus.h 1.13:
                   13279:        * src/types/pa_vstring.h 1.52:
                   13280:        * src/types/pa_vtable.C 1.19:
                   13281:        * src/types/pa_vtable.h 1.45:
                   13282:        * src/types/pa_vvoid.h 1.14:
                   13283:        * src/types/pa_vxdoc.C 1.18:
                   13284:        * src/types/pa_vxdoc.h 1.28:
                   13285:        * src/types/pa_vxnode.C 1.23:
                   13286:        * src/types/pa_vxnode.h 1.20:
                   13287:        * src/types/pa_wwrapper.h 1.24:
                   13288:        * www/htdocs/index.html 1.110:
                   13289:                is now works with VObject & VClass
                   13290: 
                   13291:        * src/types/pa_vmail.C 1.21:
                   13292:                mail: turned off utf8 to source transcoding
                   13293: 
                   13294:        * src/targets/cgi/parser3.C 1.193:
                   13295:                -f config file
                   13296: 
                   13297:        * src/targets/cgi/Makefile.am 1.42:
                   13298:        * src/targets/cgi/fixopt.C 1.3:
                   13299:        * src/targets/cgi/fixopt.h 1.2:
                   13300:        * src/targets/cgi/parser3.C 1.195:
                   13301:                removed fixopt stupidity. on stupid linux use
                   13302:                cd /document/root
                   13303:                ../cgi/parser3 script
                   13304: 
                   13305:        * src/targets/cgi/Makefile.in 1.52:
                   13306:        * src/targets/cgi/Makefile.in 1.53:
                   13307:                *** empty log message ***
                   13308: 
                   13309:        * src/targets/cgi/parser3.C 1.192:
                   13310:        * www/htdocs/auto.p 1.17:
                   13311:        * www/htdocs/derived.p 1.11:
                   13312:        * www/htdocs/index.html 1.109:
                   13313:                fixed .log file dir
                   13314: 
                   13315: 2002-08-13  paf
                   13316:        * www/htdocs/derived.p 1.7:
                   13317:                sample: dont convinient that table fields can be overridden
                   13318: 
                   13319:        * src/types/Makefile.in 1.43:
                   13320:                added vobject.c & vclass
                   13321: 
                   13322:        * src/types/Makefile.in 1.42:
                   13323:                VAliased removed
                   13324: 
                   13325:        * src/types/pa_vclass.C 1.9:
                   13326:        * www/htdocs/derived.p 1.9:
                   13327:                checked: form[vclass]fields can be overwritten in derived(table)
                   13328: 
                   13329:        * src/types/Makefile.am 1.26:
                   13330:        * src/types/pa_vclass.C 1.7:
                   13331:        * src/types/pa_vclass.h 1.34:
                   13332:        * src/types/pa_vobject.C 1.1:
                   13333:        * src/types/pa_vobject.h 1.29:
                   13334:        * src/types/types.dsp 1.32:
                   13335:                reorganized modules
                   13336:                todo: fix bug with put endless recoursion
                   13337:                todo: check 'as'
                   13338: 
                   13339:        * src/types/pa_vclass.C 1.10:
                   13340:        * www/htdocs/index.html 1.107:
                   13341:                allow override parent variables, useful for form descendants
                   13342: 
                   13343:        * src/types/pa_vobject.C 1.4:
                   13344:        * www/htdocs/derived.p 1.10:
                   13345:        * www/htdocs/index.html 1.108:
                   13346:                allow override parent variables, useful for form descendants [
                   13347:                in vobject too, were in vclass]
                   13348: 
                   13349:        * src/classes/form.C 1.30:
                   13350:        * src/classes/mail.C 1.78:
                   13351:        * src/classes/op.C 1.103:
                   13352:        * src/classes/xnode.h 1.15:
                   13353:        * src/include/pa_request.h 1.144:
                   13354:        * src/main/execute.C 1.252:
                   13355:        * src/main/pa_request.C 1.226:
                   13356:        * src/types/pa_value.h 1.94:
                   13357:        * src/types/pa_vclass.C 1.8:
                   13358:        * src/types/pa_vclass.h 1.35:
                   13359:        * src/types/pa_vcode_frame.h 1.20:
                   13360:        * src/types/pa_vcookie.C 1.47:
                   13361:        * src/types/pa_vcookie.h 1.20:
                   13362:        * src/types/pa_vdate.h 1.16:
                   13363:        * src/types/pa_venv.h 1.25:
                   13364:        * src/types/pa_vfile.h 1.48:
                   13365:        * src/types/pa_vform.C 1.64:
                   13366:        * src/types/pa_vform.h 1.39:
                   13367:        * src/types/pa_vhash.h 1.37:
                   13368:        * src/types/pa_vimage.h 1.30:
                   13369:        * src/types/pa_vmail.C 1.20:
                   13370:        * src/types/pa_vmail.h 1.5:
                   13371:        * src/types/pa_vmath.h 1.11:
                   13372:        * src/types/pa_vmethod_frame.h 1.33:
                   13373:        * src/types/pa_vobject.C 1.3:
                   13374:        * src/types/pa_vobject.h 1.30:
                   13375:        * src/types/pa_vrequest.C 1.22:
                   13376:        * src/types/pa_vrequest.h 1.22:
                   13377:        * src/types/pa_vresponse.C 1.9:
                   13378:        * src/types/pa_vresponse.h 1.27:
                   13379:        * src/types/pa_vstateless_class.h 1.33:
                   13380:        * src/types/pa_vstateless_object.h 1.24:
                   13381:        * src/types/pa_vstatus.C 1.11:
                   13382:        * src/types/pa_vstatus.h 1.12:
                   13383:        * src/types/pa_vstring.h 1.51:
                   13384:        * src/types/pa_vtable.C 1.18:
                   13385:        * src/types/pa_vtable.h 1.44:
                   13386:        * src/types/pa_vvoid.h 1.13:
                   13387:        * src/types/pa_vxdoc.C 1.17:
                   13388:        * src/types/pa_vxdoc.h 1.27:
                   13389:        * src/types/pa_vxnode.C 1.22:
                   13390:        * src/types/pa_vxnode.h 1.19:
                   13391:        * src/types/pa_wwrapper.h 1.23:
                   13392:                introduced Value::get_element(..., bool looking_down) [needed
                   13393:                to exclude endless recoursion]
                   13394: 
                   13395:        * src/classes/table.C 1.159:
                   13396:        * src/types/pa_vtable.C 1.17:
                   13397:        * src/types/pa_vtable.h 1.43:
                   13398:        * www/htdocs/derived.p 1.5:
                   13399:                fixed error message on using non-created table
                   13400: 
                   13401:        * src/classes/form.C 1.29:
                   13402:        * src/classes/hash.C 1.44:
                   13403:        * src/classes/mail.C 1.77:
                   13404:        * src/classes/op.C 1.102:
                   13405:        * src/classes/xnode.h 1.14:
                   13406:        * src/include/pa_request.h 1.143:
                   13407:        * src/main/compile.C 1.66:
                   13408:        * src/main/compile.tab.C 1.60:
                   13409:        * src/main/execute.C 1.251:
                   13410:        * src/main/pa_request.C 1.225:
                   13411:        * src/types/pa_value.h 1.93:
                   13412:        * src/types/pa_vclass.h 1.33:
                   13413:        * src/types/pa_vcode_frame.h 1.19:
                   13414:        * src/types/pa_vcookie.C 1.46:
                   13415:        * src/types/pa_vcookie.h 1.19:
                   13416:        * src/types/pa_vdate.h 1.15:
                   13417:        * src/types/pa_venv.h 1.24:
                   13418:        * src/types/pa_vfile.h 1.47:
                   13419:        * src/types/pa_vform.C 1.63:
                   13420:        * src/types/pa_vform.h 1.38:
                   13421:        * src/types/pa_vhash.h 1.36:
                   13422:        * src/types/pa_vimage.C 1.20:
                   13423:        * src/types/pa_vimage.h 1.29:
                   13424:        * src/types/pa_vmail.C 1.19:
                   13425:        * src/types/pa_vmail.h 1.4:
                   13426:        * src/types/pa_vmath.h 1.10:
                   13427:        * src/types/pa_vmethod_frame.h 1.32:
                   13428:        * src/types/pa_vobject.h 1.26:
                   13429:        * src/types/pa_vrequest.C 1.20:
                   13430:        * src/types/pa_vrequest.h 1.20:
                   13431:        * src/types/pa_vresponse.C 1.8:
                   13432:        * src/types/pa_vresponse.h 1.26:
                   13433:        * src/types/pa_vstateless_class.h 1.32:
                   13434:        * src/types/pa_vstateless_object.h 1.23:
                   13435:        * src/types/pa_vstatus.C 1.10:
                   13436:        * src/types/pa_vstatus.h 1.11:
                   13437:        * src/types/pa_vstring.h 1.50:
                   13438:        * src/types/pa_vtable.C 1.16:
                   13439:        * src/types/pa_vtable.h 1.42:
                   13440:        * src/types/pa_vvoid.h 1.12:
                   13441:        * src/types/pa_vxdoc.C 1.16:
                   13442:        * src/types/pa_vxdoc.h 1.26:
                   13443:        * src/types/pa_vxnode.C 1.21:
                   13444:        * src/types/pa_vxnode.h 1.18:
                   13445:        * src/types/pa_wwrapper.h 1.22:
                   13446:        * www/htdocs/derived.p 1.4:
                   13447:                VObject.get/out now looking down/up tree
                   13448:                todo: fix error message on non-constructed parents
                   13449: 
                   13450:        * src/types/pa_vobject.h 1.28:
                   13451:        * www/htdocs/derived.p 1.8:
                   13452:                checked: table fields can be overwritten in derived(table)
                   13453: 
                   13454:        * src/types/pa_vobject.h 1.27:
                   13455:        * www/htdocs/derived.p 1.6:
                   13456:        * www/htdocs/index.html 1.106:
                   13457:                derived classes can have fields of their own now
                   13458: 
                   13459: 2002-08-12  paf
                   13460:        * src/main/compile.tab.C 1.59:
                   13461:        * src/main/compile.y 1.188:
                   13462:        * src/main/execute.C 1.249:
                   13463:        * src/main/execute.C 1.250:
                   13464:        * src/main/pa_request.C 1.224:
                   13465:        * src/types/Makefile.am 1.25:
                   13466:        * src/types/pa_valiased.C 1.17:
                   13467:        * src/types/pa_valiased.h 1.23:
                   13468:        * src/types/pa_value.h 1.92:
                   13469:        * src/types/pa_vclass.h 1.32:
                   13470:        * src/types/pa_vobject.h 1.25:
                   13471:        * src/types/pa_vstateless_class.h 1.30:
                   13472:        * src/types/pa_vstateless_object.h 1.21:
                   13473:        * src/types/pa_wcontext.h 1.37:
                   13474:                ^base:create[] dynamic call rewritten
                   13475:                todo: thorough testing
                   13476: 
                   13477:        * src/types/pa_value.h 1.91:
                   13478:        * src/types/pa_vclass.h 1.31:
                   13479:        * src/types/pa_vobject.h 1.24:
                   13480:        * www/htdocs/base.p 1.1:
                   13481:        * www/htdocs/derived.p 1.1:
                   13482:                VObject ctor now instantates base class, remembers it and saves child in parent
                   13483:                VObject.get_class now returns last child = downward virtual calls OK
                   13484: 
                   13485:        * src/types/pa_vstateless_class.h 1.31:
                   13486:        * src/types/pa_vstateless_object.h 1.22:
                   13487:        * www/htdocs/derived.p 1.3:
                   13488:                table derived OK
                   13489: 
                   13490:        * src/main/pa_request.C 1.223:
                   13491:                response:body[file] content-type check fixed [were bad when
                   13492:                content-type is hash]
                   13493: 
                   13494:        * bin/auto.p.dist.in 1.5:
                   13495:                fixed sendmail default comment
                   13496: 
                   13497:        * src/main/execute.C 1.248:
                   13498:        * src/types/pa_value.h 1.90:
                   13499:        * src/types/pa_vclass.h 1.30:
                   13500:        * src/types/pa_vdate.h 1.14:
                   13501:        * src/types/pa_vdouble.h 1.40:
                   13502:        * src/types/pa_vfile.h 1.46:
                   13503:        * src/types/pa_vimage.h 1.28:
                   13504:        * src/types/pa_vint.h 1.37:
                   13505:        * src/types/pa_vmethod_frame.h 1.31:
                   13506:        * src/types/pa_vobject.h 1.23:
                   13507:        * src/types/pa_vresponse.h 1.25:
                   13508:        * src/types/pa_vstateless_class.h 1.29:
                   13509:        * src/types/pa_vstateless_object.h 1.20:
                   13510:        * src/types/pa_vstring.h 1.49:
                   13511:        * src/types/pa_vtable.h 1.41:
                   13512:        * src/types/pa_vxdoc.h 1.25:
                   13513:        * src/types/pa_vxnode.h 1.17:
                   13514:        * src/types/pa_wcontext.h 1.36:
                   13515:        * src/types/types.dsp 1.31:
                   13516:        * www/htdocs/index.html 1.105:
                   13517:                killed VAliased [redundant], moved $CLASS to VObject only [
                   13518:                parser class instance]
                   13519: 
                   13520:        * bin/auto.p.dist.in 1.6:
                   13521:                more like in dist on parser.ru
                   13522: 
                   13523:        * www/htdocs/base.p 1.2:
                   13524:        * www/htdocs/derived.p 1.2:
                   13525:                not good - along upward-virtual call self eq child
                   13526: 
                   13527: 2002-08-09  paf
                   13528:        * src/main/execute.C 1.247:
                   13529:        * src/types/pa_value.h 1.89:
                   13530:        * src/types/pa_vclass.h 1.29:
                   13531:        * src/types/pa_vobject.h 1.22:
                   13532:        * src/types/pa_vxdoc.h 1.24:
                   13533:        * www/htdocs/index.html 1.104:
                   13534:                started as()
                   13535: 
                   13536: 2002-08-08  paf
                   13537:        * src/classes/mail.C 1.76:
                   13538:        * src/types/pa_vmail.C 1.18:
                   13539:        * www/htdocs/auto.p 1.16:
                   13540:        * www/htdocs/index.html 1.98:
                   13541:                in letter texts one can use tainted data now. only she must specify the language.
                   13542:                
                   13543:                ^mail:send[
                   13544:                        $.from[paf@mail.design.ru]
                   13545:                        $.to[paf@mail.design.ru]
1.39      paf      13546:                        $.subject[^taint[uri][??????]=2]
                   13547:                        $.text[^taint[uri][??????]=]
1.15      paf      13548:                ]
                   13549: 
                   13550:        * operators.txt 1.67:
                   13551:        * src/include/pa_string.h 1.142:
                   13552:        * src/include/pa_string.h 1.143:
                   13553:        * src/main/pa_string.C 1.168:
                   13554:        * www/htdocs/index.html 1.95:
                   13555:                String::first_char now not fails on empty strings
                   13556:                ^if(-f '') now ok and in 3 other places.
                   13557: 
                   13558:        * src/classes/file.C 1.95:
                   13559:        * src/classes/op.C 1.101:
                   13560:        * src/types/pa_vfile.C 1.33:
                   13561:        * www/htdocs/index.html 1.96:
                   13562:        * www/htdocs/index.html 1.97:
                   13563:                ^process now prints more precise origin
                   13564: 
                   13565:        * operators.txt 1.68:
                   13566:        * src/types/pa_vdate.h 1.13:
                   13567:        * www/htdocs/index.html 1.99:
                   13568:                $date.yearday
                   13569:                $date.daylightsaving
                   13570: 
                   13571:        * src/main/execute.C 1.246:
                   13572:        * www/htdocs/index.html 1.100:
                   13573:                error reporting on object writes to MAIN improved [were ruind
                   13574:                with fixing $obj[^if(1){$obj}] ]
                   13575: 
                   13576:        * operators.txt 1.69:
                   13577:        * operators.txt 1.70:
                   13578:        * src/classes/date.C 1.36:
                   13579:        * src/include/pa_globals.h 1.94:
                   13580:        * src/main/pa_globals.C 1.137:
                   13581:        * www/htdocs/index.html 1.101:
                   13582:        * www/htdocs/index.html 1.102:
                   13583:                year column in month calendar [week year]
                   13584: 
                   13585: 2002-08-07  paf
                   13586:        * src/classes/classes.dsp 1.24:
                   13587:        * src/classes/table.C 1.158:
                   13588:        * src/lib/pcre/pcre_parser_ctype.dsp 1.2:
                   13589:        * src/main/pa_array.C 1.52:
                   13590:        * src/types/types.dsp 1.30:
                   13591:        * www/htdocs/index.html 1.91:
                   13592:                all Debug dirs in .dsp now named 'Debug'
                   13593: 
                   13594:        * src/classes/string.C 1.116:
                   13595:        * src/main/pa_string.C 1.166:
                   13596:        * src/main/pa_string.C 1.167:
                   13597:        * www/htdocs/index.html 1.93:
                   13598:        * www/htdocs/index.html 1.94:
                   13599:                ^string.mid(0;bad) fixed
                   13600: 
                   13601:        * operators.txt 1.66:
                   13602:        * src/classes/op.C 1.100:
                   13603:                cache...{...^cache<<to past...} now erasing cache file [there
                   13604:                were bad check on that]
                   13605: 
                   13606:        * operators.txt 1.65:
                   13607:        * src/classes/mail.C 1.75:
                   13608:                exception_type  email.send
                   13609: 
                   13610:        * src/types/pa_vmail.C 1.16:
                   13611:        * www/htdocs/global.xsl 1.8:
                   13612:        * www/htdocs/index.html 1.89:
                   13613:                mail:send empty  email checked
                   13614: 
                   13615:        * src/main/execute.C 1.245:
                   13616:        * src/types/pa_vcode_frame.h 1.17:
                   13617:        * src/types/pa_vcode_frame.h 1.18:
                   13618:        * src/types/pa_vmethod_frame.h 1.30:
                   13619:        * src/types/pa_wcontext.C 1.22:
                   13620:        * src/types/pa_wcontext.h 1.35:
                   13621:        * src/types/pa_wwrapper.h 1.21:
                   13622:        * www/htdocs/index.html 1.92:
                   13623:                vcodeframe were mistakenly not completely transparent to object writes.
                   13624:                $hash[^if(1){$hash}] now works
                   13625: 
                   13626:        * operators.txt 1.64:
                   13627:        * src/types/pa_vmail.C 1.17:
                   13628:        * www/htdocs/index.html 1.90:
                   13629:                exception_type  email.format
                   13630: 
                   13631:        * etc/parser3.charsets/Makefile.am [release_3_0_0005] 1.3.6.1:
                   13632:        * etc/parser3.charsets/Makefile.in [release_3_0_0005] 1.11.4.1:
                   13633:                all included into dist
                   13634: 
                   13635: 2002-08-06  paf
                   13636:        * src/classes/file.C 1.93:
                   13637:        * src/include/pa_globals.h 1.93:
                   13638:        * src/main/pa_globals.C 1.136:
                   13639:        * src/main/pa_request.C 1.222:
                   13640:        * src/types/pa_vfile.C 1.32:
                   13641:        * src/types/pa_vfile.h 1.45:
                   13642:        * www/htdocs/index.html 1.85:
                   13643:                $file.content-type [instead of .mime-type]
                   13644:                now works for file::stat also
                   13645: 
                   13646:        * src/main/pa_request.C 1.221:
                   13647:        * www/htdocs/index.html 1.84:
                   13648:                case insensitive mime_type_of
                   13649: 
                   13650:        * src/classes/file.C 1.94:
                   13651:        * www/htdocs/index.html 1.86:
                   13652:                $f[file::cgi]
                   13653:                $f.UPPER case fields
                   13654: 
                   13655:        * operators.txt 1.62:
                   13656:        * operators.txt 1.63:
                   13657:        * src/classes/table.C 1.157:
                   13658:        * src/include/pa_array.h 1.56:
                   13659:        * src/include/pa_table.h 1.47:
                   13660:        * src/main/pa_array.C 1.51:
                   13661:        * src/main/pa_table.C 1.50:
                   13662:        * www/htdocs/index.html 1.88:
                   13663:                ^table::create[$source;$.options]
                   13664:                ^table::join[$source;$.options]
                   13665: 
                   13666:        * bin/auto.p.dist.in 1.4:
                   13667:                jpeg
                   13668: 
                   13669:        * operators.txt 1.61:
                   13670:        * src/classes/hash.C 1.43:
                   13671:        * src/classes/string.C 1.115:
                   13672:        * src/classes/table.C 1.156:
                   13673:        * www/htdocs/index.html 1.87:
                   13674:                sql options can be string now
                   13675:                ^xxx:sql{...}[
                   13676:                #  $.default()
                   13677:                }
                   13678: 
                   13679: 2002-08-05  paf
                   13680:        * src/classes/date.C 1.34:
                   13681:        * src/include/pa_globals.h 1.92:
                   13682:        * src/main/pa_globals.C 1.135:
                   13683:                month calendar week column [ISO 8601 Week Numbers]
                   13684: 
                   13685:        * operators.txt 1.60:
                   13686:                comment on date:calendar week column
                   13687: 
                   13688:        * src/types/pa_vxnode.C 1.20:
                   13689:                xnode.childNodes  now 0... [were 1...]
                   13690: 
                   13691:        * src/main/pa_common.C 1.113:
                   13692:        * src/main/pa_common.C 1.114:
                   13693:        * src/main/pa_common.C 1.115:
                   13694:        * src/main/pa_common.C 1.116:
                   13695:                write checked
                   13696: 
                   13697:        * src/types/pa_vmail.C 1.15:
                   13698:                file buffer relocated to parser heap
                   13699: 
                   13700:        * src/classes/date.C 1.35:
                   13701:                +1 buf size for stupid snprintfs
                   13702: 
                   13703: 2002-08-02  paf
                   13704:        * operators.txt 1.59:
                   13705:        * src/main/pa_request.C 1.220:
                   13706:        * src/types/pa_vform.C 1.61:
                   13707:        * www/htdocs/index.html 1.83:
                   13708:                response transcoded source->client only when text/* or simple
                   13709:                onoverridden $response:body
                   13710: 
                   13711:        * src/include/pa_config_fixed.h [release_3_0_0005] 1.48.2.1:
                   13712:        * src/main/pa_string.C [release_3_0_0005] 1.165.2.1:
                   13713:        * src/targets/cgi/getopt.c [release_3_0_0005] 1.1.4.1:
                   13714:        * src/targets/cgi/parser3.C [release_3_0_0005] 1.190.2.1:
                   13715:                removed #define DEBUG*
                   13716: 
                   13717:        * src/Makefile.in 1.50:
                   13718:        * src/classes/Makefile.in 1.48:
                   13719:        * src/main/Makefile.in 1.44:
                   13720:        * src/targets/apache13/Makefile.in 1.37:
                   13721:        * src/targets/cgi/Makefile.in 1.51:
                   13722:        * src/types/Makefile.in 1.41:
                   13723:                *** empty log message ***
                   13724: 
                   13725:        * src/types/pa_vclass.h 1.28:
                   13726:        * src/types/pa_vform.C 1.62:
                   13727:        * src/types/pa_vobject.h 1.21:
                   13728:                opera multipart post fixed
                   13729: 
                   13730:        * configure [release_3_0_0005] 1.35.2.1:
                   13731:        * configure.in [release_3_0_0005] 1.36.2.1:
                   13732:        * src/include/pa_version.h [release_3_0_0005] 1.7.2.1:
                   13733:                release 3_0_0005
                   13734: 
                   13735:        * bin/auto.p.dist.in [release_3_0_0005] 1.3.4.1:
                   13736:                unhandled_exception comments
                   13737: 
                   13738: 2002-08-01  paf
                   13739:        * src/classes/classes.C 1.17:
                   13740:        * src/classes/classes.h 1.21:
                   13741:        * src/classes/date.C 1.33:
                   13742:        * src/classes/double.C 1.49:
                   13743:        * src/classes/file.C 1.92:
                   13744:        * src/classes/form.C 1.28:
                   13745:        * src/classes/hash.C 1.42:
                   13746:        * src/classes/image.C 1.74:
                   13747:        * src/classes/int.C 1.46:
                   13748:        * src/classes/mail.C 1.74:
                   13749:        * src/classes/math.C 1.23:
                   13750:        * src/classes/op.C 1.99:
                   13751:        * src/classes/response.C 1.21:
                   13752:        * src/classes/string.C 1.114:
                   13753:        * src/classes/table.C 1.155:
                   13754:        * src/classes/void.C 1.21:
                   13755:        * src/classes/xdoc.C 1.97:
                   13756:        * src/classes/xnode.C 1.47:
                   13757:        * src/classes/xnode.h 1.13:
                   13758:        * src/include/pa_array.h 1.55:
                   13759:        * src/include/pa_cache_managers.h 1.8:
                   13760:        * src/include/pa_charset.h 1.18:
                   13761:        * src/include/pa_charsets.h 1.7:
                   13762:        * src/include/pa_common.h 1.79:
                   13763:        * src/include/pa_config_fixed.h 1.48:
                   13764:        * src/include/pa_dictionary.h 1.12:
                   13765:        * src/include/pa_dir.h 1.12:
                   13766:        * src/include/pa_exception.h 1.37:
                   13767:        * src/include/pa_exec.h 1.10:
                   13768:        * src/include/pa_globals.h 1.91:
                   13769:        * src/include/pa_hash.h 1.57:
                   13770:        * src/include/pa_opcode.h 1.20:
                   13771:        * src/include/pa_pool.h 1.83:
                   13772:        * src/include/pa_request.h 1.142:
                   13773:        * src/include/pa_sapi.h 1.21:
                   13774:        * src/include/pa_socks.h 1.10:
                   13775:        * src/include/pa_sql_connection.h 1.26:
                   13776:        * src/include/pa_sql_driver_manager.h 1.25:
                   13777:        * src/include/pa_stack.h 1.16:
                   13778:        * src/include/pa_string.h 1.141:
                   13779:        * src/include/pa_stylesheet_connection.h 1.30:
                   13780:        * src/include/pa_stylesheet_manager.h 1.14:
                   13781:        * src/include/pa_table.h 1.46:
                   13782:        * src/include/pa_threads.h 1.25:
                   13783:        * src/include/pa_types.h 1.43:
                   13784:        * src/include/pa_uue.h 1.3:
                   13785:        * src/lib/md5/pa_md5.h 1.4:
                   13786:        * src/lib/md5/pa_md5c.c 1.5:
                   13787:        * src/lib/pcre/pcre_parser_ctype.c 1.2:
                   13788:        * src/main/compile.C 1.65:
                   13789:        * src/main/compile.tab.C 1.58:
                   13790:        * src/main/compile_tools.C 1.52:
                   13791:        * src/main/compile_tools.h 1.63:
                   13792:        * src/main/execute.C 1.244:
                   13793:        * src/main/pa_array.C 1.50:
                   13794:        * src/main/pa_cache_managers.C 1.6:
                   13795:        * src/main/pa_charset.C 1.28:
                   13796:        * src/main/pa_charsets.C 1.10:
                   13797:        * src/main/pa_common.C 1.112:
                   13798:        * src/main/pa_dictionary.C 1.16:
                   13799:        * src/main/pa_dir.C 1.13:
                   13800:        * src/main/pa_exception.C 1.42:
                   13801:        * src/main/pa_exec.C 1.39:
                   13802:        * src/main/pa_globals.C 1.134:
                   13803:        * src/main/pa_hash.C 1.52:
                   13804:        * src/main/pa_pool.C 1.55:
                   13805:        * src/main/pa_request.C 1.219:
                   13806:        * src/main/pa_socks.C 1.16:
                   13807:        * src/main/pa_sql_driver_manager.C 1.64:
                   13808:        * src/main/pa_string.C 1.165:
                   13809:        * src/main/pa_stylesheet_manager.C 1.15:
                   13810:        * src/main/pa_table.C 1.49:
                   13811:        * src/main/pa_uue.C 1.3:
                   13812:        * src/main/untaint.C 1.104:
                   13813:        * src/sql/pa_sql_driver.h 1.28:
                   13814:        * src/targets/apache13/mod_parser3.C 1.26:
                   13815:        * src/targets/apache13/pa_md5c.c 1.4:
                   13816:        * src/targets/apache13/pa_pool.C 1.7:
                   13817:        * src/targets/apache13/pa_threads.C 1.10:
                   13818:        * src/targets/cgi/pa_pool.C 1.40:
                   13819:        * src/targets/cgi/pa_threads.C 1.11:
                   13820:        * src/targets/cgi/parser3.C 1.190:
                   13821:        * src/targets/cgi/pool_storage.h 1.12:
                   13822:        * src/targets/isapi/pa_pool.C 1.15:
                   13823:        * src/targets/isapi/pa_threads.C 1.12:
                   13824:        * src/targets/isapi/parser3isapi.C 1.78:
                   13825:        * src/targets/isapi/pool_storage.h 1.18:
                   13826:        * src/types/pa_valiased.C 1.16:
                   13827:        * src/types/pa_valiased.h 1.22:
                   13828:        * src/types/pa_value.C 1.3:
                   13829:        * src/types/pa_value.h 1.88:
                   13830:        * src/types/pa_vbool.h 1.20:
                   13831:        * src/types/pa_vclass.h 1.27:
                   13832:        * src/types/pa_vcode_frame.h 1.16:
                   13833:        * src/types/pa_vcookie.C 1.45:
                   13834:        * src/types/pa_vcookie.h 1.18:
                   13835:        * src/types/pa_vdate.h 1.12:
                   13836:        * src/types/pa_vdouble.h 1.39:
                   13837:        * src/types/pa_venv.h 1.23:
                   13838:        * src/types/pa_vfile.C 1.31:
                   13839:        * src/types/pa_vfile.h 1.44:
                   13840:        * src/types/pa_vform.C 1.60:
                   13841:        * src/types/pa_vform.h 1.37:
                   13842:        * src/types/pa_vhash.h 1.35:
                   13843:        * src/types/pa_vimage.C 1.19:
                   13844:        * src/types/pa_vimage.h 1.27:
                   13845:        * src/types/pa_vint.h 1.36:
                   13846:        * src/types/pa_vjunction.h 1.15:
                   13847:        * src/types/pa_vmail.C 1.14:
                   13848:        * src/types/pa_vmail.h 1.3:
                   13849:        * src/types/pa_vmath.h 1.9:
                   13850:        * src/types/pa_vmethod_frame.h 1.29:
                   13851:        * src/types/pa_vobject.h 1.20:
                   13852:        * src/types/pa_vrequest.C 1.19:
                   13853:        * src/types/pa_vrequest.h 1.19:
                   13854:        * src/types/pa_vresponse.C 1.7:
                   13855:        * src/types/pa_vresponse.h 1.24:
                   13856:        * src/types/pa_vstateless_class.C 1.15:
                   13857:        * src/types/pa_vstateless_class.h 1.28:
                   13858:        * src/types/pa_vstateless_object.h 1.19:
                   13859:        * src/types/pa_vstatus.C 1.9:
                   13860:        * src/types/pa_vstatus.h 1.10:
                   13861:        * src/types/pa_vstring.C 1.21:
                   13862:        * src/types/pa_vstring.h 1.48:
                   13863:        * src/types/pa_vtable.C 1.15:
                   13864:        * src/types/pa_vtable.h 1.40:
                   13865:        * src/types/pa_vvoid.h 1.11:
                   13866:        * src/types/pa_vxdoc.C 1.15:
                   13867:        * src/types/pa_vxdoc.h 1.23:
                   13868:        * src/types/pa_vxnode.C 1.19:
                   13869:        * src/types/pa_vxnode.h 1.16:
                   13870:        * src/types/pa_wcontext.C 1.21:
                   13871:        * src/types/pa_wcontext.h 1.34:
                   13872:        * src/types/pa_wwrapper.h 1.20:
1.44    ! paf      13873:                $Date: 2005/05/24 11:00:41 $
1.15      paf      13874: 
                   13875:        * src/Makefile.am 1.17:
                   13876:        * src/classes/Makefile.am 1.40:
                   13877:        * src/classes/classes.C 1.16:
                   13878:        * src/classes/classes.dsp 1.23:
                   13879:        * src/classes/classes.h 1.20:
                   13880:        * src/classes/date.C 1.32:
                   13881:        * src/classes/double.C 1.48:
                   13882:        * src/classes/file.C 1.91:
                   13883:        * src/classes/form.C 1.27:
                   13884:        * src/classes/hash.C 1.41:
                   13885:        * src/classes/image.C 1.73:
                   13886:        * src/classes/int.C 1.45:
                   13887:        * src/classes/mail.C 1.73:
                   13888:        * src/classes/math.C 1.22:
                   13889:        * src/classes/op.C 1.98:
                   13890:        * src/classes/response.C 1.20:
                   13891:        * src/classes/string.C 1.113:
                   13892:        * src/classes/table.C 1.154:
                   13893:        * src/classes/void.C 1.20:
                   13894:        * src/classes/xdoc.C 1.96:
                   13895:        * src/classes/xnode.C 1.46:
                   13896:        * src/classes/xnode.h 1.12:
                   13897:        * src/include/pa_array.h 1.54:
                   13898:        * src/include/pa_cache_managers.h 1.7:
                   13899:        * src/include/pa_charset.h 1.17:
                   13900:        * src/include/pa_charsets.h 1.6:
                   13901:        * src/include/pa_common.h 1.78:
                   13902:        * src/include/pa_config_fixed.h 1.47:
                   13903:        * src/include/pa_config_includes.h 1.20:
                   13904:        * src/include/pa_dictionary.h 1.11:
                   13905:        * src/include/pa_dir.h 1.11:
                   13906:        * src/include/pa_exception.h 1.36:
                   13907:        * src/include/pa_exec.h 1.9:
                   13908:        * src/include/pa_globals.h 1.90:
                   13909:        * src/include/pa_hash.h 1.56:
                   13910:        * src/include/pa_opcode.h 1.19:
                   13911:        * src/include/pa_pool.h 1.82:
                   13912:        * src/include/pa_pragma_pack_begin.h 1.5:
                   13913:        * src/include/pa_pragma_pack_end.h 1.5:
                   13914:        * src/include/pa_request.h 1.141:
                   13915:        * src/include/pa_sapi.h 1.20:
                   13916:        * src/include/pa_socks.h 1.9:
                   13917:        * src/include/pa_sql_connection.h 1.25:
                   13918:        * src/include/pa_sql_driver_manager.h 1.24:
                   13919:        * src/include/pa_stack.h 1.15:
                   13920:        * src/include/pa_string.h 1.140:
                   13921:        * src/include/pa_stylesheet_connection.h 1.29:
                   13922:        * src/include/pa_stylesheet_manager.h 1.13:
                   13923:        * src/include/pa_table.h 1.45:
                   13924:        * src/include/pa_threads.h 1.24:
                   13925:        * src/include/pa_types.h 1.42:
                   13926:        * src/include/pa_uue.h 1.2:
                   13927:        * src/lib/md5/pa_md5.h 1.3:
                   13928:        * src/lib/md5/pa_md5c.c 1.4:
                   13929:        * src/main/Makefile.am 1.34:
                   13930:        * src/main/compile.C 1.64:
                   13931:        * src/main/compile_tools.C 1.51:
                   13932:        * src/main/compile_tools.h 1.62:
                   13933:        * src/main/execute.C 1.243:
                   13934:        * src/main/main.dsp 1.157:
                   13935:        * src/main/pa_array.C 1.49:
                   13936:        * src/main/pa_cache_managers.C 1.5:
                   13937:        * src/main/pa_charset.C 1.27:
                   13938:        * src/main/pa_charsets.C 1.9:
                   13939:        * src/main/pa_common.C 1.111:
                   13940:        * src/main/pa_dictionary.C 1.15:
                   13941:        * src/main/pa_dir.C 1.12:
                   13942:        * src/main/pa_exception.C 1.41:
                   13943:        * src/main/pa_exec.C 1.38:
                   13944:        * src/main/pa_globals.C 1.133:
                   13945:        * src/main/pa_hash.C 1.51:
                   13946:        * src/main/pa_pool.C 1.54:
                   13947:        * src/main/pa_request.C 1.218:
                   13948:        * src/main/pa_socks.C 1.15:
                   13949:        * src/main/pa_sql_driver_manager.C 1.63:
                   13950:        * src/main/pa_string.C 1.164:
                   13951:        * src/main/pa_stylesheet_manager.C 1.14:
                   13952:        * src/main/pa_table.C 1.48:
                   13953:        * src/main/pa_uue.C 1.2:
                   13954:        * src/main/untaint.C 1.103:
                   13955:        * src/sql/pa_sql_driver.h 1.27:
                   13956:        * src/targets/apache13/ApacheModuleParser3.dsp 1.16:
                   13957:        * src/targets/apache13/Makefile.am 1.13:
                   13958:        * src/targets/apache13/mod_parser3.C 1.25:
                   13959:        * src/targets/apache13/pa_md5c.c 1.3:
                   13960:        * src/targets/apache13/pa_pool.C 1.6:
                   13961:        * src/targets/apache13/pa_threads.C 1.9:
                   13962:        * src/targets/cgi/Makefile.am 1.40:
                   13963:        * src/targets/cgi/pa_pool.C 1.39:
                   13964:        * src/targets/cgi/pa_threads.C 1.10:
                   13965:        * src/targets/cgi/parser3.C 1.189:
                   13966:        * src/targets/cgi/parser3.dsp 1.54:
                   13967:        * src/targets/cgi/pool_storage.h 1.11:
                   13968:        * src/targets/isapi/pa_pool.C 1.14:
                   13969:        * src/targets/isapi/pa_threads.C 1.11:
                   13970:        * src/targets/isapi/parser3isapi.C 1.77:
                   13971:        * src/targets/isapi/parser3isapi.dsp 1.41:
                   13972:        * src/targets/isapi/pool_storage.h 1.17:
                   13973:        * src/types/Makefile.am 1.24:
                   13974:        * src/types/pa_valiased.C 1.15:
                   13975:        * src/types/pa_valiased.h 1.21:
                   13976:        * src/types/pa_value.C 1.2:
                   13977:        * src/types/pa_value.h 1.87:
                   13978:        * src/types/pa_vbool.h 1.19:
                   13979:        * src/types/pa_vclass.h 1.26:
                   13980:        * src/types/pa_vcode_frame.h 1.15:
                   13981:        * src/types/pa_vcookie.C 1.44:
                   13982:        * src/types/pa_vcookie.h 1.17:
                   13983:        * src/types/pa_vdate.h 1.11:
                   13984:        * src/types/pa_vdouble.h 1.38:
                   13985:        * src/types/pa_venv.h 1.22:
                   13986:        * src/types/pa_vfile.C 1.30:
                   13987:        * src/types/pa_vfile.h 1.43:
                   13988:        * src/types/pa_vform.C 1.59:
                   13989:        * src/types/pa_vform.h 1.36:
                   13990:        * src/types/pa_vhash.h 1.34:
                   13991:        * src/types/pa_vimage.C 1.18:
                   13992:        * src/types/pa_vimage.h 1.26:
                   13993:        * src/types/pa_vint.h 1.35:
                   13994:        * src/types/pa_vjunction.h 1.14:
                   13995:        * src/types/pa_vmail.C 1.13:
                   13996:        * src/types/pa_vmail.h 1.2:
                   13997:        * src/types/pa_vmath.h 1.8:
                   13998:        * src/types/pa_vmethod_frame.h 1.28:
                   13999:        * src/types/pa_vobject.h 1.19:
                   14000:        * src/types/pa_vrequest.C 1.18:
                   14001:        * src/types/pa_vrequest.h 1.18:
                   14002:        * src/types/pa_vresponse.C 1.6:
                   14003:        * src/types/pa_vresponse.h 1.23:
                   14004:        * src/types/pa_vstateless_class.C 1.14:
                   14005:        * src/types/pa_vstateless_class.h 1.27:
                   14006:        * src/types/pa_vstateless_object.h 1.18:
                   14007:        * src/types/pa_vstatus.C 1.8:
                   14008:        * src/types/pa_vstatus.h 1.9:
                   14009:        * src/types/pa_vstring.C 1.20:
                   14010:        * src/types/pa_vstring.h 1.47:
                   14011:        * src/types/pa_vtable.C 1.14:
                   14012:        * src/types/pa_vtable.h 1.39:
                   14013:        * src/types/pa_vvoid.h 1.10:
                   14014:        * src/types/pa_vxdoc.C 1.14:
                   14015:        * src/types/pa_vxdoc.h 1.22:
                   14016:        * src/types/pa_vxnode.C 1.18:
                   14017:        * src/types/pa_vxnode.h 1.15:
                   14018:        * src/types/pa_wcontext.C 1.20:
                   14019:        * src/types/pa_wcontext.h 1.33:
                   14020:        * src/types/pa_wwrapper.h 1.19:
                   14021:        * src/types/types.dsp 1.29:
                   14022:                ident.C* removed
                   14023: 
                   14024:        * operators.txt 1.58:
                   14025:        * src/classes/file.C 1.90:
                   14026:        * src/main/pa_request.C 1.217:
1.24      paf      14027:        * www/cgi-bin/parser3.log 1.78:
1.15      paf      14028:                file:find[/can/do/this/now.txt]
                   14029: 
                   14030:        * src/targets/cgi/parser3.C 1.188:
                   14031:                usage to stdout now
                   14032: 
                   14033: 2002-07-31  paf
                   14034:        * src/classes/mail.C 1.72:
                   14035:        * src/types/pa_vmail.C 1.10:
                   14036:        * src/types/pa_vmail.C 1.11:
                   14037:        * src/types/pa_vmail.C 1.12:
                   14038:                mail:
                   14039:                errors-to: now default "postmaster"
                   14040: 
                   14041:        * src/classes/mail.C 1.70:
                   14042:        * src/types/pa_vmail.C 1.9:
1.24      paf      14043:        * www/cgi-bin/parser3.log 1.77:
1.15      paf      14044:                mail from/to now must be.
                   14045:                -f postmaster now default sendmail key
                   14046:                word "postmaster" replaced to $.from
                   14047: 
                   14048:        * src/classes/mail.C 1.71:
                   14049:                *** empty log message ***
                   14050: 
                   14051: 2002-07-30  paf
                   14052:        * src/main/pa_charset.C 1.25:
1.24      paf      14053:        * www/cgi-bin/parser3.log 1.76:
1.15      paf      14054:        * www/htdocs/auto.p 1.15:
                   14055:                UTF-8 to 1byte charset convert, no char in table, &#decimal;
                   14056: 
                   14057:        * Makefile.in 1.16:
                   14058:        * configure 1.35:
                   14059:        * configure.in 1.36:
                   14060:        * src/targets/cgi/Makefile.in 1.50:
                   14061:        * src/targets/cgi/pa_config_paths.h.in 1.2:
                   14062:        * src/targets/cgi/parser3.C 1.187:
                   14063:                removed pa_config_paths.h
                   14064: 
                   14065:        * src/main/pa_charset.C 1.26:
                   14066:        * src/main/pa_request.C 1.216:
                   14067:                comment
                   14068: 
                   14069:        * etc/parser3.charsets/windows-1251.cfg 1.6:
                   14070:                section sign [russian paragraf]
                   14071: 
                   14072: 2002-07-11  paf
                   14073:        * src/classes/mail.C 1.69:
                   14074:                $MAIL[
                   14075:                # xxx
                   14076:                ]
                   14077:                
                   14078:                now ok
                   14079: 
                   14080:        * operators.txt 1.57:
                   14081:                plan: sql detailed exception
                   14082: 
                   14083:        * src/main/pa_exec.C 1.36:
                   14084:                invalid .exe caused error message with params wich parser did not provide = reported badly.
                   14085:                fixed that.
                   14086: 
                   14087:        * src/main/pa_exec.C 1.37:
                   14088:                build command line badly added params twice [and first time
                   14089:                without ' ']. double wrong. fixed.
                   14090: 
                   14091: 2002-07-01  paf
                   14092:        * src/classes/form.C 1.26:
                   14093:        * src/main/pa_request.C 1.215:
                   14094:                conf bug fixed [MForm.configure_admin were called when request
                   14095:                main_class ==0
                   14096: 
                   14097:        * src/classes/form.C 1.24:
                   14098:                content_length type fix
                   14099: 
                   14100:        * src/classes/form.C 1.25:
                   14101:                10*0x400*400 bug fix [4M not 10M]
                   14102: 
                   14103: 2002-06-30  paf
                   14104:        * src/classes/mail.C 1.68:
                   14105:                merged from 4
                   14106: 
                   14107:        * src/classes/mail.C [release_3_0_0004] 1.67.2.1:
                   14108:                restored $MAIL
                   14109: 
                   14110: 2002-06-28  paf
                   14111:        * configure 1.32:
                   14112:        * operators.txt 1.56:
                   14113:        * src/classes/xdoc.C 1.95:
                   14114:        * src/include/pa_charset.h 1.16:
                   14115:        * src/include/pa_config_fixed.h 1.46:
                   14116:        * src/include/pa_pool.h 1.81:
                   14117:        * src/include/pa_version.h 1.6:
                   14118:        * src/main/pa_charset.C 1.24:
                   14119:        * src/main/pa_pool.C 1.53:
                   14120:        * src/targets/apache13/ApacheModuleParser3.dsp 1.15:
                   14121:        * src/targets/cgi/parser3.dsp 1.53:
                   14122:        * src/targets/isapi/parser3isapi.dsp 1.40:
                   14123:        * src/types/pa_vmail.C 1.8:
1.24      paf      14124:        * www/cgi-bin/parser3.log 1.75:
1.15      paf      14125:        * www/htdocs/index.html 1.82:
                   14126:                merged latest updates to head
                   14127: 
                   14128:        * configure 1.34:
                   14129:        * configure.in [release_3_0_0004] 1.35.2.2:
                   14130:                removed paths.h
                   14131: 
                   14132:        * Makefile.in 1.15:
                   14133:        * configure 1.33:
                   14134:        * src/include/pa_version.h 1.7:
                   14135:        * src/targets/cgi/pa_config_paths.h.in [release_3_0_0004] 1.1.8.1:
                   14136:                lates changes from 4 build merged, makes updated
                   14137: 
                   14138: 2002-06-27  paf
                   14139:        * src/classes/xdoc.C 1.94:
                   14140:        * www/htdocs/index.html 1.81:
                   14141:                xsltParseStylesheetDoc bug workaround
                   14142: 
                   14143:        * operators.txt [release_3_0_0004] 1.55.2.1:
                   14144:        * src/classes/xdoc.C [release_3_0_0004] 1.93.2.1:
                   14145:        * src/include/pa_charset.h [release_3_0_0004] 1.15.2.1:
                   14146:        * src/include/pa_config_fixed.h [release_3_0_0004] 1.45.2.2:
                   14147:        * src/include/pa_pool.h [release_3_0_0004] 1.80.4.1:
                   14148:        * src/main/pa_charset.C [release_3_0_0004] 1.23.8.1:
                   14149:        * src/main/pa_pool.C [release_3_0_0004] 1.52.8.1:
1.24      paf      14150:        * www/cgi-bin/parser3.log [release_3_0_0004] 1.74.2.1:
1.15      paf      14151:        * www/htdocs/index.html [release_3_0_0004] 1.80.2.1:
                   14152:                ^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
                   14153:                default uri=path_translated
                   14154: 
                   14155:        * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_0004] 1.14.2.1:
                   14156:        * src/targets/cgi/parser3.dsp [release_3_0_0004] 1.52.2.1:
                   14157:        * src/targets/isapi/parser3isapi.dsp [release_3_0_0004] 1.39.2.1:
                   14158:                post-build not error now
                   14159: 
                   14160: 2002-06-26  paf
                   14161:        * configure [release_3_0_0004] 1.31.2.1:
                   14162:        * configure.in [release_3_0_0004] 1.35.2.1:
                   14163:        * src/include/pa_version.h [release_3_0_0004] 1.5.4.1:
                   14164:                 release_3_0_0004
                   14165: 
                   14166:        * src/main/pa_string.C 1.162:
                   14167:                blank string '', ' <whitespace>' considered 0 now
                   14168: 
                   14169:        * src/lib/md5/Makefile.in 1.1:
                   14170:                *** empty log message ***
                   14171: 
                   14172:        * src/targets/cgi/parser3.C 1.186:
1.24      paf      14173:        * www/cgi-bin/parser3.log 1.74:
1.15      paf      14174:                /cgi-bin/parser empty filename checked
                   14175: 
                   14176: 2002-06-25  paf
                   14177:        * operators.txt 1.55:
                   14178:        * src/classes/xdoc.C 1.93:
1.24      paf      14179:        * www/cgi-bin/parser3.log 1.71:
                   14180:        * www/cgi-bin/parser3.log 1.72:
1.15      paf      14181:        * www/htdocs/index.html 1.78:
                   14182:        * www/htdocs/index.html 1.79:
                   14183:                ^xdoc.transform[xdoc <<can be now
                   14184: 
                   14185:        * bin/auto.p.dist.in 1.3:
                   14186:        * operators.txt 1.53:
                   14187:        * src/classes/math.C 1.20:
                   14188:        * src/types/pa_vmail.C 1.6:
1.24      paf      14189:        * www/cgi-bin/parser3.log 1.70:
1.15      paf      14190:        * www/htdocs/index.html 1.76:
                   14191:                math:crypt updated to generate random salt when needed and to
                   14192:                call system crypt() if not $apr1$ prefix
                   14193: 
                   14194:        * configure 1.31:
                   14195:        * configure.in 1.35:
                   14196:        * src/include/pa_config_auto.h.in 1.27:
                   14197:                crypt library configured
                   14198: 
                   14199:        * operators.txt 1.54:
                   14200:        * src/classes/string.C 1.112:
                   14201:        * www/htdocs/index.html 1.77:
                   14202:                ^string.normalize  [old name: optimize
                   14203: 
                   14204:        * src/main/pa_string.C 1.161:
1.24      paf      14205:        * www/cgi-bin/parser3.log 1.73:
1.15      paf      14206:        * www/htdocs/index.html 1.80:
                   14207:                emtpy string, or string of whitespaces considered bad number now
                   14208: 
                   14209:        * src/main/pa_request.C 1.214:
                   14210:                configure_admin forced if no @conf
                   14211: 
                   14212: 2002-06-24  paf
                   14213:        * Makefile.in 1.14:
                   14214:        * bin/Makefile.in 1.4:
                   14215:        * configure 1.29:
                   14216:        * configure.in 1.33:
                   14217:        * etc/Makefile.in 1.9:
                   14218:        * etc/parser3.charsets/Makefile.in 1.11:
                   14219:        * src/Makefile.in 1.49:
                   14220:        * src/classes/Makefile.in 1.47:
                   14221:        * src/include/Makefile.in 1.6:
                   14222:        * src/include/pa_config_auto.h.in 1.25:
                   14223:        * src/lib/Makefile.in 1.3:
                   14224:        * src/lib/patches/Makefile.in 1.3:
                   14225:        * src/lib/pcre/Makefile.in 1.3:
                   14226:        * src/main/Makefile.in 1.43:
                   14227:        * src/sql/Makefile.in 1.6:
                   14228:        * src/targets/Makefile.in 1.37:
                   14229:        * src/targets/apache13/Makefile.in 1.36:
                   14230:        * src/targets/apache13/p3runConfigure.in 1.11:
                   14231:        * src/targets/cgi/Makefile.am 1.39:
                   14232:        * src/targets/cgi/Makefile.in 1.49:
                   14233:        * src/targets/isapi/Makefile.in 1.6:
                   14234:        * src/types/Makefile.am 1.23:
                   14235:        * src/types/Makefile.in 1.40:
                   14236:        * src/types/pa_vmail.C 1.4:
                   14237:                $mail:received makes update
                   14238: 
                   14239:        * src/targets/cgi/getopt.c 1.1:
                   14240:        * src/targets/cgi/getopt.h 1.1:
                   14241:                introducing parser -m option, for $mail:receive
                   14242: 
                   14243:        * src/include/pa_config_fixed.h 1.45:
                   14244:                ssize_t fixed
                   14245: 
                   14246:        * INSTALL 1.24:
                   14247:                --with-static/shared-mailreceive described
                   14248: 
                   14249:        * operators.txt 1.51:
                   14250:        * src/classes/mail.C 1.67:
                   14251:        * src/include/Makefile.am 1.3:
                   14252:        * src/include/pa_charset.h 1.15:
                   14253:        * src/include/pa_config_fixed.h 1.43:
                   14254:        * src/include/pa_request.h 1.140:
                   14255:        * src/include/pa_string.h 1.139:
                   14256:        * src/include/pa_uue.h 1.1:
                   14257:        * src/main/Makefile.am 1.33:
                   14258:        * src/main/main.dsp 1.155:
                   14259:        * src/main/pa_globals.C 1.131:
                   14260:        * src/main/pa_request.C 1.213:
                   14261:        * src/main/pa_string.C 1.160:
                   14262:        * src/main/pa_uue.C 1.1:
                   14263:        * src/targets/apache13/mod_parser3.C 1.24:
                   14264:        * src/targets/cgi/Makefile.am 1.38:
                   14265:        * src/targets/cgi/parser3.C 1.184:
                   14266:        * src/targets/cgi/parser3.dsp 1.51:
                   14267:        * src/targets/isapi/parser3isapi.C 1.76:
                   14268:        * src/types/pa_vform.C 1.57:
                   14269:        * src/types/pa_vform.h 1.35:
                   14270:        * src/types/pa_vmail.C 1.1:
                   14271:        * src/types/pa_vmail.h 1.1:
                   14272:        * src/types/types.dsp 1.27:
1.24      paf      14273:        * www/cgi-bin/parser3.log 1.68:
1.15      paf      14274:        * www/htdocs/index.html 1.74:
                   14275:                uue to separate file
                   14276:                introducting $message:received
                   14277:                ^mail:send rewritten with backward comp
                   14278: 
                   14279:        * src/classes/classes.dsp 1.22:
                   14280:        * src/main/main.dsp 1.156:
                   14281:        * src/main/pa_globals.C 1.132:
                   14282:        * src/targets/apache13/ApacheModuleParser3.dsp 1.14:
                   14283:        * src/targets/cgi/parser3.dsp 1.52:
                   14284:        * src/targets/isapi/parser3isapi.dsp 1.39:
                   14285:        * src/types/types.dsp 1.28:
                   14286:                win32xml win32mailreceive pseudomodules paths now
                   14287: 
                   14288:        * src/include/pa_config_fixed.h 1.44:
                   14289:        * src/targets/cgi/parser3.C 1.185:
                   14290:        * src/types/pa_vmail.C 1.3:
                   14291:                #ifdef WITH_MAILRECEIVE
                   14292: 
                   14293:        * acconfig.h 1.2:
                   14294:        * configure 1.30:
                   14295:        * configure.in 1.34:
                   14296:        * src/include/pa_config_auto.h.in 1.26:
                   14297:                *** empty log message ***
                   14298: 
                   14299: 2002-06-21  paf
                   14300:        * Makefile.in 1.13:
                   14301:        * configure 1.28:
                   14302:        * configure.in 1.32:
                   14303:        * src/Makefile.in 1.48:
                   14304:        * src/classes/Makefile.in 1.46:
                   14305:        * src/lib/Makefile.in 1.1:
                   14306:        * src/lib/md5/Makefile.am 1.2:
                   14307:        * src/lib/md5/pa_md5c.c 1.2:
                   14308:        * src/lib/patches/Makefile.in 1.2:
                   14309:        * src/lib/pcre/Makefile.in 1.2:
                   14310:        * src/main/Makefile.in 1.42:
                   14311:        * src/targets/apache13/Makefile.in 1.35:
                   14312:        * src/targets/cgi/Makefile.am 1.37:
                   14313:        * src/targets/cgi/Makefile.in 1.48:
                   14314:        * src/types/Makefile.in 1.39:
                   14315:                lib restructure .in and .am files appropriate changes
                   14316: 
                   14317:        * src/lib/Makefile.am 1.2:
                   14318:        * src/lib/Makefile.in 1.2:
                   14319:        * src/lib/md5/pa_md5.h 1.2:
                   14320:        * src/targets/apache13/p3runConfigure.in 1.10:
                   14321:        * src/targets/apache13/pa_md5c.c 1.2:
                   14322:                lib restructure apache .am & co changes
                   14323: 
                   14324:        * INSTALL 1.23:
                   14325:        * configure.in 1.31:
                   14326:        * operators.txt 1.50:
                   14327:        * parser3.dsw 1.2:
                   14328:        * src/Makefile.am 1.16:
                   14329:        * src/classes/Makefile.am 1.39:
                   14330:        * src/classes/classes.dsp 1.21:
                   14331:        * src/classes/math.C 1.19:
                   14332:        * src/lib/Makefile.am 1.1:
                   14333:        * src/lib/md5/Makefile.am 1.1:
                   14334:        * src/lib/md5/md5.dsp 1.1:
                   14335:        * src/lib/md5/pa_md5.h 1.1:
                   14336:        * src/lib/md5/pa_md5c.c 1.1:
                   14337:        * src/lib/patches/Makefile.am 1.1:
                   14338:        * src/lib/patches/Makefile.in 1.1:
                   14339:        * src/lib/patches/libgdome_cpp_syntax1.patch 1.1:
                   14340:        * src/lib/patches/libgdome_cpp_syntax2.patch 1.1:
                   14341:        * src/lib/patches/libgdome_morestatic.patch 1.1:
                   14342:        * src/lib/patches/libxml_error_column_tab.patch 1.1:
                   14343:        * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.1:
                   14344:        * src/lib/patches/libxml_transcoder_context1.patch 1.1:
                   14345:        * src/lib/patches/libxml_transcoder_context2.patch 1.1:
                   14346:        * src/lib/patches/libxml_transcoder_context3.patch 1.1:
                   14347:        * src/lib/patches/libxml_transcoder_context4.patch 1.1:
                   14348:        * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.1:
                   14349:        * src/lib/pcre/LICENCE 1.1:
                   14350:        * src/lib/pcre/Makefile.am 1.1:
                   14351:        * src/lib/pcre/Makefile.in 1.1:
                   14352:        * src/lib/pcre/README 1.1:
                   14353:        * src/lib/pcre/Tech.Notes 1.1:
                   14354:        * src/lib/pcre/dftables.c 1.1:
                   14355:        * src/lib/pcre/get.c 1.1:
                   14356:        * src/lib/pcre/ibm-1250.ucm 1.1:
                   14357:        * src/lib/pcre/ibm-1251.ucm 1.1:
                   14358:        * src/lib/pcre/ibm-1257.ucm 1.1:
                   14359:        * src/lib/pcre/internal.h 1.1:
                   14360:        * src/lib/pcre/maketables.c 1.1:
                   14361:        * src/lib/pcre/pcre-2_08.tar.gz 1.1:
                   14362:        * src/lib/pcre/pcre.3 1.1:
                   14363:        * src/lib/pcre/pcre.3.html 1.1:
                   14364:        * src/lib/pcre/pcre.3.txt 1.1:
                   14365:        * src/lib/pcre/pcre.c 1.1:
                   14366:        * src/lib/pcre/pcre.dsp 1.1:
                   14367:        * src/lib/pcre/pcre.h 1.1:
                   14368:        * src/lib/pcre/pcre_dftables.dsp 1.1:
                   14369:        * src/lib/pcre/pcre_parser_ctype.c 1.1:
                   14370:        * src/lib/pcre/pcre_parser_ctype.dsp 1.1:
                   14371:        * src/lib/pcre/ruspart_win2koi.pl 1.1:
                   14372:        * src/lib/pcre/study.c 1.1:
                   14373:        * src/lib/pcre/win-koi.tab 1.1:
                   14374:        * src/main/Makefile.am 1.32:
                   14375:        * src/main/compile.tab.C 1.57:
                   14376:        * src/main/main.dsp 1.154:
                   14377:        * src/targets/apache13/ApacheModuleParser3.dsp 1.13:
                   14378:        * src/targets/apache13/Makefile.am 1.12:
                   14379:        * src/targets/apache13/pa_md5c.c 1.1:
                   14380:        * src/targets/cgi/Makefile.am 1.36:
                   14381:        * src/targets/cgi/parser3.dsp 1.50:
                   14382:        * src/targets/isapi/parser3isapi.dsp 1.38:
                   14383:        * src/types/Makefile.am 1.22:
                   14384:        * src/types/types.dsp 1.26:
1.24      paf      14385:        * www/cgi-bin/parser3.log 1.67:
1.15      paf      14386:        * www/htdocs/.htaccess 1.5:
                   14387:        * www/htdocs/index.html 1.73:
                   14388:                moved libltdl and pcre to libs/
                   14389:                added libs/md5 which is linked to non-apache targets
                   14390:                ^math:crypt[password;$apr1$salt]
                   14391: 
                   14392: 2002-06-20  paf
                   14393:        * INSTALL [release_3_0_0003] 1.21.2.1:
                   14394:        * bin/Makefile.am [release_3_0_0003] 1.2.2.1:
                   14395:        * bin/Makefile.in [release_3_0_0003] 1.2.2.1:
                   14396:        * bin/auto.p.dist.in [release_3_0_0003] 1.2.2.1:
                   14397:        * configure [release_3_0_0003] 1.26.2.2:
                   14398:        * configure.in [release_3_0_0003] 1.29.2.2:
                   14399:        * operators.txt [release_3_0_0003] 1.47.2.1:
                   14400:        * src/classes/file.C [release_3_0_0003] 1.88.2.1:
                   14401:        * src/classes/op.C [release_3_0_0003] 1.96.2.1:
                   14402:        * src/doc/doxygen.cfg [release_3_0_0003] 1.22.4.1:
                   14403:        * src/include/pa_globals.h [release_3_0_0003] 1.88.2.1:
                   14404:        * src/include/pa_request.h [release_3_0_0003] 1.138.2.1:
                   14405:        * src/main/execute.C [release_3_0_0003] 1.241.2.1:
                   14406:        * src/main/pa_request.C [release_3_0_0003] 1.211.2.1:
                   14407:        * src/targets/apache13/mod_parser3.C [release_3_0_0003] 1.22.2.1:
                   14408:        * src/targets/cgi/parser3.C [release_3_0_0003] 1.182.2.1:
                   14409:        * src/targets/isapi/parser3isapi.C [release_3_0_0003] 1.74.2.1:
                   14410:        * src/types/pa_vmethod_frame.h [release_3_0_0003] 1.26.6.1:
                   14411:        * www/htdocs/auto.p [release_3_0_0003] 1.11.2.1:
                   14412:        * www/htdocs/index.html [release_3_0_0003] 1.69.2.1:
                   14413:                marged latest HEAD updates, mainly file:justname&co & @auto
                   14414:                conf[filespec
                   14415: 
                   14416:        * INSTALL 1.22:
                   14417:        * bin/Makefile.am 1.3:
                   14418:        * bin/auto.p.dist.in 1.1:
                   14419:        * configure.in 1.30:
                   14420:        * operators.txt 1.48:
                   14421:        * src/doc/doxygen.cfg 1.23:
                   14422:        * src/include/pa_globals.h 1.89:
                   14423:        * src/targets/apache13/mod_parser3.C 1.23:
                   14424:        * src/targets/cgi/parser3.C 1.183:
                   14425:        * src/targets/isapi/parser3isapi.C 1.75:
                   14426:        * www/htdocs/auto.p 1.12:
                   14427:        * www/htdocs/index.html 1.70:
                   14428:                parser3.conf renamed to auto.p
                   14429: 
                   14430:        * operators.txt 1.49:
                   14431:        * src/classes/file.C 1.89:
1.24      paf      14432:        * www/cgi-bin/parser3.log 1.66:
1.15      paf      14433:        * www/htdocs/auto.p 1.14:
                   14434:        * www/htdocs/index.html 1.72:
                   14435:                    !^file:dirname[/a/some.tar.gz]=/a
                   14436:                    !^file:dirname[/a/b/]=/a
                   14437:                    !^file:basename[/a/some.tar.gz]=some.tar.gz
                   14438:                    !^file:justname[/a/some.tar.gz]=some.tar
                   14439:                    !^file:justext[/a/some.tar.gz]=gz
                   14440: 
                   14441:        * bin/Makefile.in 1.3:
                   14442:        * configure 1.27:
                   14443:                parser3.conf renamed to auto.p autoconf changes
                   14444: 
                   14445:        * src/classes/op.C 1.97:
                   14446:        * src/include/pa_request.h 1.139:
                   14447:        * src/main/execute.C 1.242:
                   14448:        * src/main/pa_request.C 1.212:
                   14449:        * src/types/pa_vmethod_frame.h 1.27:
1.24      paf      14450:        * www/cgi-bin/parser3.log 1.65:
1.15      paf      14451:        * www/htdocs/auto.p 1.13:
                   14452:        * www/htdocs/index.html 1.71:
                   14453:                introducing @conf/auto[filespec]
                   14454: 
                   14455:        * bin/auto.p.dist.in 1.2:
                   14456:                <noindex>
                   14457: 
                   14458: 2002-06-18  paf
                   14459:        * bin/Makefile.am 1.1:
                   14460:        * bin/Makefile.in 1.1:
                   14461:        * etc/Makefile.am 1.4:
                   14462:        * www/htdocs/index.html 1.69:
                   14463:                bin/parser3.conf.dist [moved from etc
                   14464: 
1.24      paf      14465:        * src/classes/file.C 1.86:
                   14466:        * www/cgi-bin/parser3.log 1.64:
                   14467:                ^file::exec[script;$.bad error case insensitive check now
                   14468: 
1.15      paf      14469:        * configure [release_3_0_0003] 1.26.2.1:
                   14470:        * configure.in [release_3_0_0003] 1.29.2.1:
                   14471:        * src/include/pa_version.h [release_3_0_0003] 1.5.2.1:
                   14472:                version to configure.in
                   14473: 
                   14474:        * src/classes/file.C 1.85:
1.24      paf      14475:        * www/cgi-bin/parser3.log 1.63:
1.15      paf      14476:        * www/htdocs/index.html 1.68:
                   14477:                ^file::exec[script;$.bad now error, not skip
                   14478: 
                   14479:        * Makefile.am 1.5:
                   14480:        * Makefile.in 1.12:
                   14481:        * bin/Makefile.am 1.2:
                   14482:        * bin/Makefile.in 1.2:
                   14483:        * configure 1.26:
                   14484:        * configure.in 1.29:
                   14485:        * etc/Makefile.in 1.8:
                   14486:        * etc/parser3.charsets/Makefile.am 1.3:
                   14487:        * etc/parser3.charsets/Makefile.in 1.10:
                   14488:        * src/targets/apache13/Makefile.in 1.34:
                   14489:                parser3.conf.dist moved to bin, .in & *.am updated
                   14490: 
                   14491:        * src/classes/file.C 1.87:
                   14492:                strcasecmp
                   14493: 
                   14494:        * INSTALL 1.21:
                   14495:                reflected .conf.dist dir change
                   14496: 
                   14497:        * configure 1.25:
                   14498:        * configure.in 1.28:
                   14499:        * src/include/pa_pool.h 1.80:
                   14500:        * src/include/pa_types.h 1.41:
                   14501:                pack configure.in detection simplified.
                   14502:                figured out that gcc on sparc not that stupid as thought previously:
                   14503:                on sparc: when it sees packed class it modifies it's field-access-code to byte operations [stb, ldub] instead of 4byte operations [st, lduh]
                   14504:                so packed must be all parts of packed class, i.e. it's parents&fields(classes).
                   14505:                for now it's only String that packed and what was wrong is that it's parent - Pooled, were not packed. fixed that.
                   14506: 
                   14507:        * src/classes/file.C 1.88:
                   14508:                strncasecmp
                   14509: 
                   14510: 2002-06-14  paf
                   14511:        * operators.txt 1.47:
                   14512:                more precise xml-to-text options
                   14513: 
                   14514:        * operators.txt 1.46:
                   14515:        * src/types/pa_vxnode.C 1.17:
                   14516:                xnode attribute_node.name/value
                   14517:                xnode pi.node.data
                   14518: 
                   14519: 2002-06-12  paf
                   14520:        * Makefile.in 1.11:
                   14521:        * configure 1.24:
                   14522:        * configure.in 1.27:
                   14523:        * etc/Makefile.in 1.7:
                   14524:        * etc/parser3.charsets/Makefile.in 1.9:
                   14525:        * src/Makefile.in 1.47:
                   14526:        * src/classes/Makefile.in 1.45:
                   14527:        * src/include/Makefile.in 1.5:
                   14528:        * src/main/Makefile.in 1.41:
                   14529:        * src/sql/Makefile.in 1.5:
                   14530:        * src/targets/Makefile.in 1.36:
                   14531:        * src/targets/cgi/Makefile.am 1.35:
                   14532:        * src/targets/cgi/Makefile.in 1.47:
                   14533:        * src/targets/cgi/parser3.C 1.182:
                   14534:        * src/targets/isapi/Makefile.in 1.5:
                   14535:        * src/types/Makefile.in 1.38:
                   14536:                removed root conf define creation
                   14537: 
                   14538:        * src/classes/mail.C 1.66:
                   14539:                sendmail -ti [default now]
                   14540: 
                   14541:        * src/include/pa_globals.h 1.86:
                   14542:        * src/include/pa_request.h 1.136:
                   14543:        * src/main/main.dsp 1.153:
                   14544:        * src/main/pa_globals.C 1.128:
                   14545:        * src/main/pa_request.C 1.208:
1.24      paf      14546:        * www/cgi-bin/parser3.log 1.60:
1.15      paf      14547:                @conf
                   14548: 
1.24      paf      14549:        * src/include/pa_globals.h 1.87:
                   14550:        * src/include/pa_request.h 1.137:
                   14551:        * src/main/execute.C 1.241:
                   14552:        * src/main/pa_globals.C 1.129:
                   14553:        * src/main/pa_request.C 1.209:
                   14554:        * www/cgi-bin/parser3.log 1.61:
                   14555:                @rootconf [were @conf]
                   14556: 
1.15      paf      14557:        * INSTALL 1.20:
                   14558:        * configure.in 1.26:
                   14559:        * etc/Makefile.am 1.3:
                   14560:        * operators.txt 1.43:
                   14561:        * src/include/pa_globals.h 1.88:
                   14562:        * src/include/pa_request.h 1.138:
                   14563:        * src/main/compile.tab.C 1.56:
                   14564:        * src/main/pa_globals.C 1.130:
                   14565:        * src/main/pa_request.C 1.211:
                   14566:        * src/targets/apache13/mod_parser3.C 1.22:
                   14567:        * src/targets/cgi/parser3.C 1.181:
                   14568:        * src/targets/isapi/parser3isapi.C 1.74:
1.24      paf      14569:        * www/cgi-bin/parser3.log 1.62:
1.15      paf      14570:                parser3.conf now one and only
                   14571: 
                   14572:        * src/classes/mail.C 1.65:
                   14573:        * src/main/pa_request.C 1.210:
                   14574:                $MAIL $CHARSETS allowed to be strings. for convinient #ing
                   14575: 
                   14576: 2002-06-11  paf
                   14577:        * src/classes/file.C 1.83:
                   14578:        * src/targets/cgi/parser3.dsp 1.49:
                   14579:        * src/targets/isapi/parser3isapi.C 1.73:
1.24      paf      14580:        * www/cgi-bin/parser3.log 1.59:
1.15      paf      14581:        * www/htdocs/.htaccess 1.4:
                   14582:        * www/htdocs/index.html 1.66:
                   14583:                suexec env keys filter plus CGI_ as valid prefix
                   14584: 
                   14585:        * src/classes/file.C 1.84:
                   14586:                check simplified
                   14587: 
                   14588:        * src/classes/file.C 1.82:
                   14589:        * src/include/pa_request.h 1.135:
                   14590:        * src/include/pa_sapi.h 1.19:
                   14591:        * src/targets/apache13/mod_parser3.C 1.21:
                   14592:        * src/targets/cgi/parser3.C 1.180:
                   14593:        * src/targets/isapi/parser3isapi.C 1.72:
1.24      paf      14594:        * www/cgi-bin/parser3.log 1.58:
1.15      paf      14595:        * www/htdocs/index.html 1.65:
                   14596:                file::exec/cgi to pass HTTP_ vars
                   14597:                introducing SAPI::environment
                   14598: 
                   14599: 2002-06-10  paf
                   14600:        * src/main/pa_common.C [release_1_0_0001] 1.108.2.1:
                   14601:                fixed -d (bug)
                   14602: 
                   14603:        * configure 1.20:
                   14604:        * configure [release_3_0_0002] 1.19.2.1:
                   14605:        * configure.in [release_3_0_0002] 1.21.2.1:
                   14606:        * src/include/pa_version.h 1.5:
                   14607:        * src/include/pa_version.h [release_3_0_0002] 1.4.2.1:
                   14608:                makes
                   14609: 
                   14610:        * operators.txt 1.41:
                   14611:                old merge conflict removed
                   14612: 
                   14613:        * src/types/pa_vform.C 1.56:
                   14614:        * src/types/pa_vform.h 1.34:
                   14615:        * www/htdocs/index.html 1.62:
                   14616:                $form: not determined yet check
                   14617: 
                   14618:        * src/main/pa_common.C 1.109:
                   14619:                merged fixed -d (bug)
                   14620: 
                   14621:        * src/main/compile.tab.C 1.55:
                   14622:        * src/main/pa_string.C 1.159:
1.24      paf      14623:        * www/cgi-bin/parser3.log 1.56:
1.15      paf      14624:        * www/htdocs/index.html 1.63:
                   14625:                whitespace after number in autoconvert now ignored
                   14626: 
                   14627:        * operators.txt 1.42:
                   14628:        * src/classes/op.C 1.96:
                   14629:        * src/include/pa_common.h 1.77:
                   14630:        * src/main/pa_common.C 1.110:
                   14631:                lock failures reported now
                   14632: 
                   14633:        * configure 1.21:
                   14634:        * configure.in 1.23:
                   14635:                pack even address access on sparc&co arch checked in configure
                   14636: 
                   14637:        * configure 1.23:
                   14638:        * configure.in 1.25:
                   14639:                *** empty log message ***
                   14640: 
                   14641:        * src/main/compile_tools.C 1.50:
1.24      paf      14642:        * www/cgi-bin/parser3.log 1.57:
1.15      paf      14643:        * www/htdocs/index.html 1.64:
                   14644:                ^if(" 1 "){y} bug fixed
                   14645:                optimization string->double @ compile time were not-enough-checking...
                   14646: 
                   14647:        * configure 1.22:
                   14648:        * configure.in 1.24:
                   14649:                hpux check, nsl link, no socket
                   14650: 
                   14651:        * src/classes/mail.C 1.64:
                   14652:                mail netscape attachment name fixed. todo: $response:body
                   14653:                content-type:name
                   14654: 
                   14655:        * src/main/untaint.C 1.102:
                   14656:                bug#2) mail subject got always prepended with charset even when
                   14657:                all letters were 7bit one
                   14658: 
                   14659: 2002-06-04  paf
                   14660:        * src/targets/apache13/mod_parser3.C 1.20:
                   14661:        * src/targets/apache13/mod_parser3.C [release_1_0_0001] 1.19.2.1:
                   14662:                fixed .dsp-s along with reorganized cvs modules dirs structure
                   14663: 
                   14664: 2002-06-03  paf
                   14665:        * etc/parser3.charsets/windows-1251.cfg 1.5:
                   14666:        * operators.txt 1.40:
                   14667:        * src/classes/classes.dsp 1.20:
                   14668:        * src/main/compile.tab.C 1.54:
                   14669:        * src/main/main.dsp 1.152:
                   14670:        * src/main/pa_globals.C 1.127:
                   14671:        * src/targets/apache13/ApacheModuleParser3.dsp 1.12:
                   14672:        * src/targets/cgi/parser3.C 1.179:
                   14673:        * src/targets/cgi/parser3.dsp 1.48:
                   14674:        * src/targets/isapi/parser3isapi.dsp 1.37:
                   14675:        * src/types/types.dsp 1.25:
                   14676:        * www/htdocs/index.html 1.60:
                   14677:                fixed .dsp-s along with reorganized cvs modules dirs structure
                   14678: 
                   14679:        * src/classes/classes.dsp [release_1_0_0001] 1.18.2.2:
                   14680:        * src/main/compile.tab.C [release_1_0_0001] 1.52.2.2:
                   14681:        * src/main/main.dsp [release_1_0_0001] 1.150.2.2:
                   14682:        * src/main/pa_globals.C [release_1_0_0001] 1.124.2.3:
                   14683:        * src/targets/apache13/ApacheModuleParser3.dsp [release_1_0_0001] 1.11.2.1:
                   14684:        * src/targets/cgi/parser3.dsp [release_1_0_0001] 1.46.2.1:
                   14685:        * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.2:
                   14686:        * src/types/types.dsp [release_1_0_0001] 1.23.2.2:
                   14687:                reorganized cvs modules
                   14688: 
                   14689: 2002-05-28  paf
                   14690:        * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.3:
                   14691:                info.uri now ""
                   14692: 
                   14693: 2002-05-17  paf
                   14694:        * src/classes/table.C 1.153:
                   14695:        * src/classes/table.C [release_1_0_0001] 1.151.2.1:
                   14696:                ^table.save << checked empty pre/match/post columns
                   14697: 
                   14698: 2002-05-16  paf
                   14699:        * src/classes/image.C 1.72:
1.24      paf      14700:        * www/cgi-bin/parser3.log 1.55:
1.15      paf      14701:        * www/htdocs/index.html 1.59:
                   14702:                image::measure can png now
                   14703: 
                   14704: 2002-05-15  paf
                   14705:        * operators.txt 1.38:
                   14706:        * src/classes/date.C 1.31:
1.24      paf      14707:        * www/cgi-bin/parser3.log 1.54:
1.15      paf      14708:        * www/htdocs/index.html 1.58:
                   14709:                ^date::create[%H:%M[:%S]] added
                   14710: 
                   14711:        * etc/parser3.charsets/windows-1251.cfg 1.4:
                   14712:                0x forgot, fixed
                   14713: 
                   14714:        * operators.txt 1.37:
                   14715:        * src/classes/date.C 1.30:
1.24      paf      14716:        * www/cgi-bin/parser3.log 1.53:
1.15      paf      14717:        * www/htdocs/.htaccess 1.3:
                   14718:        * www/htdocs/auto.p 1.10:
                   14719:        * www/htdocs/index.html 1.57:
                   14720:                ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]]
                   14721:                [-%m now
                   14722: 
                   14723: 2002-05-14  paf
                   14724:        * etc/parser3.charsets/windows-1251.cfg 1.3:
                   14725:        * etc/parser3.charsets/windows-1251.cfg [release_1_0_0001] 1.2.2.1:
                   14726:                added 3 quotes
                   14727: 
                   14728: 2002-05-07  paf
                   14729:        * src/classes/classes.dsp 1.19:
                   14730:        * src/classes/classes.dsp [release_1_0_0001] 1.18.2.1:
                   14731:        * src/classes/op.C 1.95:
                   14732:        * src/classes/op.C [release_1_0_0001] 1.93.2.1:
                   14733:        * src/include/pa_globals.h 1.85:
                   14734:        * src/include/pa_globals.h [release_1_0_0001] 1.84.2.1:
                   14735:        * src/include/pa_request.h 1.134:
                   14736:        * src/include/pa_request.h [release_1_0_0001] 1.133.2.1:
                   14737:        * src/include/pa_table.h 1.44:
                   14738:        * src/include/pa_table.h [release_1_0_0001] 1.43.2.1:
                   14739:        * src/main/compile.tab.C 1.53:
                   14740:        * src/main/compile.tab.C [release_1_0_0001] 1.52.2.1:
                   14741:        * src/main/compile.y 1.187:
                   14742:        * src/main/compile.y [release_1_0_0001] 1.186.2.1:
                   14743:        * src/main/main.dsp 1.151:
                   14744:        * src/main/main.dsp [release_1_0_0001] 1.150.2.1:
                   14745:        * src/main/pa_globals.C 1.126:
                   14746:        * src/main/pa_globals.C [release_1_0_0001] 1.124.2.2:
                   14747:        * src/main/pa_request.C 1.207:
                   14748:        * src/main/pa_request.C [release_1_0_0001] 1.204.2.1:
                   14749:        * src/main/pa_table.C 1.47:
                   14750:        * src/main/pa_table.C [release_1_0_0001] 1.46.2.1:
                   14751:        * src/targets/isapi/pa_pool.C 1.13:
                   14752:        * src/targets/isapi/pa_pool.C [release_1_0_0001] 1.12.2.1:
                   14753:        * src/targets/isapi/parser3isapi.C 1.71:
                   14754:        * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.2:
                   14755:        * src/targets/isapi/parser3isapi.dsp 1.36:
                   14756:        * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.1:
                   14757:        * src/targets/isapi/pool_storage.h 1.16:
                   14758:        * src/targets/isapi/pool_storage.h [release_1_0_0001] 1.15.2.1:
                   14759:        * src/types/types.dsp 1.24:
                   14760:        * src/types/types.dsp [release_1_0_0001] 1.23.2.1:
                   14761:        * www/htdocs/parser-status.html 1.2:
                   14762:        * www/htdocs/parser-status.html [release_1_0_0001] 1.1.2.1:
                   14763:                Table name2number field now &.
                   14764:                main_method_name now on Request pool rather on global_pool [Junction+VJunction created on same pool as name = were created on global pool, causing mem leaks]
                   14765: 
                   14766: 2002-05-06  paf
                   14767:        * src/main/pa_globals.C 1.125:
                   14768:        * src/main/pa_globals.C [release_1_0_0001] 1.124.2.1:
                   14769:        * src/targets/cgi/parser3.C 1.178:
                   14770:        * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.2:
                   14771:        * src/targets/cgi/pool_storage.h 1.10:
                   14772:        * src/targets/cgi/pool_storage.h [release_1_0_0001] 1.9.2.1:
                   14773:        * src/targets/isapi/parser3isapi.C 1.70:
                   14774:        * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.1:
                   14775:                removed 100*40 bytes per request memory leak [nonpool malloc in
                   14776:                globals]
                   14777: 
                   14778: 2002-04-30  paf
                   14779:        * configure 1.19:
                   14780:        * src/include/pa_version.h 1.4:
                   14781:                version now not b
                   14782: 
                   14783:        * src/targets/cgi/parser3.C 1.177:
1.24      paf      14784:        * www/cgi-bin/parser3.log 1.52:
1.15      paf      14785:        * www/htdocs/global.xsl 1.7:
                   14786:        * www/htdocs/index.html 1.56:
                   14787:                request.uri now never 0
                   14788: 
                   14789: 2002-04-29  paf
                   14790:        * configure.in 1.21:
                   14791:                removed b
                   14792: 
                   14793:        * src/doc/ClassExample1.dox 1.4:
                   14794:        * src/doc/ClassExample3.dox 1.4:
                   14795:        * src/doc/aliased.dox 1.4:
                   14796:        * src/doc/methoded.dox 1.3:
                   14797:        * src/doc/string.dox 1.4:
                   14798:        * src/doc/value.dox 1.3:
                   14799:        * src/include/pa_exception.h 1.34:
                   14800:        * src/main/pa_request.C 1.205:
                   14801:        * src/targets/cgi/parser3.C 1.176:
                   14802:                merged from 0001
                   14803: 
                   14804:        * src/classes/op.C 1.94:
                   14805:        * src/include/pa_exception.h 1.35:
                   14806:        * src/main/pa_request.C 1.206:
                   14807:                Exception::comment/type checked in (), no there's no empty type
                   14808:                comment by default
                   14809: 
                   14810: 2002-04-26  paf
                   14811:        * src/doc/doxygen.cfg 1.22:
                   14812:        * src/doc/doxygen.cfg [release_1_0_0001] 1.21.2.1:
                   14813:        * src/targets/cgi/parser3.dsp 1.47:
1.24      paf      14814:        * www/cgi-bin/parser3.log 1.51:
1.15      paf      14815:        * www/htdocs/index.html 1.55:
                   14816:                doxygen dot image size reduced
                   14817: 
                   14818: 2002-04-25  paf
                   14819:        * src/classes/table.C 1.152:
1.24      paf      14820:        * www/cgi-bin/parser3.log 1.47:
1.15      paf      14821:        * www/htdocs/.htaccess 1.1:
                   14822:        * www/htdocs/index.html 1.51:
                   14823:                removed restriction on column count to ^table.hash to work, now
                   14824:                must be >0 [were >1]
                   14825: 
                   14826:        * src/targets/cgi/parser3.C 1.175:
                   14827:        * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.1:
                   14828:                setenv in .htaccess when cgi is not under that dir got
                   14829:                REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took
                   14830:                into account
                   14831: 
1.24      paf      14832:        * www/cgi-bin/parser3.log 1.48:
1.15      paf      14833:        * www/htdocs/index.html 1.52:
                   14834:                sample of 'using junction out of context'
                   14835: 
                   14836:        * operators.txt 1.35:
                   14837:        * operators.txt 1.36:
                   14838:        * src/classes/date.C 1.28:
                   14839:        * src/classes/date.C 1.29:
1.24      paf      14840:        * www/cgi-bin/parser3.log 1.49:
1.15      paf      14841:        * www/htdocs/index.html 1.53:
                   14842:                ^date::create[2002-12-33 01:03:04]
                   14843: 
                   14844: 2002-04-24  paf
                   14845:        * src/classes/classes.dsp 1.18:
                   14846:        * src/main/compile.tab.C 1.52:
                   14847:        * src/main/main.dsp 1.150:
                   14848:        * src/targets/apache13/ApacheModuleParser3.dsp 1.11:
                   14849:        * src/targets/cgi/parser3.C 1.174:
                   14850:        * src/targets/cgi/parser3.dsp 1.46:
                   14851:        * src/targets/isapi/parser3isapi.dsp 1.34:
                   14852:        * src/types/types.dsp 1.23:
                   14853:                MSVC profile targets
                   14854: 
                   14855: 2002-04-23  paf
                   14856:        * operators.txt 1.34:
                   14857:        * src/classes/string.C 1.110:
1.24      paf      14858:        * www/cgi-bin/parser3.log 1.46:
1.15      paf      14859:        * www/htdocs/index.html 1.50:
                   14860:                int/double/string:sql{}[$.default{code}]
                   14861:                fixed [were barking: "junction used outside of context"]
                   14862: 
                   14863: 2002-04-22  paf
                   14864:        * src/classes/string.C 1.109:
                   14865:        * src/include/pa_string.h 1.138:
                   14866:        * src/main/pa_string.C 1.158:
                   14867:        * src/types/pa_vstring.C 1.19:
                   14868:        * src/types/pa_vstring.h 1.46:
                   14869:        * types.txt 1.2:
                   14870:                ^string.optimize[]
                   14871: 
                   14872:        * src/main/execute.C 1.238:
1.24      paf      14873:        * www/cgi-bin/parser3.log 1.43:
1.15      paf      14874:        * www/htdocs/index.html 1.48:
                   14875:                junctions to local contexts got cleanized&checked later
                   14876: 
1.24      paf      14877:        * src/main/execute.C 1.240:
                   14878:        * www/cgi-bin/parser3.log 1.45:
                   14879:                rolled back to before_killing_userjunction_contexts
                   14880: 
1.15      paf      14881:        * src/include/pa_globals.h 1.84:
                   14882:        * src/include/pa_table.h 1.43:
                   14883:        * src/main/pa_globals.C 1.124:
                   14884:        * src/main/pa_string.C 1.157:
                   14885:        * src/main/pa_table.C 1.46:
                   14886:                fixed match table template
                   14887: 
                   14888:        * src/classes/string.C 1.107:
                   14889:        * src/classes/string.C 1.108:
                   14890:                optimize removed from string .left/right/pos
                   14891: 
                   14892:        * src/main/execute.C 1.239:
1.24      paf      14893:        * www/cgi-bin/parser3.log 1.44:
1.15      paf      14894:        * www/htdocs/index.html 1.49:
                   14895:                user junctions context killed
                   14896: 
                   14897: 2002-04-19  paf
                   14898:        * src/classes/string.C 1.106:
                   14899:        * src/include/pa_request.h 1.133:
                   14900:        * src/include/pa_string.h 1.137:
                   14901:        * src/main/pa_request.C 1.204:
                   14902:        * src/main/pa_string.C 1.156:
                   14903:        * src/types/pa_vstring.C 1.18:
                   14904:        * src/types/pa_vstring.h 1.45:
1.24      paf      14905:        * www/cgi-bin/parser3.log 1.42:
1.15      paf      14906:        * www/htdocs/index.html 1.47:
                   14907:                string now optimized prior to .left .right .mid .pos .match when that is profitable,
                   14908:                and always before .replace
                   14909:                when $ORIGINS(1) optimization disabled
                   14910:                economy from not wasting mem on lots of strings which occur by lots of String:mid calls to get parts of source string between found_occurances
                   14911: 
                   14912:        * src/classes/op.C 1.93:
                   14913:        * src/classes/string.C 1.105:
                   14914:        * src/types/pa_value.h 1.86:
                   14915:                VTable removed from each String::match replace iteration, and made stacked
                   14916:                sizeof(VTable)=12bytes economy on each replace code
                   14917: 
                   14918:        * src/include/pa_globals.h 1.83:
                   14919:        * src/include/pa_table.h 1.42:
                   14920:        * src/main/pa_globals.C 1.123:
                   14921:        * src/main/pa_string.C 1.155:
                   14922:                String::match table columns globalized, not created @ each ^match anymore
                   14923:                economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   14924: 
                   14925:        * src/classes/file.C 1.81:
                   14926:                ovector now local
                   14927:                economy: 16 bytes per ^file:list
                   14928: 
                   14929:        * src/classes/string.C 1.104:
                   14930:        * src/include/pa_string.h 1.136:
                   14931:        * src/main/pa_string.C 1.154:
                   14932:        * www/htdocs/index.html 1.46:
                   14933:                string.match[]['] option enables generation of $match.prematch
                   14934:                .match .postmatch columns
                   14935: 
                   14936:        * src/main/pa_string.C 1.153:
                   14937:                String::match options analized without cstr-ing them now
                   14938: 
                   14939:        * src/doc/chmhelper.pl 1.1:
                   14940:        * src/doc/doxygen.cfg 1.21:
                   14941:        * src/doc/footer.htm 1.1:
                   14942:        * src/doc/html2chm.cmd 1.6:
                   14943:        * src/doc/postbuild.txt 1.3:
                   14944:        * src/doc/sources2html.cmd 1.5:
                   14945:        * src/doc/view_chm.cmd 1.2:
                   14946:        * src/doc/view_html.cmd 1.2:
                   14947:                config updated to doxygen 1.2.15,
                   14948:                created helper which fixes minor bugs in chm project files & htm tree.
                   14949:                changed extension to .htm
                   14950: 
                   14951:        * src/doc/footer.htm 1.2:
                   14952:                2001,
                   14953: 
                   14954: 2002-04-18  paf
                   14955:        * src/classes/classes.h 1.18:
                   14956:        * src/classes/hash.C 1.40:
                   14957:        * src/types/pa_value.h 1.85:
                   14958:        * src/types/pa_vbool.h 1.18:
                   14959:        * src/types/pa_vcookie.h 1.16:
                   14960:        * src/types/pa_vdate.h 1.10:
                   14961:        * src/types/pa_vdouble.h 1.37:
                   14962:        * src/types/pa_venv.h 1.21:
                   14963:        * src/types/pa_vfile.h 1.42:
                   14964:        * src/types/pa_vhash.h 1.33:
                   14965:        * src/types/pa_vimage.h 1.25:
                   14966:        * src/types/pa_vint.h 1.34:
                   14967:        * src/types/pa_vjunction.h 1.13:
                   14968:        * src/types/pa_vobject.h 1.18:
                   14969:        * src/types/pa_vrequest.h 1.17:
                   14970:        * src/types/pa_vresponse.h 1.22:
                   14971:        * src/types/pa_vstateless_class.h 1.26:
                   14972:        * src/types/pa_vstateless_object.h 1.17:
                   14973:        * src/types/pa_vstatus.h 1.8:
                   14974:        * src/types/pa_vstring.h 1.44:
                   14975:        * src/types/pa_vtable.h 1.38:
                   14976:        * src/types/pa_vvoid.h 1.9:
                   14977:        * src/types/pa_vxdoc.h 1.21:
                   14978:        * src/types/pa_vxnode.h 1.14:
                   14979:                fclass_real lowered from VStateless_class to VObject
                   14980: 
                   14981:        * src/types/pa_value.C 1.1:
                   14982:                forced to cut that from .h because of VStateless_class usage [
                   14983:                undefined in .h]
                   14984: 
                   14985:        * src/classes/classes.h 1.17:
                   14986:        * src/classes/date.C 1.27:
                   14987:        * src/classes/double.C 1.47:
                   14988:        * src/classes/file.C 1.80:
                   14989:        * src/classes/form.C 1.23:
                   14990:        * src/classes/hash.C 1.39:
                   14991:        * src/classes/image.C 1.71:
                   14992:        * src/classes/int.C 1.44:
                   14993:        * src/classes/mail.C 1.63:
                   14994:        * src/classes/math.C 1.18:
                   14995:        * src/classes/op.C 1.91:
                   14996:        * src/classes/response.C 1.19:
                   14997:        * src/classes/string.C 1.103:
                   14998:        * src/classes/table.C 1.151:
                   14999:        * src/classes/void.C 1.19:
                   15000:        * src/classes/xnode.C 1.44:
                   15001:        * src/include/pa_globals.h 1.82:
                   15002:        * src/include/pa_request.h 1.132:
                   15003:        * src/main/execute.C 1.236:
                   15004:        * src/main/pa_globals.C 1.122:
                   15005:        * src/main/pa_request.C 1.201:
                   15006:        * src/types/Makefile.am 1.21:
                   15007:        * src/types/pa_value.h 1.84:
                   15008:        * src/types/pa_vdouble.h 1.36:
                   15009:        * src/types/pa_vform.C 1.55:
                   15010:        * src/types/pa_vhash.h 1.32:
                   15011:        * src/types/pa_vint.h 1.33:
                   15012:        * src/types/pa_vmath.h 1.7:
                   15013:        * src/types/pa_vmethod_frame.h 1.25:
                   15014:        * src/types/pa_vstateless_class.h 1.24:
                   15015:        * src/types/pa_wcontext.C 1.18:
                   15016:        * src/types/pa_wcontext.h 1.32:
                   15017:        * src/types/pa_wwrapper.h 1.18:
                   15018:        * src/types/types.dsp 1.22:
1.24      paf      15019:        * www/cgi-bin/parser3.log 1.36:
1.15      paf      15020:        * www/htdocs/index.html 1.40:
                   15021:                removed Value::fname
                   15022: 
                   15023:        * src/include/pa_opcode.h 1.18:
                   15024:        * src/main/compile.tab.C 1.51:
                   15025:        * src/main/compile.y 1.186:
                   15026:        * src/main/compile_tools.C 1.49:
                   15027:        * src/main/compile_tools.h 1.61:
                   15028:        * src/main/execute.C 1.237:
                   15029:        * src/main/pa_request.C 1.202:
                   15030:        * src/types/pa_vmethod_frame.h 1.26:
1.24      paf      15031:        * www/cgi-bin/parser3.log 1.37:
1.15      paf      15032:        * www/htdocs/index.html 1.41:
                   15033:                OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to
                   15034:                stack [no more heap waste on each CALL]
                   15035: 
                   15036:        * src/types/pa_valiased.C 1.14:
                   15037:        * src/types/pa_valiased.h 1.19:
                   15038:        * src/types/pa_vclass.h 1.25:
                   15039:        * src/types/pa_vobject.h 1.17:
                   15040:        * src/types/pa_wcontext.C 1.19:
1.24      paf      15041:        * www/cgi-bin/parser3.log 1.38:
1.15      paf      15042:        * www/htdocs/index.html 1.42:
                   15043:                VAliased get/set alias now virtual and implemented down in
                   15044:                VClass, fclass_alias removed,
                   15045: 
                   15046:        * src/main/pa_request.C 1.203:
                   15047:        * src/types/pa_valiased.h 1.20:
                   15048:        * src/types/pa_vstateless_class.h 1.25:
                   15049:        * src/types/pa_vstateless_object.h 1.16:
                   15050:        * src/types/pa_vstring.h 1.43:
1.24      paf      15051:        * www/cgi-bin/parser3.log 1.39:
1.15      paf      15052:        * www/htdocs/index.html 1.43:
                   15053:                VStateless_string_object speicalized light version of VStateless_object
                   15054: 
                   15055:        * src/types/Makefile.in 1.37:
                   15056:                *** empty log message ***
                   15057: 
                   15058:        * src/doc/doxygen.cfg 1.20:
                   15059:                .chi generation disabled
                   15060: 
                   15061:        * src/classes/classes.h 1.19:
                   15062:        * src/classes/xdoc.C 1.92:
                   15063:        * src/classes/xnode.C 1.45:
                   15064:        * src/classes/xnode.h 1.11:
                   15065:        * src/types/pa_vxdoc.C 1.13:
1.24      paf      15066:        * www/cgi-bin/parser3.log 1.40:
                   15067:        * www/cgi-bin/parser3.log 1.41:
1.15      paf      15068:        * www/htdocs/index.html 1.44:
                   15069:        * www/htdocs/index.html 1.45:
                   15070:                xdoc(xnode) now fully - fields&methods
                   15071: 
                   15072:        * src/classes/op.C 1.92:
                   15073:                ^throw comment param made optional
                   15074: 
                   15075: 2002-04-17  paf
                   15076:        * src/types/pa_vhash.h 1.31:
                   15077:                vstring wrong parent fixed
                   15078: 
                   15079:        * src/classes/op.C 1.90:
                   15080:                taint local result var bug fixed
                   15081: 
                   15082:        * src/doc/ClassExample1.dox 1.3:
                   15083:        * src/doc/ClassExample2.dox 1.4:
                   15084:        * src/doc/ClassExample3.dox 1.3:
                   15085:        * src/doc/compiler.dox 1.3:
                   15086:        * src/doc/module.dox 1.3:
                   15087:        * src/doc/pooled.dox 1.3:
                   15088:        * src/doc/string.dox 1.3:
                   15089:        * src/doc/targets.dox 1.3:
                   15090:        * src/include/pa_pool.h 1.79:
                   15091:        * src/include/pa_types.h 1.40:
                   15092:                dox updated to current state, PTHROW freshen to throw & co
                   15093: 
                   15094: 2002-04-16  paf
                   15095:        * src/classes/op.C 1.89:
                   15096:                exception2vhash file now tainted
                   15097: 
                   15098:        * src/include/pa_opcode.h 1.17:
                   15099:        * src/main/compile.tab.C 1.49:
                   15100:        * src/main/compile.y 1.185:
                   15101:        * src/main/execute.C 1.232:
                   15102:        * src/targets/cgi/parser3.C 1.172:
1.24      paf      15103:        * www/cgi-bin/parser3.log 1.30:
1.15      paf      15104:                OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
                   15105: 
                   15106:        * src/doc/postbuild.txt 1.2:
                   15107:        * src/main/execute.C 1.234:
1.24      paf      15108:        * www/cgi-bin/parser3.log 1.34:
1.15      paf      15109:        * www/htdocs/index.html 1.37:
                   15110:                result in @postprocess & @unhandled_exception now taken into
                   15111:                account as in usual functions
                   15112: 
                   15113:        * src/doc/postbuild.txt 1.1:
                   15114:                instructions on post .html build
                   15115: 
                   15116:        * asm.txt 1.2:
                   15117:        * form.txt 1.2:
                   15118:        * lang.txt 1.2:
                   15119:        * sql.txt 1.2:
1.24      paf      15120:        * www/cgi-bin/parser3.log 1.35:
1.15      paf      15121:                removed outdated. see in Attic asm.txt as most interesting
                   15122: 
                   15123:        * src/classes/op.C 1.87:
1.24      paf      15124:        * www/cgi-bin/parser3.log 1.28:
1.15      paf      15125:        * www/htdocs/auto.p 1.8:
                   15126:                extra check on empty file in origin in _execute
                   15127: 
                   15128:        * src/classes/date.C 1.26:
                   15129:        * src/main/compile.tab.C 1.50:
                   15130:        * src/targets/cgi/parser3.C 1.173:
1.24      paf      15131:        * www/cgi-bin/parser3.log 1.31:
                   15132:        * www/cgi-bin/parser3.log 1.32:
1.15      paf      15133:                cheched date:create(days) param for validity [later were
                   15134:                assumed valid and crashed on invalid onces]
                   15135: 
                   15136:        * src/classes/file.C 1.79:
                   15137:        * src/main/pa_exec.C 1.35:
1.24      paf      15138:        * www/cgi-bin/parser3.log 1.33:
1.15      paf      15139:        * www/htdocs/index.html 1.36:
                   15140:                stderr of execs mark as tainted
                   15141: 
                   15142:        * src/main/execute.C 1.235:
                   15143:        * www/htdocs/index.html 1.38:
                   15144:                $result in @main now taken into account as in usual functions
                   15145: 
1.24      paf      15146:        * src/classes/op.C 1.88:
                   15147:        * www/cgi-bin/parser3.log 1.29:
                   15148:                _process pseudo origin copied from local var to heap
                   15149: 
1.23      paf      15150:        * src/main/pa_request.C 1.199:
                   15151:                uri in error log
                   15152: 
1.15      paf      15153:        * src/main/pa_request.C 1.200:
                   15154:        * src/targets/isapi/parser3isapi.C 1.69:
                   15155:        * www/htdocs/index.html 1.39:
                   15156:                removed check, preventing content-length: 0 from appearing
                   15157: 
                   15158:        * src/doc/doxygen.cfg 1.19:
                   15159:        * src/doc/html2chm.cmd 1.5:
                   15160:                .chm file only now, no .chi
                   15161: 
                   15162: 2002-04-15  paf
                   15163:        * src/classes/image.C 1.70:
                   15164:        * src/classes/op.C 1.83:
                   15165:        * src/classes/op.C 1.84:
                   15166:        * src/classes/string.C 1.101:
                   15167:        * src/classes/table.C 1.149:
                   15168:        * src/include/pa_request.h 1.129:
                   15169:        * src/main/execute.C 1.228:
                   15170:        * src/types/pa_value.h 1.81:
                   15171:        * src/types/pa_vmethod_frame.h 1.24:
                   15172:        * src/types/pa_wcontext.h 1.29:
1.24      paf      15173:        * www/cgi-bin/parser3.log 1.25:
1.15      paf      15174:                StringOrValue wcontext result, now ready for dual writes
                   15175: 
1.24      paf      15176:        * src/classes/file.C 1.78:
                   15177:        * src/classes/op.C 1.86:
                   15178:        * src/classes/table.C 1.150:
                   15179:        * www/cgi-bin/parser3.log 1.26:
                   15180:                finished dual write_xxx_lang functions
                   15181: 
1.15      paf      15182:        * src/main/execute.C 1.231:
                   15183:        * src/types/pa_value.h 1.83:
1.24      paf      15184:        * www/cgi-bin/parser3.log 1.27:
1.15      paf      15185:                fixed name update
                   15186: 
                   15187:        * src/main/execute.C 1.229:
                   15188:                CodeFrame soul fixed [mistakenly killed by prev changes]
                   15189: 
                   15190:        * src/classes/date.C 1.25:
                   15191:        * src/classes/file.C 1.76:
                   15192:        * src/classes/mail.C 1.62:
                   15193:        * src/classes/string.C 1.102:
                   15194:        * src/classes/xnode.C 1.43:
                   15195:        * src/include/pa_request.h 1.130:
                   15196:        * src/types/pa_value.h 1.82:
                   15197:        * src/types/pa_wcontext.h 1.30:
                   15198:                removed absolutely unnecessary VString shells
                   15199: 
                   15200:        * src/classes/op.C 1.82:
                   15201:        * src/include/pa_globals.h 1.81:
                   15202:        * src/include/pa_opcode.h 1.16:
                   15203:        * src/include/pa_request.h 1.128:
                   15204:        * src/main/compile.tab.C 1.47:
                   15205:        * src/main/compile.y 1.183:
                   15206:        * src/main/compile_tools.C 1.47:
                   15207:        * src/main/compile_tools.h 1.59:
                   15208:        * src/main/execute.C 1.226:
                   15209:        * src/main/pa_globals.C 1.121:
                   15210:        * src/main/pa_request.C 1.198:
                   15211:        * src/targets/cgi/parser3.C 1.170:
1.24      paf      15212:        * www/cgi-bin/parser3.log 1.24:
1.15      paf      15213:        * www/htdocs/index.html 1.35:
                   15214:                switch in hash constructor fixed [were problems with using of
                   15215:                stacked wwrapper after it's death]
                   15216: 
                   15217:        * src/classes/file.C 1.77:
                   15218:        * src/classes/hash.C 1.38:
                   15219:        * src/classes/op.C 1.85:
                   15220:        * src/include/pa_request.h 1.131:
                   15221:        * src/main/execute.C 1.230:
                   15222:        * src/types/pa_wcontext.h 1.31:
                   15223:                started dual write_xxx_lang functions, if checked & works
                   15224: 
                   15225:        * src/targets/cgi/parser3.C 1.171:
                   15226:                ctime sometimes can be just "", checked that
                   15227: 
                   15228:        * src/main/compile.tab.C 1.48:
                   15229:        * src/main/compile.y 1.184:
                   15230:        * src/main/compile_tools.C 1.48:
                   15231:        * src/main/compile_tools.h 1.60:
                   15232:        * src/main/execute.C 1.227:
                   15233:                OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   15234:                changed to OP_WRITE_VALUE
                   15235:                in var get cases
                   15236: 
                   15237: 2002-04-12  paf
                   15238:        * operators.txt 1.33:
                   15239:        * src/classes/table.C 1.148:
1.24      paf      15240:        * www/cgi-bin/parser3.log 1.23:
1.15      paf      15241:        * www/htdocs/index.html 1.34:
                   15242:                table.select(expression) 0
                   15243: 
                   15244: 2002-04-11  paf
                   15245:        * src/classes/string.C 1.100:
                   15246:        * src/include/pa_request.h 1.127:
                   15247:        * src/main/execute.C 1.225:
                   15248:                Request::process_internal codeFrame & wwrapper stacked [not
                   15249:                wasting  heap anymore]
                   15250: 
                   15251: 2002-04-10  paf
                   15252:        * src/include/pa_string.h 1.135:
                   15253:        * src/main/pa_string.C 1.151:
                   15254:        * src/main/untaint.C 1.101:
1.24      paf      15255:        * www/cgi-bin/parser3.log 1.22:
1.15      paf      15256:        * www/htdocs/index.html 1.33:
                   15257:                killed 8 bytes from String.head
                   15258: 
                   15259:        * src/classes/double.C 1.46:
                   15260:        * src/classes/file.C 1.75:
                   15261:        * src/classes/hash.C 1.37:
                   15262:        * src/classes/image.C 1.69:
                   15263:        * src/classes/int.C 1.43:
                   15264:        * src/classes/math.C 1.17:
                   15265:        * src/classes/op.C 1.81:
                   15266:        * src/classes/string.C 1.99:
                   15267:        * src/classes/table.C 1.147:
                   15268:        * src/classes/void.C 1.18:
                   15269:        * src/classes/xdoc.C 1.91:
                   15270:        * src/include/pa_request.h 1.126:
                   15271:        * src/main/execute.C 1.224:
                   15272:        * src/main/pa_string.C 1.152:
                   15273:                killed Request::process() wrapping VString(String) in case we
                   15274:                need only String
                   15275: 
                   15276: 2002-04-09  paf
                   15277:        * src/main/pa_common.C 1.108:
                   15278:        * src/targets/cgi/parser3.C 1.168:
                   15279:        * src/types/pa_vdouble.h 1.35:
                   15280:        * src/types/pa_vint.h 1.32:
                   15281:                int/double get_string now not pool.malloc(MAX_NUMBER) but
                   15282:                really neaded
                   15283: 
                   15284:        * etc/Makefile.in 1.6:
                   15285:        * etc/parser3.charsets/Makefile.in 1.8:
                   15286:        * src/classes/Makefile.in 1.44:
                   15287:        * src/sql/Makefile.in 1.4:
                   15288:        * src/targets/Makefile.in 1.35:
                   15289:        * src/targets/apache13/Makefile.in 1.33:
                   15290:        * src/targets/cgi/Makefile.in 1.46:
                   15291:        * src/targets/isapi/Makefile.in 1.4:
                   15292:        * src/types/Makefile.in 1.36:
                   15293:                makse
                   15294: 
                   15295:        * operators.txt 1.31:
                   15296:        * src/classes/double.C 1.45:
                   15297:        * src/classes/int.C 1.42:
                   15298:        * www/htdocs/global.xsl 1.5:
                   15299:                int/double.int/double(default)
                   15300: 
                   15301:        * src/main/compile.tab.C 1.46:
                   15302:        * src/targets/cgi/parser3.C 1.169:
                   15303:        * src/targets/isapi/parser3isapi.C 1.68:
1.24      paf      15304:        * www/cgi-bin/parser3.log 1.21:
1.15      paf      15305:                removed
                   15306:                {
                   15307:                  char *a;
                   15308:                  {
                   15309:                     /*sub local*/char b[...];
                   15310:                     a=b;
                   15311:                situations
                   15312: 
                   15313:        * src/classes/xdoc.C 1.89:
1.24      paf      15314:        * www/cgi-bin/parser3.log 1.19:
1.15      paf      15315:        * www/htdocs/global.xsl 1.6:
                   15316:        * www/htdocs/index.html 1.32:
                   15317:                xslt params fixed
                   15318: 
                   15319:        * operators.txt 1.32:
                   15320:        * src/classes/xdoc.C 1.90:
1.24      paf      15321:        * www/cgi-bin/parser3.log 1.20:
1.15      paf      15322:                xslt params made literal
                   15323: 
                   15324: 2002-04-04  paf
                   15325:        * src/include/pa_string.h 1.134:
                   15326:        * src/main/pa_string.C 1.150:
1.24      paf      15327:        * www/cgi-bin/parser3.log 1.18:
1.15      paf      15328:        * www/htdocs/index.html 1.31:
                   15329:                fixed string.replace [when reconstructing pieces were split by
                   15330:                max_integral(piece.size), thus some strings to replace happen
                   15331:                to be split into two = not replaced)
                   15332: 
                   15333:        * src/targets/cgi/parser3.C 1.166:
                   15334:        * src/targets/cgi/parser3.C 1.167:
                   15335:        * src/targets/cgi/parser3.dsp 1.44:
                   15336:        * src/targets/cgi/parser3.dsp 1.45:
                   15337:                document root in standalone version = current dir
                   15338: 
                   15339: 2002-04-03  paf
                   15340:        * INSTALL 1.18:
                   15341:        * Makefile.in 1.10:
                   15342:        * configure 1.17:
                   15343:        * configure.in 1.19:
                   15344:        * etc/Makefile.in 1.5:
                   15345:        * etc/parser3.charsets/Makefile.in 1.7:
                   15346:        * src/Makefile.in 1.46:
                   15347:        * src/include/Makefile.in 1.4:
                   15348:        * src/main/Makefile.in 1.40:
                   15349:                root config configure options
                   15350: 
                   15351:        * configure 1.18:
                   15352:        * configure.in 1.20:
                   15353:                more checks on nonexistent charset
                   15354: 
                   15355: 2002-04-02  paf
                   15356:        * src/main/compile.C 1.63:
                   15357:                parser.compile [exception name more like in doc]
                   15358: 
                   15359: 2002-04-01  paf
                   15360:        * src/classes/mail.C 1.61:
                   15361:        * src/include/pa_string.h 1.133:
                   15362:        * src/main/untaint.C 1.100:
                   15363:        * src/targets/isapi/parser3isapi.dsp 1.33:
1.24      paf      15364:        * www/cgi-bin/parser3.log 1.17:
1.15      paf      15365:                mail subject encoding taken from .content-type.charset, not .charset
                   15366: 
                   15367: 2002-03-29  paf
                   15368:        * operators.txt 1.30:
                   15369:        * src/classes/date.C 1.24:
1.24      paf      15370:        * www/cgi-bin/parser3.log 1.16:
1.15      paf      15371:        * www/htdocs/index.html 1.30:
                   15372:                ^date::create now may not supply day, default 1.
                   15373:                checked 29.03 -> 29.02 roll on non 366 days' year.  | 31.05->31.04   roll
                   15374: 
                   15375:        * etc/parser3.charsets/koi8-r.cfg 1.2:
                   15376:                koi8-r += ukranian letters
                   15377: 
                   15378: 2002-03-28  paf
                   15379:        * operators.txt 1.29:
                   15380:        * src/classes/date.C 1.23:
                   15381:        * src/classes/op.C 1.79:
                   15382:        * src/include/pa_globals.h 1.80:
                   15383:        * src/include/pa_hash.h 1.55:
                   15384:        * src/main/pa_globals.C 1.120:
                   15385:        * src/types/pa_vdate.h 1.9:
                   15386:        * www/htdocs/index.html 1.29:
                   15387:                ^cache[file][date]{
                   15388:                   ^cache(seconds)
                   15389:                   ^cache[date]
                   15390:                }
                   15391: 
                   15392:        * src/classes/xdoc.C 1.88:
                   15393:        * src/classes/xnode.C 1.42:
                   15394:        * src/classes/xnode.h 1.10:
                   15395:                removed redundant pool param
                   15396: 
                   15397: 2002-03-27  paf
                   15398:        * operators.txt 1.27:
                   15399:        * src/classes/op.C 1.77:
                   15400:        * src/include/pa_config_fixed.h 1.42:
                   15401:        * src/include/pa_request.h 1.124:
                   15402:        * src/main/execute.C 1.222:
                   15403:        * src/main/pa_request.C 1.196:
1.24      paf      15404:        * www/cgi-bin/parser3.log 1.14:
1.15      paf      15405:                decided agains resetting exception_trace, just changed name
                   15406: 
                   15407:        * operators.txt 1.28:
                   15408:        * src/classes/date.C 1.22:
                   15409:        * src/classes/double.C 1.44:
                   15410:        * src/classes/file.C 1.74:
                   15411:        * src/classes/form.C 1.22:
                   15412:        * src/classes/hash.C 1.36:
                   15413:        * src/classes/image.C 1.68:
                   15414:        * src/classes/int.C 1.41:
                   15415:        * src/classes/mail.C 1.60:
                   15416:        * src/classes/math.C 1.16:
                   15417:        * src/classes/op.C 1.78:
                   15418:        * src/classes/string.C 1.98:
                   15419:        * src/classes/table.C 1.146:
                   15420:        * src/classes/void.C 1.17:
                   15421:        * src/classes/xdoc.C 1.87:
                   15422:        * src/classes/xnode.C 1.41:
                   15423:        * src/include/pa_exception.h 1.33:
                   15424:        * src/include/pa_request.h 1.125:
                   15425:        * src/include/pa_stylesheet_connection.h 1.28:
                   15426:        * src/main/compile.C 1.62:
                   15427:        * src/main/compile_tools.C 1.46:
                   15428:        * src/main/execute.C 1.223:
                   15429:        * src/main/pa_array.C 1.48:
                   15430:        * src/main/pa_charset.C 1.23:
                   15431:        * src/main/pa_charsets.C 1.8:
                   15432:        * src/main/pa_common.C 1.106:
                   15433:        * src/main/pa_dictionary.C 1.14:
                   15434:        * src/main/pa_exception.C 1.40:
                   15435:        * src/main/pa_exec.C 1.34:
                   15436:        * src/main/pa_pool.C 1.52:
                   15437:        * src/main/pa_request.C 1.197:
                   15438:        * src/main/pa_socks.C 1.14:
                   15439:        * src/main/pa_sql_driver_manager.C 1.62:
                   15440:        * src/main/pa_string.C 1.149:
                   15441:        * src/main/pa_table.C 1.45:
                   15442:        * src/main/untaint.C 1.99:
                   15443:        * src/targets/apache13/mod_parser3.C 1.19:
                   15444:        * src/targets/cgi/parser3.C 1.165:
                   15445:        * src/targets/isapi/parser3isapi.C 1.67:
                   15446:        * src/types/pa_value.h 1.80:
                   15447:        * src/types/pa_vcookie.C 1.43:
                   15448:        * src/types/pa_vfile.h 1.41:
                   15449:        * src/types/pa_vform.C 1.54:
                   15450:        * src/types/pa_vhash.h 1.30:
                   15451:        * src/types/pa_vmethod_frame.h 1.23:
                   15452:        * src/types/pa_vstatus.C 1.7:
                   15453:        * src/types/pa_vtable.C 1.13:
                   15454:        * src/types/pa_vxdoc.h 1.20:
                   15455:        * src/types/pa_vxnode.h 1.13:
                   15456:        * src/types/pa_wcontext.C 1.17:
                   15457:        * src/types/pa_wwrapper.h 1.17:
1.24      paf      15458:        * www/cgi-bin/parser3.log 1.15:
1.15      paf      15459:        * www/htdocs/index.html 1.28:
                   15460:                assigned exception types
                   15461: 
                   15462: 2002-03-26  paf
                   15463:        * operators.txt 1.24:
                   15464:        * src/classes/date.C 1.20:
                   15465:        * www/htdocs/index.html 1.25:
                   15466:                fixed date roll on daylightsaving days
                   15467:                mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset
                   15468: 
                   15469:        * src/classes/op.C 1.76:
                   15470:        * www/htdocs/index.html 1.27:
                   15471:                forced language of $source field of exception to 'tainted',
                   15472:                so that sql-langed-frags could be outputed outside of connect
                   15473: 
                   15474:        * src/include/pa_common.h 1.76:
                   15475:        * src/main/pa_exec.C 1.33:
                   15476:                windows exec chdir fixed
                   15477: 
                   15478:        * operators.txt 1.25:
                   15479:        * src/classes/date.C 1.21:
                   15480:        * www/htdocs/index.html 1.26:
                   15481:                removed date.roll limit of +-1 offset
                   15482: 
                   15483: 2002-03-25  paf
                   15484:        * INSTALL 1.13:
                   15485:                comment on --disable-link-stdcpp
                   15486: 
                   15487:        * INSTALL 1.12:
                   15488:        * configure 1.15:
                   15489:        * configure.in 1.17:
                   15490:        * src/targets/cgi/Makefile.am 1.33:
                   15491:        * src/targets/cgi/Makefile.in 1.44:
                   15492:                libstdc++ link skipping configure option
                   15493: 
                   15494:        * src/classes/file.C 1.73:
                   15495:        * src/classes/mail.C 1.56:
                   15496:        * src/include/pa_exec.h 1.8:
                   15497:        * src/main/pa_exec.C 1.32:
                   15498:                f(!forced_allow)
                   15499:                to allow
                   15500:                --with-sendmail to work with any/both
                   15501:                --disable-foreign-group-files --disable-execs
                   15502: 
                   15503:        * src/classes/op.C 1.75:
                   15504:        * src/include/pa_sql_connection.h 1.24:
                   15505:                sql connection with error were put to cache with '
                   15506:                marked_to_rollback' flag, all consequent even OK requests
                   15507:                rolled back
                   15508: 
                   15509:        * INSTALL 1.16:
                   15510:                "--with=sendmail=COMMAND"
                   15511:                comment
                   15512: 
                   15513:        * INSTALL 1.15:
                   15514:        * configure 1.16:
                   15515:        * configure.in 1.18:
                   15516:        * src/classes/mail.C 1.55:
                   15517:        * src/include/pa_config_auto.h.in 1.24:
                   15518:        * src/main/pa_exec.C 1.31:
                   15519:        * src/targets/cgi/Makefile.am 1.34:
                   15520:        * src/targets/cgi/Makefile.in 1.45:
                   15521:                --disable-foreign-group-files now disables execs also.
                   15522:                introducing --sendmail
                   15523: 
                   15524:        * INSTALL 1.14:
                   15525:        * INSTALL 1.17:
                   15526:        * src/classes/mail.C 1.57:
                   15527:        * src/classes/mail.C 1.58:
                   15528:                *** empty log message ***
                   15529: 
                   15530:        * operators.txt 1.22:
                   15531:                pgsql options comment
                   15532: 
                   15533:        * operators.txt 1.23:
                   15534:        * src/targets/cgi/parser3.C 1.164:
                   15535:                http_site_config_filespec
                   15536: 
                   15537: 2002-03-22  paf
                   15538:        * operators.txt 1.21:
                   15539:                few comments on sets
                   15540: 
                   15541:        * src/main/pa_exec.C 1.30:
                   15542:                createprocess nowindow flag
                   15543:                check on readfile false return
                   15544: 
                   15545: 2002-03-18  paf
                   15546:        * src/main/pa_charset.C 1.22:
                   15547:        * src/targets/isapi/pa_threads.C 1.10:
                   15548:        * src/types/pa_vdouble.h 1.34:
                   15549:                removed some tested @tests
                   15550: 
                   15551:        * operators.txt 1.20:
                   15552:        * src/classes/op.C 1.74:
                   15553:        * src/include/pa_exception.h 1.32:
                   15554:        * src/include/pa_globals.h 1.79:
                   15555:        * src/include/pa_request.h 1.123:
                   15556:        * src/include/pa_stack.h 1.14:
                   15557:        * src/main/pa_globals.C 1.119:
                   15558:        * src/main/pa_request.C 1.195:
1.24      paf      15559:        * www/cgi-bin/parser3.log 1.12:
                   15560:        * www/cgi-bin/parser3.log 1.13:
1.15      paf      15561:        * www/htdocs/index.html 1.22:
                   15562:        * www/htdocs/index.html 1.23:
                   15563:                introducing ^try
                   15564: 
                   15565: 2002-03-15  paf
                   15566:        * operators.txt 1.19:
                   15567:        * src/classes/table.C 1.145:
                   15568:        * www/htdocs/index.html 1.21:
                   15569:                ^table.locate(logical expr)
                   15570: 
                   15571: 2002-03-13  paf
                   15572:        * src/main/pa_exception.C 1.39:
                   15573:                checked not-pooled malloc
                   15574: 
                   15575: 2002-03-11  paf
                   15576:        * src/types/pa_vfile.C 1.29:
                   15577:                $file.text now 0A linebreaks,
                   15578:                file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   15579: 
                   15580:        * INSTALL 1.10:
                   15581:        * configure 1.13:
                   15582:        * configure.in 1.15:
                   15583:        * src/include/pa_config_auto.h.in 1.22:
                   15584:        * src/include/pa_config_fixed.h 1.40:
                   15585:        * src/main/pa_exec.C 1.28:
                   15586:        * src/main/pa_exec.C 1.29:
                   15587:        * www/htdocs/index.html 1.18:
                   15588:        * www/htdocs/index.html 1.19:
                   15589:        * www/htdocs/index.html 1.20:
                   15590:                --disable-execs
                   15591: 
                   15592:        * INSTALL 1.11:
                   15593:        * configure 1.14:
                   15594:        * configure.in 1.16:
                   15595:        * src/include/pa_config_auto.h.in 1.23:
                   15596:        * src/main/pa_common.C 1.105:
                   15597:                --disable-foreign-group-files
                   15598: 
                   15599: 2002-03-05  paf
                   15600:        * src/targets/isapi/parser3isapi.C 1.66:
                   15601:        * src/targets/isapi/parser3isapi.dsp 1.32:
                   15602:                iis5 now requires headers to be terminated with \r\n manually [
                   15603:                refuses to separate header/body itself]
                   15604: 
                   15605:        * operators.txt 1.17:
                   15606:        * operators.txt 1.18:
                   15607:        * src/classes/date.C 1.18:
                   15608:        * src/classes/date.C 1.19:
                   15609:                date week calendar columns named
                   15610: 
                   15611:        * src/main/pa_globals.C 1.118:
                   15612:        * src/targets/cgi/parser3.C 1.163:
                   15613:        * src/targets/isapi/parser3isapi.C 1.65:
                   15614:        * www/htdocs/index.html 1.17:
                   15615:                isapi site config beside .dll
                   15616: 
                   15617: 2002-03-04  paf
                   15618:        * src/targets/isapi/pa_threads.C 1.9:
                   15619:        * src/targets/isapi/parser3isapi.C 1.64:
                   15620:        * src/targets/isapi/parser3isapi.dsp 1.31:
                   15621:                isapi updated
                   15622: 
                   15623:        * src/classes/op.C 1.73:
                   15624:        * src/types/pa_vfile.C 1.28:
1.24      paf      15625:        * www/cgi-bin/parser3.log 1.11:
1.15      paf      15626:        * www/htdocs/index.html 1.16:
                   15627:                process body now evaluated in PASS language
                   15628: 
                   15629:        * src/classes/op.C 1.72:
                   15630:        * src/include/pa_string.h 1.132:
                   15631:        * src/main/pa_string.C 1.148:
                   15632:                string deserialize checks on broken file
                   15633: 
                   15634: 2002-03-01  paf
                   15635:        * src/main/pa_exec.C 1.27:
                   15636:                execle -> execve, now argc OK
                   15637: 
                   15638: 2002-02-28  paf
                   15639:        * src/main/pa_string.C 1.147:
                   15640:                origin by first piece preferred before last piece
                   15641: 
                   15642:        * src/main/pa_charsets.C 1.7:
                   15643:                when placing charset to cache using global name now [were
                   15644:                request]
                   15645: 
                   15646:        * configure 1.12:
                   15647:        * configure.in 1.14:
                   15648:        * src/targets/apache13/ApacheModuleParser3.dsp 1.10:
                   15649:        * src/targets/apache13/mod_parser3.C 1.18:
                   15650:        * src/targets/apache13/p3runConfigure.in 1.9:
                   15651:        * src/targets/apache13/pa_threads.C 1.8:
1.24      paf      15652:        * www/cgi-bin/parser3.log 1.10:
1.15      paf      15653:        * www/htdocs/auto.p 1.7:
                   15654:                apache module updated
                   15655: 
                   15656:        * src/main/untaint.C 1.98:
                   15657:                removed some debug comments
                   15658: 
                   15659: 2002-02-27  paf
                   15660:        * src/main/pa_charset.C 1.21:
                   15661:                size_t
                   15662: 
                   15663:        * INSTALL 1.9:
                   15664:                shared/static-xml
                   15665:                with-pathlink
                   15666: 
                   15667:        * operators.txt 1.15:
                   15668:        * operators.txt 1.16:
                   15669:                SMTP comment
                   15670: 
                   15671: 2002-02-26  paf
                   15672:        * src/classes/xnode.C 1.40:
1.24      paf      15673:        * www/cgi-bin/parser3.log 1.9:
1.15      paf      15674:        * www/htdocs/auto.p 1.6:
                   15675:        * www/htdocs/global.xsl 1.4:
                   15676:        * www/htdocs/index.html 1.15:
                   15677:                in some situation, xpath query returned result with type NODESET, but empty nodeset member field,
                   15678:                checked that
                   15679: 
                   15680:        * src/main/pa_exec.C 1.26:
                   15681:                more precise names for vars, cosmetic
                   15682: 
                   15683: 2002-02-22  paf
                   15684:        * operators.txt 1.14:
                   15685:        * src/types/pa_vcookie.C 1.41:
                   15686:        * src/types/pa_vcookie.C 1.42:
1.24      paf      15687:        * www/cgi-bin/parser3.log 1.5:
1.15      paf      15688:                cookie "expires=0" =  "session"
                   15689: 
                   15690:        * src/include/pa_string.h 1.131:
                   15691:        * src/main/pa_string.C 1.144:
                   15692:        * src/main/pa_string.C 1.145:
                   15693:        * src/main/pa_string.C 1.146:
1.24      paf      15694:        * www/cgi-bin/parser3.log 1.6:
                   15695:        * www/cgi-bin/parser3.log 1.7:
                   15696:        * www/cgi-bin/parser3.log 1.8:
1.15      paf      15697:        * www/htdocs/auto.p 1.5:
                   15698:        * www/htdocs/index.html 1.14:
                   15699:                string iterators fixed again, so were String::join_chain
                   15700: 
                   15701:        * configure 1.11:
                   15702:        * configure.in 1.13:
                   15703:                glib###.a detection fixed
                   15704: 
                   15705:        * Makefile.in 1.7:
                   15706:        * configure 1.9:
                   15707:        * configure.in 1.11:
                   15708:        * etc/Makefile.in 1.4:
                   15709:        * etc/parser3.charsets/Makefile.in 1.6:
                   15710:        * src/Makefile.in 1.45:
                   15711:        * src/classes/Makefile.am 1.38:
                   15712:        * src/classes/Makefile.in 1.43:
                   15713:        * src/classes/hashfile.C 1.23:
                   15714:        * src/include/Makefile.am 1.2:
                   15715:        * src/include/Makefile.in 1.3:
                   15716:        * src/include/pa_config_auto.h.in 1.20:
                   15717:        * src/include/pa_db_connection.h 1.22:
                   15718:        * src/include/pa_db_manager.h 1.15:
                   15719:        * src/include/pa_db_table.h 1.16:
                   15720:        * src/main/Makefile.am 1.31:
                   15721:        * src/main/Makefile.in 1.39:
                   15722:        * src/main/pa_db_connection.C 1.38:
                   15723:        * src/main/pa_db_manager.C 1.23:
                   15724:        * src/main/pa_db_table.C 1.21:
                   15725:        * src/main/pa_globals.C 1.117:
                   15726:        * src/sql/Makefile.in 1.3:
                   15727:        * src/targets/Makefile.in 1.34:
                   15728:        * src/targets/apache13/Makefile.in 1.32:
                   15729:        * src/targets/apache13/p3runConfigure.in 1.8:
                   15730:        * src/targets/cgi/Makefile.am 1.32:
                   15731:        * src/targets/cgi/Makefile.in 1.43:
                   15732:        * src/targets/isapi/Makefile.in 1.3:
                   15733:        * src/types/Makefile.am 1.20:
                   15734:        * src/types/Makefile.in 1.35:
                   15735:        * src/types/pa_vhashfile.C 1.21:
                   15736:        * src/types/pa_vhashfile.h 1.16:
                   15737:                removed hashfile support for now
                   15738: 
                   15739:        * acconfig.h 1.1:
                   15740:                acconfig move in cvs[from src/libltdl to /]
                   15741: 
                   15742:        * etc/parser3.charsets/windows-1251.cfg 1.2:
                   15743:                &deg;
                   15744: 
                   15745:        * Makefile.am 1.4:
                   15746:        * Makefile.in 1.9:
                   15747:                make update
                   15748: 
                   15749:        * INSTALL 1.7:
                   15750:                hashfile removed from INSTALL
                   15751: 
                   15752:        * Makefile.in 1.8:
                   15753:        * configure 1.10:
                   15754:        * configure.in 1.12:
                   15755:        * src/include/pa_config_auto.h.in 1.21:
                   15756:                --with-shared-xml
                   15757:                --with-static-xml
                   15758: 
                   15759:        * INSTALL 1.8:
                   15760:                without-zlib comment
                   15761: 
                   15762:        * operators.txt 1.13:
                   15763:        * src/classes/classes.dsp 1.16:
                   15764:        * src/main/main.dsp 1.148:
                   15765:        * src/types/types.dsp 1.20:
                   15766:                removed hashfile support from sources for now
                   15767: 
                   15768:        * src/classes/classes.dsp 1.17:
                   15769:        * src/main/compile.tab.C 1.45:
                   15770:        * src/main/main.dsp 1.149:
                   15771:        * src/targets/apache13/ApacheModuleParser3.dsp 1.9:
                   15772:        * src/targets/cgi/parser3.dsp 1.43:
                   15773:        * src/targets/isapi/parser3isapi.dsp 1.30:
                   15774:        * src/types/types.dsp 1.21:
                   15775:                *.dsp: removed refereces to win32db & ancient xalan&xml
                   15776: 
                   15777: 2002-02-21  paf
                   15778:        * Makefile.am 1.3:
                   15779:        * Makefile.in 1.6:
                   15780:                make cvsupdate
                   15781: 
                   15782:        * src/main/untaint.C 1.97:
1.24      paf      15783:        * www/cgi-bin/parser3.log 1.4:
1.15      paf      15784:                removed debug code, activated commented-for debug parts
                   15785: 
                   15786:        * src/include/pa_string.h 1.130:
                   15787:        * src/include/pa_types.h 1.39:
                   15788:        * src/main/pa_string.C 1.143:
                   15789:        * src/main/untaint.C 1.96:
1.24      paf      15790:        * www/cgi-bin/parser3.log 1.3:
1.15      paf      15791:                STRING_*FOREACH_ROW
                   15792:                changed to stop at append_row, not at link zero
                   15793:                now string to string appending works
                   15794: 
                   15795: 2002-02-20  paf
                   15796:        * src/include/pa_string.h 1.129:
                   15797:        * src/main/execute.C 1.221:
                   15798:        * src/main/untaint.C 1.95:
                   15799:        * src/targets/cgi/pa_pool.C 1.38:
                   15800:        * src/targets/cgi/parser3.C 1.162:
                   15801:        * www/htdocs/index.html 1.13:
                   15802:                //#define DEBUG_STRING_APPENDS_VS_EXPANDS
                   15803: 
                   15804:        * src/include/pa_string.h 1.128:
                   15805:        * src/main/pa_string.C 1.142:
                   15806:        * src/main/untaint.C 1.94:
1.24      paf      15807:        * www/cgi-bin/parser3.log 1.2:
1.15      paf      15808:                economy: 22%
                   15809: 
                   15810:        * operators.txt 1.12:
                   15811:        * src/include/pa_common.h 1.75:
                   15812:        * src/include/pa_config_fixed.h 1.39:
                   15813:        * src/include/pa_string.h 1.125:
                   15814:        * src/include/pa_types.h 1.38:
                   15815:        * src/main/compile.tab.C 1.44:
                   15816:        * src/main/execute.C 1.220:
                   15817:        * src/main/pa_string.C 1.139:
                   15818:        * src/main/untaint.C 1.91:
                   15819:        * src/targets/cgi/pa_pool.C 1.37:
                   15820:        * src/targets/cgi/parser3.C 1.160:
                   15821:        * www/htdocs/auto.p 1.4:
                   15822:        * www/htdocs/global.xsl 1.3:
                   15823:        * www/htdocs/index.html 1.11:
                   15824:                strign to string append optimiziation idea and estimates
                   15825: 
                   15826:        * src/include/pa_string.h 1.126:
                   15827:        * src/include/pa_stylesheet_connection.h 1.27:
                   15828:        * src/main/pa_db_manager.C 1.22:
                   15829:        * src/main/pa_dictionary.C 1.13:
                   15830:        * src/main/pa_string.C 1.140:
                   15831:        * src/main/untaint.C 1.92:
                   15832:        * src/targets/cgi/parser3.C 1.161:
                   15833:        * src/types/pa_vcookie.C 1.40:
                   15834:        * src/types/pa_vstring.h 1.42:
                   15835:        * www/htdocs/index.html 1.12:
                   15836:                speed uptimized: string::is_empty
                   15837: 
                   15838:        * src/include/pa_string.h 1.127:
                   15839:        * src/main/pa_string.C 1.141:
                   15840:        * src/main/untaint.C 1.93:
1.24      paf      15841:        * www/cgi-bin/parser3.log 1.1:
1.15      paf      15842:                space uptimized: string::link_row removed
                   15843: 
                   15844: 2002-02-19  paf
                   15845:        * src/classes/xdoc.C 1.86:
                   15846:        * src/classes/xnode.C 1.39:
                   15847:                getElementsByTagName and *NS moved to node [element]
                   15848: 
                   15849:        * src/classes/math.C 1.15:
                   15850:                not used directly [but erroreously reported that 'is', thus
                   15851:                registering twice&other probs]
                   15852: 
                   15853:        * src/main/compile.C 1.59:
                   15854:        * src/main/compile.C 1.60:
                   15855:                without string_origins not worked
                   15856: 
                   15857:        * src/main/compile.C 1.61:
                   15858:                without string_origins parse error file+line+col possible
                   15859: 
                   15860: 2002-02-18  paf
                   15861:        * src/types/pa_vdouble.h 1.33:
                   15862:                since we have in_expression
                   15863:                removed that trick i've installed into double::as_string
                   15864: 
                   15865:        * INSTALL 1.6:
                   15866:                local install comment
                   15867: 
                   15868:        * src/main/compile.tab.C 1.41:
                   15869:        * src/main/compile.y 1.181:
                   15870:        * www/htdocs/global.xsl 1.2:
                   15871:        * www/htdocs/index.html 1.7:
                   15872:                integer  division stops name
                   15873: 
                   15874:        * Makefile.in 1.4:
                   15875:        * acinclude.m4 1.2:
                   15876:        * aclocal.m4 1.2:
                   15877:        * configure 1.8:
                   15878:        * configure.in 1.10:
                   15879:        * etc/Makefile.in 1.3:
                   15880:        * etc/parser3.charsets/Makefile.in 1.5:
                   15881:        * src/Makefile.in 1.44:
                   15882:        * src/classes/Makefile.in 1.42:
                   15883:        * src/include/Makefile.in 1.2:
                   15884:        * src/include/pa_config_auto.h.in 1.19:
                   15885:        * src/include/pa_config_includes.h 1.19:
                   15886:        * src/main/Makefile.in 1.38:
                   15887:        * src/sql/Makefile.in 1.2:
                   15888:        * src/targets/Makefile.in 1.33:
                   15889:        * src/targets/apache13/Makefile.in 1.31:
                   15890:        * src/targets/apache13/p3runConfigure.in 1.7:
                   15891:        * src/targets/cgi/Makefile.am 1.30:
                   15892:        * src/targets/cgi/Makefile.in 1.41:
                   15893:        * src/targets/cgi/parser3.C 1.157:
                   15894:        * src/targets/isapi/Makefile.in 1.2:
                   15895:        * src/types/Makefile.in 1.34:
                   15896:                removed libtool usage from build mech
                   15897: 
1.39      paf      15898:        * src/classes/math.C 1.14:
                   15899:        * www/htdocs/index.html 1.8:
                   15900:                math:random range check fixed
                   15901: 
1.38      paf      15902:        * operators.txt 1.10:
                   15903:        * src/classes/date.C 1.17:
                   15904:                date::create [were date::set, with backward comp
                   15905: 
1.15      paf      15906:        * src/main/compile.tab.C 1.42:
                   15907:                bison env set so one could compile without cygwin installed
                   15908: 
                   15909:        * src/targets/cgi/Makefile.am 1.31:
                   15910:        * src/targets/cgi/Makefile.in 1.42:
                   15911:        * src/targets/cgi/parser3.C 1.158:
                   15912:                *** empty log message ***
                   15913: 
                   15914:        * src/main/pa_globals.C 1.116:
                   15915:                extern "C" was removed too fast
                   15916: 
                   15917:        * Makefile.in 1.5:
                   15918:        * ltconfig 1.2:
                   15919:        * ltmain.sh 1.2:
                   15920:                removed libtool subpart files
                   15921: 
                   15922:        * src/main/main.dsp 1.147:
                   15923:        * src/main/pa_globals.C 1.115:
                   15924:                removed unneded
                   15925:                #ifdef __cplusplus
                   15926:                }
                   15927:                #endif
                   15928: 
                   15929:        * src/include/pa_opcode.h 1.15:
                   15930:        * src/include/pa_request.h 1.122:
                   15931:        * src/main/compile.tab.C 1.43:
                   15932:        * src/main/compile.y 1.182:
                   15933:        * src/main/execute.C 1.219:
                   15934:        * src/types/pa_wcontext.h 1.28:
                   15935:        * www/htdocs/index.html 1.10:
                   15936:        * www/htdocs/index.html 1.9:
                   15937:                in_expression
                   15938:                aimed to solve old problem with string/nonstring values,
                   15939:                now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions
                   15940: 
                   15941:        * operators.txt 1.11:
                   15942:        * src/targets/cgi/parser3.C 1.159:
                   15943:                PARSER_ROOT_CONFIG
                   15944: 
                   15945:        * src/classes/classes.dsp 1.15:
                   15946:        * src/main/main.dsp 1.146:
                   15947:        * src/main/pa_globals.C 1.114:
                   15948:        * src/targets/cgi/parser3.dsp 1.42:
                   15949:        * src/types/types.dsp 1.19:
                   15950:                win32xml now contains gnome xml libs
                   15951:                parser .dsp-s changed accordingly
                   15952: 
                   15953:        * operators.txt 1.9:
                   15954:                \ comment
                   15955: 
                   15956: 2002-02-13  paf
                   15957:        * INSTALL 1.5:
                   15958:        * configure 1.7:
                   15959:        * configure.in 1.9:
                   15960:        * src/targets/cgi/Makefile.am 1.29:
                   15961:        * src/targets/cgi/Makefile.in 1.40:
                   15962:                --with-glib-config
                   15963:                CXXLINK=$(CC) for targets/cgi/parser3
                   15964: 
                   15965:        * src/include/pa_config_includes.h 1.18:
                   15966:                sys/time time both included now.
                   15967:                vaguely remember confilicts on this on some system [not on six|ablv]
                   15968:                so when would see them again would think up proper check
                   15969: 
                   15970:        * etc/parser3.charsets/windows-1257.cfg 1.1:
                   15971:        * src/targets/cgi/parser3.C 1.156:
                   15972:                baltic charset file generated, in generation script ispunct
                   15973:                check added
                   15974: 
                   15975:        * src/main/pa_common.C 1.103:
                   15976:                strnchr: sanity check added
                   15977: 
                   15978:        * src/main/pa_common.C 1.104:
                   15979:                truncation never occured when writing files on unix [since i've changed cache mech]
                   15980:                fix
                   15981: 
                   15982:        * etc/parser3.charsets/windows-1257.cfg 1.2:
                   15983:                id added
                   15984: 
                   15985: 2002-02-08  paf
                   15986:        * src/classes/classes.C 1.14:
                   15987:        * src/classes/classes.h 1.15:
                   15988:        * src/classes/date.C 1.15:
                   15989:        * src/classes/double.C 1.42:
                   15990:        * src/classes/file.C 1.71:
                   15991:        * src/classes/form.C 1.20:
                   15992:        * src/classes/hash.C 1.34:
                   15993:        * src/classes/hashfile.C 1.21:
                   15994:        * src/classes/image.C 1.65:
                   15995:        * src/classes/int.C 1.39:
                   15996:        * src/classes/mail.C 1.53:
                   15997:        * src/classes/math.C 1.12:
                   15998:        * src/classes/op.C 1.70:
                   15999:        * src/classes/response.C 1.17:
                   16000:        * src/classes/string.C 1.96:
                   16001:        * src/classes/table.C 1.143:
                   16002:        * src/classes/void.C 1.15:
                   16003:        * src/classes/xdoc.C 1.84:
                   16004:        * src/classes/xnode.C 1.37:
                   16005:        * src/classes/xnode.h 1.8:
                   16006:        * src/include/pa_array.h 1.52:
                   16007:        * src/include/pa_cache_managers.h 1.5:
                   16008:        * src/include/pa_charset.h 1.13:
                   16009:        * src/include/pa_charsets.h 1.4:
                   16010:        * src/include/pa_common.h 1.73:
                   16011:        * src/include/pa_config_fixed.h 1.37:
                   16012:        * src/include/pa_config_includes.h 1.16:
                   16013:        * src/include/pa_db_connection.h 1.20:
                   16014:        * src/include/pa_db_manager.h 1.13:
                   16015:        * src/include/pa_db_table.h 1.14:
                   16016:        * src/include/pa_dictionary.h 1.9:
                   16017:        * src/include/pa_dir.h 1.9:
                   16018:        * src/include/pa_exception.h 1.30:
                   16019:        * src/include/pa_exec.h 1.6:
                   16020:        * src/include/pa_globals.h 1.77:
                   16021:        * src/include/pa_hash.h 1.53:
                   16022:        * src/include/pa_opcode.h 1.13:
                   16023:        * src/include/pa_pool.h 1.77:
                   16024:        * src/include/pa_pragma_pack_begin.h 1.3:
                   16025:        * src/include/pa_pragma_pack_end.h 1.3:
                   16026:        * src/include/pa_request.h 1.120:
                   16027:        * src/include/pa_sapi.h 1.17:
                   16028:        * src/include/pa_socks.h 1.7:
                   16029:        * src/include/pa_sql_connection.h 1.22:
                   16030:        * src/include/pa_sql_driver_manager.h 1.22:
                   16031:        * src/include/pa_stack.h 1.12:
                   16032:        * src/include/pa_string.h 1.123:
                   16033:        * src/include/pa_stylesheet_connection.h 1.25:
                   16034:        * src/include/pa_stylesheet_manager.h 1.11:
                   16035:        * src/include/pa_table.h 1.40:
                   16036:        * src/include/pa_threads.h 1.22:
                   16037:        * src/include/pa_types.h 1.36:
                   16038:        * src/main/compile.C 1.57:
                   16039:        * src/main/compile.tab.C 1.40:
                   16040:        * src/main/compile_tools.C 1.44:
                   16041:        * src/main/compile_tools.h 1.57:
                   16042:        * src/main/execute.C 1.217:
                   16043:        * src/main/pa_array.C 1.46:
                   16044:        * src/main/pa_cache_managers.C 1.3:
                   16045:        * src/main/pa_charset.C 1.19:
                   16046:        * src/main/pa_charsets.C 1.5:
                   16047:        * src/main/pa_common.C 1.100:
                   16048:        * src/main/pa_db_connection.C 1.36:
                   16049:        * src/main/pa_db_manager.C 1.20:
                   16050:        * src/main/pa_db_table.C 1.19:
                   16051:        * src/main/pa_dictionary.C 1.11:
                   16052:        * src/main/pa_dir.C 1.10:
                   16053:        * src/main/pa_exception.C 1.37:
                   16054:        * src/main/pa_exec.C 1.24:
                   16055:        * src/main/pa_globals.C 1.112:
                   16056:        * src/main/pa_hash.C 1.49:
                   16057:        * src/main/pa_pool.C 1.50:
                   16058:        * src/main/pa_request.C 1.193:
                   16059:        * src/main/pa_socks.C 1.12:
                   16060:        * src/main/pa_sql_driver_manager.C 1.60:
                   16061:        * src/main/pa_status_provider.C 1.3:
                   16062:        * src/main/pa_string.C 1.137:
                   16063:        * src/main/pa_stylesheet_manager.C 1.12:
                   16064:        * src/main/pa_table.C 1.43:
                   16065:        * src/main/untaint.C 1.88:
                   16066:        * src/sql/pa_sql_driver.h 1.25:
                   16067:        * src/targets/apache13/mod_parser3.C 1.16:
                   16068:        * src/targets/apache13/pa_pool.C 1.4:
                   16069:        * src/targets/apache13/pa_threads.C 1.6:
                   16070:        * src/targets/cgi/pa_pool.C 1.35:
                   16071:        * src/targets/cgi/pa_threads.C 1.8:
                   16072:        * src/targets/cgi/parser3.C 1.153:
                   16073:        * src/targets/cgi/pool_storage.h 1.8:
                   16074:        * src/targets/isapi/pa_pool.C 1.11:
                   16075:        * src/targets/isapi/pa_threads.C 1.7:
                   16076:        * src/targets/isapi/parser3isapi.C 1.62:
                   16077:        * src/targets/isapi/pool_storage.h 1.14:
                   16078:        * src/types/pa_valiased.C 1.12:
                   16079:        * src/types/pa_valiased.h 1.17:
                   16080:        * src/types/pa_value.h 1.78:
                   16081:        * src/types/pa_vbool.h 1.16:
                   16082:        * src/types/pa_vclass.h 1.23:
                   16083:        * src/types/pa_vcode_frame.h 1.13:
                   16084:        * src/types/pa_vcookie.C 1.33:
                   16085:        * src/types/pa_vcookie.h 1.14:
                   16086:        * src/types/pa_vdate.h 1.7:
                   16087:        * src/types/pa_vdouble.h 1.31:
                   16088:        * src/types/pa_venv.h 1.19:
                   16089:        * src/types/pa_vfile.C 1.25:
                   16090:        * src/types/pa_vfile.h 1.39:
                   16091:        * src/types/pa_vform.C 1.51:
                   16092:        * src/types/pa_vform.h 1.32:
                   16093:        * src/types/pa_vhash.h 1.28:
                   16094:        * src/types/pa_vhashfile.C 1.18:
                   16095:        * src/types/pa_vhashfile.h 1.14:
                   16096:        * src/types/pa_vimage.C 1.15:
                   16097:        * src/types/pa_vimage.h 1.23:
                   16098:        * src/types/pa_vint.h 1.30:
                   16099:        * src/types/pa_vjunction.h 1.11:
                   16100:        * src/types/pa_vmath.h 1.5:
                   16101:        * src/types/pa_vmethod_frame.h 1.21:
                   16102:        * src/types/pa_vobject.h 1.15:
                   16103:        * src/types/pa_vrequest.C 1.15:
                   16104:        * src/types/pa_vrequest.h 1.15:
                   16105:        * src/types/pa_vresponse.C 1.3:
                   16106:        * src/types/pa_vresponse.h 1.20:
                   16107:        * src/types/pa_vstateless_class.C 1.12:
                   16108:        * src/types/pa_vstateless_class.h 1.22:
                   16109:        * src/types/pa_vstateless_object.h 1.14:
                   16110:        * src/types/pa_vstatus.C 1.5:
                   16111:        * src/types/pa_vstatus.h 1.6:
                   16112:        * src/types/pa_vstring.C 1.15:
                   16113:        * src/types/pa_vstring.h 1.40:
                   16114:        * src/types/pa_vtable.C 1.10:
                   16115:        * src/types/pa_vtable.h 1.36:
                   16116:        * src/types/pa_vvoid.h 1.7:
                   16117:        * src/types/pa_vxdoc.C 1.10:
                   16118:        * src/types/pa_vxdoc.h 1.18:
                   16119:        * src/types/pa_vxnode.C 1.14:
                   16120:        * src/types/pa_vxnode.h 1.11:
                   16121:        * src/types/pa_wcontext.C 1.14:
                   16122:        * src/types/pa_wcontext.h 1.26:
                   16123:        * src/types/pa_wwrapper.h 1.15:
                   16124:                2002
                   16125: 
                   16126:        * src/types/pa_vcookie.C 1.36:
                   16127:        * src/types/pa_vcookie.C 1.37:
                   16128:        * src/types/pa_vcookie.C 1.38:
                   16129:        * src/types/pa_vcookie.C 1.39:
                   16130:                VCookie::fill_fields one check forgotten
                   16131: 
                   16132:        * src/include/Makefile.am 1.1:
                   16133:        * src/include/Makefile.in 1.1:
                   16134:        * src/sql/Makefile.am 1.3:
                   16135:        * src/sql/Makefile.in 1.1:
                   16136:        * src/targets/isapi/Makefile.am 1.1:
                   16137:        * src/targets/isapi/Makefile.in 1.1:
                   16138:                forgotten makes
                   16139: 
                   16140:        * AUTHORS 1.2:
                   16141:        * COPYING 1.2:
                   16142:        * INSTALL 1.3:
                   16143:        * INSTALL 1.4:
                   16144:        * README 1.2:
                   16145:                install&others updated
                   16146: 
                   16147:        * Makefile.am 1.2:
                   16148:        * Makefile.in 1.3:
                   16149:        * configure 1.6:
                   16150:        * configure.in 1.8:
                   16151:        * etc/parser3.charsets/Makefile.am 1.2:
                   16152:        * etc/parser3.charsets/Makefile.in 1.4:
                   16153:        * src/Makefile.am 1.15:
                   16154:        * src/Makefile.in 1.43:
                   16155:        * src/classes/Makefile.am 1.37:
                   16156:        * src/classes/Makefile.in 1.41:
                   16157:        * src/main/Makefile.am 1.30:
                   16158:        * src/main/Makefile.in 1.37:
                   16159:        * src/main/pa_status_provider.C 1.5:
                   16160:        * src/targets/Makefile.am 1.9:
                   16161:        * src/targets/Makefile.in 1.32:
                   16162:        * src/targets/apache13/Makefile.am 1.11:
                   16163:        * src/targets/apache13/Makefile.in 1.30:
                   16164:        * src/targets/cgi/Makefile.am 1.28:
                   16165:        * src/targets/cgi/Makefile.in 1.39:
                   16166:        * src/types/Makefile.am 1.19:
                   16167:        * src/types/Makefile.in 1.33:
                   16168:                'make dist' works
                   16169: 
                   16170:        * src/classes/classes.C 1.15:
                   16171:        * src/classes/classes.h 1.16:
                   16172:        * src/classes/date.C 1.16:
                   16173:        * src/classes/double.C 1.43:
                   16174:        * src/classes/file.C 1.72:
                   16175:        * src/classes/form.C 1.21:
                   16176:        * src/classes/hash.C 1.35:
                   16177:        * src/classes/hashfile.C 1.22:
                   16178:        * src/classes/image.C 1.66:
                   16179:        * src/classes/image.C 1.67:
                   16180:        * src/classes/int.C 1.40:
                   16181:        * src/classes/mail.C 1.54:
                   16182:        * src/classes/math.C 1.13:
                   16183:        * src/classes/op.C 1.71:
                   16184:        * src/classes/response.C 1.18:
                   16185:        * src/classes/string.C 1.97:
                   16186:        * src/classes/table.C 1.144:
                   16187:        * src/classes/void.C 1.16:
                   16188:        * src/classes/xdoc.C 1.85:
                   16189:        * src/classes/xnode.C 1.38:
                   16190:        * src/classes/xnode.h 1.9:
                   16191:        * src/include/pa_array.h 1.53:
                   16192:        * src/include/pa_cache_managers.h 1.6:
                   16193:        * src/include/pa_charset.h 1.14:
                   16194:        * src/include/pa_charsets.h 1.5:
                   16195:        * src/include/pa_common.h 1.74:
                   16196:        * src/include/pa_config_fixed.h 1.38:
                   16197:        * src/include/pa_config_includes.h 1.17:
                   16198:        * src/include/pa_db_connection.h 1.21:
                   16199:        * src/include/pa_db_manager.h 1.14:
                   16200:        * src/include/pa_db_table.h 1.15:
                   16201:        * src/include/pa_dictionary.h 1.10:
                   16202:        * src/include/pa_dir.h 1.10:
                   16203:        * src/include/pa_exception.h 1.31:
                   16204:        * src/include/pa_exec.h 1.7:
                   16205:        * src/include/pa_globals.h 1.78:
                   16206:        * src/include/pa_hash.h 1.54:
                   16207:        * src/include/pa_opcode.h 1.14:
                   16208:        * src/include/pa_pool.h 1.78:
                   16209:        * src/include/pa_pragma_pack_begin.h 1.4:
                   16210:        * src/include/pa_pragma_pack_end.h 1.4:
                   16211:        * src/include/pa_request.h 1.121:
                   16212:        * src/include/pa_sapi.h 1.18:
                   16213:        * src/include/pa_socks.h 1.8:
                   16214:        * src/include/pa_sql_connection.h 1.23:
                   16215:        * src/include/pa_sql_driver_manager.h 1.23:
                   16216:        * src/include/pa_stack.h 1.13:
                   16217:        * src/include/pa_string.h 1.124:
                   16218:        * src/include/pa_stylesheet_connection.h 1.26:
                   16219:        * src/include/pa_stylesheet_manager.h 1.12:
                   16220:        * src/include/pa_table.h 1.41:
                   16221:        * src/include/pa_threads.h 1.23:
                   16222:        * src/include/pa_types.h 1.37:
                   16223:        * src/main/compile.C 1.58:
                   16224:        * src/main/compile_tools.C 1.45:
                   16225:        * src/main/compile_tools.h 1.58:
                   16226:        * src/main/execute.C 1.218:
                   16227:        * src/main/pa_array.C 1.47:
                   16228:        * src/main/pa_cache_managers.C 1.4:
                   16229:        * src/main/pa_charset.C 1.20:
                   16230:        * src/main/pa_charsets.C 1.6:
                   16231:        * src/main/pa_common.C 1.101:
                   16232:        * src/main/pa_common.C 1.102:
                   16233:        * src/main/pa_db_connection.C 1.37:
                   16234:        * src/main/pa_db_manager.C 1.21:
                   16235:        * src/main/pa_db_table.C 1.20:
                   16236:        * src/main/pa_dictionary.C 1.12:
                   16237:        * src/main/pa_dir.C 1.11:
                   16238:        * src/main/pa_exception.C 1.38:
                   16239:        * src/main/pa_exec.C 1.25:
                   16240:        * src/main/pa_globals.C 1.113:
                   16241:        * src/main/pa_hash.C 1.50:
                   16242:        * src/main/pa_pool.C 1.51:
                   16243:        * src/main/pa_request.C 1.194:
                   16244:        * src/main/pa_socks.C 1.13:
                   16245:        * src/main/pa_sql_driver_manager.C 1.61:
                   16246:        * src/main/pa_status_provider.C 1.4:
                   16247:        * src/main/pa_string.C 1.138:
                   16248:        * src/main/pa_stylesheet_manager.C 1.13:
                   16249:        * src/main/pa_table.C 1.44:
                   16250:        * src/main/untaint.C 1.89:
                   16251:        * src/main/untaint.C 1.90:
                   16252:        * src/sql/pa_sql_driver.h 1.26:
                   16253:        * src/targets/apache13/mod_parser3.C 1.17:
                   16254:        * src/targets/apache13/pa_pool.C 1.5:
                   16255:        * src/targets/apache13/pa_threads.C 1.7:
                   16256:        * src/targets/cgi/pa_pool.C 1.36:
                   16257:        * src/targets/cgi/pa_threads.C 1.9:
                   16258:        * src/targets/cgi/parser3.C 1.154:
                   16259:        * src/targets/cgi/parser3.C 1.155:
                   16260:        * src/targets/cgi/pool_storage.h 1.9:
                   16261:        * src/targets/isapi/pa_pool.C 1.12:
                   16262:        * src/targets/isapi/pa_threads.C 1.8:
                   16263:        * src/targets/isapi/parser3isapi.C 1.63:
                   16264:        * src/targets/isapi/pool_storage.h 1.15:
                   16265:        * src/types/pa_valiased.C 1.13:
                   16266:        * src/types/pa_valiased.h 1.18:
                   16267:        * src/types/pa_value.h 1.79:
                   16268:        * src/types/pa_vbool.h 1.17:
                   16269:        * src/types/pa_vclass.h 1.24:
                   16270:        * src/types/pa_vcode_frame.h 1.14:
                   16271:        * src/types/pa_vcookie.C 1.34:
                   16272:        * src/types/pa_vcookie.C 1.35:
                   16273:        * src/types/pa_vcookie.h 1.15:
                   16274:        * src/types/pa_vdate.h 1.8:
                   16275:        * src/types/pa_vdouble.h 1.32:
                   16276:        * src/types/pa_venv.h 1.20:
                   16277:        * src/types/pa_vfile.C 1.26:
                   16278:        * src/types/pa_vfile.C 1.27:
                   16279:        * src/types/pa_vfile.h 1.40:
                   16280:        * src/types/pa_vform.C 1.52:
                   16281:        * src/types/pa_vform.C 1.53:
                   16282:        * src/types/pa_vform.h 1.33:
                   16283:        * src/types/pa_vhash.h 1.29:
                   16284:        * src/types/pa_vhashfile.C 1.19:
                   16285:        * src/types/pa_vhashfile.C 1.20:
                   16286:        * src/types/pa_vhashfile.h 1.15:
                   16287:        * src/types/pa_vimage.C 1.16:
                   16288:        * src/types/pa_vimage.C 1.17:
                   16289:        * src/types/pa_vimage.h 1.24:
                   16290:        * src/types/pa_vint.h 1.31:
                   16291:        * src/types/pa_vjunction.h 1.12:
                   16292:        * src/types/pa_vmath.h 1.6:
                   16293:        * src/types/pa_vmethod_frame.h 1.22:
                   16294:        * src/types/pa_vobject.h 1.16:
                   16295:        * src/types/pa_vrequest.C 1.16:
                   16296:        * src/types/pa_vrequest.C 1.17:
                   16297:        * src/types/pa_vrequest.h 1.16:
                   16298:        * src/types/pa_vresponse.C 1.4:
                   16299:        * src/types/pa_vresponse.C 1.5:
                   16300:        * src/types/pa_vresponse.h 1.21:
                   16301:        * src/types/pa_vstateless_class.C 1.13:
                   16302:        * src/types/pa_vstateless_class.h 1.23:
                   16303:        * src/types/pa_vstateless_object.h 1.15:
                   16304:        * src/types/pa_vstatus.C 1.6:
                   16305:        * src/types/pa_vstatus.h 1.7:
                   16306:        * src/types/pa_vstring.C 1.16:
                   16307:        * src/types/pa_vstring.C 1.17:
                   16308:        * src/types/pa_vstring.h 1.41:
                   16309:        * src/types/pa_vtable.C 1.11:
                   16310:        * src/types/pa_vtable.C 1.12:
                   16311:        * src/types/pa_vtable.h 1.37:
                   16312:        * src/types/pa_vvoid.h 1.8:
                   16313:        * src/types/pa_vxdoc.C 1.11:
                   16314:        * src/types/pa_vxdoc.C 1.12:
                   16315:        * src/types/pa_vxdoc.h 1.19:
                   16316:        * src/types/pa_vxnode.C 1.15:
                   16317:        * src/types/pa_vxnode.C 1.16:
                   16318:        * src/types/pa_vxnode.h 1.12:
                   16319:        * src/types/pa_wcontext.C 1.15:
                   16320:        * src/types/pa_wcontext.h 1.27:
                   16321:        * src/types/pa_wwrapper.h 1.16:
                   16322:                name spelling
                   16323: 
                   16324: 2002-02-07  paf
                   16325:        * src/main/compile.C 1.56:
                   16326:        * src/main/compile.tab.C 1.39:
                   16327:        * src/main/compile.y 1.180:
                   16328:        * src/main/compile_tools.h 1.56:
                   16329:                disabled $if reference due to conflicts with local variables
                   16330: 
                   16331:        * configure 1.5:
                   16332:        * configure.in 1.7:
                   16333:        * src/classes/Makefile.in 1.39:
                   16334:        * src/include/pa_config_auto.h.in 1.18:
                   16335:        * src/main/Makefile.in 1.35:
                   16336:        * src/main/pa_common.C 1.99:
                   16337:        * src/main/pa_socks.C 1.10:
                   16338:        * src/targets/Makefile.in 1.30:
                   16339:        * src/targets/cgi/Makefile.in 1.37:
                   16340:        * src/types/Makefile.in 1.31:
                   16341:                compiled under cygwin
                   16342:                added yet another locking function: fcntl
                   16343: 
                   16344:        * src/classes/Makefile.in 1.40:
                   16345:        * src/main/Makefile.in 1.36:
                   16346:        * src/targets/Makefile.in 1.31:
                   16347:        * src/targets/apache13/Makefile.in 1.29:
                   16348:        * src/targets/cgi/Makefile.in 1.38:
                   16349:        * src/types/Makefile.in 1.32:
                   16350:                makes
                   16351: 
                   16352:        * src/include/pa_array.h 1.50:
                   16353:        * src/main/compile.C 1.55:
                   16354:        * src/main/compile.tab.C 1.37:
                   16355:        * src/main/compile.y 1.179:
                   16356:        * src/main/compile_tools.C 1.43:
                   16357:        * src/main/compile_tools.h 1.55:
                   16358:                operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
                   16359:                OP_VALUE+string+OP_GET_ELEMENT.
                   16360:                and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
                   16361:                to form
                   16362:                OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
                   16363:                code
                   16364: 
                   16365:        * operators.txt 1.6:
                   16366:        * src/classes/string.C 1.95:
                   16367:        * src/include/pa_config_fixed.h 1.35:
                   16368:        * src/main/compile.tab.C 1.38:
                   16369:                ^int/double/string.format
                   16370:                now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
                   16371:                retaining backward compatibility due to some already-implemented servers
                   16372: 
                   16373:        * config.sub 1.2:
                   16374:                on cygwin configure passes it with strange i1586 const, hacked
                   16375:                it to mean i586
                   16376: 
                   16377:        * src/main/pa_socks.C 1.11:
                   16378:                swapped headers to avoid compiler warnings
                   16379: 
                   16380:        * operators.txt 1.7:
                   16381:        * src/classes/table.C 1.142:
                   16382:        * src/include/pa_array.h 1.51:
                   16383:        * src/include/pa_table.h 1.39:
                   16384:        * src/main/pa_array.C 1.45:
                   16385:        * src/main/pa_table.C 1.42:
                   16386:        * www/htdocs/auto.p 1.3:
                   16387:        * www/htdocs/index.html 1.6:
                   16388:                table::create now // 'set' name obsolete now
                   16389:                table clone.
                   16390: 
                   16391:        * operators.txt 1.8:
                   16392:        * src/classes/xdoc.C 1.83:
                   16393:        * src/include/pa_config_fixed.h 1.36:
                   16394:                xdoc::set obsolete now, now xdoc::create, with both sences
                   16395: 
                   16396: 2002-02-06  paf
                   16397:        * src/classes/mail.C 1.52:
                   16398:                *** empty log message ***
                   16399: 
                   16400:        * configure 1.4:
                   16401:        * configure.in 1.6:
                   16402:                prefix expanded, grr
                   16403: 
                   16404:        * operators.txt 1.5:
                   16405:        * src/classes/mail.C 1.51:
                   16406:                mail:send config changed
                   16407: 
                   16408: 2002-02-05  paf
                   16409:        * configure.in 1.3:
                   16410:        * operators.txt 1.2:
                   16411:        * src/classes/file.C 1.70:
                   16412:        * src/classes/op.C 1.69:
                   16413:        * src/include/pa_common.h 1.72:
                   16414:        * src/include/pa_config_includes.h 1.15:
                   16415:        * src/main/compile.tab.C 1.36:
                   16416:        * src/main/pa_common.C 1.98:
                   16417:        * www/htdocs/index.html 1.5:
                   16418:                rewritten ^cache to use non-blocking-exclusive-caches
                   16419: 
                   16420:        * src/types/pa_vstatus.C 1.4:
                   16421:                status:rusage 3
                   16422: 
                   16423:        * src/main/pa_common.C 1.97:
                   16424:                text file read mode on win32 adjusted [speed impact. was off
                   16425:                for debugging purpose, but forgotten afterwards]
                   16426: 
                   16427:        * operators.txt 1.3:
                   16428:                status:rusage described int operators
                   16429: 
                   16430:        * configure.in 1.4:
                   16431:        * src/types/Makefile.am 1.18:
                   16432:        * src/types/pa_vstatus.h 1.5:
                   16433:        * src/types/types.dsp 1.18:
                   16434:                status:rusage
                   16435: 
                   16436:        * src/types/pa_vstatus.C 1.1:
                   16437:                status:rusage 1
                   16438: 
                   16439:        * configure 1.3:
                   16440:        * configure.in 1.5:
                   16441:        * src/include/pa_config_auto.h.in 1.17:
                   16442:        * src/types/Makefile.in 1.30:
                   16443:        * src/types/pa_vstatus.C 1.2:
                   16444:                *** empty log message ***
                   16445: 
                   16446:        * src/main/pa_exec.C 1.22.14.1:
                   16447:        * src/main/pa_exec.C 1.23:
                   16448:                argv0 now correct
                   16449: 
                   16450:        * src/types/pa_vstatus.C 1.3:
                   16451:                status:rusage 2
                   16452: 
                   16453:        * operators.txt 1.4:
                   16454:                regex options commented
                   16455: 
                   16456: 2002-02-01  paf
                   16457:        * src/classes/op.C 1.62.2.1.2.3:
                   16458:                file_write does EX lock after create,
                   16459:                while file_read does SH after open,
                   16460:                so there's a moment after create but before EX lock when read can sneak into, and read just-created-for-writing-and-not-yet-locked file,
                   16461:                added a check for that in ^cache...read
                   16462: 
                   16463: 2002-01-31  paf
                   16464:        * src/main/execute.C 1.210:
                   16465:        * www/htdocs/index.html 1.3:
                   16466:                operators check, thay mistakenly seen in
                   16467:                  $class:operator
                   16468:                  $object.operators
                   16469:                contexts
                   16470: 
                   16471:        * INSTALL 1.2:
                   16472:        * Makefile.in 1.2:
                   16473:        * configure 1.2:
                   16474:        * configure.in 1.2:
                   16475:        * etc/Makefile.am 1.2:
                   16476:        * etc/Makefile.in 1.2:
                   16477:        * etc/parser3.charsets/Makefile.in 1.3:
                   16478:        * ident.awk 1.2:
                   16479:        * src/Makefile.in 1.42:
                   16480:        * src/classes/Makefile.am 1.36:
                   16481:        * src/classes/Makefile.in 1.38:
                   16482:        * src/main/Makefile.am 1.29:
                   16483:        * src/main/Makefile.in 1.34:
                   16484:        * src/targets/Makefile.in 1.29:
                   16485:        * src/targets/apache13/Makefile.am 1.10:
                   16486:        * src/targets/cgi/Makefile.am 1.27:
                   16487:        * src/targets/cgi/Makefile.in 1.36:
                   16488:        * src/targets/cgi/pa_config_paths.h.in 1.1:
                   16489:        * src/targets/cgi/parser3.C 1.152:
                   16490:        * src/types/Makefile.am 1.17:
                   16491:        * src/types/Makefile.in 1.29:
                   16492:                lowered indent.awk back to src/
                   16493: 
                   16494:        * src/classes/xdoc.C 1.82:
                   16495:        * src/targets/cgi/parser3.dsp 1.41:
                   16496:        * www/htdocs/index.html 1.2:
                   16497:                now compiles under win32
                   16498: 
                   16499:        * src/main/compile.tab.C 1.35:
                   16500:        * src/main/compile.y 1.178:
                   16501:                disabled operator call after ^xxx:
                   16502: 
                   16503:        * AUTHORS 1.1:
                   16504:        * COPYING 1.1:
                   16505:        * INSTALL 1.1:
                   16506:        * Makefile.am 1.1:
                   16507:        * Makefile.in 1.1:
                   16508:        * NEWS 1.1:
                   16509:        * README 1.1:
                   16510:        * acinclude.m4 1.1:
                   16511:        * aclocal.m4 1.1:
                   16512:        * asm.txt 1.1:
                   16513:        * config.guess 1.1:
                   16514:        * config.sub 1.1:
                   16515:        * configure 1.1:
                   16516:        * configure.in 1.1:
                   16517:        * etc/Makefile.am 1.1:
                   16518:        * etc/Makefile.in 1.1:
                   16519:        * etc/parser3.charsets/Makefile.am 1.1:
                   16520:        * etc/parser3.charsets/Makefile.in 1.1:
                   16521:        * etc/parser3.charsets/koi8-r.cfg 1.1:
                   16522:        * etc/parser3.charsets/windows-1250.cfg 1.1:
                   16523:        * etc/parser3.charsets/windows-1251.cfg 1.1:
                   16524:        * form.txt 1.1:
                   16525:        * ident.awk 1.1:
                   16526:        * install-sh 1.1:
                   16527:        * lang.txt 1.1:
                   16528:        * ltconfig 1.1:
                   16529:        * ltmain.sh 1.1:
                   16530:        * missing 1.1:
                   16531:        * mkinstalldirs 1.1:
                   16532:        * operators.txt 1.1:
                   16533:        * parser3.dsw 1.1:
                   16534:        * sql.txt 1.1:
                   16535:        * src/Makefile.am 1.14:
                   16536:        * src/Makefile.in 1.41:
                   16537:        * src/classes/Makefile.am 1.35:
                   16538:        * src/classes/Makefile.in 1.37:
                   16539:        * src/include/pa_config_auto.h.in 1.16:
                   16540:        * src/main/Makefile.am 1.28:
                   16541:        * src/main/Makefile.in 1.33:
                   16542:        * src/targets/Makefile.in 1.28:
                   16543:        * src/targets/apache13/Makefile.am 1.9:
                   16544:        * src/targets/apache13/Makefile.in 1.28:
                   16545:        * src/targets/cgi/Makefile.am 1.26:
                   16546:        * src/targets/cgi/Makefile.in 1.35:
                   16547:        * src/targets/cgi/parser3.C 1.151:
                   16548:        * src/types/Makefile.am 1.16:
                   16549:        * src/types/Makefile.in 1.28:
                   16550:        * types.txt 1.1:
                   16551:        * www/Makefile.am 1.1:
                   16552:        * www/Makefile.in 1.1:
                   16553:        * www/htdocs/auto.p 1.1:
                   16554:        * www/htdocs/global.xsl 1.1:
                   16555:        * www/htdocs/index.html 1.1:
                   16556:        * www/htdocs/parser-status.html 1.1:
                   16557:        * www/htdocs/people.dtd 1.1:
                   16558:                moved etc&www out of src, moved configure&co out of src
                   16559:                added windows-1250.cfg
                   16560:                straightened installation scripts procedure
                   16561:                made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
                   16562: 
                   16563:        * src/include/pa_opcode.h 1.12:
                   16564:        * src/include/pa_request.h 1.119:
                   16565:        * src/main/compile.C 1.54:
                   16566:        * src/main/compile.tab.C 1.33:
                   16567:        * src/main/compile.y 1.177:
                   16568:        * src/main/compile_tools.C 1.42:
                   16569:        * src/main/compile_tools.h 1.54:
                   16570:        * src/main/execute.C 1.215:
                   16571:        * src/types/pa_wcontext.h 1.25:
                   16572:                operators check 6.1
                   16573:                rewritten. now check is done at compile time
                   16574: 
                   16575:        * src/main/execute.C 1.214:
                   16576:                operators check 5
                   16577:                floated up old error of staying in 'entered class/object' state after $a($a..)
                   16578:                it prevented operators from being called thereafter
                   16579: 
                   16580:        * src/main/compile.tab.C 1.34:
                   16581:        * src/main/execute.C 1.216:
                   16582:                made operators lookup first in ^xxx situation.
                   16583:                so that one could not do
                   16584:                $if[1]
                   16585:                ^if[xxx]
                   16586: 
1.39      paf      16587:        * etc/parser3.charsets/Makefile.in 1.2:
                   16588:                *** empty log message ***
                   16589: 
1.15      paf      16590:        * src/main/execute.C 1.211:
                   16591:        * src/types/pa_wcontext.h 1.24:
                   16592:        * www/htdocs/auto.p 1.2:
                   16593:        * www/htdocs/index.html 1.4:
                   16594:                operators check 2
                   16595:                floated up old error of staying in 'entered class' state after $a:a[a]
                   16596:                it prevented operators from being called thereafter
                   16597: 
                   16598:        * src/main/execute.C 1.212:
                   16599:                operators check 3
                   16600:                floated up old error of staying in 'entered class' state after $a:a(a)
                   16601:                it prevented operators from being called thereafter
                   16602: 
                   16603:        * src/include/pa_opcode.h 1.11:
                   16604:        * src/main/compile.tab.C 1.32:
                   16605:        * src/main/compile.y 1.176:
                   16606:        * src/main/execute.C 1.213:
                   16607:                operators check 4
                   16608:                floated up old error of staying in 'entered object' state after ^a.a(a)
                   16609:                it prevented operators from being called thereafter
                   16610: 
                   16611: 2002-01-30  paf
                   16612:        * src/classes/xdoc.C 1.81:
                   16613:                acconfig.h changed [comments before #undefs removed]
                   16614:                those comments were a mistake, and prevented libltdl from function properly
                   16615: 
                   16616: 2002-01-29  paf
                   16617:        * src/Makefile.am 1.13:
                   16618:        * src/Makefile.in 1.40:
                   16619:        * src/classes/Makefile.am 1.34:
                   16620:        * src/classes/Makefile.in 1.36:
                   16621:        * src/main/Makefile.in 1.32:
                   16622:        * src/targets/Makefile.in 1.27:
                   16623:        * src/targets/apache13/Makefile.in 1.27:
                   16624:        * src/targets/cgi/Makefile.in 1.34:
                   16625:        * src/types/Makefile.in 1.27:
                   16626:                removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]
                   16627:                added default system config&charsetts
                   16628:                prepared 'make install', now it installs
                   16629:                targets/cgi/parser3 into bin directory
                   16630:                etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively
                   16631: 
                   16632:        * src/classes/xdoc.C 1.80:
                   16633:        * src/include/pa_charset.h 1.12:
                   16634:        * src/include/pa_globals.h 1.76:
                   16635:        * src/main/pa_globals.C 1.111:
                   16636:                few forgotten ifdef XML added
                   16637: 
                   16638: 2002-01-28  paf
                   16639:        * src/classes/xdoc.C 1.79:
                   16640:        * src/classes/xnode.h 1.7:
                   16641:        * src/main/pa_exception.C 1.35:
                   16642:                xdoc.importNode 0
                   16643: 
                   16644:        * src/classes/xdoc.C 1.78:
                   16645:                xdoc::set now untaints OK
                   16646: 
                   16647:        * src/Makefile.in 1.39:
                   16648:                stupid make runs automake on ths
                   16649: 
                   16650:        * src/classes/xnode.C 1.34:
                   16651:        * src/types/pa_vxdoc.h 1.17:
                   16652:                xdoc.importNode 1  [fixed as_node helper func to accept docs]
                   16653: 
                   16654:        * src/classes/Makefile.am 1.33:
                   16655:        * src/classes/Makefile.in 1.35:
                   16656:        * src/targets/cgi/Makefile.am 1.25:
                   16657:        * src/targets/cgi/Makefile.in 1.33:
                   16658:                xalan-patch removed
                   16659: 
                   16660:        * src/main/pa_exception.C 1.36:
                   16661:                dom|generic error output fix
                   16662: 
                   16663:        * src/classes/xnode.C 1.35:
                   16664:                xdoc.importNode 2 [mistype err]
                   16665: 
                   16666:        * src/classes/xnode.C 1.36:
                   16667:                xdoc.importNode 3 [check err]
                   16668: 
                   16669: 2002-01-25  paf
                   16670:        * src/include/pa_charset.h 1.11:
                   16671:        * src/main/pa_globals.C 1.110:
                   16672:                http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   16673: 
                   16674:        * src/classes/hash.C 1.33:
                   16675:                unified  hash::sql, now
                   16676:                ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   16677: 
                   16678:        * src/classes/file.C 1.68:
                   16679:        * src/classes/op.C 1.68:
                   16680:        * src/classes/string.C 1.94:
                   16681:        * src/classes/table.C 1.141:
                   16682:        * src/classes/xdoc.C 1.77:
                   16683:        * src/include/pa_common.h 1.70:
                   16684:        * src/main/pa_common.C 1.95:
                   16685:        * src/types/pa_vfile.h 1.38:
                   16686:                removed redundant pool param to some pa_common funcs
                   16687: 
                   16688:        * src/classes/file.C 1.69:
                   16689:        * src/include/pa_common.h 1.71:
                   16690:        * src/main/pa_common.C 1.96:
                   16691:                ^file:lock[filename]{code}
                   16692: 
                   16693:        * src/include/pa_charset.h 1.10:
                   16694:        * src/include/pa_charset.h 1.2.2.1:
                   16695:        * src/include/pa_config_fixed.h 1.34.6.1:
                   16696:        * src/main/compile.tab.C 1.27.6.3:
                   16697:        * src/main/pa_charset.C 1.18:
                   16698:                typedef XMLCh... not stupid illegal define
                   16699: 
                   16700:        * src/main/compile.tab.C 1.31:
                   16701:        * src/main/compile.y 1.175:
                   16702:                #comment  before @ after @SPECIAL
                   16703:                now works OK
                   16704: 
                   16705:        * src/main/pa_exec.C 1.20:
                   16706:                max arg count now 10, and proper message on violation that added
                   16707: 
                   16708:        * src/main/pa_exec.C 1.21:
                   16709:        * src/main/pa_exec.C 1.22:
                   16710:                unix: exec now does chdir to script dir
                   16711: 
                   16712: 2002-01-24  paf
                   16713:        * src/classes/hashfile.C 1.20:
                   16714:        * src/include/pa_db_table.h 1.13:
                   16715:        * src/include/pa_opcode.h 1.10:
                   16716:        * src/main/compile.tab.C 1.30:
                   16717:        * src/main/compile.y 1.174:
                   16718:        * src/main/compile_tools.C 1.41:
                   16719:        * src/main/compile_tools.h 1.53:
                   16720:        * src/main/execute.C 1.209:
                   16721:        * src/main/pa_db_connection.C 1.35:
                   16722:        * src/main/pa_db_table.C 1.18:
                   16723:        * src/types/pa_vhashfile.C 1.17:
                   16724:        * src/types/pa_vhashfile.h 1.13:
                   16725:                merged from r17 - hashfile without logfiles
                   16726: 
                   16727:        * src/classes/xnode.C 1.31:
                   16728:                xnode.select returns array always now, in case 'nothing found' 
                   16729:                returns empty array
                   16730: 
                   16731:        * src/include/pa_version.h 1.3:
                   16732:                changed version number
                   16733: 
                   16734:        * src/classes/xdoc.C 1.74:
                   16735:                checked empty response
                   16736: 
                   16737:        * src/classes/hashfile.C 1.19.2.1:
                   16738:        * src/include/pa_db_table.h 1.12.6.1:
                   16739:        * src/main/compile.tab.C 1.27.6.2:
                   16740:        * src/main/pa_db_connection.C 1.34.6.1:
                   16741:        * src/main/pa_db_table.C 1.17.2.1:
                   16742:        * src/types/pa_vhashfile.C 1.16.6.1:
                   16743:        * src/types/pa_vhashfile.h 1.12.14.1:
                   16744:                hashfile:
                   16745:                removed use of transactions
                   16746:                [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
                   16747:                thus got rid of huge log files, which cluttered disk without huge need]
                   16748: 
                   16749:        * src/classes/xdoc.C 1.76:
                   16750:        * src/classes/xnode.C 1.33:
                   16751:        * src/classes/xnode.h 1.6:
                   16752:                gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent
                   16753:                in dome lib
                   16754: 
                   16755:        * src/classes/xnode.C 1.30:
                   16756:                xpath nodes select bug [0] instead of [i], be more tender with
                   16757:                ctrl/c/v
                   16758: 
                   16759:        * src/classes/xdoc.C 1.75:
                   16760:                xsltSaveResultTo checked <0 response
                   16761: 
                   16762:        * src/classes/xnode.C 1.32:
                   16763:                xdoc.select fixed context node [were always /, not self node]
                   16764: 
                   16765: 2002-01-23  paf
                   16766:        * src/classes/xdoc.C 1.72:
                   16767:        * src/main/pa_globals.C 1.108:
                   16768:        * src/types/pa_vdouble.h 1.29:
                   16769:                %.20E now default float format
                   16770:                this is for regretful twice-converting here:
                   16771:                $a(double value) when they write double falue  they convert it to string first,
                   16772:                thus %g were losing precesion.
                   16773:                
                   16774:                todo: think up some way to remove double->string string->double twice-converting
                   16775: 
                   16776:        * src/main/pa_globals.C 1.105:
                   16777:                removed debug xslt messages
                   16778: 
                   16779:        * src/main/pa_globals.C 1.106:
                   16780:                xslt linked dynamically. [mistekenly were statically linked]
                   16781: 
                   16782:        * src/include/pa_exception.h 1.29:
                   16783:        * src/main/compile.tab.C 1.29:
                   16784:        * src/main/pa_exception.C 1.34:
                   16785:                removed exception va_list constructor.
                   16786:                1. not needed anymore
                   16787:                2. there were a conflict[causing errors] between
                   16788:                ctor(, va_list)
                   16789:                ctor(, ...)
                   16790:                compiler[both msvc and gcc] never detected an ambiguilty here, compiling
                   16791:                ctor(, "hello") into ctor(, va_list) which, of course, caused gpf
                   16792: 
                   16793:        * src/types/pa_vdouble.h 1.30:
                   16794:                %.20E now float format when %g produced 'e' in output
                   16795:                this is for regretful twice-converting here:
                   16796:                $a(double value) when they write double falue  they convert it to string first,
                   16797:                thus %g were losing precesion.
                   16798:                
                   16799:                todo: think up some way to remove double->string string->double twice-converting
                   16800: 
                   16801:        * src/types/pa_vdouble.h 1.28.14.1:
                   16802:                double prec. todo: get rid of twice-converting
                   16803: 
                   16804:        * src/classes/xdoc.C 1.71:
                   16805:        * src/include/pa_stylesheet_connection.h 1.24:
                   16806:        * src/main/pa_globals.C 1.107:
                   16807:                xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside
                   16808: 
                   16809:        * src/classes/xdoc.C 1.73:
                   16810:        * src/main/pa_globals.C 1.109:
                   16811:                xdoc::load/set entities substituted.
                   16812:                        // 2. when dom tree with entites goes under transform text nodes
                   16813:                        // got [erroreosly] cut on first entity occurance
                   16814: 
                   16815: 2002-01-22  paf
                   16816:        * src/classes/table.C 1.140:
                   16817:                join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.
                   16818:                replaced them with empty strings
                   16819: 
                   16820:        * src/classes/xdoc.C 1.70:
                   16821:        * src/include/pa_stylesheet_connection.h 1.23:
                   16822:        * src/main/pa_globals.C 1.104:
                   16823:                xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.
                   16824:                example:
                   16825:                this refused to work,
                   16826:                            <b>&laquo;<xsl:value-of select="@title" />&raquo;</b>
                   16827:                stranly worked only this way:
                   16828:                            <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   16829:                
                   16830:                docs says "set it to 1", never going into details, so I decided to try NOT to do that
                   16831: 
                   16832: 2002-01-21  paf
                   16833:        * src/include/pa_stylesheet_connection.h 1.20:
                   16834:        * src/main/pa_exception.C 1.32:
                   16835:                xml generic message 1
                   16836: 
                   16837:        * src/main/pa_charset.C 1.17:
                   16838:                checked empty transcoders in transcode_cstr|buf
                   16839: 
                   16840:        * src/classes/Makefile.in 1.34:
                   16841:        * src/classes/xdoc.C 1.67:
                   16842:        * src/classes/xnode.C 1.29:
                   16843:        * src/include/pa_stylesheet_connection.h 1.22:
                   16844:        * src/main/pa_charset.C 1.16:
                   16845:        * src/main/pa_globals.C 1.103:
                   16846:        * src/main/pa_sql_driver_manager.C 1.59:
                   16847:        * src/main/pa_stylesheet_manager.C 1.11:
                   16848:        * src/targets/cgi/Makefile.am 1.24:
                   16849:        * src/targets/cgi/Makefile.in 1.32:
                   16850:                autoconf gnome
                   16851: 
                   16852:        * src/classes/xdoc.C 1.69:
                   16853:                xdoc::load error source = filespec
                   16854: 
                   16855:        * src/classes/table.C 1.139:
                   16856:                ^table::load
                   16857:                empty lines or #comments before headline
                   16858: 
                   16859:        * src/include/pa_array.h 1.49:
                   16860:        * src/include/pa_globals.h 1.74:
                   16861:        * src/include/pa_request.h 1.118:
                   16862:        * src/include/pa_threads.h 1.21:
                   16863:        * src/main/pa_array.C 1.44:
                   16864:        * src/main/pa_exception.C 1.31:
                   16865:        * src/main/pa_globals.C 1.101:
                   16866:        * src/main/pa_request.C 1.192:
                   16867:        * src/targets/apache13/pa_threads.C 1.4:
                   16868:        * src/targets/cgi/pa_threads.C 1.6:
                   16869:        * src/targets/isapi/pa_threads.C 1.6:
                   16870:                xml generic errors 0
                   16871: 
                   16872:        * src/classes/xdoc.C 1.66:
                   16873:        * src/classes/xnode.C 1.28:
                   16874:        * src/include/pa_exception.h 1.28:
                   16875:        * src/include/pa_globals.h 1.75:
                   16876:        * src/include/pa_stylesheet_connection.h 1.21:
                   16877:        * src/main/pa_exception.C 1.33:
                   16878:        * src/main/pa_globals.C 1.102:
                   16879:        * src/targets/apache13/pa_threads.C 1.5:
                   16880:        * src/targets/cgi/pa_threads.C 1.7:
                   16881:                xslt generic error 1
                   16882: 
                   16883:        * src/classes/xdoc.C 1.68:
                   16884:                transform error source now stylesheet_filespec
                   16885: 
                   16886: 2002-01-16  paf
                   16887:        * src/classes/xdoc.C 1.64:
                   16888:                few comments
                   16889: 
                   16890:        * src/classes/hash.C 1.32:
                   16891:        * src/classes/op.C 1.67:
                   16892:        * src/classes/string.C 1.93:
                   16893:        * src/classes/table.C 1.138:
                   16894:        * src/classes/void.C 1.14:
                   16895:        * src/classes/xdoc.C 1.65:
                   16896:        * src/include/pa_db_connection.h 1.19:
                   16897:        * src/include/pa_request.h 1.117:
                   16898:        * src/include/pa_sql_connection.h 1.21:
                   16899:        * src/include/pa_sql_driver_manager.h 1.21:
                   16900:        * src/include/pa_stylesheet_connection.h 1.19:
                   16901:        * src/include/pa_stylesheet_manager.h 1.10:
                   16902:        * src/main/pa_request.C 1.191:
                   16903:        * src/main/pa_sql_driver_manager.C 1.58:
                   16904:        * src/main/pa_stylesheet_manager.C 1.10:
                   16905:        * src/targets/cgi/pool_storage.h 1.7:
                   16906:                auto closers to sql_connection, stylesheet_connection
                   16907:                auto destroyers to remaining gnome objects
                   16908: 
                   16909: 2002-01-15  paf
                   16910:        * src/classes/xdoc.C 1.61:
                   16911:        * src/include/pa_charset.h 1.9:
                   16912:        * src/main/pa_charset.C 1.15:
                   16913:                started output options parsing
                   16914: 
                   16915:        * src/classes/xdoc.C 1.63:
                   16916:                xdoc
                   16917:                  file
                   16918:                  save
                   16919:                  string
                   16920:                
                   16921:                ready.
                   16922:                todo: error handling
                   16923: 
                   16924:        * src/classes/xdoc.C 1.62:
                   16925:                xdoc save rewritten using xmlAllocOutputBuffer
                   16926:                less mallocs, more reallocs. less fragmented result
                   16927: 
                   16928: 2002-01-14  paf
                   16929:        * src/classes/xdoc.C 1.60:
                   16930:                method
                   16931: 
                   16932:        * src/classes/xdoc.C 1.59:
                   16933:        * src/classes/xnode.C 1.27:
                   16934:        * src/include/pa_charset.h 1.8:
                   16935:        * src/include/pa_pool.h 1.76:
                   16936:        * src/include/pa_stylesheet_connection.h 1.18:
                   16937:        * src/main/main.dsp 1.145:
                   16938:        * src/main/pa_charset.C 1.14:
                   16939:        * src/main/pa_globals.C 1.100:
                   16940:        * src/main/pa_pool.C 1.49:
                   16941:        * src/main/pa_stylesheet_manager.C 1.9:
                   16942:        * src/types/pa_vxdoc.h 1.16:
                   16943:                xslt transform0.
                   16944:                TODO:
                   16945:                  use output options
                   16946:                  handle errors
                   16947: 
                   16948:        * src/classes/xdoc.C 1.58:
                   16949:        * src/classes/xnode.C 1.26:
                   16950:                ^xdoc.file
                   16951: 
                   16952: 2002-01-11  paf
                   16953:        * src/classes/xnode.C 1.22:
                   16954:        * src/include/pa_charset.h 1.6:
                   16955:        * src/main/pa_charset.C 1.13:
                   16956:                xpath selectNode 1
                   16957: 
                   16958:        * src/include/pa_opcode.h 1.9.6.1:
                   16959:        * src/main/compile.tab.C 1.27.6.1:
                   16960:        * src/main/compile.y 1.173.14.1:
                   16961:        * src/main/compile_tools.C 1.40.14.1:
                   16962:        * src/main/compile_tools.h 1.52.6.1:
                   16963:        * src/main/execute.C 1.208.2.1:
                   16964:                partial logical && || evaluation
                   16965: 
                   16966:        * src/classes/xnode.C 1.23:
                   16967:                xpath selectNode 2
                   16968: 
                   16969:        * src/classes/xnode.C 1.24:
                   16970:        * src/include/pa_charset.h 1.7:
                   16971:                xpath selectNode 3: string/number/bool
                   16972: 
                   16973:        * src/classes/xnode.C 1.25:
                   16974:                xpath selectNodes
                   16975: 
                   16976: 2002-01-10  paf
                   16977:        * src/classes/xnode.C 1.21:
                   16978:                xpath selectNode -100 [just written]
                   16979: 
                   16980:        * src/classes/xdoc.C 1.57:
                   16981:        * src/classes/xnode.C 1.20:
                   16982:        * src/include/pa_charset.h 1.5:
                   16983:        * src/include/pa_exception.h 1.27:
                   16984:        * src/include/pa_pool.h 1.75:
                   16985:        * src/main/pa_charset.C 1.12:
                   16986:        * src/main/pa_pool.C 1.48:
                   16987:                GdomeDOMString_auto_ptr  c++ wrapper [calls refcounter]
                   16988: 
                   16989: 2001-12-29  paf
                   16990:        * src/classes/xdoc.C 1.56:
                   16991:        * src/include/pa_exception.h 1.26:
                   16992:        * src/main/pa_charset.C 1.11:
                   16993:        * src/main/pa_exception.C 1.30:
                   16994:        * src/main/pa_globals.C 1.99:
                   16995:                xdoc
                   16996:                ^set
                   16997:                ^string with glib works 0
                   16998: 
                   16999: 2001-12-28  paf
                   17000:        * src/main/pa_globals.C 1.98:
                   17001:                renamed gdome to libgdome.dll
                   17002: 
                   17003:        * src/classes/classes.dsp 1.14:
                   17004:        * src/classes/mail.C 1.50:
                   17005:        * src/classes/xdoc.C 1.54:
                   17006:        * src/classes/xnode.C 1.19:
                   17007:        * src/classes/xnode.h 1.5:
                   17008:        * src/include/pa_exception.h 1.25:
                   17009:        * src/include/pa_globals.h 1.73:
                   17010:        * src/main/compile.tab.C 1.28:
                   17011:        * src/main/main.dsp 1.144:
                   17012:        * src/main/pa_charset.C 1.9:
                   17013:        * src/main/pa_dir.C 1.9:
                   17014:        * src/main/pa_exception.C 1.28:
                   17015:        * src/main/pa_exec.C 1.19:
                   17016:        * src/main/pa_globals.C 1.97:
                   17017:        * src/main/pa_socks.C 1.9:
                   17018:        * src/targets/cgi/parser3.C 1.150:
                   17019:        * src/targets/cgi/parser3.dsp 1.40:
                   17020:        * src/types/pa_vxdoc.C 1.9:
                   17021:        * src/types/pa_vxdoc.h 1.15:
                   17022:        * src/types/pa_vxnode.C 1.13:
                   17023:        * src/types/pa_vxnode.h 1.10:
                   17024:                gnome libs just compiled in.
                   17025:                no refcounting
                   17026:                no xpath
                   17027:                no xslt
                   17028:                  yet
                   17029: 
                   17030:        * src/classes/xdoc.C 1.55:
                   17031:        * src/include/pa_charset.h 1.4:
                   17032:        * src/main/pa_charset.C 1.10:
                   17033:        * src/main/pa_exception.C 1.29:
                   17034:                started glib transcoders
                   17035: 
                   17036: 2001-12-27  paf
                   17037:        * src/include/pa_charset.h 1.3:
                   17038:        * src/include/pa_common.h 1.69:
                   17039:        * src/include/pa_exception.h 1.24:
                   17040:        * src/include/pa_globals.h 1.72:
                   17041:        * src/include/pa_pool.h 1.74:
                   17042:        * src/main/main.dsp 1.143:
                   17043:        * src/main/pa_charset.C 1.8:
                   17044:        * src/main/pa_charsets.C 1.4:
                   17045:        * src/main/pa_globals.C 1.96:
                   17046:        * src/main/pa_pool.C 1.47:
                   17047:        * src/targets/cgi/parser3.C 1.149:
                   17048:        * src/targets/cgi/parser3.dsp 1.39:
                   17049:        * src/types/pa_vxdoc.C 1.8:
                   17050:        * src/types/pa_vxdoc.h 1.14:
                   17051:        * src/types/pa_vxnode.C 1.12:
                   17052:        * src/types/pa_vxnode.h 1.9:
                   17053:        * src/types/types.dsp 1.17:
                   17054:                going away from xalan&xerces, started the process.
                   17055:                globals [initialization
                   17056:                pool [charset update
                   17057:                charset [transcodings
                   17058:                vxnode vxdoc [DOM calls
                   17059: 
                   17060:        * src/classes/Makefile.am 1.32:
                   17061:                going away from xalan&xerces, not needed anymore
                   17062: 
                   17063: 2001-12-26  paf
                   17064:        * src/include/pa_charset.h 1.2:
                   17065:        * src/include/pa_charsets.h 1.3:
                   17066:        * src/main/pa_charset.C 1.7:
                   17067:        * src/main/pa_charsets.C 1.3:
                   17068:        * src/main/pa_request.C 1.190:
                   17069:                charset key globalized [bug]
                   17070: 
                   17071: 2001-12-25  paf
                   17072:        * src/classes/mail.C 1.49:
                   17073:        * src/classes/table.C 1.137:
                   17074:        * src/include/pa_string.h 1.122:
                   17075:        * src/main/pa_string.C 1.136:
                   17076:                table set & append changed splitting languages, separators now can be clean AND as-is
                   17077:                same to mail command line $MAIN:MAIL.progX arguments
                   17078: 
                   17079: 2001-12-24  paf
                   17080:        * src/classes/hashfile.C 1.19:
                   17081:        * src/classes/op.C 1.66:
                   17082:        * src/main/pa_db_table.C 1.17:
                   17083:        * src/main/pa_string.C 1.135:
                   17084:                read from cache size check updated
                   17085: 
                   17086:        * src/main/pa_string.C 1.133:
                   17087:        * src/main/pa_string.C 1.134:
                   17088:                String::join_chain another ugly bug :(
                   17089: 
                   17090:        * src/classes/mail.C 1.48:
                   17091:                one parted text messages - no multipart mime-type anymore.
                   17092:                for convinient if $.attach-ments
                   17093: 
                   17094: 2001-12-21  paf
                   17095:        * src/main/pa_request.C 1.189:
                   17096:                $result in @main actually not working, to hell with it for now
                   17097: 
                   17098:        * src/main/execute.C 1.207:
                   17099:                junction evaluation canceled - endless recursion detected
                   17100: 
                   17101:        * src/classes/date.C 1.14:
                   17102:                date:sql-string now returns localtime
                   17103: 
                   17104:        * src/include/pa_request.h 1.116:
                   17105:        * src/main/execute.C 1.208:
                   17106:        * src/main/pa_request.C 1.188:
                   17107:        * src/types/pa_vmethod_frame.h 1.20:
                   17108:        * src/types/pa_wcontext.h 1.23:
                   17109:                $result in @main @postprocess @exception
                   17110: 
                   17111: 2001-12-19  paf
                   17112:        * src/main/pa_request.C 1.187:
                   17113:                CLASS_PATH now / = DOCUMENT_ROOT
                   17114: 
                   17115:        * src/classes/op.C 1.65:
                   17116:                ^cache keypath now relative
                   17117: 
                   17118:        * src/classes/hashfile.C 1.18:
                   17119:                ^hashfile.open DB_HOME now relative
                   17120: 
                   17121:        * src/main/pa_charset.C 1.6:
                   17122:                charset->charset transcoding via unicode intermediate
                   17123: 
                   17124:        * src/classes/mail.C 1.46:
                   17125:        * src/include/pa_config_fixed.h 1.34:
                   17126:                to/from 0 check were missing
                   17127: 
                   17128:        * src/classes/mail.C 1.47:
                   17129:                changed weighting prior to sort
                   17130: 
                   17131: 2001-12-17  paf
                   17132:        * src/classes/mail.C 1.45:
                   17133:        * src/include/pa_charsets.h 1.2:
                   17134:        * src/include/pa_string.h 1.121:
                   17135:        * src/main/pa_charsets.C 1.2:
                   17136:        * src/main/untaint.C 1.87:
                   17137:        * src/types/pa_vrequest.C 1.14:
                   17138:        * src/types/pa_vresponse.C 1.2:
                   17139:                ^mail:send[
                   17140:                   $.charset[zzz]
                   17141:                addded
                   17142: 
                   17143:        * src/include/pa_db_table.h 1.12:
                   17144:        * src/main/pa_db_table.C 1.16:
                   17145:                db_table used outdated unset services_pool
                   17146: 
                   17147:        * src/main/pa_charset.C 1.5:
                   17148:                ifndef XML were bad type
                   17149: 
                   17150:        * src/classes/image.C 1.63:
                   17151:                govno
                   17152: 
                   17153:        * src/main/untaint.C 1.86:
                   17154:                allowed space in filespec
                   17155: 
                   17156:        * src/classes/image.C 1.64:
                   17157:                no govno
                   17158: 
                   17159:        * src/targets/apache13/mod_parser3.C 1.15:
                   17160:                test r->finfo.st_mode check seems to work only on win32
                   17161: 
                   17162:        * src/main/pa_charset.C 1.4:
                   17163:                empty bufs transcode [forgot check :(]
                   17164: 
                   17165: 2001-12-15  paf
                   17166:        * src/classes/file.C 1.67:
                   17167:        * src/classes/math.C 1.11:
                   17168:        * src/classes/op.C 1.64:
                   17169:        * src/classes/string.C 1.92:
                   17170:        * src/classes/table.C 1.136:
                   17171:        * src/classes/xdoc.C 1.53:
                   17172:        * src/include/pa_array.h 1.48:
                   17173:        * src/include/pa_cache_managers.h 1.4:
                   17174:        * src/include/pa_charset_connection.h 1.6:
                   17175:        * src/include/pa_charset_manager.h 1.8:
                   17176:        * src/include/pa_common.h 1.68:
                   17177:        * src/include/pa_db_connection.h 1.18:
                   17178:        * src/include/pa_db_manager.h 1.12:
                   17179:        * src/include/pa_db_table.h 1.11:
                   17180:        * src/include/pa_dictionary.h 1.8:
                   17181:        * src/include/pa_exception.h 1.23:
                   17182:        * src/include/pa_exec.h 1.5:
                   17183:        * src/include/pa_globals.h 1.71:
                   17184:        * src/include/pa_hash.h 1.52:
                   17185:        * src/include/pa_opcode.h 1.9:
                   17186:        * src/include/pa_pool.h 1.73:
                   17187:        * src/include/pa_request.h 1.115:
                   17188:        * src/include/pa_sapi.h 1.16:
                   17189:        * src/include/pa_socks.h 1.6:
                   17190:        * src/include/pa_sql_connection.h 1.20:
                   17191:        * src/include/pa_sql_driver_manager.h 1.20:
                   17192:        * src/include/pa_string.h 1.120:
                   17193:        * src/include/pa_stylesheet_connection.h 1.17:
                   17194:        * src/include/pa_stylesheet_manager.h 1.9:
                   17195:        * src/include/pa_table.h 1.38:
                   17196:        * src/include/pa_transcoder.h 1.3:
                   17197:        * src/main/compile_tools.h 1.52:
                   17198:        * src/main/main.dsp 1.142:
                   17199:        * src/main/pa_charset.C 1.1:
                   17200:        * src/main/pa_charset_connection.C 1.13:
                   17201:        * src/main/pa_charset_manager.C 1.10:
                   17202:        * src/main/pa_charsets.C 1.1:
                   17203:        * src/main/pa_globals.C 1.95:
                   17204:        * src/main/pa_pool.C 1.46:
                   17205:        * src/main/pa_request.C 1.186:
                   17206:        * src/main/pa_string.C 1.132:
                   17207:        * src/main/pa_transcoder.C 1.4:
                   17208:        * src/main/untaint.C 1.84:
                   17209:        * src/types/pa_vfile.C 1.24:
                   17210:        * src/types/pa_vform.C 1.50:
                   17211:        * src/types/pa_vform.h 1.31:
                   17212:        * src/types/pa_vrequest.C 1.13:
                   17213:        * src/types/pa_vrequest.h 1.14:
                   17214:        * src/types/pa_vresponse.C 1.1:
                   17215:        * src/types/pa_vresponse.h 1.19:
                   17216:        * src/types/types.dsp 1.16:
                   17217:                introducing Charset
                   17218: 
                   17219:        * src/main/pa_charset.C 1.2:
                   17220:                name_cstr 0
                   17221: 
                   17222:        * src/main/Makefile.in 1.31:
                   17223:        * src/targets/apache13/Makefile.in 1.26:
                   17224:        * src/targets/cgi/Makefile.in 1.31:
                   17225:        * src/types/Makefile.in 1.26:
                   17226:                makes
                   17227: 
                   17228:        * src/include/pa_charset.h 1.1:
                   17229:        * src/include/pa_charsets.h 1.1:
                   17230:                forgot to add
                   17231: 
                   17232:        * src/main/Makefile.am 1.27:
                   17233:        * src/main/pa_charset.C 1.3:
                   17234:        * src/types/Makefile.am 1.15:
                   17235:                charset_connection&manager replaced by charset&charsets
                   17236: 
                   17237:        * src/main/untaint.C 1.85:
                   17238:                uri lang now knows about client/source charsets
                   17239: 
                   17240: 2001-12-14  paf
                   17241:        * src/include/pa_request.h 1.114:
                   17242:        * src/include/pa_transcoder.h 1.2:
                   17243:        * src/main/pa_request.C 1.185:
                   17244:        * src/main/pa_transcoder.C 1.3:
                   17245:        * src/types/pa_vform.C 1.49:
                   17246:        * src/types/pa_vform.h 1.30:
                   17247:                transcodeToUTF8[were FromUTF8] for forms
                   17248:                todo: uri lang
                   17249: 
                   17250:        * src/targets/apache13/Makefile.am 1.8:
                   17251:        * src/targets/cgi/Makefile.am 1.23:
                   17252:                -I../../pcre  to .am
                   17253: 
                   17254:        * src/include/pa_charset_connection.h 1.5:
                   17255:        * src/include/pa_pool.h 1.72:
                   17256:        * src/include/pa_request.h 1.113:
                   17257:        * src/include/pa_transcoder.h 1.1:
                   17258:        * src/main/Makefile.am 1.26:
                   17259:        * src/main/main.dsp 1.141:
                   17260:        * src/main/pa_charset_connection.C 1.12:
                   17261:        * src/main/pa_charset_manager.C 1.9:
                   17262:        * src/main/pa_request.C 1.184:
                   17263:        * src/main/pa_transcoder.C 1.1:
                   17264:        * src/types/Makefile.am 1.14:
                   17265:        * src/types/pa_vrequest.C 1.12:
                   17266:        * src/types/pa_vrequest.h 1.13:
                   17267:        * src/types/pa_vresponse.h 1.18:
                   17268:        * src/types/types.dsp 1.15:
                   17269:                changed charset model.
                   17270:                now important:
                   17271:                $request:charset
                   17272:                $response:charset
                   17273:                while
                   17274:                $response:content-type.charset
                   17275:                become unimportant [informational]
                   17276: 
                   17277:        * src/include/pa_globals.h 1.70:
                   17278:        * src/main/pa_globals.C 1.94:
                   17279:                removed unused defalts_name global
                   17280: 
                   17281:        * src/main/pa_transcoder.C 1.2:
                   17282:                transcodeToUTF8,
                   17283:                now form&uri lang
                   17284: 
                   17285: 2001-12-13  paf
                   17286:        * src/include/pa_types.h 1.35:
                   17287:                msvc head debugging flag
                   17288: 
                   17289:        * src/classes/xdoc.C 1.49:
                   17290:                freed up listener
                   17291: 
                   17292:        * src/classes/xdoc.C 1.51:
                   17293:        * src/main/pa_sql_driver_manager.C 1.57:
                   17294:                rewritten auto_ptr part other way, because of stupid gcc 2.96
                   17295:                /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   17296:                &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   17297:                FormatterListener]
                   17298:                /usr/include/g++-3/memory:48:                 auto_ptr<_Tp>
                   17299:                &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
                   17300:                FormatterListener, _Tp = FormatterListener]
                   17301: 
                   17302:        * src/include/pa_config_fixed.h 1.32:
                   17303:        * src/main/pa_common.C 1.94:
                   17304:        * src/main/pa_string.C 1.131:
                   17305:                removed signed mismatch warnings
                   17306: 
                   17307:        * src/classes/xdoc.C 1.52:
                   17308:                rewritten auto_ptr part other way2, because of stupid gcc 2.96
                   17309:                /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   17310:                &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   17311:                FormatterListener]
                   17312:                /usr/include/g++-3/memory:48:                 auto_ptr<_Tp>
                   17313:                &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
                   17314:                FormatterListener, _Tp = FormatterListener]
                   17315: 
                   17316:        * src/main/pa_string.C 1.130:
                   17317:                string::recustruct erroreusly used outdated row ptr
                   17318: 
                   17319:        * src/include/pa_cache_managers.h 1.3:
                   17320:        * src/include/pa_charset_manager.h 1.7:
                   17321:        * src/include/pa_config_fixed.h 1.33:
                   17322:        * src/include/pa_db_manager.h 1.11:
                   17323:        * src/include/pa_sql_driver_manager.h 1.19:
                   17324:        * src/include/pa_stylesheet_manager.h 1.8:
                   17325:        * src/main/pa_cache_managers.C 1.2:
                   17326:        * src/main/pa_globals.C 1.93:
                   17327:                ~Cache_managers
                   17328: 
                   17329:        * src/classes/string.C 1.91:
                   17330:                change msg '... code is not code'
                   17331: 
                   17332:        * src/classes/xdoc.C 1.50:
                   17333:                removed extra inc
                   17334: 
                   17335:        * src/targets/apache13/mod_parser3.C 1.14:
                   17336:        * src/targets/cgi/parser3.C 1.147:
                   17337:        * src/targets/isapi/parser3isapi.C 1.61:
                   17338:                removed 'expires' from header outputs
                   17339: 
                   17340:        * src/targets/cgi/pa_pool.C 1.34:
                   17341:        * src/targets/isapi/pa_pool.C 1.10:
                   17342:                EOL@EOF
                   17343: 
                   17344:        * src/main/pa_db_connection.C 1.34:
                   17345:        * src/main/pa_db_manager.C 1.19:
                   17346:        * src/main/pa_sql_driver_manager.C 1.56:
                   17347:        * src/main/pa_stylesheet_manager.C 1.8:
                   17348:        * src/targets/cgi/pool_storage.h 1.6:
                   17349:                couple cache expiratiors were wrong [past/future prob]
                   17350: 
                   17351:        * src/classes/xdoc.C 1.48:
                   17352:                lang list updated
                   17353: 
                   17354:        * src/targets/cgi/pa_pool.C 1.33:
                   17355:        * src/targets/cgi/parser3.C 1.148:
                   17356:                msvc heap debugging flag
                   17357: 
                   17358:        * src/classes/file.C 1.66:
                   17359:                file::cgi bug, request_method were passed to SERVER_PROTOCOL
                   17360:                but SERVER_PROTOCOL were forgotten
                   17361: 
                   17362: 2001-12-10  paf
                   17363:        * src/main/untaint.C 1.83:
                   17364:                FILE_SPEC untainting changed so that one can erase files like that, knowing their full name
                   17365:                introducing
                   17366:                        // theoretical problem with, for instance, "_2B" and "." fragments,
                   17367:                        // they would yield the same
                   17368:                        // because need_file_encode('_')=false
                   17369:                        // but we need to delete such files somehow, getting names from ^index
                   17370: 
                   17371:        * src/main/pa_string.C 1.129:
                   17372:                ^string.replace bug fixed [bad string::join_chank break]
                   17373: 
                   17374:        * src/classes/math.C 1.10:
                   17375:                ^math:random(n) now yields[0;n) not [0;n]
                   17376: 
                   17377: 2001-12-07  paf
                   17378:        * src/main/pa_string.C 1.125.2.1.2.2:
                   17379:                stupid sparc architecture failed to access short at odd address
                   17380:                0x311f0 <deserialize__6StringUiPvUiPCc+16>:     lduh  [ %i2 + 1 ], %l0
                   17381:                
                   17382:                bus error,
                   17383:                fixed that
                   17384: 
                   17385:        * src/include/pa_config_auto.h.in 1.14.6.1:
                   17386:                makes
                   17387: 
                   17388:        * src/main/pa_string.C 1.125.2.1.2.1:
                   17389:                strange string deserialize bug on client[pmts], a bit shortened,
                   17390: 
                   17391:        * src/include/pa_common.h 1.66.6.2:
                   17392:        * src/include/pa_config_fixed.h 1.30.8.2:
                   17393:        * src/include/pa_config_includes.h 1.13.6.1:
                   17394:        * src/main/pa_common.C 1.91.4.1.2.2:
                   17395:                exclusive lock file write
                   17396:                shared lock file read
                   17397: 
                   17398:        * src/classes/hashfile.C 1.17:
                   17399:        * src/classes/op.C 1.63:
                   17400:        * src/classes/table.C 1.135:
                   17401:        * src/include/pa_common.h 1.67:
                   17402:        * src/include/pa_config_auto.h.in 1.15:
                   17403:        * src/include/pa_config_fixed.h 1.31:
                   17404:        * src/include/pa_config_includes.h 1.14:
                   17405:        * src/include/pa_db_table.h 1.10:
                   17406:        * src/include/pa_request.h 1.112:
                   17407:        * src/main/pa_common.C 1.93:
                   17408:        * src/main/pa_db_table.C 1.15:
                   17409:        * src/main/pa_request.C 1.183:
                   17410:        * src/main/pa_string.C 1.128:
                   17411:        * src/types/pa_vhashfile.C 1.16:
                   17412:                merged from r14_simple_cache
                   17413: 
                   17414: 2001-12-06  paf
                   17415:        * src/main/compile.tab.C 1.27:
                   17416:        * src/targets/cgi/parser3.C 1.146:
                   17417:                removed debug info
                   17418: 
                   17419:        * src/classes/op.C 1.62.2.1.2.1:
                   17420:        * src/classes/table.C 1.133.2.2.2.1:
                   17421:        * src/include/pa_request.h 1.111.2.1.2.1:
                   17422:        * src/main/pa_request.C 1.182.2.1.2.1:
                   17423:                #ifdef RESOURCES_DEBUG
                   17424: 
                   17425:        * src/classes/op.C 1.62.2.1.2.2:
                   17426:        * src/include/pa_common.h 1.66.6.1:
                   17427:        * src/include/pa_config_fixed.h 1.30.8.1:
                   17428:        * src/main/pa_common.C 1.91.4.1.2.1:
                   17429:                ^cache operator
                   17430: 
                   17431:        * src/classes/hashfile.C 1.15.6.2:
                   17432:                removed transaction from ^cache
                   17433: 
                   17434: 2001-12-05  paf
                   17435:        * src/targets/cgi/parser3.C 1.144:
                   17436:        * src/targets/cgi/parser3.C 1.145:
                   17437:                fatal error reporting fixed.
                   17438:                in IIS5 there were a prob with illegal call check
                   17439: 
                   17440: 2001-12-04  paf
                   17441:        * src/classes/op.C 1.62.2.1:
                   17442:        * src/classes/table.C 1.133.2.2:
                   17443:        * src/include/pa_request.h 1.111.2.1:
                   17444:        * src/main/pa_request.C 1.182.2.1:
                   17445:                measures to log
                   17446: 
                   17447: 2001-11-26  paf
                   17448:        * src/targets/apache13/mod_parser3.C 1.13:
                   17449:                merge dir config now works OK with parser_root_config_filespec
                   17450:                
                   17451:                20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...
                   17452: 
                   17453: 2001-11-23  paf
                   17454:        * src/classes/hashfile.C 1.16:
                   17455:        * src/classes/table.C 1.134:
                   17456:        * src/include/pa_db_table.h 1.9:
                   17457:        * src/main/pa_common.C 1.92:
                   17458:        * src/main/pa_db_table.C 1.14:
                   17459:        * src/main/pa_string.C 1.127:
                   17460:        * src/types/pa_vhashfile.C 1.15:
                   17461:                merged from _0014, 1
                   17462: 
                   17463:        * src/classes/hashfile.C 1.15.6.1:
                   17464:        * src/classes/table.C 1.133.2.1:
                   17465:        * src/include/pa_db_table.h 1.8.6.1:
                   17466:        * src/main/pa_common.C 1.91.4.1:
                   17467:        * src/main/pa_db_table.C 1.12.6.2:
                   17468:        * src/types/pa_vhashfile.C 1.14.6.1:
                   17469:                hashfile bugfix2 more wrong sizes.
                   17470:                ^cache behaviour changed: if ^cache(33) would change
                   17471:                
                   17472:                0660 bits in file_write & hashfile create
                   17473: 
                   17474:        * src/main/pa_db_table.C 1.12.6.1:
                   17475:        * src/main/pa_db_table.C 1.13:
                   17476:        * src/main/pa_string.C 1.125.2.1:
                   17477:        * src/main/pa_string.C 1.126:
                   17478:                cache bugfix [wrong types after pa_string optimization]
                   17479: 
                   17480: 2001-11-22  paf
                   17481:        * src/main/untaint.C 1.82:
                   17482:                ORIGINS mode removed UHTML
                   17483: 
                   17484:        * src/classes/op.C 1.62:
                   17485:                process cstr(,connection)
                   17486: 
                   17487:        * src/Makefile.in 1.38:
                   17488:        * src/classes/xdoc.C 1.47:
                   17489:        * src/targets/Makefile.in 1.26:
                   17490:        * src/targets/apache13/Makefile.in 1.25:
                   17491:        * src/targets/cgi/Makefile.in 1.30:
                   17492:                cached xslt [removed nocache forcing]
                   17493: 
                   17494:        * src/classes/op.C 1.61:
                   17495:                process now gets its body on current language, not as-is
                   17496: 
                   17497:        * src/main/untaint.C 1.81:
                   17498:                ORIGINS mode was bad - forgot about optimize bit
                   17499: 
                   17500:        * src/classes/table.C 1.133:
                   17501:        * src/include/pa_table.h 1.37:
                   17502:        * src/main/pa_table.C 1.41:
                   17503:                table.offset[whence]
                   17504: 
                   17505: 2001-11-21  paf
                   17506:        * src/classes/table.C 1.132:
                   17507:        * src/main/pa_string.C 1.124:
                   17508:        * src/main/untaint.C 1.78:
                   17509:        * src/targets/cgi/parser3.C 1.141:
                   17510:                table.append bug fixed: forgot to switch default language for {
                   17511:                code}, it happen to change it's language from CLEAN, so later
                   17512:                refused to split by CLEAN \t
                   17513: 
                   17514:        * src/classes/xdoc.C 1.46:
                   17515:        * src/types/pa_vxdoc.C 1.7:
                   17516:        * src/types/pa_vxdoc.h 1.13:
                   17517:                <xsl:output
                   17518:                output options made identical to xsl:output attributes
                   17519:                exclusion:
                   17520:                   cdata-section-elements
                   17521:                what xalan can do but that not used now:
                   17522:                   it can escape and remove CDATA sections
                   17523: 
                   17524:        * src/targets/cgi/parser3.C 1.142:
                   17525:                removed debug cgi||1
                   17526: 
                   17527:        * src/main/untaint.C 1.80:
                   17528:        * src/targets/cgi/parser3.C 1.143:
                   17529:                optimized \r produced by xslt
                   17530: 
                   17531:        * src/main/pa_string.C 1.125:
                   17532:        * src/main/untaint.C 1.79:
                   17533:                cached some string::size() es
                   17534: 
                   17535: 2001-11-20  paf
                   17536:        * src/classes/Makefile.am 1.31:
                   17537:        * src/classes/Makefile.in 1.33:
                   17538:        * src/classes/table.C 1.131:
                   17539:        * src/main/Makefile.am 1.25:
                   17540:        * src/main/Makefile.in 1.30:
                   17541:        * src/main/pa_exception.C 1.27:
                   17542:        * src/types/Makefile.am 1.13:
                   17543:        * src/types/Makefile.in 1.25:
                   17544:                moved ident.C & co to bottom of dependeces, so that errors
                   17545:                would popup quicklier, fixed line numbering in table::sql
                   17546: 
                   17547: 2001-11-19  paf
                   17548:        * src/classes/op.C 1.60:
                   17549:        * src/include/pa_request.h 1.111:
                   17550:        * src/include/pa_string.h 1.119:
                   17551:        * src/include/pa_types.h 1.34:
                   17552:        * src/main/pa_globals.C 1.92:
                   17553:        * src/main/pa_request.C 1.182:
                   17554:        * src/main/pa_string.C 1.123:
                   17555:        * src/main/untaint.C 1.77:
                   17556:        * src/targets/apache13/mod_parser3.C 1.12:
                   17557:        * src/targets/cgi/parser3.C 1.140:
                   17558:        * src/targets/isapi/parser3isapi.C 1.60:
                   17559:        * src/types/pa_wcontext.C 1.13:
                   17560:        * src/types/pa_wcontext.h 1.22:
                   17561:                UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
                   17562: 
                   17563:        * src/classes/Makefile.in 1.32:
                   17564:        * src/main/Makefile.in 1.29:
                   17565:        * src/targets/Makefile.am 1.8:
                   17566:        * src/targets/Makefile.in 1.25:
                   17567:        * src/targets/apache13/Makefile.in 1.24:
                   17568:        * src/targets/apache13/mod_parser3.C 1.11:
                   17569:        * src/targets/cgi/Makefile.in 1.29:
                   17570:        * src/targets/cgi/parser3.C 1.139:
                   17571:        * src/types/Makefile.in 1.24:
                   17572:                #if _MSC_VER _set_new_handler
                   17573: 
                   17574:        * src/Makefile.in 1.37:
                   17575:        * src/targets/apache13/mod_parser3.C 1.10:
                   17576:        * src/targets/cgi/parser3.C 1.138:
                   17577:        * src/targets/isapi/parser3isapi.C 1.59:
                   17578:                set_new_handler in apache&isapi
                   17579: 
                   17580: 2001-11-16  paf
                   17581:        * src/include/pa_string.h 1.117:
                   17582:        * src/main/pa_string.C 1.120:
                   17583:        * src/main/pa_string.C 1.121:
                   17584:        * src/main/untaint.C 1.76:
                   17585:        * src/types/pa_vstring.C 1.14:
                   17586:                removed 1+4 bytes from String
                   17587: 
                   17588:        * src/include/pa_string.h 1.118:
                   17589:        * src/include/pa_types.h 1.33:
                   17590:        * src/main/pa_string.C 1.122:
                   17591:                removed 8 bytes from String, 2 bytes from string::chunk::row::item
                   17592: 
                   17593:        * src/include/pa_globals.h 1.69:
                   17594:        * src/include/pa_string.h 1.116:
                   17595:        * src/include/pa_types.h 1.32:
                   17596:        * src/main/pa_globals.C 1.91:
                   17597:        * src/main/pa_pool.C 1.44:
                   17598:        * src/main/pa_pool.C 1.45:
                   17599:        * src/main/pa_request.C 1.181:
                   17600:        * src/main/untaint.C 1.75:
                   17601:        * src/sql/pa_sql_driver.h 1.24:
                   17602:        * src/targets/cgi/parser3.C 1.136:
                   17603:                introducing estimating String::cstr_bufsize, 0
                   17604: 
                   17605:        * src/include/pa_pool.h 1.70:
                   17606:        * src/include/pa_pool.h 1.71:
                   17607:        * src/main/execute.C 1.206:
                   17608:        * src/main/pa_pool.C 1.41:
                   17609:        * src/main/pa_pool.C 1.42:
                   17610:        * src/main/pa_pool.C 1.43:
                   17611:        * src/targets/cgi/parser3.C 1.134:
                   17612:        * src/targets/cgi/parser3.C 1.135:
                   17613:                die in pool::fail
                   17614: 
                   17615:        * src/targets/cgi/parser3.C 1.137:
                   17616:                pool debug @ die
                   17617: 
                   17618: 2001-11-15  paf
                   17619:        * src/Makefile.in 1.36:
                   17620:                configure set_new_handler check added
                   17621: 
                   17622:        * src/targets/cgi/parser3.C 1.131:
                   17623:                set_new_handler started
                   17624: 
                   17625:        * src/include/pa_exception.h 1.22:
                   17626:        * src/main/execute.C 1.205:
                   17627:        * src/main/main.dsp 1.140:
                   17628:        * src/main/pa_exception.C 1.26:
                   17629:        * src/targets/cgi/parser3.C 1.133:
                   17630:                exception with dynamic buffer re-back
                   17631:                now with counter
                   17632: 
                   17633:        * src/include/pa_config_auto.h.in 1.13:
                   17634:        * src/main/Makefile.in 1.28:
                   17635:                makes
                   17636: 
                   17637:        * src/include/pa_exception.h 1.21:
                   17638:        * src/main/pa_exception.C 1.25:
                   17639:                exception with static buffer back
                   17640: 
                   17641:        * src/classes/classes.awk 1.5:
                   17642:        * src/include/pa_config_auto.h.in 1.14:
                   17643:        * src/include/pa_config_includes.h 1.13:
                   17644:                setnewhandler check
                   17645: 
                   17646:        * src/targets/cgi/parser3.C 1.132:
                   17647:                std::
                   17648: 
                   17649: 2001-11-14  paf
                   17650:        * src/main/execute.C [no_bad_constructors_try] 1.203.2.1:
                   17651:        * src/types/pa_vclass.h [no_bad_constructors_try] 1.21.2.1:
                   17652:        * src/types/pa_vobject.h [no_bad_constructors_try] 1.13.2.1:
                   17653:        * src/types/pa_vstateless_class.h [no_bad_constructors_try] 1.20.2.1:
                   17654:        * src/types/pa_vstateless_object.h [no_bad_constructors_try] 1.12.2.1:
                   17655:                fixed this:
                   17656:                $bred[^string::length[]]
                   17657:                $bred[^response::clear[]]
                   17658:                $bred[^int::int[]]
                   17659:                
                   17660:                now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors
                   17661: 
                   17662:        * src/include/pa_common.h 1.64:
                   17663:        * src/include/pa_common.h 1.65:
                   17664:        * src/include/pa_common.h 1.66:
                   17665:        * src/main/pa_common.C 1.90:
                   17666:        * src/main/pa_common.C 1.91:
                   17667:                snprintf replacement was wrong
                   17668: 
                   17669:        * src/main/execute.C 1.204:
                   17670:        * src/types/pa_vclass.h 1.22:
                   17671:        * src/types/pa_vobject.h 1.14:
                   17672:        * src/types/pa_vstateless_class.h 1.21:
                   17673:        * src/types/pa_vstateless_object.h 1.13:
                   17674:                merged with no_bad_constructors_try
                   17675: 
                   17676:        * src/classes/op.C 1.59:
                   17677:                ^untaint{body} as-is default now
                   17678: 
                   17679:        * src/main/pa_request.C 1.180:
                   17680:                z
                   17681: 
                   17682:        * src/include/pa_common.h 1.63:
                   17683:        * src/main/pa_common.C 1.88:
                   17684:        * src/main/pa_common.C 1.89:
                   17685:                snprintf on buffer full returns
                   17686:                win32 -1
                   17687:                solaris >buffer_size
                   17688:                
                   17689:                checked all that
                   17690: 
                   17691: 2001-11-13  paf
                   17692:        * src/classes/classes.C 1.13:
                   17693:                returned accedently removed if in foreach callbacks [when hash
                   17694:                no-0-restructure]
                   17695: 
                   17696: 2001-11-12  paf
                   17697:        * src/classes/classes.C 1.12:
                   17698:        * src/classes/hash.C 1.31:
                   17699:        * src/classes/xdoc.C 1.45:
                   17700:        * src/include/pa_hash.h 1.51:
                   17701:        * src/main/pa_db_connection.C 1.33:
                   17702:        * src/main/pa_db_manager.C 1.18:
                   17703:        * src/main/pa_dictionary.C 1.10:
                   17704:        * src/main/pa_hash.C 1.48:
                   17705:        * src/main/pa_sql_driver_manager.C 1.55:
                   17706:        * src/main/pa_stylesheet_manager.C 1.7:
                   17707:                hash now does not containt 0 values. put 0 actullay removes.
                   17708:                no check on 0 value in foreach now required
                   17709: 
                   17710:        * src/classes/date.C 1.13:
                   17711:                date.roll parser2 alg used
                   17712: 
                   17713:        * src/main/pa_pool.C 1.40:
                   17714:                changed xdoc createXXX politics, now string passed as-is to
                   17715:                method, xalan makes & into &amp; itself
                   17716: 
                   17717: 2001-11-11  paf
                   17718:        * src/main/pa_sql_driver_manager.C 1.53:
                   17719:        * src/sql/pa_sql_driver.h 1.21:
                   17720:                sql driver initialize not const
                   17721: 
                   17722:        * src/sql/pa_sql_driver.h 1.23:
                   17723:                removed extra constructor, doc
                   17724: 
                   17725:        * src/main/pa_sql_driver_manager.C 1.54:
                   17726:        * src/sql/pa_sql_driver.h 1.22:
                   17727:                CRLF
                   17728: 
                   17729: 2001-11-10  paf
                   17730:        * src/main/pa_exec.C 1.18:
                   17731:                doc
                   17732: 
                   17733: 2001-11-09  paf
                   17734:        * src/main/pa_common.C 1.87:
                   17735:                line endings fixing fixed last piece[was still cstr oriented]
                   17736: 
                   17737:        * src/include/pa_common.h 1.62:
                   17738:        * src/main/pa_common.C 1.86:
                   17739:        * src/types/pa_vform.C 1.48:
                   17740:                line endings fixing got rid of cstr, now must work ok with post multipart
                   17741: 
                   17742:        * src/classes/string.C 1.90:
                   17743:        * src/classes/xdoc.C 1.44:
                   17744:                xdoc::set{code} now untaints param properly
                   17745: 
                   17746:        * src/types/pa_vform.C 1.47:
                   17747:                line endings fixed at post / multipart / not file  also now
                   17748: 
                   17749:        * src/classes/string.C 1.89:
                   17750:                string.save now does untainting before saving
                   17751: 
                   17752: 2001-11-08  paf
                   17753:        * src/include/pa_request.h 1.110:
                   17754:        * src/main/pa_request.C 1.179:
                   17755:        * src/targets/apache13/mod_parser3.C 1.9:
                   17756:        * src/targets/cgi/parser3.C 1.130:
                   17757:        * src/targets/isapi/parser3isapi.C 1.58:
                   17758:                apache 'status' class enabler
                   17759:                
                   17760:                <Location /parser-status.html>
                   17761:                ParserStatusAllowed
                   17762:                </Location>
                   17763: 
                   17764:        * src/Makefile.in 1.35:
                   17765:        * src/include/pa_common.h 1.61:
                   17766:        * src/main/Makefile.am 1.24:
                   17767:        * src/main/Makefile.in 1.27:
                   17768:        * src/targets/cgi/pa_pool.C 1.32:
                   17769:                makes
                   17770: 
                   17771:        * src/include/pa_cache_managers.h 1.2:
                   17772:        * src/include/pa_charset_manager.h 1.6:
                   17773:        * src/include/pa_db_manager.h 1.10:
                   17774:        * src/include/pa_sql_driver_manager.h 1.18:
                   17775:        * src/include/pa_stylesheet_manager.h 1.7:
                   17776:        * src/main/pa_charset_manager.C 1.8:
                   17777:        * src/main/pa_db_manager.C 1.17:
                   17778:        * src/main/pa_sql_driver_manager.C 1.52:
                   17779:        * src/main/pa_stylesheet_manager.C 1.6:
                   17780:                restructured Cache manager to be simple parent, not second
                   17781:                parent [gcc 2.96 strangly refused to call virtual from second
                   17782:                parent]
                   17783: 
                   17784:        * src/include/pa_cache_managers.h 1.1:
                   17785:        * src/include/pa_charset_manager.h 1.5:
                   17786:        * src/include/pa_db_manager.h 1.9:
                   17787:        * src/include/pa_sql_driver_manager.h 1.17:
                   17788:        * src/include/pa_stylesheet_manager.h 1.6:
                   17789:        * src/main/main.dsp 1.139:
                   17790:        * src/main/pa_cache_managers.C 1.1:
                   17791:        * src/main/pa_charset_manager.C 1.7:
                   17792:        * src/main/pa_db_manager.C 1.16:
                   17793:        * src/main/pa_globals.C 1.90:
                   17794:        * src/main/pa_request.C 1.178:
                   17795:        * src/main/pa_sql_driver_manager.C 1.51:
                   17796:        * src/main/pa_stylesheet_manager.C 1.5:
                   17797:        * src/types/pa_vstatus.h 1.4:
                   17798:                cache_managers, maybe-expiring every request
                   17799:                todo: apache 'status' class enabler
                   17800: 
                   17801: 2001-11-05  paf
                   17802:        * src/classes/xdoc.C 1.42:
                   17803:        * src/include/pa_db_connection.h 1.16:
                   17804:        * src/include/pa_stylesheet_connection.h 1.15:
                   17805:        * src/include/pa_stylesheet_manager.h 1.4:
                   17806:        * src/main/pa_stylesheet_manager.C 1.3:
                   17807:        * src/types/pa_vstatus.h 1.2:
                   17808:                $status:stylesheet
                   17809: 
                   17810:        * src/targets/cgi/parser3.C 1.129:
                   17811:                read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
                   17812:                 checked that in cgi, on apache already done :)
                   17813: 
                   17814:        * src/main/pa_db_connection.C 1.31:
                   17815:        * src/main/pa_db_manager.C 1.14:
                   17816:        * src/main/pa_request.C 1.177:
                   17817:                hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
                   17818:                
                   17819:                expiring to 0 time was wrong, changed to 'now' time
                   17820: 
                   17821:        * src/main/pa_db_connection.C 1.30:
                   17822:        * src/main/pa_db_manager.C 1.13:
                   17823:                hence i removed skipping 0 values in hash::for_each-es we need
                   17824:                to check cleaned cache items manually
                   17825: 
                   17826:        * src/include/pa_charset_connection.h 1.3:
                   17827:        * src/main/pa_charset_manager.C 1.5:
                   17828:                $status:charset
                   17829: 
                   17830:        * src/classes/classes.C 1.11:
                   17831:        * src/classes/classes.h 1.14:
                   17832:        * src/classes/date.C 1.12:
                   17833:        * src/classes/double.C 1.41:
                   17834:        * src/classes/file.C 1.65:
                   17835:        * src/classes/form.C 1.19:
                   17836:        * src/classes/hash.C 1.30:
                   17837:        * src/classes/hashfile.C 1.15:
                   17838:        * src/classes/image.C 1.62:
                   17839:        * src/classes/int.C 1.38:
                   17840:        * src/classes/mail.C 1.44:
                   17841:        * src/classes/math.C 1.9:
                   17842:        * src/classes/op.C 1.58:
                   17843:        * src/classes/response.C 1.16:
                   17844:        * src/classes/string.C 1.88:
                   17845:        * src/classes/table.C 1.130:
                   17846:        * src/classes/void.C 1.13:
                   17847:        * src/classes/xdoc.C 1.43:
                   17848:        * src/classes/xnode.C 1.18:
                   17849:        * src/classes/xnode.h 1.4:
                   17850:        * src/include/pa_array.h 1.47:
                   17851:        * src/include/pa_charset_connection.h 1.4:
                   17852:        * src/include/pa_charset_manager.h 1.4:
                   17853:        * src/include/pa_common.h 1.60:
                   17854:        * src/include/pa_config_fixed.h 1.30:
                   17855:        * src/include/pa_config_includes.h 1.12:
                   17856:        * src/include/pa_db_connection.h 1.17:
                   17857:        * src/include/pa_db_manager.h 1.8:
                   17858:        * src/include/pa_db_table.h 1.8:
                   17859:        * src/include/pa_dictionary.h 1.7:
                   17860:        * src/include/pa_dir.h 1.8:
                   17861:        * src/include/pa_exception.h 1.20:
                   17862:        * src/include/pa_exec.h 1.4:
                   17863:        * src/include/pa_globals.h 1.68:
                   17864:        * src/include/pa_hash.h 1.50:
                   17865:        * src/include/pa_opcode.h 1.8:
                   17866:        * src/include/pa_pool.h 1.69:
                   17867:        * src/include/pa_pragma_pack_begin.h 1.2:
                   17868:        * src/include/pa_pragma_pack_end.h 1.2:
                   17869:        * src/include/pa_request.h 1.109:
                   17870:        * src/include/pa_sapi.h 1.15:
                   17871:        * src/include/pa_socks.h 1.5:
                   17872:        * src/include/pa_sql_connection.h 1.19:
                   17873:        * src/include/pa_sql_driver_manager.h 1.16:
                   17874:        * src/include/pa_stack.h 1.11:
                   17875:        * src/include/pa_string.h 1.115:
                   17876:        * src/include/pa_stylesheet_connection.h 1.16:
                   17877:        * src/include/pa_stylesheet_manager.h 1.5:
                   17878:        * src/include/pa_table.h 1.36:
                   17879:        * src/include/pa_threads.h 1.20:
                   17880:        * src/include/pa_types.h 1.31:
                   17881:        * src/main/compile.C 1.53:
                   17882:        * src/main/compile.tab.C 1.26:
                   17883:        * src/main/compile_tools.C 1.40:
                   17884:        * src/main/compile_tools.h 1.51:
                   17885:        * src/main/execute.C 1.203:
                   17886:        * src/main/pa_array.C 1.43:
                   17887:        * src/main/pa_charset_connection.C 1.11:
                   17888:        * src/main/pa_charset_manager.C 1.6:
                   17889:        * src/main/pa_common.C 1.85:
                   17890:        * src/main/pa_db_connection.C 1.28:
                   17891:        * src/main/pa_db_manager.C 1.12:
                   17892:        * src/main/pa_db_table.C 1.11:
                   17893:        * src/main/pa_dictionary.C 1.9:
                   17894:        * src/main/pa_dir.C 1.8:
                   17895:        * src/main/pa_exception.C 1.24:
                   17896:        * src/main/pa_exec.C 1.17:
                   17897:        * src/main/pa_globals.C 1.89:
                   17898:        * src/main/pa_hash.C 1.47:
                   17899:        * src/main/pa_pool.C 1.39:
                   17900:        * src/main/pa_request.C 1.176:
                   17901:        * src/main/pa_socks.C 1.8:
                   17902:        * src/main/pa_sql_driver_manager.C 1.50:
                   17903:        * src/main/pa_status_provider.C 1.2:
                   17904:        * src/main/pa_string.C 1.119:
                   17905:        * src/main/pa_stylesheet_manager.C 1.4:
                   17906:        * src/main/pa_table.C 1.40:
                   17907:        * src/main/untaint.C 1.74:
                   17908:        * src/sql/pa_sql_driver.h 1.20:
                   17909:        * src/targets/apache13/mod_parser3.C 1.8:
                   17910:        * src/targets/apache13/pa_pool.C 1.3:
                   17911:        * src/targets/apache13/pa_threads.C 1.3:
                   17912:        * src/targets/cgi/pa_pool.C 1.31:
                   17913:        * src/targets/cgi/pa_threads.C 1.5:
                   17914:        * src/targets/cgi/parser3.C 1.128:
                   17915:        * src/targets/cgi/pool_storage.h 1.5:
                   17916:        * src/targets/isapi/pa_pool.C 1.9:
                   17917:        * src/targets/isapi/pa_threads.C 1.5:
                   17918:        * src/targets/isapi/parser3isapi.C 1.57:
                   17919:        * src/targets/isapi/pool_storage.h 1.13:
                   17920:        * src/types/pa_valiased.C 1.11:
                   17921:        * src/types/pa_valiased.h 1.16:
                   17922:        * src/types/pa_value.h 1.77:
                   17923:        * src/types/pa_vbool.h 1.15:
                   17924:        * src/types/pa_vclass.h 1.21:
                   17925:        * src/types/pa_vcode_frame.h 1.12:
                   17926:        * src/types/pa_vcookie.C 1.32:
                   17927:        * src/types/pa_vcookie.h 1.13:
                   17928:        * src/types/pa_vdate.h 1.6:
                   17929:        * src/types/pa_vdouble.h 1.28:
                   17930:        * src/types/pa_venv.h 1.18:
                   17931:        * src/types/pa_vfile.C 1.23:
                   17932:        * src/types/pa_vfile.h 1.37:
                   17933:        * src/types/pa_vform.C 1.46:
                   17934:        * src/types/pa_vform.h 1.29:
                   17935:        * src/types/pa_vhash.h 1.27:
                   17936:        * src/types/pa_vhashfile.C 1.14:
                   17937:        * src/types/pa_vhashfile.h 1.12:
                   17938:        * src/types/pa_vimage.C 1.14:
                   17939:        * src/types/pa_vimage.h 1.22:
                   17940:        * src/types/pa_vint.h 1.29:
                   17941:        * src/types/pa_vjunction.h 1.10:
                   17942:        * src/types/pa_vmath.h 1.4:
                   17943:        * src/types/pa_vmethod_frame.h 1.19:
                   17944:        * src/types/pa_vobject.h 1.13:
                   17945:        * src/types/pa_vrequest.C 1.11:
                   17946:        * src/types/pa_vrequest.h 1.12:
                   17947:        * src/types/pa_vresponse.h 1.17:
                   17948:        * src/types/pa_vstateless_class.C 1.11:
                   17949:        * src/types/pa_vstateless_class.h 1.20:
                   17950:        * src/types/pa_vstateless_object.h 1.12:
                   17951:        * src/types/pa_vstatus.h 1.3:
                   17952:        * src/types/pa_vstring.C 1.13:
                   17953:        * src/types/pa_vstring.h 1.39:
                   17954:        * src/types/pa_vtable.C 1.9:
                   17955:        * src/types/pa_vtable.h 1.35:
                   17956:        * src/types/pa_vvoid.h 1.6:
                   17957:        * src/types/pa_vxdoc.C 1.6:
                   17958:        * src/types/pa_vxdoc.h 1.12:
                   17959:        * src/types/pa_vxnode.C 1.11:
                   17960:        * src/types/pa_vxnode.h 1.8:
                   17961:        * src/types/pa_wcontext.C 1.12:
                   17962:        * src/types/pa_wcontext.h 1.21:
                   17963:        * src/types/pa_wwrapper.h 1.14:
                   17964:                $status:db
                   17965:                fixed used not initialized in db_connection & db_table
                   17966: 
                   17967:        * src/include/pa_charset_manager.h 1.3:
                   17968:        * src/include/pa_db_manager.h 1.7:
                   17969:        * src/include/pa_request.h 1.108:
                   17970:        * src/include/pa_sql_connection.h 1.18:
                   17971:        * src/include/pa_sql_driver_manager.h 1.15:
                   17972:        * src/include/pa_stylesheet_manager.h 1.3:
                   17973:        * src/main/main.dsp 1.138:
                   17974:        * src/main/pa_charset_manager.C 1.4:
                   17975:        * src/main/pa_common.C 1.84:
                   17976:        * src/main/pa_db_manager.C 1.11:
                   17977:        * src/main/pa_globals.C 1.88:
                   17978:        * src/main/pa_request.C 1.175:
                   17979:        * src/main/pa_sql_driver_manager.C 1.49:
                   17980:        * src/main/pa_status_provider.C 1.1:
                   17981:        * src/main/pa_stylesheet_manager.C 1.2:
                   17982:        * src/types/pa_vstatus.h 1.1:
                   17983:        * src/types/pa_vxnode.C 1.10:
                   17984:        * src/types/types.dsp 1.14:
                   17985:                started status parser class
                   17986: 
                   17987:        * src/main/pa_db_connection.C 1.29:
                   17988:        * src/main/pa_db_table.C 1.12:
                   17989:                parser_multithreaded check was wrong
                   17990: 
                   17991:        * src/main/pa_db_connection.C 1.32:
                   17992:        * src/main/pa_db_manager.C 1.15:
                   17993:                expiration from debug to normal
                   17994: 
                   17995: 2001-11-01  paf
                   17996:        * src/classes/hash.C 1.26:
                   17997:        * src/classes/op.C 1.54:
                   17998:        * src/types/pa_vmethod_frame.h 1.18:
                   17999:        * src/types/pa_vstring.C 1.12:
                   18000:        * src/types/pa_vstring.h 1.38:
                   18001:                ^foreach[key|value]{body}[[separator]|{separator}]
                   18002: 
                   18003:        * src/classes/hash.C 1.25:
                   18004:        * src/include/pa_hash.h 1.48:
                   18005:        * src/main/pa_hash.C 1.44:
                   18006:        * src/types/pa_vcookie.C 1.31:
                   18007:                ^hash.delete[key]
                   18008: 
                   18009:        * src/classes/math.C 1.8:
                   18010:        * src/include/pa_common.h 1.59:
                   18011:                HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
                   18012: 
                   18013:        * src/classes/op.C 1.57:
                   18014:                ^for endless loop check strightened
                   18015: 
                   18016:        * src/Makefile.in 1.34:
                   18017:        * src/classes/Makefile.in 1.31:
                   18018:        * src/include/pa_config_auto.h.in 1.12:
                   18019:        * src/main/Makefile.in 1.26:
                   18020:        * src/targets/Makefile.in 1.24:
                   18021:        * src/targets/apache13/Makefile.in 1.23:
                   18022:        * src/targets/cgi/Makefile.in 1.28:
                   18023:        * src/types/Makefile.in 1.23:
                   18024:                makes
                   18025: 
                   18026:        * src/main/pa_hash.C 1.46:
                   18027:                removed old extra include
                   18028: 
                   18029:        * src/classes/hash.C 1.28:
                   18030:        * src/classes/xdoc.C 1.41:
                   18031:        * src/classes/xnode.C 1.17:
                   18032:        * src/include/pa_hash.h 1.49:
                   18033:        * src/main/pa_hash.C 1.45:
                   18034:        * src/main/pa_request.C 1.174:
                   18035:        * src/types/pa_vhash.h 1.26:
                   18036:        * src/types/pa_vxnode.C 1.9:
                   18037:                hash locking
                   18038:                disabled changing of hash inside of foreach
                   18039: 
                   18040:        * src/classes/hash.C 1.27:
                   18041:        * src/classes/hashfile.C 1.14:
                   18042:        * src/types/pa_vhashfile.C 1.13:
                   18043:                ^hashfile.foreach[key|value]{body}[[separator]|{separator}]
                   18044:                prev were hash.foreach
                   18045: 
                   18046:        * src/classes/hash.C 1.29:
                   18047:        * src/classes/op.C 1.56:
                   18048:        * src/main/execute.C 1.202:
                   18049:                changed root behavior in native calls.
                   18050:                it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there
                   18051: 
                   18052:        * src/classes/op.C 1.55:
                   18053:                detected for var storage bug, fixed. todo:foreach
                   18054: 
                   18055: 2001-10-31  paf
                   18056:        * src/main/pa_sql_driver_manager.C 1.47:
                   18057:                hiding passwords and addresses from accidental show [imagine
                   18058:                user forgot @exception]
                   18059: 
                   18060:        * src/main/pa_db_connection.C 1.26:
                   18061:        * src/main/pa_sql_driver_manager.C 1.48:
                   18062:                        // lockdetector flags
                   18063:                        dbenv.lk_detect=DB_LOCK_RANDOM;
                   18064: 
                   18065:        * src/include/pa_opcode.h 1.7:
                   18066:        * src/main/compile.tab.C 1.25:
                   18067:        * src/main/compile.y 1.173:
                   18068:        * src/main/execute.C 1.201:
                   18069:                \ in expression: int divide 10/3=3
                   18070: 
                   18071:        * src/main/pa_common.C 1.81:
                   18072:                typing bug in common - bad ifdeff
                   18073: 
                   18074:        * src/types/pa_vhashfile.h 1.11:
                   18075:                hashfile  ^delete to do something only inside of ^cache
                   18076: 
                   18077:        * src/include/pa_threads.h 1.19:
                   18078:        * src/main/pa_db_connection.C 1.25:
                   18079:        * src/main/pa_db_table.C 1.10:
                   18080:        * src/targets/apache13/pa_threads.C 1.2:
                   18081:        * src/targets/cgi/pa_threads.C 1.4:
                   18082:        * src/targets/isapi/pa_threads.C 1.4:
                   18083:                libdb DB_THREAD flag only when really needed
                   18084: 
                   18085:        * src/main/pa_db_connection.C 1.27:
                   18086:                z
                   18087: 
                   18088:        * src/classes/file.C 1.64:
                   18089:        * src/classes/image.C 1.61:
                   18090:        * src/classes/mail.C 1.43:
                   18091:        * src/classes/string.C 1.87:
                   18092:        * src/classes/xnode.C 1.16:
                   18093:        * src/include/pa_common.h 1.58:
                   18094:        * src/main/pa_common.C 1.80:
                   18095:                ^string.save[[append;]path]
                   18096: 
                   18097:        * src/main/compile.C 1.52:
                   18098:        * src/main/pa_common.C 1.83:
                   18099:                completely empty file now considered "read", not ignored [not
                   18100:                perfect trick used]
                   18101: 
                   18102:        * src/classes/table.C 1.129:
                   18103:                ^table.save[[nameless|+append;]path]
                   18104: 
                   18105:        * src/main/pa_common.C 1.82:
                   18106:                simplier common ifdefs
                   18107: 
                   18108: 2001-10-30  paf
                   18109:        * src/include/pa_common.h 1.57:
                   18110:        * src/main/pa_common.C 1.79:
                   18111:        * src/types/pa_vform.C 1.45:
                   18112:                form post data line endings not reformatted now.
                   18113: 
                   18114:        * src/classes/xdoc.C 1.40:
                   18115:                rolled back {} in xdoc.createTextNode for now
                   18116: 
                   18117:        * src/classes/classes.dsp 1.13:
                   18118:        * src/main/main.dsp 1.137:
                   18119:        * src/targets/apache13/ApacheModuleParser3.dsp 1.8:
                   18120:        * src/targets/cgi/parser3.dsp 1.38:
                   18121:        * src/targets/isapi/parser3isapi.dsp 1.29:
                   18122:        * src/types/types.dsp 1.13:
                   18123:                enabled debug incremental compile
                   18124: 
                   18125:        * src/main/pa_db_connection.C 1.24:
                   18126:        * src/main/pa_db_manager.C 1.10:
                   18127:        * src/main/pa_db_table.C 1.9:
                   18128:        * src/main/pa_exec.C 1.16:
                   18129:        * src/main/pa_request.C 1.173:
                   18130:        * src/main/pa_sql_driver_manager.C 1.46:
                   18131:        * src/main/pa_string.C 1.118:
                   18132:                cstr(asis) default param removed
                   18133: 
                   18134:        * src/types/pa_vform.C 1.44:
                   18135:        * src/types/pa_vform.h 1.28:
                   18136:                AppendFormEntry length param now required [had bug when file= 
                   18137:                has no value]
                   18138: 
                   18139:        * src/types/pa_vform.C 1.43:
                   18140:                VForm::AppendFormEntry {length convention was broken} fix_line_breaks
                   18141: 
                   18142:        * src/include/pa_dir.h 1.7:
                   18143:                LOAD_DIR fixed
                   18144: 
                   18145:        * src/include/pa_config_fixed.h 1.29:
                   18146:        * src/include/pa_pragma_pack_begin.h 1.1:
                   18147:        * src/include/pa_pragma_pack_end.h 1.1:
                   18148:        * src/include/pa_string.h 1.114:
                   18149:        * src/include/pa_types.h 1.30:
                   18150:                String & Origin packed with #pragma pack
                   18151: 
                   18152:        * src/Makefile.in 1.33:
                   18153:        * src/include/pa_config_auto.h.in 1.11:
                   18154:                pragma detection
                   18155: 
                   18156:        * src/classes/xdoc.C 1.39:
                   18157:                rolled back {} in xdoc.createElement for now
                   18158: 
                   18159: 2001-10-29  paf
                   18160:        * src/types/pa_wcontext.h 1.20:
                   18161:                bitfield syntax stricter
                   18162: 
                   18163:        * src/include/pa_string.h 1.111:
                   18164:        * src/main/pa_string.C 1.115:
                   18165:        * src/targets/cgi/pa_pool.C 1.27:
                   18166:                debugging memory
                   18167:                String::fused_rows func now
                   18168:                
                   18169:                [Mon Oct 29 17:55:45 2001] total 5917436/158731
                   18170:                [Mon Oct 29 18:11:53 2001] total 5796092/158731
                   18171: 
                   18172:        * src/classes/file.C 1.61:
                   18173:        * src/classes/image.C 1.60:
                   18174:        * src/classes/string.C 1.86:
                   18175:        * src/classes/xdoc.C 1.38:
                   18176:        * src/include/pa_pool.h 1.68:
                   18177:        * src/include/pa_string.h 1.109:
                   18178:        * src/main/execute.C 1.199:
                   18179:        * src/main/pa_array.C 1.41:
                   18180:        * src/main/pa_common.C 1.78:
                   18181:        * src/main/pa_hash.C 1.43:
                   18182:        * src/main/pa_sql_driver_manager.C 1.45:
                   18183:        * src/main/pa_string.C 1.114:
                   18184:        * src/main/untaint.C 1.70:
                   18185:        * src/targets/cgi/pa_pool.C 1.25:
                   18186:        * src/targets/cgi/parser3.C 1.126:
                   18187:        * src/types/pa_vcookie.C 1.30:
                   18188:        * src/types/pa_vstring.h 1.37:
                   18189:                debuggging memory.
                   18190:                string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
                   18191:                VString(String&) not copies reference [29M -> 17M]
                   18192: 
                   18193:        * src/include/pa_sql_connection.h 1.17:
                   18194:                SQL_CONNECTION_FUNC_GUARDED name
                   18195: 
                   18196:        * src/targets/isapi/pa_pool.C 1.8:
                   18197:                added isapi&apache real_malloc debug param.someday either ifdef
                   18198:                or remove it
                   18199: 
                   18200:        * src/targets/apache13/pa_pool.C 1.2:
                   18201:        * src/targets/cgi/pa_pool.C 1.30:
                   18202:        * src/targets/cgi/parser3.C 1.127:
                   18203:                removed debug defines
                   18204: 
                   18205:        * src/Makefile.am 1.12:
                   18206:                .am order
                   18207: 
                   18208:        * src/main/pa_sql_driver_manager.C 1.44:
                   18209:                ping to have services [old hiding bug]
                   18210: 
                   18211:        * src/main/untaint.C 1.73:
                   18212:                optimizing returned after debugging
                   18213: 
                   18214:        * src/include/pa_array.h 1.45:
                   18215:        * src/include/pa_charset_manager.h 1.2:
                   18216:        * src/include/pa_db_connection.h 1.15:
                   18217:        * src/include/pa_db_manager.h 1.6:
                   18218:        * src/include/pa_db_table.h 1.7:
                   18219:        * src/include/pa_hash.h 1.46:
                   18220:        * src/include/pa_request.h 1.107:
                   18221:        * src/include/pa_sql_driver_manager.h 1.14:
                   18222:        * src/include/pa_stylesheet_manager.h 1.2:
                   18223:        * src/include/pa_threads.h 1.18:
                   18224:        * src/types/pa_valiased.h 1.15:
                   18225:        * src/types/pa_vhashfile.h 1.10:
                   18226:        * src/types/pa_vstateless_class.h 1.19:
                   18227:        * src/types/pa_wcontext.h 1.18:
                   18228:                gcc 3.0.1 required "friend class"
                   18229:                
                   18230:                ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend
                   18231:                   class Temp_lang'
                   18232: 
                   18233:        * src/include/pa_string.h 1.112:
                   18234:        * src/main/pa_string.C 1.116:
                   18235:        * src/main/untaint.C 1.71:
                   18236:        * src/targets/cgi/pa_pool.C 1.29:
                   18237:                String size_t replace to uint in proper places [todo:Array]
                   18238: 
                   18239:        * src/classes/file.C 1.62:
                   18240:        * src/include/pa_hash.h 1.47:
                   18241:        * src/include/pa_string.h 1.110:
                   18242:        * src/main/pa_globals.C 1.87:
                   18243:        * src/targets/cgi/pa_pool.C 1.26:
                   18244:                debugging memory
                   18245:                hash key ref now
                   18246:                
                   18247:                [Mon Oct 29 16:01:17 2001] total 17050496/202647
                   18248:                [Mon Oct 29 17:11:17 2001] total 16867948/202658
                   18249: 
                   18250:        * src/classes/file.C 1.63:
                   18251:        * src/types/pa_vimage.C 1.13:
                   18252:                image&file couple stack string hash.puts
                   18253: 
                   18254:        * src/main/execute.C 1.200:
                   18255:        * src/targets/cgi/pa_pool.C 1.28:
                   18256:        * src/targets/cgi/parser3.dsp 1.37:
                   18257:        * src/types/pa_wcontext.h 1.19:
                   18258:        * src/types/pa_wwrapper.h 1.13:
                   18259:                debugging memory
                   18260:                WContext
                   18261:                flags to bits
                   18262:                
                   18263:                total 5 652 652/158731
                   18264:                total 5 469 332/158731
                   18265: 
                   18266:        * src/include/pa_sql_connection.h 1.16:
                   18267:                there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]
                   18268: 
                   18269:        * src/include/pa_exception.h 1.19:
                   18270:        * src/include/pa_sql_connection.h 1.15:
                   18271:        * src/main/pa_exception.C 1.23:
                   18272:        * src/main/pa_sql_driver_manager.C 1.43:
                   18273:        * src/sql/pa_sql_driver.h 1.19:
                   18274:                sql driver impl changed in _throw part.
                   18275:                
                   18276:                the idea is to #1 jump to C++ some function to main body, where
                   18277:                every function stack frame has exception unwind information
                   18278:                and from there... #2 propagate_exception()
                   18279: 
                   18280:        * src/include/pa_array.h 1.46:
                   18281:        * src/main/pa_array.C 1.42:
                   18282:                debugging memory
                   18283:                Array:: without cache in get/put now
                   18284:                
                   18285:                [Mon Oct 29 18:23:02 2001] total 5 796 092/158731
                   18286:                [Mon Oct 29 18:25:27 2001] total 5 652 652/158731
                   18287: 
                   18288:        * src/include/pa_string.h 1.113:
                   18289:        * src/include/pa_types.h 1.29:
                   18290:        * src/main/pa_string.C 1.117:
                   18291:        * src/main/untaint.C 1.72:
                   18292:                memory hunging
                   18293:                #pragma pack(1)
                   18294:                
                   18295:                16 419 844
                   18296:                13 169 394
                   18297: 
                   18298: 2001-10-28  paf
                   18299:        * src/include/pa_config_auto.h.in 1.10:
                   18300:        * src/include/pa_config_fixed.h 1.28:
                   18301:        * src/include/pa_db_connection.h 1.14:
                   18302:        * src/include/pa_db_manager.h 1.5:
                   18303:        * src/include/pa_db_table.h 1.6:
                   18304:        * src/main/pa_db_connection.C 1.20:
                   18305:        * src/main/pa_db_table.C 1.6:
                   18306:                db2 on linux with DB 2.4.14: (6/2/98)
                   18307: 
                   18308:        * src/main/pa_db_connection.C 1.21:
                   18309:        * src/main/pa_db_table.C 1.8:
                   18310:                exception translation
                   18311: 
                   18312:        * src/main/pa_db_connection.C 1.22:
                   18313:                expire table [was accidently pasted with wrong type/cast]
                   18314: 
                   18315:        * src/classes/Makefile.am 1.30:
                   18316:        * src/classes/Makefile.in 1.30:
                   18317:        * src/targets/apache13/p3runConfigure.in 1.6:
                   18318:        * src/targets/cgi/Makefile.am 1.22:
                   18319:        * src/targets/cgi/Makefile.in 1.27:
                   18320:                db makes. remember to build DB2 with -fexceptions!!!
                   18321: 
                   18322:        * src/main/pa_db_table.C 1.7:
                   18323:                DB_RMW defed
                   18324: 
                   18325:        * src/main/pa_db_connection.C 1.23:
                   18326:                removed old consts
                   18327: 
                   18328: 2001-10-27  paf
                   18329:        * src/classes/hashfile.C 1.13:
                   18330:        * src/include/pa_db_connection.h 1.13:
                   18331:        * src/include/pa_db_table.h 1.5:
                   18332:        * src/main/pa_db_connection.C 1.19:
                   18333:        * src/main/pa_db_manager.C 1.9:
                   18334:        * src/main/pa_db_table.C 1.5:
                   18335:        * src/main/pa_globals.C 1.86:
                   18336:        * src/types/pa_vhashfile.C 1.12:
                   18337:                DB2 ifdefs
                   18338: 
                   18339:        * src/Makefile.in 1.32:
                   18340:        * src/classes/Makefile.am 1.29:
                   18341:        * src/classes/Makefile.in 1.29:
                   18342:        * src/include/pa_config_fixed.h 1.27:
                   18343:        * src/main/Makefile.am 1.23:
                   18344:        * src/main/Makefile.in 1.25:
                   18345:        * src/targets/Makefile.in 1.23:
                   18346:        * src/targets/apache13/Makefile.in 1.22:
                   18347:        * src/targets/apache13/p3runConfigure.in 1.5:
                   18348:        * src/targets/cgi/Makefile.am 1.21:
                   18349:        * src/targets/cgi/Makefile.in 1.26:
                   18350:        * src/types/Makefile.am 1.12:
                   18351:        * src/types/Makefile.in 1.22:
                   18352:                makes with DB2
                   18353: 
                   18354:        * src/classes/classes.awk 1.4:
                   18355:                no $ in var names
                   18356: 
                   18357:        * src/main/pa_globals.C 1.85:
                   18358:        * src/targets/apache13/ApacheModuleParser3.dsp 1.7:
                   18359:        * src/targets/cgi/parser3.dsp 1.36:
                   18360:        * src/targets/isapi/parser3isapi.dsp 1.28:
                   18361:                vc projects libdb ifdefed into globals.C
                   18362: 
                   18363:        * src/main/pa_db_connection.C 1.17:
                   18364:        * src/main/pa_db_manager.C 1.8:
                   18365:                db expiration connection&table [forgotten calls]
                   18366: 
                   18367:        * src/Makefile.in 1.31:
                   18368:        * src/classes/Makefile.in 1.28:
                   18369:        * src/include/pa_config_auto.h.in 1.9:
                   18370:        * src/main/Makefile.am 1.22:
                   18371:        * src/main/Makefile.in 1.24:
                   18372:        * src/targets/Makefile.in 1.22:
                   18373:        * src/targets/apache13/p3runConfigure.in 1.4:
                   18374:        * src/targets/cgi/Makefile.in 1.25:
                   18375:        * src/types/Makefile.am 1.11:
                   18376:        * src/types/Makefile.in 1.21:
                   18377:                makes db
                   18378: 
                   18379:        * src/classes/hashfile.C 1.12:
                   18380:        * src/include/pa_db_connection.h 1.12:
                   18381:        * src/include/pa_db_table.h 1.4:
                   18382:        * src/main/pa_db_connection.C 1.18:
                   18383:        * src/main/pa_db_table.C 1.4:
                   18384:                ^hashfile.clear[]
                   18385: 
                   18386: 2001-10-26  paf
                   18387:        * src/classes/xdoc.C 1.35:
                   18388:        * src/classes/xdoc.C 1.36:
                   18389:        * src/types/pa_vxdoc.h 1.11:
                   18390:                transform2 for parsed_source
                   18391: 
                   18392:        * src/classes/hashfile.C 1.11:
                   18393:        * src/include/pa_db_connection.h 1.10:
                   18394:        * src/include/pa_db_manager.h 1.4:
                   18395:        * src/include/pa_db_table.h 1.3:
                   18396:        * src/include/pa_hash.h 1.45:
                   18397:        * src/main/pa_db_connection.C 1.13:
                   18398:        * src/main/pa_db_manager.C 1.7:
                   18399:        * src/main/pa_db_table.C 1.3:
                   18400:        * src/main/pa_hash.C 1.42:
                   18401:        * src/types/pa_vhashfile.C 1.11:
                   18402:        * src/types/pa_vhashfile.h 1.9:
                   18403:                db connections & tables now cached at create time & multithreaded
                   18404: 
                   18405:        * src/classes/xdoc.C 1.37:
                   18406:                xdoc createTextNode createElement UL_XML default. but entities
                   18407:                still reparsed. todo: tothink
                   18408: 
                   18409:        * src/classes/hashfile.C 1.10:
                   18410:        * src/include/pa_db_table.h 1.2:
                   18411:        * src/main/pa_db_table.C 1.2:
                   18412:                db: child transaction commit/rollback responsibility left to
                   18413:                parent [as it sould - else there were a bug with double free]
                   18414: 
                   18415:        * src/include/pa_db_connection.h 1.11:
                   18416:        * src/main/pa_db_connection.C 1.15:
                   18417:        * src/main/pa_db_connection.C 1.16:
                   18418:                db checkpoints
                   18419: 
                   18420:        * src/main/pa_db_connection.C 1.12:
                   18421:                about to remove connection from vhashfile
                   18422: 
                   18423:        * src/main/pa_db_connection.C 1.14:
                   18424:                db recover mech 2
                   18425: 
                   18426: 2001-10-25  paf
                   18427:        * src/classes/hashfile.C 1.9:
                   18428:        * src/include/pa_common.h 1.56:
                   18429:        * src/include/pa_db_connection.h 1.9:
                   18430:        * src/include/pa_db_manager.h 1.3:
                   18431:        * src/include/pa_db_table.h 1.1:
                   18432:        * src/main/main.dsp 1.136:
                   18433:        * src/main/pa_db_connection.C 1.11:
                   18434:        * src/main/pa_db_manager.C 1.6:
                   18435:        * src/main/pa_db_table.C 1.1:
                   18436:        * src/types/pa_vhashfile.C 1.10:
                   18437:        * src/types/pa_vhashfile.h 1.8:
                   18438:                started db_home [multiple, cached]
                   18439:                todo: autorecover [tried, but not succeded, yet]
                   18440: 
                   18441:        * src/include/pa_db_connection.h 1.8:
                   18442:        * src/main/pa_db_manager.C 1.5:
                   18443:                transaction parent passed
                   18444: 
                   18445:        * src/include/pa_dir.h 1.6:
                   18446:                ancient gpf on dir not found fixed
                   18447: 
                   18448: 2001-10-24  parser
                   18449:        * src/classes/Makefile.am 1.26:
                   18450:        * src/classes/Makefile.am 1.27:
                   18451:        * src/classes/Makefile.am 1.28:
                   18452:        * src/classes/Makefile.in 1.26:
                   18453:        * src/classes/Makefile.in 1.27:
                   18454:        * src/main/Makefile.in 1.23:
                   18455:        * src/targets/cgi/Makefile.am 1.20:
                   18456:        * src/targets/cgi/Makefile.in 1.24:
                   18457:        * src/targets/cgi/pool_storage.h 1.2:
                   18458:        * src/targets/cgi/pool_storage.h 1.3:
                   18459:                makes
                   18460: 
                   18461:        * src/include/pa_db_connection.h 1.6:
                   18462:        * src/main/pa_db_connection.C 1.6:
                   18463:        * src/types/pa_vhashfile.C 1.6:
                   18464:                db_cursor constructor public now
                   18465: 
                   18466:        * src/include/pa_common.h 1.54:
                   18467:        * src/main/Makefile.am 1.21:
                   18468:        * src/main/pa_common.C 1.76:
                   18469:        * src/types/pa_vform.C 1.41:
                   18470:        * src/types/pa_vform.h 1.26:
                   18471:                .am
                   18472: 
                   18473:        * src/classes/hashfile.C 1.7:
                   18474:        * src/include/pa_request.h 1.106:
                   18475:                hashfile.cache 0
                   18476: 
                   18477:        * src/main/pa_db_connection.C 1.7:
                   18478:        * src/types/pa_vhashfile.C 1.7:
                   18479:                db_connection not bothers with key when not returning expired data
                   18480: 
                   18481:        * src/targets/cgi/pool_storage.h 1.4:
                   18482:        * src/targets/isapi/parser3isapi.C 1.56:
                   18483:        * src/targets/isapi/pool_storage.h 1.12:
                   18484:                pool_storage fixed
                   18485: 
                   18486:        * src/include/pa_common.h 1.55:
                   18487:        * src/main/pa_common.C 1.77:
                   18488:        * src/types/pa_vform.C 1.42:
                   18489:        * src/types/pa_vform.h 1.27:
                   18490:                form fix_line_breaks
                   18491: 
                   18492:        * src/types/pa_vhashfile.C 1.8:
                   18493:        * src/types/pa_vhashfile.h 1.6:
                   18494:                hashfile expiring 0
                   18495: 
                   18496:        * src/main/pa_db_connection.C 1.8:
                   18497:        * src/types/pa_vhashfile.C 1.9:
                   18498:                hashfile expiring 1
                   18499: 
                   18500:        * src/classes/hashfile.C 1.6:
                   18501:        * src/include/pa_db_connection.h 1.7:
                   18502:        * src/main/pa_db_connection.C 1.9:
                   18503:                hashfile expired deleted from db when get & iterate
                   18504: 
                   18505:        * src/classes/hashfile.C 1.8:
                   18506:        * src/types/pa_vhashfile.h 1.7:
                   18507:                hashfile 1
                   18508: 
1.39      paf      18509:        * src/sql/pa_sql_driver.h 1.18:
                   18510:                version
                   18511: 
1.15      paf      18512:        * src/targets/apache13/ApacheModuleParser3.dsp 1.6:
                   18513:        * src/targets/isapi/parser3isapi.dsp 1.27:
                   18514:                doc
                   18515: 
                   18516:        * src/include/pa_db_connection.h 1.5:
                   18517:        * src/main/pa_db_connection.C 1.5:
                   18518:        * src/types/pa_vhashfile.C 1.5:
                   18519:        * src/types/pa_vhashfile.h 1.5:
                   18520:                hashfile data stamped, todo: put_element analize
                   18521: 
                   18522:        * src/include/pa_db_connection.h 1.4:
                   18523:        * src/include/pa_string.h 1.108:
                   18524:        * src/main/pa_db_connection.C 1.4:
                   18525:        * src/main/pa_string.C 1.113:
                   18526:                hashfile pieced serialize. todo stamp
                   18527: 
                   18528:        * src/main/pa_db_connection.C 1.10:
                   18529:        * src/main/pa_db_manager.C 1.4:
                   18530:                hashfile setted this:
                   18531:                DB_RMW
                   18532:                Acquire write locks instead of read locks when doing the retrieval. Setting this flag may decrease the likelihood of deadlock during a read-modify-write cycle by immediately acquiring the write lock during the read part of the cycle so that another thread of control acquiring a read lock for the same item, in its own read-modify-write cycle, will not result in deadlock
                   18533: 
                   18534: 2001-10-23  parser
                   18535:        * src/classes/file.C 1.60:
                   18536:        * src/classes/hash.C 1.24:
                   18537:        * src/classes/hashfile.C 1.5:
                   18538:        * src/classes/image.C 1.59:
                   18539:        * src/classes/mail.C 1.42:
                   18540:        * src/classes/response.C 1.15:
                   18541:        * src/classes/string.C 1.85:
                   18542:        * src/classes/table.C 1.128:
                   18543:        * src/classes/xdoc.C 1.34:
                   18544:        * src/include/pa_config_fixed.h 1.26:
                   18545:        * src/include/pa_db_connection.h 1.3:
                   18546:        * src/main/pa_common.C 1.75:
                   18547:        * src/main/pa_db_connection.C 1.3:
                   18548:        * src/main/pa_request.C 1.172:
                   18549:        * src/types/pa_value.h 1.76:
                   18550:        * src/types/pa_vcookie.C 1.29:
                   18551:        * src/types/pa_vhash.h 1.25:
                   18552:        * src/types/pa_vhashfile.C 1.4:
                   18553:        * src/types/pa_vhashfile.h 1.4:
                   18554:        * src/types/pa_vresponse.h 1.16:
                   18555:        * src/types/pa_vtable.C 1.8:
                   18556:                ^hashfile.hash[]
                   18557: 
                   18558:        * src/classes/hashfile.C 1.3:
                   18559:        * src/include/pa_db_connection.h 1.2:
                   18560:        * src/include/pa_db_manager.h 1.2:
                   18561:        * src/main/pa_db_connection.C 1.2:
                   18562:        * src/main/pa_db_manager.C 1.2:
                   18563:        * src/types/pa_vhashfile.h 1.3:
                   18564:                ^hashfile.transaction{code}
                   18565:                ^hashfile:clear[filename]
                   18566:                ^hashfile.delete[key]
                   18567: 
                   18568:        * src/classes/hashfile.C 1.4:
                   18569:        * src/classes/xdoc.C 1.33:
                   18570:        * src/include/pa_config_fixed.h 1.25:
                   18571:        * src/main/pa_db_manager.C 1.3:
                   18572:        * src/main/pa_globals.C 1.84:
                   18573:                ifdefs so it compiled without db
                   18574: 
                   18575: 2001-10-22  parser
                   18576:        * src/classes/classes.dsp 1.12:
                   18577:        * src/classes/hashfile.C 1.2:
                   18578:        * src/classes/xdoc.C 1.32:
                   18579:        * src/classes/xnode.C 1.15:
                   18580:        * src/include/pa_charset_connection.h 1.2:
                   18581:        * src/include/pa_db_connection.h 1.1:
                   18582:        * src/include/pa_db_manager.h 1.1:
                   18583:        * src/include/pa_exception.h 1.18:
                   18584:        * src/include/pa_sapi.h 1.14:
                   18585:        * src/include/pa_sql_connection.h 1.14:
                   18586:        * src/include/pa_sql_driver_manager.h 1.13:
                   18587:        * src/include/pa_stylesheet_connection.h 1.14:
                   18588:        * src/include/pa_stylesheet_manager.h 1.1:
                   18589:        * src/include/pa_xslt_stylesheet_manager.h 1.5:
                   18590:        * src/main/main.dsp 1.135:
                   18591:        * src/main/pa_db_connection.C 1.1:
                   18592:        * src/main/pa_db_manager.C 1.1:
                   18593:        * src/main/pa_exception.C 1.22:
                   18594:        * src/main/pa_globals.C 1.83:
                   18595:        * src/main/pa_pool.C 1.38:
                   18596:        * src/main/pa_sql_driver_manager.C 1.42:
                   18597:        * src/main/pa_stylesheet_manager.C 1.1:
                   18598:        * src/main/pa_xslt_stylesheet_manager.C 1.5:
                   18599:        * src/targets/apache13/mod_parser3.C 1.7:
                   18600:        * src/targets/cgi/parser3.C 1.124:
                   18601:        * src/targets/isapi/parser3isapi.C 1.55:
                   18602:        * src/types/pa_vhashfile.C 1.3:
                   18603:        * src/types/pa_vhashfile.h 1.2:
                   18604:        * src/types/pa_vxdoc.C 1.5:
                   18605:        * src/types/pa_vxnode.C 1.8:
                   18606:        * src/types/types.dsp 1.12:
                   18607:                hashfile 0
                   18608: 
                   18609:        * src/targets/cgi/pa_pool.C 1.24:
                   18610:        * src/targets/cgi/parser3.C 1.125:
                   18611:        * src/targets/cgi/parser3.dsp 1.35:
                   18612:        * src/targets/cgi/pool_storage.h 1.1:
                   18613:        * src/targets/isapi/pool_storage.h 1.11:
                   18614:                cgi += pool cleanups
                   18615: 
                   18616:        * src/targets/apache13/mod_parser3.C 1.5:
                   18617:        * src/targets/isapi/parser3isapi.C 1.54:
                   18618:                SEH minor ifdef changes
                   18619: 
                   18620:        * src/targets/apache13/mod_parser3.C 1.6:
                   18621:                html
                   18622: 
                   18623:        * src/classes/classes.dsp 1.11:
                   18624:        * src/classes/hashfile.C 1.1:
                   18625:        * src/include/pa_config_fixed.h 1.24:
                   18626:        * src/main/execute.C 1.198:
                   18627:        * src/targets/cgi/parser3.dsp 1.34:
                   18628:        * src/types/pa_vhashfile.C 1.1:
                   18629:        * src/types/pa_vhashfile.h 1.1:
                   18630:        * src/types/types.dsp 1.11:
                   18631:                hashfile -100
                   18632: 
                   18633:        * src/include/pa_exception.h 1.17:
                   18634:        * src/include/pa_request.h 1.105:
                   18635:        * src/main/execute.C 1.197:
                   18636:        * src/main/pa_exception.C 1.21:
                   18637:        * src/main/pa_request.C 1.171:
                   18638:        * src/targets/cgi/parser3.C 1.123:
                   18639:        * src/targets/cgi/parser3.dsp 1.33:
                   18640:        * src/types/pa_vclass.h 1.20:
                   18641:        * src/types/pa_vobject.h 1.12:
                   18642:                stack backtrace
                   18643: 
                   18644:        * src/types/pa_vhashfile.C 1.2:
                   18645:                z
                   18646: 
                   18647: 2001-10-19  parser
                   18648:        * src/main/pa_request.C 1.170:
                   18649:        * src/targets/apache13/mod_parser3.C 1.4:
                   18650:                pool:: context - get_context
                   18651: 
                   18652:        * src/main/pa_pool.C 1.37:
                   18653:                auto compiled on gcc
                   18654: 
                   18655:        * src/classes/classes.h 1.13:
                   18656:        * src/classes/date.C 1.11:
                   18657:        * src/classes/double.C 1.40:
                   18658:        * src/classes/file.C 1.59:
                   18659:        * src/classes/form.C 1.18:
                   18660:        * src/classes/hash.C 1.23:
                   18661:        * src/classes/image.C 1.57:
                   18662:        * src/classes/int.C 1.37:
                   18663:        * src/classes/mail.C 1.41:
                   18664:        * src/classes/math.C 1.7:
                   18665:        * src/classes/op.C 1.53:
                   18666:        * src/classes/string.C 1.84:
                   18667:        * src/classes/table.C 1.127:
                   18668:        * src/classes/void.C 1.12:
                   18669:        * src/include/pa_config_fixed.h 1.22:
                   18670:        * src/include/pa_exception.h 1.15:
                   18671:        * src/include/pa_pool.h 1.64:
                   18672:        * src/include/pa_request.h 1.104:
                   18673:        * src/include/pa_types.h 1.27:
                   18674:        * src/main/compile.C 1.51:
                   18675:        * src/main/compile_tools.C 1.39:
                   18676:        * src/main/execute.C 1.196:
                   18677:        * src/main/pa_array.C 1.40:
                   18678:        * src/main/pa_common.C 1.73:
                   18679:        * src/main/pa_dictionary.C 1.8:
                   18680:        * src/main/pa_exception.C 1.19:
                   18681:        * src/main/pa_exec.C 1.15:
                   18682:        * src/main/pa_pool.C 1.34:
                   18683:        * src/main/pa_request.C 1.169:
                   18684:        * src/main/pa_socks.C 1.7:
                   18685:        * src/main/pa_sql_driver_manager.C 1.41:
                   18686:        * src/main/pa_string.C 1.112:
                   18687:        * src/main/pa_table.C 1.39:
                   18688:        * src/main/untaint.C 1.69:
                   18689:        * src/targets/apache13/ApacheModuleParser3.dsp 1.5:
                   18690:        * src/targets/apache13/mod_parser3.C 1.3:
                   18691:        * src/targets/cgi/parser3.C 1.122:
                   18692:        * src/targets/isapi/parser3isapi.C 1.53:
                   18693:        * src/types/pa_value.h 1.75:
                   18694:        * src/types/pa_vbool.h 1.14:
                   18695:        * src/types/pa_vdouble.h 1.27:
                   18696:        * src/types/pa_vfile.h 1.36:
                   18697:        * src/types/pa_vform.C 1.40:
                   18698:        * src/types/pa_vhash.h 1.24:
                   18699:        * src/types/pa_vint.h 1.28:
                   18700:        * src/types/pa_vjunction.h 1.9:
                   18701:        * src/types/pa_vmethod_frame.h 1.17:
                   18702:        * src/types/pa_vstateless_class.h 1.18:
                   18703:        * src/types/pa_vtable.C 1.7:
                   18704:        * src/types/pa_wcontext.C 1.11:
                   18705:        * src/types/pa_wwrapper.h 1.12:
                   18706:                switched to c++ exceptions 0
                   18707: 
                   18708:        * src/Makefile.in 1.30:
                   18709:        * src/classes/Makefile.in 1.25:
                   18710:        * src/include/pa_pool.h 1.66:
                   18711:        * src/main/Makefile.in 1.22:
                   18712:        * src/main/pa_common.C 1.74:
                   18713:        * src/targets/Makefile.in 1.21:
                   18714:        * src/targets/apache13/Makefile.in 1.21:
                   18715:        * src/targets/cgi/Makefile.in 1.23:
                   18716:        * src/types/Makefile.in 1.20:
                   18717:                makes
                   18718: 
                   18719:        * src/include/pa_pool.h 1.67:
                   18720:                header
                   18721: 
                   18722:        * src/classes/xdoc.C 1.30:
                   18723:        * src/classes/xnode.C 1.13:
                   18724:        * src/include/pa_pool.h 1.65:
                   18725:        * src/include/pa_types.h 1.28:
                   18726:        * src/main/pa_pool.C 1.36:
                   18727:                first c++ exceptions result: can free up xalandomstring
                   18728:                resulting from pool::transcode
                   18729: 
                   18730:        * src/classes/classes.awk 1.3.6.1:
                   18731:                $ removed
                   18732: 
                   18733:        * src/classes/Makefile.am 1.25:
                   18734:        * src/classes/xdoc.C 1.29:
                   18735:        * src/classes/xnode.C 1.12:
                   18736:        * src/include/pa_config_fixed.h 1.23:
                   18737:        * src/include/pa_exception.h 1.16:
                   18738:        * src/include/pa_stylesheet_connection.h 1.13:
                   18739:        * src/main/pa_charset_connection.C 1.10:
                   18740:        * src/main/pa_exception.C 1.20:
                   18741:        * src/main/pa_pool.C 1.35:
                   18742:        * src/types/pa_vxdoc.C 1.3:
                   18743:        * src/types/pa_vxdoc.h 1.9:
                   18744:        * src/types/pa_vxnode.C 1.6:
                   18745:        * src/types/pa_vxnode.h 1.6:
                   18746:                switched to c++ exceptions 1xml
                   18747:                configure fixed to exclude xalan-patch from non-xml compile
                   18748: 
                   18749:        * src/classes/xdoc.C 1.31:
                   18750:        * src/classes/xnode.C 1.14:
                   18751:        * src/classes/xnode.h 1.3:
                   18752:        * src/types/pa_vxdoc.C 1.4:
                   18753:        * src/types/pa_vxdoc.h 1.10:
                   18754:        * src/types/pa_vxnode.C 1.7:
                   18755:        * src/types/pa_vxnode.h 1.7:
                   18756:                xnode clone got freed
                   18757: 
                   18758:        * src/classes/image.C 1.58:
                   18759:                comment
                   18760: 
                   18761: 2001-10-18  parser
                   18762:        * src/classes/xdoc.C 1.28:
                   18763:        * src/types/pa_vxdoc.h 1.8:
                   18764:        * src/types/pa_vxnode.C 1.5:
                   18765:                vxdoc set_document & ctor question "who owns document" solved
                   18766: 
                   18767:        * src/classes/xdoc.C 1.26:
                   18768:        * src/classes/xnode.C 1.11:
                   18769:        * src/include/pa_pool.h 1.63:
                   18770:        * src/main/pa_pool.C 1.32:
                   18771:                encoding in dom creating funcs
                   18772: 
                   18773:        * src/include/pa_stylesheet_connection.h 1.12:
                   18774:                prev stylesheet destroyed @ recompile
                   18775: 
                   18776:        * src/classes/xdoc.C 1.22:
                   18777:                comment
                   18778: 
                   18779:        * src/classes/xdoc.C 1.21:
                   18780:        * src/classes/xnode.C 1.10:
                   18781:        * src/main/compile.tab.C 1.24:
                   18782:                xdoc create now uses XercesDocumentBridge, appendChild&co now works
                   18783: 
                   18784:        * src/classes/xdoc.C 1.27:
                   18785:        * src/main/pa_pool.C 1.33:
                   18786:                extra free removed
                   18787: 
                   18788:        * src/classes/xdoc.C 1.24:
                   18789:        * src/classes/xdoc.C 1.25:
                   18790:        * src/types/pa_vxdoc.h 1.7:
                   18791:                dom created by create can be transformed now
                   18792: 
                   18793:        * src/classes/xdoc.C 1.23:
                   18794:                z
                   18795: 
                   18796:        * src/types/pa_vcookie.C 1.28:
                   18797:                cookie:CLASS
                   18798: 
                   18799:        * src/classes/classes.dsp 1.10:
                   18800:        * src/classes/xdoc.C 1.19:
                   18801:        * src/types/types.dsp 1.10:
                   18802:                fiew leechy-found bugs in code&doc fixed
                   18803: 
                   18804:        * src/classes/xdoc.C 1.20:
                   18805:        * src/classes/xnode.C 1.9:
                   18806:                xdoc::create[] now. and all dom tag names forced to XML lang
                   18807: 
                   18808:        * src/main/main.dsp 1.134:
                   18809:                project
                   18810: 
                   18811:        * src/main/compile.tab.C 1.23:
                   18812:        * src/main/compile.y 1.172:
                   18813:        * src/main/pa_request.C 1.168:
                   18814:                ^:
                   18815:                no colon in $origin @exception[
                   18816: 
                   18817: 2001-10-17  parser
                   18818:        * src/types/pa_vimage.h 1.21:
                   18819:                removed unused vimage::save
                   18820: 
                   18821:        * src/classes/classes.dsp 1.9:
                   18822:        * src/classes/string.C 1.83:
                   18823:        * src/main/pa_string.C 1.111:
                   18824:        * src/types/pa_vxnode.h 1.5:
                   18825:        * src/types/types.dsp 1.9:
                   18826:                string::mid fixed, string.mid n functionality preserved
                   18827: 
                   18828: 2001-10-16  parser
                   18829:        * src/classes/classes.dsp 1.8:
                   18830:        * src/main/main.dsp 1.133:
                   18831:        * src/targets/apache13/ApacheModuleParser3.dsp 1.4:
                   18832:        * src/targets/cgi/parser3.dsp 1.32:
                   18833:        * src/targets/isapi/parser3isapi.dsp 1.26:
                   18834:        * src/types/types.dsp 1.8:
                   18835:                ident >nul 2>&1
                   18836: 
1.28      paf      18837:        * src/classes/xnode.C 1.7:
                   18838:        * src/classes/xnode.C 1.8:
                   18839:                removed few dom returns & changed op.txt
                   18840: 
                   18841:        * src/classes/image.C 1.54:
                   18842:                gd size/resize bugfix
1.15      paf      18843: 
1.28      paf      18844:        * src/classes/image.C 1.55:
                   18845:                :CopyResampled made gd2beta+my hands, very ineffective, but
                   18846:                works for small paleted image
1.15      paf      18847: 
                   18848:        * src/classes/string.C 1.82:
                   18849:        * src/main/pa_string.C 1.110:
                   18850:                $string.mid(p[;n])
                   18851: 
1.28      paf      18852:        * src/classes/image.C 1.56:
                   18853:                image.copy tolerance
                   18854: 
                   18855:        * src/types/pa_vhash.h 1.23:
                   18856:        * src/types/pa_vtable.h 1.34:
                   18857:                hash can be used as boolean
                   18858: 
1.15      paf      18859:        * src/main/pa_common.C 1.72:
                   18860:                \r\n -> \n   DOS
                   18861:                \r -> \n Macintosh
                   18862:                on all systems
                   18863: 
                   18864:        * src/classes/image.C 1.53:
                   18865:        * src/types/pa_vimage.h 1.20:
                   18866:                image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w
                   18867:                ;dest h]])
                   18868: 
1.28      paf      18869:        * src/types/pa_vimage.C 1.12:
                   18870:                comment
                   18871: 
1.15      paf      18872: 2001-10-15  parser
                   18873:        * src/Makefile.in 1.29:
                   18874:        * src/types/pa_vcode_frame.h 1.11:
                   18875:        * src/types/pa_wcontext.C 1.10:
                   18876:                code_frame fixed - ::write badly passed string too
                   18877:                transparently [failed to intercept it]
                   18878: 
                   18879:        * src/types/pa_vxnode.C 1.4:
                   18880:                    document_type_node.
                   18881:                        !readonly attribute DOMString name
                   18882:                    !notation_node.
                   18883:                        !readonly attribute DOMString publicId
                   18884:                        !readonly attribute DOMString systemId
                   18885: 
                   18886:        * src/classes/xdoc.C 1.16:
                   18887:        * src/classes/xnode.C 1.6:
                   18888:        * src/include/pa_config_fixed.h 1.21:
                   18889:        * src/include/pa_request.h 1.103:
                   18890:        * src/main/pa_sql_driver_manager.C 1.40:
                   18891:        * src/types/pa_vxdoc.C 1.2:
                   18892:        * src/types/pa_vxdoc.h 1.6:
                   18893:        * src/types/pa_vxnode.C 1.3:
                   18894:        * src/types/pa_vxnode.h 1.4:
                   18895:                DOM1 major addtion, only few attributes/methods left
                   18896: 
                   18897:        * src/main/execute.C 1.195:
                   18898:                z
                   18899: 
                   18900:        * src/classes/xdoc.C 1.17:
                   18901:        * src/classes/xdoc.C 1.18:
                   18902:                    !::create{qualifiedName}
                   18903: 
                   18904: 2001-10-13  parser
                   18905:        * src/main/execute.C 1.194:
                   18906:        * src/types/pa_vcode_frame.h 1.9:
                   18907:                vcodeframe made transparent enough to handle hash if creation&passing
                   18908: 
                   18909:        * src/include/pa_config_fixed.h 1.20:
                   18910:        * src/main/execute.C 1.193:
                   18911:        * src/main/pa_exception.C 1.18:
                   18912:                noticed that vcodeframe not transparent enough, would change now
                   18913: 
                   18914:        * src/types/pa_vcode_frame.h 1.10:
                   18915:                couple comments
                   18916: 
                   18917:        * src/targets/isapi/pool_storage.h 1.10:
                   18918:                isapi pool storage reverse cleanups & frees order
                   18919: 
                   18920:        * src/main/pa_sql_driver_manager.C 1.39:
                   18921:        * src/targets/cgi/parser3.C 1.121:
                   18922:        * src/targets/isapi/parser3isapi.C 1.52:
                   18923:                isapi&cgi couple non-pooled mallocs in main handler
                   18924: 
                   18925: 2001-10-12  parser
                   18926:        * src/classes/double.C 1.39:
                   18927:        * src/classes/int.C 1.36:
                   18928:        * src/classes/string.C 1.81:
                   18929:                sql{}[$.default[({})]] handling changed:
                   18930:                now type of default param analized always, not only at problem time,
                   18931:                thus helping early problem spotting
                   18932: 
                   18933:        * src/classes/classes.dsp 1.7:
                   18934:        * src/classes/xdoc.C 1.15:
                   18935:        * src/main/compile.tab.C 1.22:
                   18936:        * src/main/main.dsp 1.132:
                   18937:        * src/main/pa_globals.C 1.82:
                   18938:        * src/targets/apache13/ApacheModuleParser3.dsp 1.3:
                   18939:        * src/targets/apache13/mod_parser3.C 1.2:
                   18940:        * src/targets/cgi/parser3.C 1.120:
                   18941:        * src/targets/cgi/parser3.dsp 1.31:
                   18942:        * src/targets/isapi/parser3isapi.C 1.50:
                   18943:        * src/targets/isapi/parser3isapi.C 1.51:
                   18944:        * src/targets/isapi/parser3isapi.dsp 1.25:
                   18945:        * src/types/types.dsp 1.7:
                   18946:                xalan&xerces multithread bug fixed. initialization&free on each
                   18947:                thread!
                   18948: 
                   18949: 2001-10-11  parser
                   18950:        * src/targets/apache13/Makefile.am 1.6:
                   18951:                started restructuring
                   18952: 
                   18953:        * src/Makefile.in 1.25:
                   18954:        * src/Makefile.in 1.26:
                   18955:        * src/Makefile.in 1.28:
                   18956:        * src/classes/Makefile.in 1.22:
                   18957:        * src/classes/Makefile.in 1.23:
                   18958:        * src/include/pa_config_auto.h.in 1.8:
                   18959:        * src/main/Makefile.in 1.20:
                   18960:        * src/main/Makefile.in 1.21:
                   18961:        * src/targets/Makefile.in 1.19:
                   18962:        * src/targets/Makefile.in 1.20:
                   18963:        * src/targets/apache13/Makefile.in 1.19:
                   18964:        * src/targets/apache13/Makefile.in 1.20:
                   18965:        * src/targets/apache13/p3runConfigure.in 1.3:
                   18966:        * src/targets/cgi/Makefile.in 1.21:
                   18967:        * src/targets/cgi/Makefile.in 1.22:
                   18968:        * src/types/Makefile.in 1.18:
                   18969:        * src/types/Makefile.in 1.19:
                   18970:                makes
                   18971: 
                   18972:        * src/classes/xnode.C 1.5:
                   18973:                xnode.selectSingle now
                   18974: 
                   18975:        * src/targets/apache13/ApacheModuleParser3.dsp 1.2:
                   18976:                .dsp fixed due to relocate
                   18977: 
                   18978:        * src/classes/xdoc.C 1.14:
                   18979:        * src/classes/xnode.C 1.4:
                   18980:        * src/include/pa_exception.h 1.14:
                   18981:        * src/include/pa_pool.h 1.62:
                   18982:        * src/include/pa_stylesheet_connection.h 1.11:
                   18983:        * src/main/pa_exception.C 1.17:
                   18984:        * src/main/pa_pool.C 1.31:
                   18985:                moved xslt exceptions convertors out of Pool into Exception
                   18986: 
                   18987:        * src/Makefile.in 1.27:
                   18988:        * src/classes/Makefile.in 1.24:
                   18989:                makes. stdc++ lib added to apache libraries
                   18990: 
                   18991:        * src/classes/hash.C 1.22:
                   18992:                    !^hash.add[addme]
                   18993:                    !^hash.sub[subme]
                   18994:                    !^a.union[b] = new
                   18995:                    !^a.intersection[b] = new
                   18996:                    !^a.intersects[b] = bool
                   18997: 
                   18998:        * src/main/pa_string.C 1.109:
                   18999:                const
                   19000: 
                   19001:        * src/classes/hash.C 1.20:
                   19002:        * src/types/pa_vhash.h 1.22:
                   19003:                    !^hash::create[[copy_from]]
                   19004: 
                   19005:        * src/targets/apache13/Makefile.am 1.7:
                   19006:        * src/targets/apache13/p3runConfigure.in 1.2:
                   19007:                added
                   19008: 
1.39      paf      19009:        * src/classes/hash.C 1.21:
                   19010:                    !^hash::append[append_from]
                   19011: 
1.15      paf      19012:        * src/include/pa_string.h 1.107:
                   19013:        * src/main/pa_string.C 1.108:
                   19014:                restructured string: linked pieces of same language together
                   19015:                prior to String::replace
                   19016: 
                   19017:        * src/targets/apache13/ApacheModuleParser3.dsp 1.1:
                   19018:        * src/targets/apache13/mod_parser3.C 1.1:
                   19019:        * src/targets/apache13/p3runConfigure.in 1.1:
                   19020:        * src/targets/apache13/pa_pool.C 1.1:
                   19021:        * src/targets/apache13/pa_threads.C 1.1:
                   19022:                restructured
                   19023: 
                   19024:        * src/classes/string.C 1.80:
                   19025:        * src/classes/table.C 1.126:
                   19026:        * src/include/pa_globals.h 1.67:
                   19027:        * src/include/pa_string.h 1.106:
                   19028:        * src/main/pa_globals.C 1.81:
                   19029:        * src/main/pa_string.C 1.107:
                   19030:        * src/main/untaint.C 1.68:
                   19031:        * src/types/pa_vvoid.h 1.5:
                   19032:                untaint lang origins table fixed.
                   19033:                got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
                   19034: 
                   19035: 2001-10-10  parser
                   19036:        * src/main/compile.tab.C 1.19:
                   19037:        * src/main/compile.y 1.170:
                   19038:                ^a[^b] more informative compile error
                   19039: 
                   19040:        * src/main/compile.tab.C 1.20:
                   19041:        * src/main/compile.y 1.171:
                   19042:                ^a[
                   19043:                
                   19044:                @next_method  << now unclosed ] would be reported here
                   19045: 
                   19046:        * src/classes/op.C 1.52:
                   19047:        * src/main/compile.tab.C 1.21:
                   19048:                ^error[msg]
                   19049: 
                   19050: 2001-10-09  parser
                   19051:        * src/classes/classes.dsp 1.6:
                   19052:        * src/classes/xdoc.C 1.13:
                   19053:        * src/include/pa_stylesheet_connection.h 1.10:
                   19054:        * src/main/main.dsp 1.131:
                   19055:        * src/targets/cgi/parser3.C 1.118:
                   19056:        * src/targets/isapi/parser3isapi.C 1.48:
                   19057:        * src/types/pa_vxdoc.h 1.5:
                   19058:        * src/types/pa_vxnode.h 1.3:
                   19059:        * src/types/types.dsp 1.6:
                   19060:                xalan patches starting
                   19061: 
                   19062:        * src/classes/op.C 1.49:
                   19063:        * src/classes/table.C 1.121:
                   19064:        * src/types/pa_vfile.h 1.35:
                   19065:        * src/types/pa_vimage.h 1.19:
                   19066:        * src/types/pa_vjunction.h 1.8:
                   19067:        * src/types/pa_vxdoc.h 1.4:
                   19068:        * src/types/pa_vxnode.h 1.2:
                   19069:                table:menu & op for delims made allowed not to be code [be
                   19070:                string..]
                   19071: 
                   19072:        * src/Makefile.in 1.23:
                   19073:        * src/Makefile.in 1.24:
                   19074:        * src/classes/Makefile.am 1.23:
                   19075:        * src/classes/Makefile.am 1.24:
                   19076:        * src/classes/Makefile.in 1.20:
                   19077:        * src/classes/Makefile.in 1.21:
                   19078:        * src/main/Makefile.am 1.20:
                   19079:        * src/main/Makefile.in 1.18:
                   19080:        * src/main/Makefile.in 1.19:
                   19081:        * src/targets/Makefile.in 1.17:
                   19082:        * src/targets/Makefile.in 1.18:
                   19083:        * src/targets/apache13/Makefile.in 1.17:
                   19084:        * src/targets/apache13/Makefile.in 1.18:
                   19085:        * src/targets/cgi/Makefile.am 1.19:
                   19086:        * src/targets/cgi/Makefile.in 1.19:
                   19087:        * src/targets/cgi/Makefile.in 1.20:
                   19088:        * src/types/Makefile.am 1.10:
                   19089:        * src/types/Makefile.in 1.16:
                   19090:        * src/types/Makefile.in 1.17:
                   19091:                makes
                   19092: 
                   19093:        * src/targets/cgi/parser3.C 1.119:
                   19094:        * src/targets/isapi/parser3isapi.C 1.49:
                   19095:                xml transform win32 errors intercepted [xalan transformer
                   19096:                patched and incorporated]
                   19097: 
                   19098:        * src/classes/double.C 1.38:
                   19099:        * src/classes/file.C 1.58:
                   19100:        * src/classes/image.C 1.52:
                   19101:        * src/classes/int.C 1.35:
                   19102:        * src/classes/op.C 1.48:
                   19103:        * src/classes/string.C 1.78:
                   19104:        * src/classes/table.C 1.120:
                   19105:                lots of params->as_int/double/as_string/as_junction
                   19106:                as_no_junction messages added
                   19107: 
                   19108:        * src/classes/op.C 1.51:
                   19109:        * src/classes/table.C 1.123:
                   19110:                table.hash[key field;value field(s) string/table]  now
                   19111: 
                   19112:        * src/classes/op.C 1.50:
                   19113:        * src/classes/table.C 1.122:
                   19114:                z
                   19115: 
                   19116:        * src/classes/date.C 1.10:
                   19117:        * src/classes/table.C 1.124:
                   19118:                calendar moved to date
                   19119: 
                   19120:        * src/classes/string.C 1.79:
                   19121:        * src/classes/table.C 1.125:
                   19122:                ^string.save[file]
                   19123: 
                   19124: 2001-10-08  parser
                   19125:        * src/classes/image.C 1.49:
                   19126:        * src/types/pa_vcookie.C 1.27:
                   19127:        * src/types/pa_vimage.C 1.11:
                   19128:                image:sector
                   19129:                removed image:html internal "line-*" attribs
                   19130: 
1.28      paf      19131:        * src/types/pa_vcookie.C 1.25:
                   19132:                removing cookie made more netscape-like way
                   19133: 
1.15      paf      19134:        * src/classes/file.C 1.57:
                   19135:        * src/classes/form.C 1.17:
                   19136:        * src/main/pa_common.C 1.70:
                   19137:        * src/main/untaint.C 1.67:
                   19138:                header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
                   19139:                nonforced [only tainted pieces]
                   19140: 
1.28      paf      19141:        * src/classes/xdoc.C 1.12:
                   19142:                xdoc:load exceptions intercepted [like in set]
                   19143: 
1.15      paf      19144:        * src/classes/image.C 1.50:
                   19145:                image:circle [and round arc] uses Bresenham
                   19146: 
                   19147:        * src/main/untaint.C 1.65:
                   19148:                \r to ' ' in origins mode
                   19149: 
                   19150:        * src/classes/date.C 1.9:
                   19151:        * src/classes/image.C 1.51:
                   19152:        * src/classes/string.C 1.77:
                   19153:        * src/classes/table.C 1.119:
                   19154:        * src/classes/void.C 1.11:
                   19155:        * src/include/pa_request.h 1.102:
                   19156:                params->as_int/double message added
                   19157: 
                   19158:        * src/classes/xdoc.C 1.11:
                   19159:        * src/include/pa_config_fixed.h 1.19:
                   19160:        * src/main/compile.tab.C 1.18:
                   19161:        * src/types/pa_vxdoc.h 1.3:
                   19162:                parsedSource produced by nonstandard liaison freed up
                   19163: 
1.28      paf      19164:        * src/classes/image.C 1.48:
                   19165:        * src/include/pa_common.h 1.53:
                   19166:        * src/main/pa_common.C 1.71:
                   19167:        * src/types/pa_vcookie.C 1.26:
                   19168:                cookie urlencoded [netscape doc reread]
                   19169: 
1.15      paf      19170:        * src/include/pa_common.h 1.52:
                   19171:        * src/main/pa_common.C 1.69:
                   19172:        * src/main/untaint.C 1.66:
                   19173:        * src/targets/cgi/parser3.C 1.117:
                   19174:        * src/targets/isapi/parser3isapi.C 1.47:
                   19175:                remove_crlf @ SAPI::log
                   19176: 
                   19177: 2001-10-07  parser
                   19178:        * src/include/pa_config_fixed.h 1.18:
                   19179:        * src/main/compile.tab.C 1.17:
                   19180:                restored project
                   19181: 
                   19182: 2001-10-05  parser
                   19183:        * src/classes/xdoc.C 1.9:
                   19184:        * src/include/pa_dictionary.h 1.6:
                   19185:        * src/main/main.dsp 1.129:
                   19186:        * src/main/pa_dictionary.C 1.7:
                   19187:        * src/main/pa_string.C 1.106:
                   19188:        * src/types/pa_vxdoc.h 1.2:
                   19189:                started xml errorhandler.
                   19190:                fixed string.replace a little, read @test
                   19191: 
                   19192:        * src/main/pa_charset_connection.C 1.7:
                   19193:                unicode zero pair at the beging of totable appered to be vital
                   19194: 
                   19195:        * src/classes/xdoc.C 1.8:
                   19196:        * src/main/compile.tab.C 1.16:
                   19197:                xdoc.transform now
                   19198: 
                   19199:        * src/doc/doxygen.cfg 1.18:
                   19200:        * src/doc/html2chm.cmd 1.4:
                   19201:        * src/doc/sources2html.cmd 1.4:
                   19202:                paths
                   19203: 
                   19204:        * src/classes/xdoc.C 1.10:
                   19205:        * src/include/pa_pool.h 1.61:
                   19206:        * src/main/main.dsp 1.130:
                   19207:        * src/main/pa_pool.C 1.30:
                   19208:                changed xdoc:set to prevent SAXParseException from outputing to cerr.
                   19209:                lots of "todos"
                   19210: 
                   19211:        * src/main/pa_charset_connection.C 1.8:
                   19212:        * src/main/pa_charset_connection.C 1.9:
                   19213:                ctype another mem clear bugfix
                   19214: 
                   19215:        * src/main/untaint.C 1.64:
                   19216:                http_header tainting more gentle with enquoting now
                   19217: 
                   19218:        * src/main/pa_string.C 1.105:
                   19219:                found replace bug - first_that_starts(char *) does not have
                   19220:                limit, and looks further eos, fixing....
                   19221: 
                   19222:        * src/include/pa_hash.h 1.44:
                   19223:        * src/main/pa_hash.C 1.41:
                   19224:                Hash::size() calculated wrong. fixed it
                   19225: 
                   19226:        * src/Makefile.in 1.22:
                   19227:        * src/main/compile.tab.C 1.15:
                   19228:        * src/main/compile.y 1.169:
                   19229:                disabled ^literals in names
                   19230:                $result[^[$p^]z]
                   19231:                now works fine
                   19232: 
                   19233: 2001-10-04  parser
                   19234:        * src/classes/image.C 1.47:
                   19235:                ^image.length[text]
                   19236: 
                   19237: 2001-10-03  parser
                   19238:        * src/main/pa_request.C 1.166:
                   19239:                restored pcre defaulting in request [mindlessly "optimized" yesterday]
                   19240:                comment left
                   19241: 
                   19242:        * src/main/pa_request.C 1.167:
                   19243:                DEFAULT...charset was ignored when !XML
                   19244: 
                   19245: 2001-10-02  parser
                   19246:        * src/include/pa_request.h 1.101:
                   19247:        * src/main/pa_charset_connection.C 1.4:
                   19248:        * src/main/pa_charset_connection.C 1.5:
                   19249:        * src/main/pa_request.C 1.165:
                   19250:        * src/types/pa_vstring.h 1.36:
                   19251:                pcre tables now const inside
                   19252:                removed default - pcre handles that internally
                   19253:                fixed bug on not-cleaning tables [previously was calloced, now member]
                   19254: 
                   19255:        * src/Makefile.in 1.21:
                   19256:        * src/classes/Makefile.in 1.19:
                   19257:        * src/main/Makefile.in 1.17:
                   19258:        * src/targets/Makefile.in 1.16:
                   19259:        * src/targets/apache13/Makefile.in 1.16:
                   19260:        * src/targets/cgi/Makefile.in 1.18:
                   19261:        * src/types/Makefile.in 1.15:
                   19262:                makes
                   19263: 
                   19264:        * src/include/pa_config_fixed.h 1.17:
                   19265:        * src/main/pa_charset_connection.C 1.3:
                   19266:                tested charset reload on file change @ apache version = OK
                   19267:                tested freeing up prev encoding on adding new = OK
                   19268: 
                   19269:        * src/classes/table.C 1.117:
                   19270:        * src/main/pa_charset_connection.C 1.6:
                   19271:                table:load & charset_connection
                   19272:                #comment now
                   19273: 
                   19274:        * src/classes/classes.dsp 1.5:
                   19275:        * src/types/types.dsp 1.5:
                   19276:                release projects options fixed to use release msvcrt lib
                   19277: 
                   19278:        * src/include/pa_pool.h 1.60:
                   19279:        * src/include/pa_stylesheet_connection.h 1.8:
                   19280:        * src/include/pa_stylesheet_connection.h 1.9:
                   19281:        * src/main/pa_charset_manager.C 1.2:
                   19282:        * src/main/pa_charset_manager.C 1.3:
                   19283:        * src/main/pa_pool.C 1.29:
                   19284:        * src/types/pa_vresponse.h 1.15:
                   19285:                forgot non-xml pool.*charset needed
                   19286: 
                   19287:        * src/classes/table.C 1.118:
                   19288:                # config comments fixed
                   19289: 
                   19290: 2001-10-01  parser
                   19291:        * src/include/pa_charset_connection.h 1.1:
                   19292:        * src/include/pa_charset_manager.h 1.1:
                   19293:        * src/include/pa_xslt_stylesheet_manager.h 1.4:
                   19294:        * src/main/main.dsp 1.128:
                   19295:        * src/main/pa_charset_connection.C 1.1:
                   19296:        * src/main/pa_charset_manager.C 1.1:
                   19297:        * src/main/pa_request.C 1.164:
                   19298:                charset loading & caching mech 0
                   19299: 
                   19300:        * src/include/pa_stylesheet_connection.h 1.7:
                   19301:        * src/include/pa_xslt_stylesheet_manager.h 1.3:
                   19302:        * src/main/main.dsp 1.127:
                   19303:        * src/main/pa_globals.C 1.80:
                   19304:        * src/main/pa_request.C 1.163:
                   19305:                would make charset loading & caching mech now
                   19306: 
                   19307:        * src/main/pa_charset_connection.C 1.2:
                   19308:                removed entitify external hack [internal installed]
                   19309: 
                   19310:        * src/main/Makefile.am 1.19:
                   19311:        * src/main/Makefile.in 1.16:
                   19312:                makes+removed dtd
                   19313: 
                   19314: 2001-09-30  parser
                   19315:        * src/classes/xdoc.C 1.7:
                   19316:        * src/include/pa_request.h 1.100:
                   19317:        * src/main/pa_request.C 1.159:
                   19318:                ctype with unicode 1. todo: no &#1055; entities on output somehow
                   19319: 
                   19320:        * src/include/pa_globals.h 1.66:
                   19321:        * src/main/pa_globals.C 1.79:
                   19322:        * src/main/pa_request.C 1.160:
                   19323:                now charsets table configuration variable is: CHARSETS
                   19324: 
                   19325:        * src/main/pa_request.C 1.162:
                   19326:                forgot to fill toTable
                   19327: 
                   19328:        * src/classes/file.C 1.56:
                   19329:        * src/classes/op.C 1.47:
                   19330:        * src/classes/string.C 1.76:
                   19331:        * src/include/pa_request.h 1.99:
                   19332:        * src/main/pa_request.C 1.158:
                   19333:                started ctype with unicode values
                   19334: 
                   19335:        * src/include/pa_config_fixed.h 1.16:
                   19336:        * src/main/pa_request.C 1.161:
                   19337:                started hack_s_maximumCharacterValues to
                   19338:                XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
                   19339: 
                   19340: 2001-09-28  parser
                   19341:        * src/classes/xdoc.C 1.5:
                   19342:        * src/classes/xnode.C 1.3:
                   19343:                xdoc addencoding works! invented a way of user-configuring... 
                   19344:                todo: implement
                   19345: 
                   19346:        * src/classes/mail.C 1.40:
                   19347:        * src/classes/op.C 1.46:
                   19348:        * src/classes/xdoc.C 1.6:
                   19349:        * src/include/pa_stylesheet_connection.h 1.6:
                   19350:        * src/main/pa_request.C 1.157:
                   19351:                letter body string passed AS-IS now
                   19352: 
                   19353: 2001-09-27  parser
                   19354:        * src/classes/classes.dsp 1.4:
                   19355:        * src/classes/xdoc.C 1.3:
                   19356:        * src/main/main.dsp 1.126:
                   19357:        * src/targets/cgi/parser3.dsp 1.30:
                   19358:        * src/targets/isapi/parser3isapi.dsp 1.23:
                   19359:        * src/types/types.dsp 1.4:
                   19360:                win32 ident make system so not to rebuild library [ident.C.new]
                   19361: 
                   19362:        * src/classes/table.C 1.116:
                   19363:                table.sort changed to sort table itself
                   19364: 
                   19365:        * src/classes/xdoc.C 1.4:
                   19366:        * src/targets/isapi/parser3isapi.dsp 1.24:
                   19367:                X^.getElementsByTagName[tagname] = array of xnode
                   19368:                X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes
                   19369:                removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.
                   19370:                
                   19371:                win32build system: solved long waiting anti-non-started-apache problem
                   19372: 
                   19373: 2001-09-26  parser
                   19374:        * src/Makefile.am 1.11:
                   19375:        * src/classes/Makefile.am 1.22:
                   19376:        * src/classes/Makefile.in 1.18:
                   19377:        * src/main/Makefile.am 1.18:
                   19378:        * src/main/Makefile.in 1.15:
                   19379:        * src/targets/Makefile.in 1.15:
                   19380:        * src/targets/apache13/Makefile.in 1.15:
                   19381:        * src/targets/cgi/Makefile.am 1.18:
                   19382:        * src/targets/cgi/Makefile.in 1.17:
                   19383:        * src/types/Makefile.am 1.9:
                   19384:        * src/types/Makefile.in 1.14:
                   19385:                makes with clases.awk
                   19386: 
                   19387:        * src/include/pa_config_fixed.h 1.14:
                   19388:        * src/targets/cgi/parser3.C 1.114:
                   19389:        * src/targets/isapi/parser3isapi.C 1.45:
                   19390:                #ifdef SMTP
                   19391: 
                   19392:        * src/classes/classes.C 1.9:
                   19393:        * src/classes/classes.awk 1.3:
                   19394:        * src/classes/classes.dsp 1.1:
                   19395:        * src/classes/classes.h 1.12:
                   19396:        * src/classes/date.C 1.8:
                   19397:        * src/classes/dnode.C 1.6:
                   19398:        * src/classes/dnode.h 1.2:
                   19399:        * src/classes/dom.C 1.35:
                   19400:        * src/classes/double.C 1.37:
                   19401:        * src/classes/file.C 1.55:
                   19402:        * src/classes/form.C 1.16:
                   19403:        * src/classes/hash.C 1.19:
                   19404:        * src/classes/image.C 1.46:
                   19405:        * src/classes/int.C 1.34:
                   19406:        * src/classes/mail.C 1.39:
                   19407:        * src/classes/math.C 1.6:
                   19408:        * src/classes/op.C 1.45:
                   19409:        * src/classes/response.C 1.14:
                   19410:        * src/classes/string.C 1.75:
                   19411:        * src/classes/table.C 1.115:
                   19412:        * src/classes/void.C 1.10:
                   19413:        * src/include/pa_array.h 1.44:
                   19414:        * src/include/pa_common.h 1.51:
                   19415:        * src/include/pa_config_fixed.h 1.13:
                   19416:        * src/include/pa_config_includes.h 1.11:
                   19417:        * src/include/pa_dictionary.h 1.5:
                   19418:        * src/include/pa_dir.h 1.5:
                   19419:        * src/include/pa_exception.h 1.13:
                   19420:        * src/include/pa_exec.h 1.3:
                   19421:        * src/include/pa_globals.h 1.65:
                   19422:        * src/include/pa_request.h 1.98:
                   19423:        * src/include/pa_sapi.h 1.13:
                   19424:        * src/include/pa_socks.h 1.4:
                   19425:        * src/include/pa_sql_connection.h 1.13:
                   19426:        * src/include/pa_sql_driver_manager.h 1.12:
                   19427:        * src/include/pa_stack.h 1.10:
                   19428:        * src/include/pa_string.h 1.105:
                   19429:        * src/include/pa_stylesheet_connection.h 1.5:
                   19430:        * src/include/pa_table.h 1.35:
                   19431:        * src/include/pa_threads.h 1.17:
                   19432:        * src/include/pa_types.h 1.26:
                   19433:        * src/include/pa_xslt_stylesheet_manager.h 1.2:
                   19434:        * src/main/compile.C 1.50:
                   19435:        * src/main/compile.y 1.168:
                   19436:        * src/main/compile_tools.C 1.38:
                   19437:        * src/main/compile_tools.h 1.50:
                   19438:        * src/main/execute.C 1.192:
                   19439:        * src/main/main.dsp 1.124:
                   19440:        * src/main/pa_array.C 1.39:
                   19441:        * src/main/pa_common.C 1.68:
                   19442:        * src/main/pa_dictionary.C 1.6:
                   19443:        * src/main/pa_dir.C 1.7:
                   19444:        * src/main/pa_exception.C 1.16:
                   19445:        * src/main/pa_exec.C 1.14:
                   19446:        * src/main/pa_globals.C 1.78:
                   19447:        * src/main/pa_hash.C 1.40:
                   19448:        * src/main/pa_pool.C 1.28:
                   19449:        * src/main/pa_request.C 1.156:
                   19450:        * src/main/pa_socks.C 1.6:
                   19451:        * src/main/pa_sql_driver_manager.C 1.38:
                   19452:        * src/main/pa_string.C 1.104:
                   19453:        * src/main/pa_table.C 1.38:
                   19454:        * src/main/pa_xslt_stylesheet_manager.C 1.4:
                   19455:        * src/main/untaint.C 1.63:
                   19456:        * src/sql/pa_sql_driver.h 1.17:
                   19457:        * src/targets/cgi/pa_pool.C 1.23:
                   19458:        * src/targets/cgi/pa_threads.C 1.3:
                   19459:        * src/targets/cgi/parser3.C 1.113:
                   19460:        * src/targets/cgi/parser3.dsp 1.29:
                   19461:        * src/targets/isapi/pa_pool.C 1.7:
                   19462:        * src/targets/isapi/pa_threads.C 1.3:
                   19463:        * src/targets/isapi/parser3isapi.C 1.44:
                   19464:        * src/targets/isapi/parser3isapi.dsp 1.22:
                   19465:        * src/targets/isapi/pool_storage.h 1.9:
                   19466:        * src/types/pa_valiased.C 1.10:
                   19467:        * src/types/pa_valiased.h 1.14:
                   19468:        * src/types/pa_value.h 1.74:
                   19469:        * src/types/pa_vbool.h 1.13:
                   19470:        * src/types/pa_vclass.h 1.19:
                   19471:        * src/types/pa_vcode_frame.h 1.8:
                   19472:        * src/types/pa_vcookie.C 1.24:
                   19473:        * src/types/pa_vcookie.h 1.12:
                   19474:        * src/types/pa_vdate.h 1.5:
                   19475:        * src/types/pa_vdnode.C 1.8:
                   19476:        * src/types/pa_vdnode.h 1.3:
                   19477:        * src/types/pa_vdom.C 1.3:
                   19478:        * src/types/pa_vdom.h 1.14:
                   19479:        * src/types/pa_vdouble.h 1.26:
                   19480:        * src/types/pa_venv.h 1.17:
                   19481:        * src/types/pa_vfile.C 1.22:
                   19482:        * src/types/pa_vfile.h 1.34:
                   19483:        * src/types/pa_vform.C 1.39:
                   19484:        * src/types/pa_vform.h 1.25:
                   19485:        * src/types/pa_vimage.C 1.10:
                   19486:        * src/types/pa_vimage.h 1.18:
                   19487:        * src/types/pa_vint.h 1.27:
                   19488:        * src/types/pa_vjunction.h 1.7:
                   19489:        * src/types/pa_vmath.h 1.3:
                   19490:        * src/types/pa_vmethod_frame.h 1.16:
                   19491:        * src/types/pa_vobject.h 1.11:
                   19492:        * src/types/pa_vrequest.C 1.10:
                   19493:        * src/types/pa_vrequest.h 1.11:
                   19494:        * src/types/pa_vresponse.h 1.14:
                   19495:        * src/types/pa_vstateless_class.C 1.10:
                   19496:        * src/types/pa_vstateless_class.h 1.17:
                   19497:        * src/types/pa_vstateless_object.h 1.11:
                   19498:        * src/types/pa_vstring.C 1.11:
                   19499:        * src/types/pa_vstring.h 1.35:
                   19500:        * src/types/pa_vtable.C 1.6:
                   19501:        * src/types/pa_vtable.h 1.33:
                   19502:        * src/types/pa_vvoid.h 1.4:
                   19503:        * src/types/pa_wcontext.C 1.9:
                   19504:        * src/types/pa_wcontext.h 1.17:
                   19505:        * src/types/pa_wwrapper.h 1.11:
                   19506:        * src/types/types.dsp 1.1:
                   19507:                added ident.awk and main.dsp splitted to main+classes+types
                   19508:                along to .am
                   19509: 
                   19510:        * src/classes/classes.dsp 1.2:
                   19511:        * src/classes/dnode.C 1.7:
                   19512:        * src/classes/dnode.h 1.3:
                   19513:        * src/classes/dom.C 1.36:
                   19514:        * src/classes/xdoc.C 1.1:
                   19515:        * src/classes/xnode.C 1.1:
                   19516:        * src/classes/xnode.h 1.1:
                   19517:        * src/main/compile.tab.C 1.14:
                   19518:        * src/types/pa_vdnode.C 1.9:
                   19519:        * src/types/pa_vdnode.h 1.4:
                   19520:        * src/types/pa_vdom.C 1.4:
                   19521:        * src/types/pa_vdom.h 1.15:
                   19522:        * src/types/pa_vxdoc.C 1.1:
                   19523:        * src/types/pa_vxdoc.h 1.1:
                   19524:        * src/types/pa_vxnode.C 1.1:
                   19525:        * src/types/pa_vxnode.h 1.1:
                   19526:        * src/types/types.dsp 1.2:
                   19527:                xdoc&xnode now
                   19528: 
                   19529:        * src/classes/classes.dsp 1.3:
                   19530:        * src/classes/xdoc.C 1.2:
                   19531:        * src/classes/xnode.C 1.2:
                   19532:        * src/classes/xnode.h 1.2:
                   19533:        * src/include/pa_config_fixed.h 1.15:
                   19534:        * src/main/main.dsp 1.125:
                   19535:        * src/targets/cgi/parser3.C 1.115:
                   19536:        * src/targets/cgi/parser3.C 1.116:
                   19537:        * src/targets/isapi/parser3isapi.C 1.46:
                   19538:        * src/types/pa_vxnode.C 1.2:
                   19539:        * src/types/types.dsp 1.3:
                   19540:                z
                   19541: 
                   19542:        * src/classes/classes.cmd 1.4:
                   19543:        * src/main/main.dsp 1.123:
                   19544:        * src/targets/cgi/parser3.dsp 1.28:
                   19545:                moved classes.inc generation on win32 to main.dsp
                   19546: 
                   19547:        * src/classes/classes.C 1.10:
                   19548:                forgot one non-xml check
                   19549: 
                   19550:        * src/classes/Makefile.am 1.21:
                   19551:                removed useless var
                   19552: 
                   19553: 2001-09-25  parser
                   19554:        * src/Makefile.am 1.10:
                   19555:        * src/Makefile.in 1.20:
                   19556:        * src/classes/Makefile.am 1.20:
                   19557:        * src/classes/Makefile.in 1.17:
                   19558:        * src/classes/dom.C 1.34:
                   19559:        * src/include/pa_stylesheet_connection.h 1.4:
                   19560:        * src/main/Makefile.am 1.17:
                   19561:        * src/main/Makefile.in 1.14:
                   19562:        * src/main/pa_pool.C 1.27:
                   19563:        * src/targets/Makefile.in 1.14:
                   19564:        * src/targets/apache13/Makefile.in 1.14:
                   19565:        * src/targets/cgi/Makefile.am 1.17:
                   19566:        * src/targets/cgi/Makefile.in 1.16:
                   19567:        * src/types/Makefile.am 1.8:
                   19568:        * src/types/Makefile.in 1.13:
                   19569:        * src/types/pa_vdom.h 1.13:
                   19570:                xml configure makes
                   19571: 
                   19572:        * src/include/pa_config_auto.h.in 1.7:
                   19573:                xml on linux[elik] works! no 1251 though, todo ICU
                   19574: 
                   19575: 2001-09-24  parser
                   19576:        * src/types/pa_vfile.h 1.33:
                   19577:        * src/types/pa_vimage.h 1.17:
                   19578:        * src/types/pa_vstring.h 1.34:
                   19579:                fiew wrong resolved conflicts fixed [const]
                   19580: 
                   19581:        * src/Makefile.in 1.19:
                   19582:        * src/classes/Makefile.am 1.19:
                   19583:        * src/classes/Makefile.in 1.16:
                   19584:        * src/include/pa_config_auto.h.in 1.6:
                   19585:        * src/main/Makefile.in 1.13:
                   19586:        * src/targets/Makefile.in 1.13:
                   19587:        * src/targets/apache13/Makefile.in 1.13:
                   19588:        * src/types/Makefile.am 1.7:
                   19589:        * src/types/Makefile.in 1.12:
                   19590:                makes
                   19591: 
                   19592:        * src/targets/cgi/Makefile.am 1.16:
                   19593:        * src/targets/cgi/Makefile.in 1.15:
                   19594:                makefiles
                   19595: 
                   19596:        * src/types/pa_value.h 1.73:
                   19597:        * src/types/pa_vdnode.C 1.7:
                   19598:        * src/types/pa_vtable.C 1.5:
                   19599:        * src/types/pa_vvoid.h 1.3:
                   19600:                z
                   19601: 
                   19602:        * src/types/pa_vclass.h 1.18:
                   19603:        * src/types/pa_vhash.h 1.20:
                   19604:        * src/types/pa_vhash.h 1.21:
                   19605:        * src/types/pa_vtable.h 1.32:
                   19606:                fixed small bugs with usinge hash/table in expressions
                   19607: 
                   19608:        * src/classes/classes.cmd 1.3:
                   19609:        * src/classes/image.C 1.45:
                   19610:        * src/classes/op.C 1.44:
                   19611:        * src/classes/table.C 1.114:
                   19612:        * src/include/pa_request.h 1.97:
                   19613:        * src/include/pa_sapi.h 1.12:
                   19614:        * src/main/compile.C 1.49:
                   19615:        * src/main/compile.tab.C 1.13:
                   19616:        * src/main/compile.y 1.167:
                   19617:        * src/main/compile_tools.h 1.49:
                   19618:        * src/main/main.dsp 1.122:
                   19619:        * src/main/pa_common.C 1.67:
                   19620:        * src/main/pa_sql_driver_manager.C 1.37:
                   19621:        * src/targets/cgi/parser3.C 1.112:
                   19622:        * src/targets/cgi/parser3.dsp 1.27:
                   19623:        * src/types/pa_value.h 1.72:
                   19624:        * src/types/pa_vbool.h 1.12:
                   19625:        * src/types/pa_vdate.h 1.4:
                   19626:        * src/types/pa_vdouble.h 1.25:
                   19627:        * src/types/pa_vform.C 1.38:
                   19628:        * src/types/pa_vhash.h 1.19:
                   19629:        * src/types/pa_vimage.h 1.16:
                   19630:        * src/types/pa_vint.h 1.26:
                   19631:        * src/types/pa_vstring.h 1.33:
                   19632:        * src/types/pa_vtable.h 1.31:
                   19633:        * src/types/pa_vvoid.h 1.2:
                   19634:                merged3 with before_xml
                   19635:                [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
                   19636: 
                   19637:        * src/Makefile.am 1.7:
                   19638:        * src/Makefile.am 1.8:
                   19639:        * src/Makefile.am 1.9:
                   19640:        * src/main/Makefile.am 1.16:
                   19641:        * src/targets/Makefile.am 1.7:
                   19642:        * src/targets/apache13/Makefile.am 1.5:
                   19643:        * src/targets/cgi/Makefile.am 1.15:
                   19644:        * src/targets/cgi/pa_pool.C 1.22:
                   19645:                started unix makes update
                   19646: 
                   19647: 2001-09-21  parser
                   19648:        * src/main/main.dsp 1.121:
                   19649:        * src/targets/cgi/parser3.dsp 1.26:
                   19650:        * src/targets/isapi/parser3isapi.dsp 1.21:
                   19651:                updated project files [/ sadly produced "" in make file and
                   19652:                sadly wrong interpreted on load]
                   19653: 
                   19654:        * src/include/pa_pool.h 1.56:
                   19655:        * src/main/pa_pool.C 1.24:
                   19656:                checked whether transcoder were created right
                   19657:                "unsupported encoding" message.
                   19658:                not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur
                   19659:                
                   19660:                reduced transcode buffer size to 60
                   19661:                fixed pool cleanup - no registration needed, pools are officially destructured
                   19662: 
                   19663:        * src/classes/dom.C 1.29:
                   19664:        * src/classes/dom.C 1.30:
                   19665:        * src/classes/dom.C 1.31:
                   19666:        * src/classes/dom.C 1.32:
                   19667:        * src/include/pa_pool.h 1.57:
                   19668:        * src/include/pa_pool.h 1.58:
                   19669:        * src/main/pa_pool.C 1.25:
                   19670:        * src/types/pa_vdnode.C 1.5:
                   19671:        * src/types/pa_vresponse.h 1.12:
                   19672:                defaulted dom writing methods encoding to pool.get_charset
                   19673: 
                   19674:        * src/classes/classes.C 1.8:
                   19675:        * src/classes/date.C 1.7:
                   19676:        * src/classes/dnode.C 1.5:
                   19677:        * src/classes/dom.C 1.33:
                   19678:        * src/classes/file.C 1.54:
                   19679:        * src/classes/form.C 1.15:
                   19680:        * src/classes/int.C 1.33:
                   19681:        * src/classes/mail.C 1.38:
                   19682:        * src/doc/doxygen.cfg 1.16:
                   19683:        * src/include/pa_config_fixed.h 1.12:
                   19684:        * src/include/pa_pool.h 1.59:
                   19685:        * src/main/main.dsp 1.119:
                   19686:        * src/main/pa_globals.C 1.76:
                   19687:        * src/main/pa_pool.C 1.26:
                   19688:        * src/main/pa_request.C 1.155:
                   19689:        * src/main/pa_xslt_stylesheet_manager.C 1.3:
                   19690:        * src/targets/cgi/pa_pool.C 1.21:
                   19691:        * src/targets/cgi/pa_threads.C 1.2:
                   19692:        * src/targets/cgi/parser3.dsp 1.24:
                   19693:        * src/targets/isapi/pa_pool.C 1.6:
                   19694:        * src/targets/isapi/pa_threads.C 1.2:
                   19695:        * src/targets/isapi/parser3isapi.dsp 1.19:
                   19696:        * src/types/pa_valiased.C 1.9:
                   19697:        * src/types/pa_vcookie.C 1.23:
                   19698:        * src/types/pa_vdnode.C 1.6:
                   19699:        * src/types/pa_vdom.C 1.2:
                   19700:        * src/types/pa_vfile.C 1.21:
                   19701:        * src/types/pa_vform.C 1.37:
                   19702:        * src/types/pa_vimage.C 1.9:
                   19703:        * src/types/pa_vrequest.C 1.9:
                   19704:        * src/types/pa_vresponse.h 1.13:
                   19705:        * src/types/pa_vstateless_class.C 1.9:
                   19706:        * src/types/pa_vstring.C 1.10:
                   19707:        * src/types/pa_vtable.C 1.4:
                   19708:        * src/types/pa_wcontext.C 1.8:
                   19709:                zillions of #ifdef XML
                   19710:                created new projects for sql drivers [planning to remove sql drivers from main cvs project]
                   19711:                first, will join latest changes
                   19712: 
                   19713:        * src/Makefile.in 1.18:
                   19714:        * src/classes/classes.h 1.11:
                   19715:        * src/classes/hash.C 1.18:
                   19716:        * src/classes/op.C 1.43:
                   19717:        * src/classes/table.C 1.113:
                   19718:        * src/doc/doxygen.cfg 1.17:
                   19719:        * src/include/pa_common.h 1.50:
                   19720:        * src/include/pa_globals.h 1.64:
                   19721:        * src/include/pa_request.h 1.96:
                   19722:        * src/include/pa_sapi.h 1.11:
                   19723:        * src/include/pa_sql_driver_manager.h 1.11:
                   19724:        * src/include/pa_string.h 1.104:
                   19725:        * src/main/compile.tab.C 1.12:
                   19726:        * src/main/main.dsp 1.120:
                   19727:        * src/main/pa_common.C 1.66:
                   19728:        * src/main/pa_exec.C 1.13:
                   19729:        * src/main/pa_globals.C 1.77:
                   19730:        * src/targets/cgi/parser3.dsp 1.25:
                   19731:        * src/targets/isapi/parser3isapi.dsp 1.20:
                   19732:                merged with before_xml
                   19733: 
                   19734: 2001-09-20  parser
                   19735:        * src/classes/dnode.C 1.3:
                   19736:        * src/classes/dom.C 1.26:
                   19737:        * src/targets/cgi/parser3.dsp 1.22:
                   19738:        * src/types/pa_vstring.h 1.32:
                   19739:                dnode .file .string .save moved back to dom due to strange
                   19740:                xalan bug
                   19741: 
                   19742:        * src/main/pa_pool.C 1.23:
                   19743:        * src/main/pa_request.C 1.154:
                   19744:                Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$
                   19745:                charset[here]]
                   19746: 
                   19747:        * src/classes/dom.C 1.27:
                   19748:                dom. string save file
                   19749:                moved output xml options to last param and made it optional
                   19750: 
                   19751:        * src/types/pa_vhash.h [before_xml] 1.16.4.2:
                   19752:        * src/types/pa_vhash.h [before_xml] 1.16.4.3:
                   19753:        * src/types/pa_vstring.h [before_xml] 1.31.4.1:
                   19754:        * src/types/pa_vtable.h [before_xml] 1.28.4.2:
                   19755:        * src/types/pa_vtable.h [before_xml] 1.28.4.3:
                   19756:                table/hash  can be used in expression context now, there value = size
                   19757:                and boolean value size!=0
                   19758: 
                   19759:        * src/classes/dnode.C 1.4:
                   19760:        * src/classes/dom.C 1.28:
                   19761:        * src/include/pa_config_includes.h 1.10:
                   19762:        * src/include/pa_globals.h 1.63:
                   19763:        * src/include/pa_pool.h 1.55:
                   19764:        * src/main/main.dsp 1.118:
                   19765:        * src/main/pa_globals.C 1.75:
                   19766:        * src/main/pa_pool.C 1.22:
                   19767:        * src/targets/cgi/parser3.dsp 1.23:
                   19768:        * src/targets/isapi/parser3isapi.C 1.43:
                   19769:        * src/targets/isapi/parser3isapi.dsp 1.18:
                   19770:        * src/types/pa_vdnode.C 1.4:
                   19771:        * src/types/pa_vdnode.h 1.2:
                   19772:        * src/types/pa_vresponse.h 1.11:
                   19773:                Pool::transcode 0
                   19774: 
                   19775:        * src/types/pa_vdnode.C 1.3:
                   19776:                    !$elementnode.attributes = hash of dnodes
                   19777:                    !$attributenode.specified = boolean
                   19778:                            true if the attribute received its value explicitly in the XML document,
                   19779:                            or if a value was assigned programatically with the setValue function.
                   19780:                        false if the attribute value came from the default value declared in the document's DTD.
                   19781:                    !$pinode.target = target of this processing instruction
                   19782:                        XML defines this as being the first token following the markup
                   19783:                        that begins the processing instruction.
                   19784:                        XPath:
                   19785:                    !^node.select[xpath/query/expression] = hash of 0->node0 1->node1
                   19786:                    !^node.select-single[xpath/query/expression] = first node if any
                   19787: 
                   19788:        * src/classes/image.C [before_xml] 1.40.4.4:
                   19789:                20K preload on jpg measure [image::measure]
                   19790: 
                   19791:        * src/types/pa_value.h [before_xml] 1.70.4.2:
                   19792:        * src/types/pa_vbool.h [before_xml] 1.11.4.1:
                   19793:        * src/types/pa_vdate.h [before_xml] 1.3.4.1:
                   19794:        * src/types/pa_vdouble.h [before_xml] 1.24.4.1:
                   19795:        * src/types/pa_vhash.h [before_xml] 1.16.4.4:
                   19796:        * src/types/pa_vint.h [before_xml] 1.25.4.1:
                   19797:        * src/types/pa_vstring.h [before_xml] 1.31.4.2:
                   19798:        * src/types/pa_vtable.h [before_xml] 1.28.4.4:
                   19799:        * src/types/pa_vvoid.h [before_xml] 1.1.4.1:
                   19800:                some 'const's added
                   19801: 
                   19802: 2001-09-18  parser
                   19803:        * src/classes/dnode.C 1.2:
                   19804:        * src/classes/dom.C 1.25:
                   19805:        * src/classes/hash.C 1.17:
                   19806:        * src/classes/image.C 1.44:
                   19807:        * src/classes/op.C 1.42:
                   19808:        * src/classes/table.C 1.112:
                   19809:        * src/include/pa_common.h 1.49:
                   19810:        * src/include/pa_globals.h 1.62:
                   19811:        * src/include/pa_request.h 1.95:
                   19812:        * src/include/pa_sql_driver_manager.h 1.10:
                   19813:        * src/main/compile.C 1.48:
                   19814:        * src/main/compile.tab.C 1.11:
                   19815:        * src/main/compile.y 1.166:
                   19816:        * src/main/compile_tools.h 1.48:
                   19817:        * src/main/execute.C 1.191:
                   19818:        * src/main/pa_common.C 1.65:
                   19819:        * src/main/pa_request.C 1.153:
                   19820:        * src/main/pa_sql_driver_manager.C 1.36:
                   19821:        * src/main/pa_string.C 1.103:
                   19822:        * src/main/pa_table.C 1.37:
                   19823:        * src/targets/cgi/parser3.C 1.111:
                   19824:        * src/targets/cgi/parser3.dsp 1.21:
                   19825:        * src/targets/isapi/parser3isapi.C 1.42:
                   19826:        * src/types/pa_value.h 1.71:
                   19827:        * src/types/pa_vform.C 1.36:
                   19828:        * src/types/pa_vform.h 1.24:
                   19829:        * src/types/pa_vhash.h 1.18:
                   19830:        * src/types/pa_vimage.C 1.8:
                   19831:        * src/types/pa_vimage.h 1.15:
                   19832:        * src/types/pa_vtable.h 1.30:
                   19833:                merged latest bugfixes from before_xml branch
                   19834:                ^if(def $hash) now true only when ^hash:_count[]!=0
                   19835:                moved
                   19836:                .string .save .file from dom to dnode
                   19837: 
                   19838:        * src/classes/dnode.C 1.1:
                   19839:        * src/classes/dnode.h 1.1:
                   19840:        * src/main/main.dsp 1.117:
                   19841:        * src/types/pa_vdnode.C 1.1:
                   19842:        * src/types/pa_vdnode.h 1.1:
                   19843:                dom, dnode 0
                   19844: 
                   19845:        * src/types/pa_vdnode.C 1.2:
                   19846:        * src/types/pa_vdom.h 1.12:
                   19847:        * src/types/pa_vhash.h 1.17:
                   19848:        * src/types/pa_vtable.h 1.29:
                   19849:                dom, dnode 1
                   19850: 
                   19851:        * src/classes/image.C [before_xml] 1.40.4.3:
                   19852:        * src/main/pa_string.C [before_xml] 1.102.2.2:
                   19853:        * src/main/pa_table.C [before_xml] 1.36.2.1:
                   19854:                image: poly* fixed
                   19855: 
                   19856:        * src/classes/op.C [before_xml] 1.41.4.2:
                   19857:        * src/main/execute.C [before_xml] 1.190.4.2:
                   19858:                operators self changed to root
                   19859:                ^for variable context changed to self
                   19860: 
                   19861: 2001-09-17  parser
                   19862:        * src/classes/classes.h 1.10:
                   19863:        * src/classes/dom.C 1.23:
                   19864:        * src/classes/hash.C 1.16:
                   19865:        * src/include/pa_stylesheet_connection.h 1.3:
                   19866:        * src/main/main.dsp 1.115:
                   19867:        * src/targets/cgi/pa_pool.C 1.20:
                   19868:        * src/types/pa_vdom.h 1.10:
                   19869:        * src/types/pa_vfile.h 1.32:
                   19870:        * src/types/pa_vimage.h 1.14:
                   19871:                started
                   19872:                dnode
                   19873:                    DOM:
                   19874:                    $node.name
                   19875:                    $node.value
                   19876:                    ...others...
                   19877:                    ^node.xpath[/rates/USD] = hash
                   19878:                dom(dnode)
                   19879: 
                   19880:        * src/classes/dom.C 1.24:
                   19881:        * src/main/main.dsp 1.116:
                   19882:        * src/main/pa_globals.C 1.74:
                   19883:        * src/types/pa_vdom.h 1.11:
                   19884:                started dnode+dom
                   19885:                
                   19886:                dnode
                   19887:                    DOM methods:
                   19888:                    $node.name
                   19889:                    $node.value
                   19890:                    ...others...
                   19891:                
                   19892:                    ^node.xpath[/rates/USD] = hash
                   19893:                        $hash[
                   19894:                                $.0[node0]
                   19895:                                $.1[node1]
                   19896:                        ]
                   19897: 
                   19898:        * src/classes/image.C [before_xml] 1.40.4.2:
                   19899:        * src/types/pa_vimage.C [before_xml] 1.7.8.2:
                   19900:                $image.line-style
                   19901:                now applies to all linear primitives
                   19902: 
                   19903:        * src/classes/hash.C [before_xml] 1.15.4.1:
                   19904:        * src/main/compile.C [before_xml] 1.47.4.1:
                   19905:        * src/main/compile.tab.C [before_xml] 1.10.4.2:
                   19906:        * src/main/compile.y [before_xml] 1.165.4.2:
                   19907:        * src/main/compile_tools.h [before_xml] 1.47.4.2:
                   19908:        * src/main/execute.C [before_xml] 1.190.4.1:
                   19909:        * src/targets/cgi/parser3.C [before_xml] 1.110.4.3:
                   19910:                expressions unary+
                   19911:                ^hash.count[]
                   19912:                bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
                   19913: 
                   19914: 2001-09-15  parser
                   19915:        * src/classes/image.C [before_xml] 1.40.4.1:
                   19916:        * src/types/pa_vimage.C [before_xml] 1.7.8.1:
                   19917:        * src/types/pa_vimage.h [before_xml] 1.13.6.1:
                   19918:                image: $line-width ^line(...)[****   style]
                   19919: 
                   19920:        * src/classes/dom.C 1.21:
                   19921:        * src/classes/image.C 1.43:
                   19922:        * src/include/pa_pool.h 1.53:
                   19923:        * src/include/pa_stylesheet_connection.h 1.2:
                   19924:        * src/main/main.dsp 1.114:
                   19925:        * src/targets/cgi/pa_pool.C 1.18:
                   19926:        * src/targets/isapi/pa_pool.C 1.4:
                   19927:        * src/targets/isapi/pool_storage.h 1.5:
                   19928:        * src/types/pa_vdom.C 1.1:
                   19929:        * src/types/pa_vdom.h 1.8:
                   19930:                xalan objects freed up [introducing Pool::register_cleanup]
                   19931: 
                   19932:        * src/doc/doxygen.cfg 1.15:
                   19933:        * src/include/pa_sapi.h 1.10:
                   19934:        * src/types/pa_vdom.h 1.7:
                   19935:                comments
                   19936: 
                   19937:        * src/classes/dom.C 1.22:
                   19938:        * src/targets/isapi/parser3isapi.C 1.41:
                   19939:        * src/targets/isapi/pool_storage.h 1.8:
                   19940:        * src/types/pa_vdom.h 1.9:
                   19941:                fixed bug in isapi pool_storage -
                   19942:                cleanups first, allocations second.
                   19943:                apache wisely does just like that
                   19944: 
                   19945:        * src/targets/isapi/parser3isapi.C 1.40:
                   19946:        * src/targets/isapi/pool_storage.h 1.7:
                   19947:                pool_storage rewritten using template, no bugs now
                   19948: 
                   19949:        * src/include/pa_pool.h 1.54:
                   19950:        * src/main/pa_pool.C 1.21:
                   19951:        * src/targets/cgi/pa_pool.C 1.19:
                   19952:        * src/targets/isapi/pa_pool.C 1.5:
                   19953:        * src/targets/isapi/parser3isapi.C 1.39:
                   19954:        * src/targets/isapi/parser3isapi.dsp 1.17:
                   19955:        * src/targets/isapi/pool_storage.h 1.6:
                   19956:                poorly started isapi pool_storage, would rewrite using template now
                   19957: 
                   19958: 2001-09-14  parser
                   19959:        * src/classes/dom.C 1.20:
                   19960:        * src/classes/file.C 1.53:
                   19961:        * src/classes/image.C 1.42:
                   19962:        * src/classes/mail.C 1.37:
                   19963:        * src/include/pa_common.h 1.48:
                   19964:        * src/include/pa_sql_driver_manager.h 1.9:
                   19965:        * src/include/pa_string.h 1.103:
                   19966:        * src/include/pa_stylesheet_connection.h 1.1:
                   19967:        * src/include/pa_xslt_stylesheet_manager.h 1.1:
                   19968:        * src/main/main.dsp 1.113:
                   19969:        * src/main/pa_common.C 1.64:
                   19970:        * src/main/pa_exec.C 1.12:
                   19971:        * src/main/pa_globals.C 1.73:
                   19972:        * src/main/pa_sql_driver_manager.C 1.34:
                   19973:        * src/main/pa_xslt_stylesheet_manager.C 1.1:
                   19974:        * src/main/untaint.C 1.62:
                   19975:        * src/types/pa_vfile.C 1.20:
                   19976:                dom.xslt  stylesheet compiled&cached
                   19977: 
                   19978:        * src/main/pa_sql_driver_manager.C 1.35:
                   19979:        * src/main/pa_xslt_stylesheet_manager.C 1.2:
                   19980:                z
                   19981: 
                   19982: 2001-09-13  parser
                   19983:        * src/classes/dom.C 1.18:
                   19984:                dom:file content-type(.method)
                   19985: 
                   19986:        * src/classes/dom.C 1.19:
                   19987:        * src/classes/file.C 1.52:
                   19988:        * src/classes/image.C 1.41:
                   19989:        * src/types/pa_vfile.C 1.19:
                   19990:        * src/types/pa_vfile.h 1.31:
                   19991:                ^dom.file[] charset
                   19992: 
                   19993:        * src/include/pa_globals.h [before_xml] 1.61.4.1:
                   19994:        * src/include/pa_request.h [before_xml] 1.94.4.1:
                   19995:        * src/main/pa_request.C [before_xml] 1.152.4.2:
                   19996:        * src/targets/cgi/parser3.C [before_xml] 1.110.4.2:
                   19997:        * src/targets/isapi/parser3isapi.C [before_xml] 1.38.4.1:
                   19998:                ParserRootConfig .../parser3.conf
                   19999:                ParserSiteConfig .../parser3.conf
                   20000:                
                   20001:                cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   20002: 
                   20003:        * src/include/pa_common.h [before_xml] 1.47.4.1:
                   20004:        * src/include/pa_globals.h [before_xml] 1.61.4.2:
                   20005:        * src/main/pa_common.C [before_xml] 1.63.4.1:
                   20006:        * src/main/pa_request.C [before_xml] 1.152.4.3:
                   20007:                $MAIN:CLASS_PATH now
                   20008:                can be string now
                   20009:                more informative error messages
                   20010: 
                   20011: 2001-09-12  parser
                   20012:        * src/main/compile.y [before_xml] 1.165.4.1:
                   20013:        * src/main/compile_tools.h [before_xml] 1.47.4.1:
                   20014:                name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,
                   20015:                introduced special LS_NAME_SQUARE_PART state
                   20016: 
                   20017:        * src/main/compile.tab.C [before_xml] 1.10.4.1:
                   20018:                fixed - subname code parts actually [] braced
                   20019: 
                   20020:        * src/classes/op.C [before_xml] 1.41.4.1:
                   20021:        * src/include/pa_sql_driver_manager.h [before_xml] 1.8.4.1:
                   20022:        * src/main/pa_sql_driver_manager.C [before_xml] 1.33.4.1:
                   20023:                ^connect[]
                   20024:                ^connect[aaa]
                   20025:                more precise error reporting:
                   20026:                "connection string must start with protocol://"
                   20027:                now
                   20028: 
                   20029: 2001-09-11  parser
                   20030:        * src/types/pa_vdom.h 1.5:
                   20031:                messages
                   20032: 
                   20033:        * src/classes/dom.C 1.16:
                   20034:        * src/types/pa_vdom.h 1.6:
                   20035:                ^dom:set[<some>xml</some>]
                   20036: 
                   20037:        * src/classes/dom.C 1.17:
                   20038:        * src/include/pa_string.h 1.102:
                   20039:        * src/main/pa_globals.C 1.72:
                   20040:        * src/main/untaint.C 1.61:
                   20041:                ^dom:set{<some>xml</some>} default language XML
                   20042:                languages+=xml
                   20043: 
                   20044:        * src/classes/dom.C 1.14:
                   20045:        * src/classes/dom.C 1.15:
                   20046:                ^dom:save/string/file[output options]
                   20047:                output options:
                   20048:                    $.method[xml|html|text] detection fixed
                   20049: 
                   20050: 2001-09-10  parser
                   20051:        * src/classes/dom.C 1.4:
                   20052:        * src/main/main.dsp 1.110:
                   20053:        * src/types/pa_vform.C 1.35:
                   20054:        * src/types/pa_vform.h 1.23:
                   20055:                ^dom.save[b.xml] 0
                   20056: 
                   20057:        * src/classes/dom.C 1.9:
                   20058:                ^dom.file[encoding] = file
                   20059: 
                   20060:        * src/classes/dom.C 1.12:
                   20061:                ^dom.xslt[stylesheet filename][params hash added]
                   20062: 
                   20063:        * src/classes/dom.C 1.10:
                   20064:        * src/main/main.dsp 1.111:
                   20065:        * src/types/pa_vdom.h 1.3:
                   20066:                ^dom.xslt[stylesheet filename] -1 doc is lying
                   20067: 
                   20068:        * src/classes/dom.C 1.11:
                   20069:        * src/main/main.dsp 1.112:
                   20070:        * src/types/pa_vdom.h 1.4:
                   20071:                ^dom.xslt[stylesheet filename] 0
                   20072: 
                   20073:        * src/classes/dom.C 1.5:
                   20074:                ^dom.save[b.xml] 1:error handling
                   20075: 
                   20076:        * src/classes/dom.C 1.13:
                   20077:                ^dom:save/string/file[output options]
                   20078:                output options:
                   20079:                    $.method[xml|html|text] $.encoding[windows-1251|...]
                   20080: 
                   20081:        * src/classes/dom.C 1.6:
                   20082:                ^dom.string[] 0
                   20083: 
                   20084:        * src/classes/dom.C 1.7:
                   20085:        * src/classes/dom.C 1.8:
                   20086:                ^dom.string[encoding] 1
                   20087:                ^dom.save[encoding;filename]
                   20088: 
                   20089: 2001-09-08  parser
                   20090:        * src/types/pa_vform.C [before_xml] 1.33.2.3:
                   20091:                $form:tables.name.field
                   20092: 
                   20093: 2001-09-07  parser
                   20094:        * src/classes/dom.C 1.3:
                   20095:        * src/types/pa_value.h [before_xml] 1.70.4.1:
                   20096:        * src/types/pa_vtable.h [before_xml] 1.28.4.1:
                   20097:                (def $table) is false when table is empty
                   20098: 
                   20099:        * src/main/pa_request.C [before_xml] 1.152.4.1:
                   20100:        * src/types/pa_vform.C [before_xml] 1.33.2.2:
                   20101:        * src/types/pa_vform.h [before_xml] 1.22.2.2:
                   20102:                !$form:tables
                   20103:                $atable[$form:tables.a]
                   20104:                ^atable.menu{a=$atable.element}[,]
                   20105: 
                   20106:        * src/classes/dom.C 1.1:
                   20107:                file dom.C was initially added on branch xalan1_2.
                   20108: 
                   20109:        * src/main/pa_exception.C 1.15:
                   20110:        * src/types/pa_vform.C 1.32:
                   20111:                getting FIRST form element [not last]
                   20112: 
                   20113:        * src/classes/table.C [before_xml] 1.110.4.1:
                   20114:                table:empty removed, superceded by ^if(def $table)...
                   20115: 
                   20116:        * src/targets/cgi/parser3.dsp [before_xml] 1.20.4.1:
                   20117:        * src/types/pa_vform.C [before_xml] 1.33.2.1:
                   20118:        * src/types/pa_vform.h [before_xml] 1.22.2.1:
                   20119:        * src/types/pa_vhash.h [before_xml] 1.16.4.1:
                   20120:                !$form:fields
                   20121: 
                   20122:        * src/include/pa_hash.h 1.43:
                   20123:        * src/main/pa_hash.C 1.39:
                   20124:        * src/targets/cgi/parser3.C [before_xml] 1.110.4.1:
                   20125:        * src/types/pa_vfile.h 1.30:
                   20126:        * src/types/pa_vform.C 1.33:
                   20127:        * src/types/pa_vform.C [xalan1_2] 1.29.4.1:
                   20128:        * src/types/pa_vform.h 1.22:
                   20129:                z
                   20130: 
                   20131:        * src/Makefile.in [xalan1_2] 1.16.2.1:
                   20132:        * src/classes/dom.C [xalan1_2] 1.1.2.1:
                   20133:        * src/classes/table.C [xalan1_2] 1.110.2.1:
                   20134:        * src/main/main.dsp [xalan1_2] 1.108.2.1:
                   20135:        * src/types/pa_vdom.h [xalan1_2] 1.1.2.1:
                   20136:                introducing dom. dom:load[a.xml]
                   20137: 
                   20138:        * src/main/pa_string.C [before_xml] 1.102.2.1:
                   20139:                a[] ^if($a){y;n} is 'n' now  [conversion from '' to int/double
                   20140:                is 0]
                   20141: 
                   20142:        * src/Makefile.in 1.17:
                   20143:        * src/classes/dom.C 1.2:
                   20144:        * src/classes/table.C 1.111:
                   20145:        * src/main/main.dsp 1.109:
                   20146:        * src/types/pa_vdom.h 1.2:
                   20147:        * src/types/pa_vform.C 1.34:
                   20148:                merged with successful start of dom
                   20149: 
                   20150:        * src/types/pa_vdom.h 1.1:
                   20151:                file pa_vdom.h was initially added on branch xalan1_2.
                   20152: 
                   20153: 2001-09-06  parser
                   20154:        * src/doc/doxygen.cfg 1.14:
                   20155:                merged new default options from 1.2.10 doxygen
                   20156: 
                   20157:        * src/classes/hash.C 1.15:
                   20158:        * src/include/pa_globals.h 1.61:
                   20159:        * src/main/pa_globals.C 1.71:
                   20160:        * src/types/pa_vhash.h 1.16:
                   20161:                now there's special hash key '_default' [instead of ^_default method]
                   20162:                $hash[
                   20163:                        $.a[1]
                   20164:                        $.b[2]
                   20165:                        $._default[xx]
                   20166:                ]
                   20167:                $hash.c
                   20168: 
                   20169:        * src/types/pa_vform.C 1.30:
                   20170:        * src/types/pa_vform.C 1.31:
                   20171:                a=1&a=2 would result in $form:a being a table with one column '
                   20172:                element' and two rows: 1 and 2
                   20173: 
                   20174:        * src/classes/image.C 1.40:
                   20175:        * src/classes/op.C 1.41:
                   20176:        * src/classes/string.C 1.74:
                   20177:        * src/classes/table.C 1.110:
                   20178:        * src/doc/doxygen.cfg 1.13:
                   20179:        * src/targets/isapi/parser3isapi.C 1.38:
                   20180:        * src/types/pa_vtable.C 1.3:
                   20181:                few #ifndef DOXYGEN
                   20182: 
                   20183:        * src/classes/void.C 1.9:
                   20184:        * src/main/pa_string.C 1.102:
                   20185:        * src/main/pa_table.C 1.36:
                   20186:                fixed up bad int/double conversions, and now $form:nonexistent
                   20187:                int(88) would return 88
                   20188: 
                   20189:        * src/main/compile.tab.C 1.10:
                   20190:        * src/main/compile.y 1.165:
                   20191:                ^if(0){}{ ^if(1){}^; }
                   20192:                bug fixed [thanks, fif], ^; were treated there non-literally
                   20193: 
                   20194: 2001-09-05  parser
                   20195:        * src/classes/string.C 1.73:
                   20196:        * src/classes/table.C 1.109:
                   20197:                sql options can be void [same as image:html the other day]
                   20198: 
                   20199:        * src/classes/mail.C 1.36:
                   20200:                MAIN:MAIL check fixed
                   20201: 
                   20202:        * src/Makefile.in 1.16:
                   20203:        * src/classes/Makefile.in 1.15:
                   20204:        * src/main/Makefile.in 1.12:
                   20205:        * src/targets/cgi/Makefile.in 1.14:
                   20206:        * src/types/Makefile.in 1.11:
                   20207:                makes
                   20208: 
                   20209:        * src/main/pa_sql_driver_manager.C 1.33:
                   20210:        * src/sql/pa_sql_driver.h 1.16:
                   20211:        * src/targets/cgi/parser3.C 1.110:
                   20212:                #define STRINGIZE(name) #name
                   20213:                does not macro expantion on param, simply qoutes whatever passed, undone
                   20214: 
                   20215:        * src/main/pa_sql_driver_manager.C 1.30:
                   20216:        * src/sql/pa_sql_driver.h 1.14:
                   20217:                SQL_DRIVER_CREATE_FUNC_NAME
                   20218: 
                   20219:        * src/main/pa_sql_driver_manager.C 1.32:
                   20220:        * src/sql/pa_sql_driver.h 1.15:
                   20221:        * src/targets/cgi/Makefile.am 1.13:
                   20222:        * src/targets/cgi/parser3.C 1.109:
                   20223:                #define STRINGIZE(name) #name
                   20224:                invented
                   20225: 
                   20226:        * src/targets/cgi/Makefile.am 1.14:
                   20227:                .am undo
                   20228: 
                   20229:        * src/classes/op.C 1.40:
                   20230:        * src/include/pa_sql_driver_manager.h 1.8:
                   20231:        * src/main/pa_sql_driver_manager.C 1.31:
                   20232:                #define MAIN_SQL_NAME "SQL"
                   20233:                #define MAIN_SQL_DRIVERS_NAME "drivers"
                   20234:                
                   20235:                moved to be availible to all users
                   20236: 
                   20237: 2001-09-04  parser
                   20238:        * src/targets/cgi/parser3.C 1.106:
                   20239:                zz
                   20240: 
                   20241:        * src/include/pa_config_auto.h.in 1.5:
                   20242:        * src/targets/Makefile.in 1.12:
                   20243:        * src/targets/apache13/Makefile.in 1.12:
                   20244:        * src/targets/cgi/Makefile.am 1.12:
                   20245:        * src/targets/cgi/Makefile.in 1.13:
                   20246:        * src/targets/cgi/parser3.C 1.102:
                   20247:                configure --sysconfdir=sysadmin-controlled auto.p location for
                   20248:                targets/cgi/parser3, default[/usr/local/etc]
                   20249: 
                   20250:        * src/Makefile.in 1.15:
                   20251:        * src/include/pa_config_auto.h.in 1.4:
                   20252:        * src/targets/apache13/Makefile.in 1.11:
                   20253:        * src/targets/cgi/Makefile.in 1.12:
                   20254:                makes
                   20255: 
                   20256:        * src/targets/isapi/parser3isapi.C 1.37:
                   20257:                z
                   20258: 
                   20259:        * src/targets/cgi/parser3.C 1.104:
                   20260:                zzz
                   20261: 
                   20262:        * src/targets/cgi/parser3.C 1.108:
                   20263:                full_file_spec bug
                   20264: 
                   20265:        * src/classes/image.C 1.39:
                   20266:                image.html now can accept void params
                   20267: 
                   20268:        * src/classes/date.C 1.5:
                   20269:                date:sql-string is now without ''
                   20270: 
                   20271:        * src/classes/date.C 1.6:
                   20272:                date
                   20273: 
                   20274:        * src/targets/cgi/parser3.C 1.107:
                   20275:                getenvcheck
                   20276: 
                   20277: 2001-09-03  parser
                   20278:        * src/targets/cgi/parser3.C 1.101:
                   20279:                /configure cgi SYSCONFDIR
                   20280: 
                   20281: 2001-09-01  parser
                   20282:        * src/classes/image.C 1.38:
                   20283:                letter_spacing
                   20284: 
                   20285:        * src/classes/image.C 1.36:
                   20286:                image: as_int as_string used
                   20287: 
                   20288:        * src/classes/image.C 1.37:
                   20289:                image: font params changed
                   20290: 
                   20291:        * src/types/pa_vmethod_frame.h 1.15:
                   20292:                $result[] now gets properly analized
                   20293: 
                   20294: 2001-08-31  parser
                   20295:        * src/Makefile.in 1.14:
                   20296:        * src/include/pa_dir.h 1.4:
                   20297:        * src/targets/Makefile.in 1.11:
                   20298:        * src/targets/cgi/parser3.C 1.99:
                   20299:                compiled under cygwin
                   20300: 
                   20301:        * src/targets/cgi/parser3.C 1.100:
                   20302:                z
                   20303: 
                   20304:        * src/classes/void.C 1.8:
                   20305:                void:int/double += (default)
                   20306: 
                   20307:        * src/classes/string.C 1.72:
                   20308:        * src/classes/table.C 1.108:
                   20309:                string:int/double (defaults)
                   20310: 
                   20311:        * src/classes/image.C 1.35:
                   20312:                image:font added space param
                   20313:                image:font changed charwidth alg, added kerning const[for now]
                   20314: 
                   20315: 2001-08-29  parser
                   20316:        * src/main/pa_exception.C 1.14:
                   20317:                exception redundant debug info
                   20318: 
                   20319: 2001-08-28  parser
                   20320:        * src/classes/table.C 1.107:
                   20321:                NO_STRING_ORIGIN check
                   20322: 
                   20323:        * src/classes/string.C 1.71:
                   20324:        * src/include/pa_dictionary.h 1.2:
                   20325:        * src/include/pa_string.h 1.101:
                   20326:        * src/main/pa_dictionary.C 1.4:
                   20327:        * src/main/pa_string.C 1.101:
                   20328:        * src/main/untaint.C 1.59:
                   20329:                pa_directory speeded up. moved zero 'from' check to directory constructor.
                   20330:                string:replace
                   20331: 
                   20332:        * src/Makefile.in 1.13:
                   20333:                makes
                   20334: 
                   20335:        * src/Makefile.in 1.12:
                   20336:        * src/classes/Makefile.in 1.13:
                   20337:        * src/main/Makefile.in 1.10:
                   20338:        * src/targets/Makefile.in 1.10:
                   20339:        * src/targets/apache13/Makefile.in 1.9:
                   20340:        * src/targets/cgi/Makefile.in 1.10:
                   20341:        * src/types/Makefile.in 1.9:
                   20342:                makefiles
                   20343: 
                   20344:        * src/classes/file.C 1.51:
                   20345:        * src/main/pa_common.C 1.63:
                   20346:                file:move autocreate/remove dest/src dir
                   20347: 
                   20348:        * src/main/compile.C 1.47:
                   20349:                NO_STRING_ORIGIN check2
                   20350: 
                   20351:        * src/classes/image.C 1.33:
                   20352:                image: gifsize little endian
                   20353: 
                   20354:        * src/targets/apache13/Makefile.am 1.4:
                   20355:                COMPILE_APACHE13_MODULE
                   20356: 
                   20357:        * src/include/pa_dictionary.h 1.4:
                   20358:        * src/main/pa_dictionary.C 1.5:
                   20359:        * src/main/pa_sql_driver_manager.C 1.29:
                   20360:                NO_STRING_ORIGIN check3
                   20361: 
                   20362:        * src/include/pa_dictionary.h 1.3:
                   20363:                gcc: ../include/pa_dictionary.h:19: storage class specifiers
                   20364:                invalid in friend function declarations
                   20365: 
                   20366:        * src/targets/apache13/Makefile.am 1.3:
                   20367:                configure to skip apache
                   20368: 
                   20369:        * src/classes/Makefile.in 1.14:
                   20370:        * src/main/Makefile.in 1.11:
                   20371:        * src/targets/apache13/Makefile.in 1.10:
                   20372:        * src/targets/cgi/Makefile.in 1.11:
                   20373:        * src/types/Makefile.in 1.10:
                   20374:                make.ins
                   20375: 
                   20376:        * src/classes/op.C 1.39:
                   20377:        * src/main/compile.tab.C 1.9:
                   20378:        * src/main/pa_dir.C 1.6:
                   20379:        * src/main/untaint.C 1.60:
                   20380:        * src/targets/cgi/parser3.C 1.98:
                   20381:        * src/targets/isapi/parser3isapi.C 1.36:
                   20382:                strncpy forced with zero ending in case of limit
                   20383: 
                   20384:        * src/classes/image.C 1.34:
                   20385:                image error msgs
                   20386: 
                   20387:        * src/classes/Makefile.am 1.18:
                   20388:        * src/main/Makefile.am 1.15:
                   20389:        * src/targets/cgi/Makefile.am 1.11:
                   20390:        * src/types/Makefile.am 1.6:
                   20391:                .am-s
                   20392: 
                   20393:        * src/doc/doxygen.cfg 1.12:
                   20394:                doxygen conf removed some garbage from under doxygeneration
                   20395: 
                   20396: 2001-08-27  parser
                   20397:        * src/Makefile.in 1.11:
                   20398:        * src/classes/Makefile.in 1.12:
                   20399:        * src/main/Makefile.in 1.9:
                   20400:        * src/main/pa_common.C 1.61:
                   20401:        * src/main/pa_exception.C 1.12:
                   20402:        * src/main/pa_sql_driver_manager.C 1.28:
                   20403:        * src/targets/Makefile.in 1.9:
                   20404:        * src/targets/apache13/Makefile.in 1.8:
                   20405:        * src/targets/cgi/Makefile.am 1.10:
                   20406:        * src/targets/cgi/Makefile.in 1.9:
                   20407:        * src/types/Makefile.in 1.8:
                   20408:                configure for solaris -lsocket
                   20409: 
                   20410:        * src/classes/image.C 1.31:
                   20411:        * src/classes/image.C 1.32:
                   20412:                fixed jpgsize alg
                   20413: 
                   20414:        * src/main/pa_request.C 1.152:
                   20415:        * src/targets/cgi/parser3.C 1.97:
                   20416:                parser3 test.html [auto.p from current dir loading]
                   20417: 
                   20418:        * src/main/pa_exception.C 1.13:
                   20419:                z
                   20420: 
                   20421:        * src/main/pa_common.C 1.62:
                   20422:                removed debug info from pa_common
                   20423: 
                   20424: 2001-08-24  parser
                   20425:        * src/targets/cgi/parser3.C 1.95:
                   20426:                not cgi extra \n 2
                   20427: 
                   20428:        * src/classes/file.C 1.50:
                   20429:        * src/classes/form.C 1.14:
                   20430:        * src/classes/mail.C 1.35:
                   20431:        * src/classes/table.C 1.106:
                   20432:                fiew non-pool mallocs fixed
                   20433: 
                   20434:        * src/targets/cgi/parser3.C 1.96:
                   20435:                not cgi extra \n 3
                   20436: 
                   20437:        * src/sql/pa_sql_driver.h 1.13:
                   20438:                sql* removed services from disconnect - cross-request ideological probs.
                   20439:                oracle - fixed bug: cs allocated on request.pool and got freed before disconnect
                   20440: 
                   20441:        * src/targets/cgi/parser3.C 1.94:
                   20442:                not cgi extra \n
                   20443: 
                   20444:        * src/main/pa_sql_driver_manager.C 1.27:
                   20445:                z
                   20446: 
                   20447:        * src/include/pa_sql_connection.h 1.12:
                   20448:        * src/main/pa_sql_driver_manager.C 1.26:
                   20449:                sql* removed services from disconnect - cross-request
                   20450:                ideological probs.
                   20451: 
                   20452: 2001-08-23  parser
                   20453:        * src/main/pa_sql_driver_manager.C 1.25:
                   20454:                oracle: dlink
                   20455: 
                   20456:        * src/classes/file.C 1.49:
                   20457:                minor bug in file:save fixed
                   20458: 
                   20459: 2001-08-22  parser
                   20460:        * src/classes/file.C 1.48:
                   20461:        * src/main/compile.tab.C 1.8:
                   20462:        * src/types/pa_vfile.C 1.18:
                   20463:        * src/types/pa_vfile.h 1.29:
                   20464:                file:load|save[text|binary;
                   20465: 
                   20466:        * src/main/compile.tab.C 1.7:
                   20467:        * src/main/compile.y 1.164:
                   20468:                ^method[]^[^] literals []
                   20469: 
                   20470: 2001-08-21  parser
                   20471:        * src/classes/file.C 1.47:
                   20472:        * src/classes/table.C 1.105:
                   20473:                ^file:list
                   20474: 
                   20475: 2001-08-20  parser
                   20476:        * src/main/compile.tab.C 1.6:
                   20477:        * src/main/compile.y 1.163:
                   20478:        * src/main/pa_sql_driver_manager.C 1.24:
                   20479:        * src/types/pa_value.h 1.70:
                   20480:        * src/types/pa_vbool.h 1.11:
                   20481:        * src/types/pa_vdouble.h 1.24:
                   20482:        * src/types/pa_vint.h 1.25:
                   20483:                var(123) ^var.inc[] recousively caused problems: inc incremeted
                   20484:                123 literal!! fixed
                   20485: 
                   20486: 2001-08-10  parser
                   20487:        * src/classes/table.C 1.101:
                   20488:        * src/include/pa_table.h 1.34:
                   20489:        * src/main/pa_table.C 1.35:
                   20490:                table.sort now creates new sorted table
                   20491: 
                   20492:        * src/main/compile.tab.C 1.3:
                   20493:        * src/main/compile.tab.C 1.4:
                   20494:        * src/main/compile.y 1.160:
                   20495:        * src/main/compile.y 1.161:
                   20496:                (codes) name part syntax added
                   20497: 
                   20498:        * src/main/compile.tab.C 1.5:
                   20499:        * src/main/compile.y 1.162:
                   20500:                [codes] name part syntax now
                   20501: 
                   20502:        * src/main/pa_string.C 1.100:
                   20503:                string.match hanged on. there were a hang check but it weren't wise enough
                   20504:                
                   20505:                @parse[dateString][tmp]
                   20506:                $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]
                   20507:                $tmp.1 $tmp.2
                   20508:                #end
                   20509:                
                   20510:                @main[]
                   20511:                ^parse[2001-02-03]
                   20512: 
                   20513:        * src/classes/table.C 1.102:
                   20514:        * src/classes/table.C 1.103:
                   20515:                table:sort now default desc
                   20516: 
                   20517:        * src/types/pa_value.h 1.69:
                   20518:        * src/types/pa_vstring.h 1.30:
                   20519:        * src/types/pa_vstring.h 1.31:
                   20520:                string now def only when ne ''
                   20521: 
                   20522:        * src/main/pa_request.C 1.150:
                   20523:        * src/main/pa_request.C 1.151:
                   20524:                wanted to make
                   20525:                const int MAX_EXECUTE_SECONDS=1;
                   20526:                
                   20527:                but couldnt, set_callback_and_alarm appeared to be not exported :(
                   20528: 
                   20529:        * src/classes/table.C 1.104:
                   20530:                table:sort restored [it was bad test :(]
                   20531: 
                   20532: 2001-08-09  parser
                   20533:        * src/main/pa_string.C 1.99:
                   20534:                $a[010] now ^if($a==10){true}
                   20535:                were octal
                   20536: 
                   20537:        * src/main/Makefile.am 1.14:
                   20538:                .am
                   20539: 
                   20540:        * src/classes/void.C 1.6:
                   20541:        * src/classes/void.C 1.7:
                   20542:                void: int double  copy/paste from int: bug fixed
                   20543: 
                   20544:        * src/classes/hash.C 1.14:
                   20545:                hash:_default now [was hash:default]
                   20546: 
                   20547:        * src/types/pa_vcookie.C 1.22:
                   20548:                cookie name&value origins added, more precise $ORIGINS(1)
                   20549: 
                   20550:        * src/classes/op.C 1.38:
                   20551:                case without switch check added
                   20552: 
                   20553:        * src/main/Makefile.in 1.8:
                   20554:                make.in
                   20555: 
                   20556: 2001-08-07  parser
                   20557:        * src/classes/math.C 1.5:
                   20558:        * src/main/pa_request.C 1.149:
                   20559:                math:random fixed. win32 srand made working
                   20560: 
                   20561:        * src/classes/double.C 1.36:
                   20562:        * src/classes/int.C 1.32:
                   20563:        * src/classes/string.C 1.70:
                   20564:        * src/classes/table.C 1.100:
                   20565:        * src/include/pa_globals.h 1.60:
                   20566:        * src/main/pa_globals.C 1.70:
                   20567:                !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   20568:                string, table
                   20569: 
                   20570: 2001-08-06  parser
                   20571:        * src/classes/hash.C 1.13:
                   20572:                hash:keys renamed to hash:_keys :(
                   20573: 
                   20574:        * src/main/pa_exec.C 1.10:
                   20575:                exec win32 real filename
                   20576: 
                   20577:        * src/classes/file.C 1.46:
                   20578:                exec stderr out
                   20579: 
                   20580:        * src/classes/mail.C 1.34:
                   20581:        * src/classes/op.C 1.37:
                   20582:        * src/include/pa_array.h 1.43:
                   20583:        * src/include/pa_globals.h 1.59:
                   20584:        * src/include/pa_hash.h 1.42:
                   20585:        * src/include/pa_request.h 1.94:
                   20586:        * src/main/compile.tab.C 1.2:
                   20587:        * src/main/compile.y 1.159:
                   20588:        * src/main/pa_array.C 1.38:
                   20589:        * src/main/pa_dictionary.C 1.3:
                   20590:        * src/main/pa_exec.C 1.11:
                   20591:        * src/main/pa_globals.C 1.69:
                   20592:        * src/main/pa_hash.C 1.38:
                   20593:        * src/main/pa_request.C 1.148:
                   20594:        * src/main/pa_string.C 1.98:
                   20595:                class_path
                   20596: 
                   20597: 2001-08-03  parser
                   20598:        * src/classes/table.C 1.99:
                   20599:        * src/types/pa_vtable.h 1.28:
                   20600:                vtable.locks killed
                   20601: 
                   20602: 2001-08-02  parser
                   20603:        * src/classes/classes.h 1.9:
                   20604:        * src/classes/op.C 1.36:
                   20605:        * src/include/pa_globals.h 1.58:
                   20606:        * src/main/execute.C 1.188:
                   20607:        * src/main/pa_globals.C 1.66:
                   20608:        * src/main/pa_globals.C 1.67:
                   20609:                found another multithread bug in op.C (last, last global var
                   20610:                killed) :)
                   20611: 
                   20612:        * src/main/pa_dictionary.C 1.2:
                   20613:        * src/main/pa_globals.C 1.68:
                   20614:                memset dictionary minor bug fixed
                   20615: 
                   20616:        * src/classes/string.C 1.69:
                   20617:        * src/classes/table.C 1.98:
                   20618:        * src/include/pa_array.h 1.42:
                   20619:        * src/main/execute.C 1.190:
                   20620:        * src/main/pa_exec.C 1.9:
                   20621:                introducing Array_iter
                   20622: 
                   20623:        * src/main/execute.C 1.189:
                   20624:                detected quick_get recursion bug. changed to get@execute, but
                   20625:                needs array iterator, separate from array to avoid it & use caching
                   20626: 
                   20627: 2001-08-01  parser
                   20628:        * src/include/pa_dictionary.h 1.1:
                   20629:        * src/include/pa_globals.h 1.57:
                   20630:        * src/include/pa_string.h 1.100:
                   20631:        * src/main/main.dsp 1.107:
                   20632:        * src/main/pa_dictionary.C 1.1:
                   20633:        * src/main/pa_globals.C 1.65:
                   20634:        * src/main/pa_request.C 1.147:
                   20635:        * src/main/pa_string.C 1.97:
                   20636:        * src/main/untaint.C 1.58:
                   20637:                speeded up typo-html replacements. introducing Dictionary with
                   20638:                first-char caching
                   20639: 
                   20640: 2001-07-31  parser
                   20641:        * src/types/Makefile.am 1.5:
                   20642:                pa_vtable.C added to .am
                   20643: 
                   20644:        * src/main/compile.tab.C 1.1:
                   20645:                added, so that could be compiled even on non-bison-enabled platforms
                   20646: 
                   20647: 2001-07-28  parser
                   20648:        * src/main/compile.y 1.158:
                   20649:        * src/main/untaint.C 1.57:
                   20650:                bug fix @ untaint when \r skipped \n
                   20651: 
                   20652:        * src/classes/table.C 1.97:
                   20653:                table:hash always produces hash, when can't - empty
                   20654: 
                   20655: 2001-07-27  parser
                   20656:        * src/classes/double.C 1.35:
                   20657:        * src/classes/int.C 1.31:
                   20658:        * src/classes/string.C 1.68:
                   20659:                provided meaningful msg on int/double/string :sql without
                   20660:                result and default
                   20661: 
                   20662: 2001-07-26  parser
                   20663:        * src/include/pa_opcode.h 1.6:
                   20664:        * src/main/compile.y 1.156:
                   20665:        * src/main/execute.C 1.187:
                   20666:                hash creation syntax problem persists. restored $: for a while.
                   20667:                thinking of $man[$.age[zzz]] syntax now
                   20668: 
                   20669:        * src/classes/op.C 1.35:
                   20670:                fixed bad multithread bug with strangly global OP
                   20671: 
                   20672:        * src/main/compile.y 1.157:
                   20673:                $man[$.age[zzz]]  0
                   20674: 
                   20675:        * src/include/pa_opcode.h 1.4:
                   20676:        * src/main/compile.C 1.45:
                   20677:        * src/main/compile.y 1.154:
                   20678:        * src/main/compile_tools.h 1.46:
                   20679:        * src/main/execute.C 1.185:
                   20680:        * src/main/pa_request.C 1.146:
                   20681:        * src/types/pa_vmethod_frame.h 1.13:
                   20682:                introducing ::
                   20683:                this is constructor call prefix.
                   20684:                ordinary : remains for static accesses
                   20685: 
                   20686:        * src/classes/double.C 1.34:
                   20687:        * src/classes/int.C 1.30:
                   20688:        * src/classes/string.C 1.67:
                   20689:        * src/include/pa_opcode.h 1.5:
                   20690:        * src/main/compile.C 1.46:
                   20691:        * src/main/compile.y 1.155:
                   20692:        * src/main/compile_tools.h 1.47:
                   20693:        * src/main/execute.C 1.186:
                   20694:        * src/types/pa_vcode_frame.h 1.7:
                   20695:        * src/types/pa_vmethod_frame.h 1.14:
                   20696:        * src/types/pa_wcontext.h 1.16:
                   20697:        * src/types/pa_wwrapper.h 1.10:
                   20698:                fixing :: realization #1
                   20699: 
                   20700: 2001-07-25  parser
                   20701:        * src/classes/table.C 1.95:
                   20702:        * src/main/main.dsp 1.106:
                   20703:        * src/types/pa_vtable.C 1.1:
                   20704:        * src/types/pa_vtable.h 1.27:
                   20705:                ^table.record[] now $table.fields
                   20706: 
                   20707:        * src/types/pa_vtable.C 1.2:
                   20708:                table: get_element order changeed. now:
                   20709:                1. fields
                   20710:                2. methods
                   20711:                3. columns
                   20712: 
                   20713:        * src/types/pa_vdouble.h 1.23:
                   20714:        * src/types/pa_vint.h 1.24:
                   20715:                odbc: no result queries; quote.
                   20716:                optimized double&int tostring-s
                   20717: 
                   20718:        * src/classes/string.C 1.66:
                   20719:        * src/include/pa_globals.h 1.56:
                   20720:        * src/main/execute.C 1.183:
                   20721:        * src/main/pa_globals.C 1.64:
                   20722:                match replace code context moved to implicit $match context
                   20723: 
                   20724:        * src/main/compile.C 1.44:
                   20725:        * src/main/compile.y 1.153:
                   20726:        * src/main/compile_tools.h 1.45:
                   20727:                allowed whitespace before first method decl
                   20728: 
                   20729:        * src/include/pa_opcode.h 1.3:
                   20730:        * src/main/compile.y 1.149:
                   20731:        * src/main/compile_tools.C 1.37:
                   20732:        * src/main/compile_tools.h 1.43:
                   20733:        * src/main/execute.C 1.182:
                   20734:                with killed, code storage introduced with former 'with' syntax
                   20735: 
                   20736:        * src/main/compile.y 1.150:
                   20737:        * src/main/compile.y 1.151:
                   20738:        * src/main/execute.C 1.184:
                   20739:                $var[] is now empty string, not void
                   20740: 
                   20741:        * src/main/compile.C 1.43:
                   20742:        * src/main/compile.y 1.152:
                   20743:        * src/main/compile_tools.h 1.44:
                   20744:                allowed empty lines before first method decl
                   20745: 
                   20746:        * src/classes/table.C 1.96:
                   20747:                allowed nontable result in table:sql, results in empty table
                   20748: 
                   20749: 2001-07-24  parser
                   20750:        * src/main/compile.C 1.42:
                   20751:        * src/main/execute.C 1.181:
                   20752:        * src/main/pa_string.C 1.96:
                   20753:        * src/types/pa_value.h 1.68:
                   20754:                first get_element, next get operator
                   20755: 
                   20756:        * src/classes/file.C 1.45:
                   20757:        * src/include/pa_common.h 1.47:
                   20758:        * src/main/pa_common.C 1.60:
                   20759:                file:move
                   20760: 
                   20761:        * src/main/compile.y 1.148:
                   20762:                removed @end handling
                   20763: 
                   20764:        * src/main/pa_common.C 1.59:
                   20765:                file_read close @ eof when imgsize bug fixed
                   20766: 
                   20767:        * src/main/compile.C 1.41:
                   20768:        * src/main/compile.y 1.147:
                   20769:                @end handling method2
                   20770: 
                   20771: 2001-07-23  parser
                   20772:        * src/main/pa_sql_driver_manager.C 1.23:
                   20773:        * src/sql/pa_sql_driver.h 1.12:
                   20774:                sql odbc driver
                   20775: 
                   20776:        * src/classes/hash.C 1.11:
                   20777:        * src/classes/hash.C 1.12:
                   20778:        * src/classes/string.C 1.65:
                   20779:        * src/classes/table.C 1.94:
                   20780:        * src/classes/void.C 1.5:
                   20781:        * src/include/pa_sql_connection.h 1.11:
                   20782:        * src/sql/pa_sql_driver.h 1.11:
                   20783:                changed sql driver query interface
                   20784: 
                   20785: 2001-07-20  parser
                   20786:        * src/types/pa_vrequest.C 1.8:
                   20787:                X!$browser:type
                   20788: 
                   20789:        * src/classes/file.C 1.44:
                   20790:        * src/classes/string.C 1.64:
                   20791:        * src/include/pa_string.h 1.99:
                   20792:        * src/main/execute.C 1.180:
                   20793:        * src/main/pa_string.C 1.95:
                   20794:        * src/types/pa_valiased.C 1.8:
                   20795:        * src/types/pa_valiased.h 1.13:
                   20796:        * src/types/pa_value.h 1.67:
                   20797:        * src/types/pa_vclass.h 1.17:
                   20798:        * src/types/pa_vcookie.h 1.11:
                   20799:        * src/types/pa_vdate.h 1.3:
                   20800:        * src/types/pa_vfile.h 1.28:
                   20801:        * src/types/pa_vform.h 1.21:
                   20802:        * src/types/pa_vhash.h 1.15:
                   20803:        * src/types/pa_vmath.h 1.2:
                   20804:        * src/types/pa_vobject.h 1.10:
                   20805:        * src/types/pa_vrequest.C 1.7:
                   20806:        * src/types/pa_vstateless_class.h 1.16:
                   20807:        * src/types/pa_vstateless_object.h 1.10:
                   20808:                only ^class:method dynamic calls allowed.
                   20809:                ^BASE.method call disabled.
                   20810:                BASE element globally removed
                   20811: 
                   20812: 2001-07-18  parser
                   20813:        * src/Makefile.am 1.6:
                   20814:        * src/Makefile.in 1.10:
                   20815:        * src/classes/Makefile.am 1.17:
                   20816:        * src/main/Makefile.am 1.13:
                   20817:        * src/targets/Makefile.am 1.6:
                   20818:        * src/targets/apache13/Makefile.am 1.2:
                   20819:        * src/targets/cgi/Makefile.am 1.9:
                   20820:        * src/types/Makefile.am 1.4:
                   20821:                removed $id from *.in *.am
                   20822: 
                   20823:        * src/classes/file.C 1.43:
                   20824:                file:exec/cgi msg
                   20825: 
                   20826:        * src/main/pa_request.C 1.145:
                   20827:        * src/main/untaint.C 1.56:
                   20828:                ORIGINS langs name abbrevations
                   20829: 
                   20830:        * src/classes/file.C 1.42:
                   20831:                $file:exit-code renamed to 'status'
                   20832: 
                   20833:        * src/classes/date.C 1.4:
                   20834:        * src/classes/mail.C 1.33:
                   20835:        * src/classes/math.C 1.4:
                   20836:        * src/classes/string.C 1.63:
                   20837:        * src/classes/table.C 1.93:
                   20838:        * src/include/pa_globals.h 1.55:
                   20839:        * src/include/pa_string.h 1.98:
                   20840:        * src/main/execute.C 1.179:
                   20841:        * src/main/pa_globals.C 1.63:
                   20842:        * src/main/pa_request.C 1.144:
                   20843:        * src/main/pa_string.C 1.94:
                   20844:        * src/main/untaint.C 1.55:
                   20845:        * src/types/pa_value.h 1.66:
                   20846:        * src/types/pa_vdouble.h 1.22:
                   20847:        * src/types/pa_vfile.h 1.27:
                   20848:        * src/types/pa_vint.h 1.23:
                   20849:        * src/types/pa_vstring.C 1.9:
                   20850:        * src/types/pa_vstring.h 1.29:
                   20851:                $ORIGINS(1) output tracing mode
                   20852: 
                   20853:        * src/classes/Makefile.in 1.11:
                   20854:        * src/main/Makefile.in 1.7:
                   20855:        * src/targets/Makefile.in 1.8:
                   20856:        * src/targets/apache13/Makefile.in 1.7:
                   20857:        * src/targets/cgi/Makefile.in 1.8:
                   20858:        * src/types/Makefile.in 1.7:
                   20859:                $id in .in's from .am's removed
                   20860: 
                   20861:        * src/classes/file.C 1.41:
                   20862:        * src/main/pa_exec.C 1.8:
                   20863:                file:exec
                   20864: 
                   20865: 2001-07-17  parser
                   20866:        * src/Makefile.in 1.9:
                   20867:        * src/classes/Makefile.in 1.10:
                   20868:                == wrong
                   20869: 
                   20870: 2001-07-13  parser
                   20871:        * src/main/execute.C 1.175:
                   20872:        * src/main/pa_request.C 1.142:
                   20873:                order of MAIN parents was wrong, fixed
                   20874: 
                   20875:        * src/classes/double.C 1.33:
                   20876:        * src/classes/int.C 1.29:
                   20877:        * src/classes/string.C 1.62:
                   20878:        * src/include/pa_request.h 1.92:
                   20879:        * src/include/pa_request.h 1.93:
                   20880:        * src/main/execute.C 1.176:
                   20881:        * src/main/execute.C 1.177:
                   20882:        * src/main/execute.C 1.178:
                   20883:        * src/main/pa_request.C 1.143:
                   20884:                auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   20885:                second would not call first @auto
                   20886: 
                   20887: 2001-07-12  parser
                   20888:        * src/types/pa_value.h 1.65:
                   20889:                pa_value.putelement modification of system classes prevented
                   20890: 
                   20891: 2001-07-11  parser
                   20892:        * src/classes/string.C 1.61:
                   20893:        * src/doc/sources2html.cmd 1.3:
                   20894:                lr split now yelds table $piece
                   20895: 
                   20896:        * src/classes/file.C 1.40:
                   20897:        * src/include/pa_common.h 1.46:
                   20898:        * src/main/pa_common.C 1.58:
                   20899:        * src/types/pa_vstateless_class.h 1.15:
                   20900:                $file created by file:state += .atime .mtime .ctime
                   20901:                +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]
                   20902: 
                   20903: 2001-07-09  parser
                   20904:        * src/main/untaint.C 1.54:
                   20905:                qp wrong name
                   20906: 
                   20907:        * src/classes/date.C 1.3:
                   20908:        * src/classes/string.C 1.60:
                   20909:        * src/classes/table.C 1.92:
                   20910:        * src/main/compile.y 1.146:
                   20911:                date format 0
                   20912: 
                   20913: 2001-07-07  parser
                   20914:        * src/classes/Makefile.am 1.16:
                   20915:        * src/classes/date.C 1.1:
                   20916:        * src/classes/file.C 1.39:
                   20917:        * src/classes/hash.C 1.10:
                   20918:        * src/classes/image.C 1.30:
                   20919:        * src/classes/mail.C 1.32:
                   20920:        * src/classes/math.C 1.3:
                   20921:        * src/classes/op.C 1.34:
                   20922:        * src/classes/string.C 1.59:
                   20923:        * src/classes/table.C 1.90:
                   20924:        * src/classes/void.C 1.4:
                   20925:        * src/include/pa_request.h 1.91:
                   20926:        * src/main/main.dsp 1.105:
                   20927:        * src/types/pa_value.h 1.64:
                   20928:        * src/types/pa_vdate.h 1.1:
                   20929:        * src/types/pa_wcontext.C 1.7:
                   20930:                date  now set $fields roll string.  todo: sql, calendar
                   20931: 
                   20932:        * src/classes/date.C 1.2:
                   20933:        * src/classes/table.C 1.91:
                   20934:        * src/include/pa_common.h 1.45:
                   20935:        * src/include/pa_string.h 1.97:
                   20936:        * src/main/pa_common.C 1.57:
                   20937:        * src/types/pa_vdate.h 1.2:
                   20938:                date roll
                   20939:                table calendar
                   20940: 
                   20941: 2001-07-06  parser
                   20942:        * src/classes/math.C 1.2:
                   20943:        * src/include/pa_request.h 1.90:
                   20944:        * src/main/execute.C 1.174:
                   20945:        * src/main/main.dsp 1.104:
                   20946:        * src/main/pa_request.C 1.141:
                   20947:        * src/types/pa_vmath.h 1.1:
                   20948:                math 0
                   20949: 
                   20950: 2001-07-03  parser
                   20951:        * src/classes/Makefile.am 1.15:
                   20952:        * src/classes/math.C 1.1:
                   20953:        * src/classes/op.C 1.33:
                   20954:        * src/classes/random.C 1.15:
                   20955:        * src/main/main.dsp 1.103:
                   20956:                class random renamed to math, operators became methods
                   20957: 
                   20958:        * src/classes/op.C 1.32:
                   20959:                 pow sqrt
                   20960: 
                   20961:        * src/classes/op.C 1.31:
                   20962:        * src/main/execute.C 1.173:
                   20963:                 sin asin cos acos tan atan
                   20964: 
                   20965: 2001-07-02  parser
                   20966:        * src/classes/hash.C 1.9:
                   20967:                ^hash.keys[]
                   20968: 
                   20969:        * src/classes/table.C 1.88:
                   20970:        * src/main/pa_table.C 1.34:
                   20971:                ^table:columns[]
                   20972: 
                   20973:        * src/classes/table.C 1.89:
                   20974:                ^table.columns column renamed from 'name' to 'column'
                   20975: 
                   20976:        * src/main/compile.y 1.145:
                   20977:        * src/main/compile_tools.h 1.42:
                   20978:                in expressions now allowed 'strings'
                   20979: 
                   20980: 2001-06-29  parser
                   20981:        * src/main/execute.C 1.171:
                   20982:        * src/main/execute.C 1.172:
                   20983:                /0  %0 checkes ver 2
                   20984: 
                   20985:        * src/classes/table.C 1.87:
                   20986:                empty strings @ sql
                   20987: 
                   20988:        * src/Makefile.in 1.8:
                   20989:        * src/classes/Makefile.in 1.9:
                   20990:                makes
                   20991: 
                   20992:        * src/classes/Makefile.am 1.14:
                   20993:                nothing - void
                   20994: 
                   20995:        * src/main/execute.C 1.170:
                   20996:                /0  %0 checke
                   20997: 
                   20998: 2001-06-28  parser
                   20999:        * src/classes/double.C 1.32:
                   21000:        * src/classes/file.C 1.38:
                   21001:        * src/classes/form.C 1.13:
                   21002:        * src/classes/hash.C 1.8:
                   21003:        * src/classes/image.C 1.29:
                   21004:        * src/classes/int.C 1.28:
                   21005:        * src/classes/mail.C 1.31:
                   21006:        * src/classes/op.C 1.30:
                   21007:        * src/classes/random.C 1.14:
                   21008:        * src/classes/response.C 1.13:
                   21009:        * src/classes/string.C 1.58:
                   21010:        * src/classes/table.C 1.86:
                   21011:        * src/classes/void.C 1.3:
                   21012:        * src/main/compile.C 1.40:
                   21013:        * src/main/compile.y 1.144:
                   21014:        * src/main/compile_tools.C 1.36:
                   21015:        * src/main/execute.C 1.169:
                   21016:        * src/main/pa_array.C 1.37:
                   21017:        * src/main/pa_common.C 1.56:
                   21018:        * src/main/pa_dir.C 1.5:
                   21019:        * src/main/pa_exception.C 1.11:
                   21020:        * src/main/pa_exec.C 1.7:
                   21021:        * src/main/pa_globals.C 1.62:
                   21022:        * src/main/pa_hash.C 1.37:
                   21023:        * src/main/pa_pool.C 1.20:
                   21024:        * src/main/pa_request.C 1.140:
                   21025:        * src/main/pa_socks.C 1.5:
                   21026:        * src/main/pa_sql_driver_manager.C 1.22:
                   21027:        * src/main/pa_string.C 1.93:
                   21028:        * src/main/pa_table.C 1.33:
                   21029:        * src/main/untaint.C 1.53:
                   21030:        * src/targets/cgi/parser3.C 1.93:
                   21031:        * src/targets/isapi/parser3isapi.C 1.35:
                   21032:                */
1.44    ! paf      21033:                static const char *RCSId="$Id: ChangeLog,v 1.43 2005/05/24 11:00:41 paf Exp $";
1.15      paf      21034: 
                   21035:        * src/main/compile.y 1.142:
                   21036:        * src/main/compile_tools.h 1.41:
                   21037:                $:name: == ${name}:
                   21038:                $class:name: == ${class:name}:
                   21039: 
                   21040:        * src/classes/string.C 1.56:
                   21041:                exactly one
                   21042: 
                   21043:        * src/classes/double.C 1.31:
                   21044:        * src/classes/file.C 1.37:
                   21045:        * src/classes/form.C 1.12:
                   21046:        * src/classes/hash.C 1.7:
                   21047:        * src/classes/image.C 1.28:
                   21048:        * src/classes/int.C 1.27:
                   21049:        * src/classes/mail.C 1.30:
                   21050:        * src/classes/op.C 1.29:
                   21051:        * src/classes/random.C 1.13:
                   21052:        * src/classes/response.C 1.12:
                   21053:        * src/classes/string.C 1.57:
                   21054:        * src/classes/table.C 1.85:
                   21055:        * src/classes/void.C 1.2:
                   21056:        * src/main/compile.C 1.39:
                   21057:        * src/main/compile.y 1.143:
                   21058:        * src/main/compile_tools.C 1.35:
                   21059:        * src/main/execute.C 1.168:
                   21060:        * src/main/pa_array.C 1.36:
                   21061:        * src/main/pa_common.C 1.55:
                   21062:        * src/main/pa_dir.C 1.4:
                   21063:        * src/main/pa_exception.C 1.10:
                   21064:        * src/main/pa_exec.C 1.6:
                   21065:        * src/main/pa_globals.C 1.61:
                   21066:        * src/main/pa_hash.C 1.36:
                   21067:        * src/main/pa_pool.C 1.19:
                   21068:        * src/main/pa_request.C 1.139:
                   21069:        * src/main/pa_socks.C 1.4:
                   21070:        * src/main/pa_sql_driver_manager.C 1.21:
                   21071:        * src/main/pa_string.C 1.92:
                   21072:        * src/main/pa_table.C 1.32:
                   21073:        * src/main/untaint.C 1.52:
                   21074:        * src/targets/cgi/parser3.C 1.92:
                   21075:        * src/targets/isapi/parser3isapi.C 1.34:
1.44    ! paf      21076:                static char *RCSId="$Id: ChangeLog,v 1.43 2005/05/24 11:00:41 paf Exp $";
1.15      paf      21077: 
                   21078: 2001-06-27  parser
                   21079:        * src/classes/hash.C 1.6:
                   21080:        * src/classes/nothing.C 1.5:
                   21081:        * src/classes/table.C 1.84:
                   21082:        * src/classes/void.C 1.1:
                   21083:        * src/main/compile.y 1.140:
                   21084:        * src/main/compile.y 1.141:
                   21085:        * src/main/execute.C 1.167:
                   21086:        * src/main/main.dsp 1.102:
                   21087:        * src/main/pa_request.C 1.138:
                   21088:        * src/targets/cgi/pa_pool.C 1.17:
                   21089:        * src/types/pa_value.h 1.63:
                   21090:        * src/types/pa_vcode_frame.h 1.6:
                   21091:        * src/types/pa_vmethod_frame.h 1.12:
                   21092:        * src/types/pa_vnothing.h 1.2:
                   21093:        * src/types/pa_vtable.h 1.26:
                   21094:        * src/types/pa_vvoid.h 1.1:
                   21095:                nothing renamed to void
                   21096: 
                   21097:        * src/classes/op.C 1.28:
                   21098:                ^switch ^case
                   21099: 
                   21100:        * src/main/compile.y 1.139:
                   21101:                lexer: $zzzz^zzzz were name part
                   21102: 
                   21103: 2001-05-28  parser
                   21104:        * src/main/main.dsp 1.101:
                   21105:        * src/targets/isapi/parser3isapi.dsp 1.15:
                   21106:                release project options [some bugs]
                   21107: 
                   21108:        * src/classes/classes.C 1.7:
                   21109:        * src/main/compile.C 1.38:
                   21110:        * src/main/compile.y 1.138:
                   21111:        * src/main/execute.C 1.166:
                   21112:                operators are not in root class again
                   21113: 
                   21114:        * src/doc/html2chm.cmd 1.3:
                   21115:                removed >a
                   21116: 
                   21117:        * src/doc/sources2html.cmd 1.2:
                   21118:                z
                   21119: 
                   21120: 2001-05-24  parser
                   21121:        * src/Makefile.in 1.7:
                   21122:        * src/classes/Makefile.in 1.8:
                   21123:        * src/main/Makefile.in 1.6:
                   21124:        * src/targets/Makefile.in 1.7:
                   21125:        * src/targets/apache13/Makefile.in 1.6:
                   21126:        * src/targets/cgi/Makefile.in 1.7:
                   21127:        * src/types/Makefile.in 1.6:
                   21128:                makes
                   21129: 
                   21130:        * src/main/pa_request.C 1.135:
                   21131:        * src/main/pa_request.C 1.136:
                   21132:        * src/targets/cgi/parser3.C 1.90:
                   21133:                // no _ conversions in @exception[params]
                   21134: 
                   21135:        * src/targets/cgi/parser3.dsp 1.19:
                   21136:                project file
                   21137: 
                   21138:        * src/classes/op.C 1.27:
                   21139:        * src/main/pa_request.C 1.137:
                   21140:        * src/targets/cgi/parser3.C 1.91:
                   21141:                ^log ^exp
                   21142: 
                   21143: 2001-05-23  parser
                   21144:        * src/classes/op.C 1.25:
                   21145:        * src/main/compile.y 1.137:
                   21146:                allow one empty line before LS_DEF_NAME
                   21147: 
                   21148:        * src/main/pa_string.C 1.91:
                   21149:                string cmp bug
                   21150: 
                   21151:        * src/classes/mail.C 1.29:
                   21152:        * src/classes/op.C 1.26:
                   21153:                rem max 1000
                   21154: 
                   21155: 2001-05-22  parser
                   21156:        * src/classes/op.C 1.24:
                   21157:                if params code-required
                   21158: 
                   21159: 2001-05-21  parser
                   21160:        * src/classes/classes.C [operators_as_parent_class2] 1.5.2.1:
                   21161:        * src/main/compile.C [operators_as_parent_class2] 1.36.2.1:
                   21162:        * src/main/compile.y [operators_as_parent_class2] 1.134.2.1:
                   21163:        * src/main/execute.C [operators_as_parent_class2] 1.162.2.1:
                   21164:                0
                   21165: 
                   21166:        * src/classes/classes.C [operators_as_parent_class2] 1.5.2.2:
                   21167:        * src/main/compile.C [operators_as_parent_class2] 1.36.2.2:
                   21168:                1
                   21169: 
                   21170:        * src/Makefile.in 1.6:
                   21171:        * src/classes/Makefile.in 1.6:
                   21172:        * src/classes/Makefile.in 1.7:
                   21173:        * src/main/Makefile.in 1.5:
                   21174:        * src/targets/Makefile.in 1.6:
                   21175:        * src/targets/apache13/Makefile.in 1.5:
                   21176:        * src/targets/cgi/Makefile.in 1.6:
                   21177:        * src/types/Makefile.in 1.5:
                   21178:                makes
                   21179: 
                   21180:        * src/classes/double.C 1.30:
                   21181:        * src/classes/hash.C 1.4:
                   21182:        * src/classes/hash.C 1.5:
                   21183:        * src/classes/nothing.C 1.1:
                   21184:        * src/classes/nothing.C 1.2:
                   21185:        * src/classes/nothing.C 1.3:
                   21186:        * src/classes/op.C 1.23:
                   21187:        * src/classes/string.C 1.55:
                   21188:        * src/classes/table.C 1.83:
                   21189:        * src/classes/unknown.C 1.8:
                   21190:        * src/main/compile.y 1.136:
                   21191:        * src/main/execute.C 1.164:
                   21192:        * src/main/execute.C 1.165:
                   21193:        * src/main/main.dsp 1.100:
                   21194:        * src/main/pa_request.C 1.134:
                   21195:        * src/targets/cgi/pa_pool.C 1.15:
                   21196:        * src/targets/cgi/pa_pool.C 1.16:
                   21197:        * src/types/pa_value.h 1.62:
                   21198:        * src/types/pa_vcode_frame.h 1.5:
                   21199:        * src/types/pa_vmethod_frame.h 1.10:
                   21200:        * src/types/pa_vmethod_frame.h 1.11:
                   21201:        * src/types/pa_vnothing.h 1.1:
                   21202:        * src/types/pa_vtable.h 1.24:
                   21203:        * src/types/pa_vtable.h 1.25:
                   21204:        * src/types/pa_vunknown.h 1.14:
                   21205:                'unknown' renamed to 'nothing'
                   21206: 
                   21207:        * src/Makefile.in 1.5:
                   21208:        * src/classes/Makefile.in 1.5:
                   21209:        * src/main/Makefile.in 1.4:
                   21210:        * src/targets/Makefile.in 1.5:
                   21211:        * src/targets/apache13/Makefile.in 1.4:
                   21212:        * src/targets/cgi/Makefile.in 1.5:
                   21213:        * src/types/Makefile.in 1.4:
                   21214:                make system timestamps
                   21215: 
                   21216:        * src/classes/nothing.C 1.4:
                   21217:                resultless ^sql  moved to nothing:
                   21218: 
                   21219:        * src/classes/Makefile.am 1.13:
                   21220:                .AM
                   21221: 
                   21222:        * src/main/pa_request.C 1.133:
                   21223:                .am
                   21224: 
                   21225:        * src/Makefile.in 1.4:
                   21226:                file stamps to remove autoreconf
                   21227: 
                   21228:        * src/targets/cgi/parser3.C 1.88:
                   21229:                argv can be just "parser3". made site_auto_path "." in that case
                   21230: 
                   21231:        * src/types/pa_vstring.C 1.8:
                   21232:                eoleof
                   21233: 
                   21234:        * src/classes/op.C [operators_as_parent_class2] 1.21.2.1:
                   21235:        * src/main/execute.C 1.162:
                   21236:        * src/targets/cgi/Makefile.in 1.4:
                   21237:        * src/targets/cgi/parser3.C 1.86:
                   21238:        * src/targets/cgi/parser3.C 1.87:
                   21239:        * src/targets/cgi/parser3.C 1.89:
                   21240:                z
                   21241: 
                   21242:        * src/main/pa_request.C 1.132:
                   21243:        * src/targets/cgi/parser3.C 1.85:
                   21244:                pcre_tables=pcre_default_tables;
                   21245: 
                   21246:        * src/classes/hash.C 1.3:
                   21247:        * src/classes/int.C 1.25:
                   21248:        * src/classes/string.C 1.53:
                   21249:        * src/classes/table.C 1.82:
                   21250:        * src/include/pa_string.h 1.95:
                   21251:        * src/include/pa_string.h 1.96:
                   21252:        * src/main/pa_string.C 1.89:
                   21253:        * src/main/pa_string.C 1.90:
                   21254:        * src/types/pa_vstring.C 1.6:
                   21255:        * src/types/pa_vstring.h 1.27:
                   21256:                started int:sql
                   21257: 
                   21258:        * src/types/pa_vstring.C 1.7:
                   21259:        * src/types/pa_vstring.h 1.28:
                   21260:                removed unnecessary vstring::set_string
                   21261: 
                   21262:        * src/classes/double.C 1.29:
                   21263:        * src/classes/int.C 1.26:
                   21264:        * src/classes/string.C 1.54:
                   21265:                int,double;sql
                   21266: 
                   21267:        * src/classes/hash.C [operators_as_parent_class2] 1.1.2.1:
                   21268:        * src/classes/op.C [operators_as_parent_class2] 1.21.2.2:
                   21269:        * src/classes/table.C [operators_as_parent_class2] 1.80.2.1:
                   21270:                hash:sql
                   21271: 
                   21272:        * src/classes/classes.C 1.6:
                   21273:        * src/classes/hash.C 1.2:
                   21274:        * src/classes/op.C 1.22:
                   21275:        * src/classes/table.C 1.81:
                   21276:        * src/main/compile.C 1.37:
                   21277:        * src/main/compile.y 1.135:
                   21278:        * src/main/execute.C 1.163:
                   21279:                hash:sql moved to main trunc. operators.txt updated
                   21280: 
                   21281: 2001-05-19  parser
                   21282:        * src/types/pa_value.h 1.61:
                   21283:                parameter # 1 based
                   21284: 
                   21285:        * src/main/pa_common.C 1.54:
                   21286:                common:  actual filename '%s'
                   21287: 
                   21288:        * src/classes/string.C 1.52:
                   21289:                root context in match replace body now unchanged
                   21290: 
                   21291:        * src/classes/Makefile.am 1.10:
                   21292:        * src/classes/Makefile.am 1.11:
                   21293:        * src/classes/Makefile.am 1.12:
                   21294:        * src/classes/Makefile.am 1.9:
                   21295:        * src/main/pa_sql_driver_manager.C 1.20:
                   21296:        * src/targets/cgi/pa_pool.C 1.12:
                   21297:                classes/.am
                   21298: 
                   21299:        * src/main/untaint.C 1.50:
                   21300:        * src/targets/cgi/pa_pool.C 1.13:
                   21301:        * src/targets/cgi/parser3.C 1.84:
                   21302:                fixed bug in pre html untaint, wrong size used, 4* mem wasted
                   21303: 
                   21304:        * src/classes/string.C 1.51:
                   21305:        * src/main/pa_string.C 1.88:
                   21306:                z
                   21307: 
                   21308:        * src/include/pa_string.h 1.94:
                   21309:        * src/main/untaint.C 1.51:
                   21310:        * src/targets/cgi/pa_pool.C 1.14:
                   21311:                introducing String::cstr_bufsize, returns just size+1 for as_is
                   21312:                target.
                   21313: 
                   21314:        * src/classes/Makefile.in 1.4:
                   21315:                clean
                   21316: 
                   21317: 2001-05-18  parser
                   21318:        * src/Makefile.in 1.3:
                   21319:        * src/classes/Makefile.in 1.3:
                   21320:        * src/include/pa_config_auto.h.in 1.3:
                   21321:        * src/main/Makefile.in 1.3:
                   21322:        * src/targets/Makefile.in 1.4:
                   21323:        * src/targets/apache13/Makefile.in 1.3:
                   21324:        * src/targets/cgi/Makefile.in 1.3:
                   21325:        * src/targets/cgi/pa_pool.C 1.11:
                   21326:        * src/types/Makefile.in 1.3:
                   21327:                .am pa_threads.C ins
                   21328: 
                   21329:        * src/targets/cgi/Makefile.am 1.8:
                   21330:                .am pa_threads.C added
                   21331: 
                   21332: 2001-05-17  parser
                   21333:        * src/include/pa_hash.h 1.40:
                   21334:        * src/main/execute.C 1.158:
                   21335:                removed /*SYNCHRONIZED*/  from hash.h
                   21336: 
                   21337:        * src/include/pa_array.h 1.41:
                   21338:        * src/include/pa_common.h 1.44:
                   21339:        * src/include/pa_config_fixed.h 1.8:
                   21340:        * src/include/pa_config_includes.h 1.8:
                   21341:        * src/include/pa_exception.h 1.12:
                   21342:        * src/include/pa_exec.h 1.2:
                   21343:        * src/include/pa_globals.h 1.54:
                   21344:        * src/include/pa_hash.h 1.41:
                   21345:        * src/include/pa_opcode.h 1.2:
                   21346:        * src/include/pa_pool.h 1.52:
                   21347:        * src/include/pa_request.h 1.88:
                   21348:        * src/include/pa_sapi.h 1.9:
                   21349:        * src/include/pa_socks.h 1.3:
                   21350:        * src/include/pa_sql_connection.h 1.7:
                   21351:        * src/include/pa_stack.h 1.9:
                   21352:        * src/include/pa_string.h 1.93:
                   21353:        * src/include/pa_table.h 1.33:
                   21354:        * src/include/pa_threads.h 1.14:
                   21355:                #include "pa_config_includes.h"
                   21356:                in all headers
                   21357: 
                   21358:        * src/include/pa_request.h 1.89:
                   21359:        * src/main/execute.C 1.159:
                   21360:        * src/main/pa_request.C 1.131:
                   21361:                ANTI_ENDLESS_EXECUTE_RECOURSION
                   21362: 
                   21363:        * src/classes/op.C 1.20:
                   21364:        * src/include/pa_config_fixed.h 1.10:
                   21365:        * src/include/pa_sql_connection.h 1.8:
                   21366:        * src/include/pa_sql_driver_manager.h 1.5:
                   21367:        * src/main/pa_sql_driver_manager.C 1.15:
                   21368:                found problem at last: 2connections own 1driver and
                   21369:                set_services fight for driver::fservices. before fix
                   21370: 
                   21371:        * src/main/execute.C 1.160:
                   21372:        * src/types/pa_vmethod_frame.h 1.9:
                   21373:                endless recursion line no
                   21374: 
                   21375:        * src/classes/classes.h 1.8:
                   21376:        * src/include/pa_sql_connection.h 1.10:
                   21377:        * src/include/pa_sql_driver_manager.h 1.7:
                   21378:        * src/main/pa_sql_driver_manager.C 1.17:
                   21379:                cache expiration[use SQL_Driver::disconnect]
                   21380: 
                   21381:        * src/include/pa_config_fixed.h 1.9:
                   21382:        * src/include/pa_threads.h 1.16:
                   21383:        * src/targets/cgi/pa_threads.C 1.1:
                   21384:        * src/targets/cgi/parser3.dsp 1.18:
                   21385:        * src/targets/isapi/pa_threads.C 1.1:
                   21386:        * src/targets/isapi/parser3isapi.dsp 1.14:
                   21387:                added pa_threads.C
                   21388: 
                   21389:        * src/classes/image.C 1.27:
                   21390:        * src/include/pa_sql_driver_manager.h 1.4:
                   21391:        * src/main/pa_sql_driver_manager.C 1.14:
                   21392:        * src/main/pa_string.C 1.87:
                   21393:                wrong includes order prevented sqlmanager to see MULTYTHREAD define
                   21394: 
                   21395:        * src/main/pa_table.C 1.31:
                   21396:                table.locate current restored on "not found"
                   21397: 
                   21398:        * src/include/pa_threads.h 1.15:
                   21399:                removed targets/parser
                   21400: 
                   21401:        * src/classes/op.C 1.19:
                   21402:        * src/include/pa_sql_connection.h 1.6:
                   21403:        * src/main/pa_sql_driver_manager.C 1.12:
                   21404:        * src/sql/pa_sql_driver.h 1.9:
                   21405:                connection from cache ->set_services(&services);
                   21406: 
                   21407:        * src/include/pa_config_fixed.h 1.7:
                   21408:        * src/include/pa_threads.h 1.13:
                   21409:        * src/main/pa_sql_driver_manager.C 1.13:
                   21410:                SYNCHRONIZED moved closer to caches put/gets
                   21411: 
                   21412:        * src/classes/string.C 1.50:
                   21413:        * src/include/pa_config_fixed.h 1.11:
                   21414:        * src/include/pa_config_includes.h 1.9:
                   21415:        * src/main/compile.y 1.134:
                   21416:        * src/main/compile_tools.h 1.40:
                   21417:        * src/main/execute.C 1.161:
                   21418:        * src/main/pa_array.C 1.35:
                   21419:        * src/main/pa_common.C 1.53:
                   21420:        * src/main/pa_dir.C 1.3:
                   21421:        * src/main/pa_hash.C 1.35:
                   21422:        * src/main/pa_pool.C 1.18:
                   21423:        * src/main/untaint.C 1.49:
                   21424:        * src/types/pa_vcookie.C 1.21:
                   21425:        * src/types/pa_vfile.C 1.17:
                   21426:        * src/types/pa_vform.C 1.29:
                   21427:                #include "pa_config_includes.h"
                   21428:                removed from most .C
                   21429: 
                   21430:        * src/doc/html2chm.cmd 1.2:
                   21431:                z
                   21432: 
                   21433:        * src/doc/chm.cmd 1.7:
                   21434:        * src/doc/doxygen.cmd 1.7:
                   21435:        * src/doc/html2chm.cmd 1.1:
                   21436:        * src/doc/sources2html.cmd 1.1:
                   21437:        * src/doc/view.cmd 1.3:
                   21438:        * src/doc/view_chm.cmd 1.1:
                   21439:        * src/doc/view_html.cmd 1.1:
                   21440:                doc cmds
                   21441: 
                   21442:        * src/main/pa_sql_driver_manager.C 1.19:
                   21443:                moved expiration to get_connection_from_cache
                   21444: 
                   21445:        * src/main/pa_sql_driver_manager.C 1.18:
                   21446:                cache expiration bf
                   21447: 
                   21448:        * src/classes/op.C 1.21:
                   21449:        * src/include/pa_sql_connection.h 1.9:
                   21450:        * src/include/pa_sql_driver_manager.h 1.6:
                   21451:        * src/main/pa_sql_driver_manager.C 1.16:
                   21452:        * src/sql/pa_sql_driver.h 1.10:
                   21453:                fixed problem at last: 2connections own 1driver and
                   21454:                set_services fight for driver::fservices. before fix
                   21455: 
                   21456: 2001-05-16  parser
                   21457:        * src/include/pa_array.h 1.39:
                   21458:        * src/include/pa_string.h 1.92:
                   21459:        * src/main/execute.C 1.157:
                   21460:        * src/main/pa_array.C 1.33:
                   21461:        * src/targets/cgi/pa_pool.C 1.9:
                   21462:        * src/targets/cgi/parser3.C 1.81:
                   21463:                array debugged; adjusted
                   21464: 
                   21465:        * src/include/pa_array.h 1.40:
                   21466:        * src/main/pa_array.C 1.34:
                   21467:        * src/targets/cgi/parser3.C 1.82:
                   21468:                removed array debug. before vstring rebasing
                   21469: 
                   21470:        * src/main/pa_sql_driver_manager.C 1.11:
                   21471:        * src/main/pa_string.C 1.86:
                   21472:                SQL_Driver_manager line no for connect/charset errors
                   21473: 
                   21474:        * src/targets/cgi/parser3.C 1.83:
                   21475:                z
                   21476: 
                   21477:        * src/include/pa_pool.h 1.51:
                   21478:        * src/targets/cgi/pa_pool.C 1.10:
                   21479:                removed pool debug, #ifdefed some.
                   21480:                would debug later, on more precise sample than stupid:
                   21481:                @main[]
                   21482:                $name[$z[]]
                   21483:                ^for[i](0;10000-2){
                   21484:                $tail[9994]
                   21485:                $name.$tail[$tail!]
                   21486:                $name.$tail
                   21487:                }
                   21488:                ok3
                   21489: 
                   21490: 2001-05-15  parser
                   21491:        * src/targets/cgi/pa_pool.C 1.6:
                   21492:        * src/targets/cgi/parser3.C 1.78:
                   21493:                main loss here: 5673321/     70041=        81
                   21494: 
                   21495:        * src/include/pa_pool.h 1.50:
                   21496:        * src/include/pa_string.h 1.89:
                   21497:        * src/main/pa_string.C 1.83:
                   21498:        * src/targets/cgi/pa_pool.C 1.7:
                   21499:        * src/targets/cgi/parser3.C 1.79:
                   21500:                string fixed bug with fullchunk cmps
                   21501: 
                   21502:        * src/include/pa_string.h 1.90:
                   21503:        * src/main/pa_string.C 1.84:
                   21504:        * src/targets/cgi/pa_pool.C 1.8:
                   21505:        * src/targets/cgi/parser3.C 1.80:
                   21506:                think that all must grow lineary, not exponentialy
                   21507: 
                   21508:        * src/include/pa_array.h 1.38:
                   21509:        * src/include/pa_string.h 1.91:
                   21510:        * src/main/pa_array.C 1.32:
                   21511:        * src/main/pa_string.C 1.85:
                   21512:                string+array made linear grows
                   21513: 
                   21514:        * src/include/pa_string.h 1.88:
                   21515:        * src/targets/cgi/pa_pool.C 1.5:
                   21516:        * src/targets/cgi/parser3.C 1.77:
                   21517:                detected huge mem allocation: size/times malloc 27809390/368771
                   21518:                 calloc 3232/83. would test now
                   21519: 
                   21520:        * src/classes/random.C 1.12:
                   21521:        * src/main/compile.y 1.133:
                   21522:        * src/main/execute.C 1.156:
                   21523:        * src/main/pa_request.C 1.130:
                   21524:        * src/types/pa_value.h 1.60:
                   21525:        * src/types/pa_vmethod_frame.h 1.8:
                   21526:                numbered params had wrong name - for instance: bad error
                   21527:                message in ^for[] bad body type. fixed
                   21528: 
                   21529: 2001-05-14  parser
                   21530:        * src/classes/string.C 1.49:
                   21531:        * src/include/pa_string.h 1.87:
                   21532:        * src/main/pa_string.C 1.82:
                   21533:        * src/main/untaint.C 1.48:
                   21534:                ^string.upper|lower[]
                   21535: 
                   21536: 2001-05-11  paf
                   21537:        * src/classes/classes.cmd 1.2:
                   21538:        * src/classes/gawk.exe 1.2:
                   21539:        * src/classes/ls.exe 1.2:
                   21540:        * src/main/bison.exe 1.2:
                   21541:        * src/targets/isapi/KILL.EXE 1.2:
                   21542:        * src/targets/isapi/PSTAT.EXE 1.2:
                   21543:        * src/targets/isapi/istart.cmd 1.2:
                   21544:        * src/targets/isapi/istop.cmd 1.2:
                   21545:        * src/targets/isapi/kill.pl 1.2:
                   21546:                moved win32 helpers to /win32tools
                   21547: 
                   21548: 2001-05-11  parser
                   21549:        * src/main/main.dsp 1.99:
                   21550:        * src/targets/isapi/parser3isapi.dsp 1.13:
                   21551:                fixed some .dsp for win32tools
                   21552: 
                   21553:        * src/classes/double.C 1.28:
                   21554:        * src/classes/image.C 1.26:
                   21555:        * src/classes/op.C 1.18:
                   21556:        * src/classes/string.C 1.48:
                   21557:        * src/classes/table.C 1.80:
                   21558:        * src/classes/unknown.C 1.7:
                   21559:        * src/main/execute.C 1.155:
                   21560:        * src/types/pa_value.h 1.59:
                   21561:        * src/types/pa_vbool.h 1.10:
                   21562:        * src/types/pa_vdouble.h 1.21:
                   21563:        * src/types/pa_vint.h 1.22:
                   21564:        * src/types/pa_vstring.h 1.26:
                   21565:        * src/types/pa_vunknown.h 1.13:
                   21566:                op: MAX_LOOPS
                   21567:                as_int
                   21568: 
                   21569: 2001-05-10  paf
                   21570:        * src/doc/doxygen.cmd 1.5:
                   21571:        * src/main/compile.y 1.131:
                   21572:        * src/types/pa_vobject.h 1.9:
                   21573:                grammar: priorities changes [lowerd && prior]
                   21574:                vobject: now first fields, next methods
                   21575: 
                   21576:        * src/main/pa_request.C 1.129:
                   21577:        * src/types/pa_vrequest.C 1.6:
                   21578:                op configured
                   21579: 
                   21580:        * src/Makefile.in 1.2:
                   21581:        * src/classes/Makefile.in 1.2:
                   21582:        * src/include/pa_config_auto.h.in 1.2:
                   21583:        * src/include/pa_config_fixed.h 1.6:
                   21584:        * src/include/pa_config_includes.h 1.6:
                   21585:        * src/main/Makefile.in 1.2:
                   21586:        * src/targets/Makefile.in 1.3:
                   21587:        * src/targets/apache13/Makefile.in 1.2:
                   21588:        * src/targets/cgi/Makefile.in 1.2:
                   21589:        * src/types/Makefile.in 1.2:
                   21590:                inline wonders
                   21591: 
                   21592:        * src/main/compile.y 1.132:
                   21593:                @end grammar: allowed zero strings in control menthod
                   21594: 
                   21595:        * src/types/pa_value.h 1.58:
                   21596:        * src/types/pa_vclass.h 1.16:
                   21597:        * src/types/pa_vstateless_class.h 1.14:
                   21598:        * src/types/pa_vstateless_object.h 1.9:
                   21599:                changed priority: field before method  lookup in vclass & vobject
                   21600: 
                   21601:        * src/include/pa_common.h 1.43:
                   21602:        * src/include/pa_config_includes.h 1.7:
                   21603:                inline undefed for C++, that's all
                   21604: 
                   21605:        * src/classes/Makefile.am 1.8:
                   21606:        * src/classes/hash.C 1.1:
                   21607:        * src/doc/doxygen.cfg 1.11:
                   21608:        * src/doc/doxygen.cmd 1.6:
                   21609:                hash.C added
                   21610: 
                   21611: 2001-05-08  paf
                   21612:        * src/classes/table.C 1.76:
                   21613:                table:hash always hash of hash now
                   21614: 
                   21615:        * src/classes/op.C 1.15:
                   21616:        * src/classes/table.C 1.72:
                   21617:        * src/main/main.dsp 1.97:
                   21618:        * src/types/pa_vtable.h 1.21:
                   21619:                removed table:find. table:locate and op:eval now return bool
                   21620: 
                   21621:        * src/classes/table.C 1.75:
                   21622:                table:empty return bool now
                   21623: 
                   21624:        * src/classes/table.C 1.79:
                   21625:        * src/types/pa_value.h 1.57:
                   21626:        * src/types/pa_vhash.h 1.14:
                   21627:        * src/types/pa_vmethod_frame.h 1.7:
                   21628:                hash:default works at last!
                   21629: 
                   21630:        * src/main/pa_table.C 1.30:
                   21631:                table columnname2item on nameless ignored bark=false. fixed
                   21632: 
                   21633:        * src/classes/op.C 1.17:
                   21634:        * src/types/pa_vtable.h 1.22:
                   21635:                allowed $table.2342734 returns vunknown
                   21636: 
                   21637:        * src/classes/table.C 1.74:
                   21638:        * src/doc/chm.cmd 1.6:
                   21639:        * src/include/pa_array.h 1.37:
                   21640:        * src/include/pa_table.h 1.32:
                   21641:        * src/main/pa_table.C 1.29:
                   21642:        * src/types/pa_value.h 1.56:
                   21643:        * src/types/pa_vtable.h 1.23:
                   21644:                table:hash
                   21645: 
                   21646:        * src/doc/chm.cmd 1.5:
                   21647:        * src/main/execute.C 1.154:
                   21648:        * src/types/pa_value.h 1.55:
                   21649:                wrong pool in method checkparams again. fixed
                   21650: 
                   21651:        * src/classes/double.C 1.27:
                   21652:        * src/classes/int.C 1.24:
                   21653:        * src/classes/op.C 1.16:
                   21654:        * src/classes/string.C 1.47:
                   21655:                int,double,string:int[] double[] string:length[] results now
                   21656:                have hames
                   21657: 
                   21658:        * src/classes/table.C 1.77:
                   21659:                z
                   21660: 
                   21661:        * src/classes/mail.C 1.28:
                   21662:        * src/classes/table.C 1.78:
                   21663:        * src/doc/doxygen.cmd 1.4:
                   21664:        * src/main/main.dsp 1.98:
                   21665:        * src/types/pa_vhash.h 1.13:
                   21666:        * src/types/pa_vstateless_class.h 1.13:
                   21667:                hash:default
                   21668: 
                   21669:        * src/classes/table.C 1.73:
                   21670:                table:record have name
                   21671: 
                   21672: 2001-05-07  paf
                   21673:        * src/types/pa_value.h 1.51:
                   21674:        * src/types/pa_vtable.h 1.17:
                   21675:                table: fields, then methods.  so to enable 'dir' fields & co.
                   21676: 
                   21677:        * src/main/execute.C 1.153:
                   21678:                ^var[^class:var.method[]] is not constructor now
                   21679: 
                   21680:        * src/main/compile.y 1.130:
                   21681:                grammar: @end
                   21682: 
                   21683:        * src/doc/chm.cmd 1.4:
                   21684:                cmd
                   21685: 
                   21686:        * src/doc/ClassExample2.dox 1.3:
                   21687:        * src/doc/aliased.dox 1.3:
                   21688:        * src/doc/chm.cmd 1.2:
                   21689:        * src/include/code.h 1.29:
                   21690:        * src/include/pa_opcode.h 1.1:
                   21691:        * src/main/compile.C 1.36:
                   21692:        * src/main/compile_tools.h 1.39:
                   21693:        * src/main/execute.C 1.152:
                   21694:        * src/types/pa_value.h 1.53:
                   21695:        * src/types/pa_vbool.h 1.9:
                   21696:        * src/types/pa_vclass.h 1.15:
                   21697:        * src/types/pa_vcode_frame.h 1.4:
                   21698:        * src/types/pa_vcookie.h 1.10:
                   21699:        * src/types/pa_vdouble.h 1.20:
                   21700:        * src/types/pa_venv.h 1.16:
                   21701:        * src/types/pa_vfile.h 1.26:
                   21702:        * src/types/pa_vform.h 1.20:
                   21703:        * src/types/pa_vhash.h 1.12:
                   21704:        * src/types/pa_vimage.h 1.13:
                   21705:        * src/types/pa_vint.h 1.21:
                   21706:        * src/types/pa_vjunction.h 1.6:
                   21707:        * src/types/pa_vmethod_frame.h 1.6:
                   21708:        * src/types/pa_vobject.h 1.8:
                   21709:        * src/types/pa_vrequest.h 1.10:
                   21710:        * src/types/pa_vresponse.h 1.10:
                   21711:        * src/types/pa_vstateless_class.h 1.12:
                   21712:        * src/types/pa_vstring.h 1.25:
                   21713:        * src/types/pa_vtable.h 1.20:
                   21714:        * src/types/pa_vunknown.h 1.12:
                   21715:        * src/types/pa_wcontext.h 1.15:
                   21716:        * src/types/pa_wwrapper.h 1.9:
                   21717:                pa_code.h
                   21718: 
                   21719:        * src/include/pa_table.h 1.30:
                   21720:        * src/main/pa_table.C 1.27:
                   21721:        * src/types/pa_value.h 1.52:
                   21722:        * src/types/pa_vtable.h 1.18:
                   21723:                table: fields, then methods.  so to enable 'dir' fields & co. more
                   21724: 
                   21725:        * src/classes/string.C 1.45:
                   21726:        * src/classes/table.C 1.71:
                   21727:        * src/doc/ClassExample1.dox 1.2:
                   21728:        * src/doc/ClassExample2.dox 1.2:
                   21729:        * src/doc/ClassExample3.dox 1.2:
                   21730:        * src/doc/aliased.dox 1.2:
                   21731:        * src/doc/class.dox 1.2:
                   21732:        * src/doc/compiler.dox 1.2:
                   21733:        * src/doc/doxygen.cfg 1.10:
                   21734:        * src/doc/doxygen.cmd 1.2:
                   21735:        * src/doc/executor.dox 1.2:
                   21736:        * src/doc/index.dox 1.3:
                   21737:        * src/doc/methoded.dox 1.2:
                   21738:        * src/doc/module.dox 1.2:
                   21739:        * src/doc/object.dox 1.2:
                   21740:        * src/doc/pooled.dox 1.2:
                   21741:        * src/doc/string.dox 1.2:
                   21742:        * src/doc/targets.dox 1.2:
                   21743:        * src/doc/value.dox 1.2:
                   21744:        * src/include/code.h 1.28:
                   21745:        * src/include/pa_hash.h 1.39:
                   21746:        * src/include/pa_string.h 1.86:
                   21747:        * src/main/pa_request.C 1.128:
                   21748:        * src/main/pa_sql_driver_manager.C 1.10:
                   21749:        * src/types/pa_vjunction.h 1.5:
                   21750:        * src/types/pa_vtable.h 1.19:
                   21751:                dox, split by not clean parts also
                   21752: 
                   21753:        * src/classes/image.C 1.25:
                   21754:        * src/classes/mail.C 1.27:
                   21755:        * src/classes/string.C 1.46:
                   21756:        * src/doc/chm.cmd 1.3:
                   21757:        * src/include/pa_table.h 1.31:
                   21758:        * src/main/pa_table.C 1.28:
                   21759:        * src/types/pa_value.h 1.54:
                   21760:                method reported errors on wrong pool
                   21761: 
                   21762:        * src/doc/chm.cmd 1.1:
                   21763:        * src/doc/doxygen.cmd 1.3:
                   21764:        * src/doc/view.cmd 1.2:
                   21765:                dox cmd
                   21766: 
                   21767: 2001-05-04  paf
                   21768:        * src/classes/classes.h 1.7:
                   21769:        * src/classes/double.C 1.26:
                   21770:        * src/classes/file.C 1.36:
                   21771:        * src/classes/form.C 1.11:
                   21772:        * src/classes/image.C 1.24:
                   21773:        * src/classes/int.C 1.23:
                   21774:        * src/classes/mail.C 1.26:
                   21775:        * src/classes/op.C 1.14:
                   21776:        * src/classes/random.C 1.11:
                   21777:        * src/classes/response.C 1.11:
                   21778:        * src/classes/string.C 1.44:
                   21779:        * src/classes/table.C 1.70:
                   21780:        * src/classes/unknown.C 1.6:
                   21781:        * src/doc/doxygen.cfg 1.9:
                   21782:        * src/doc/index.dox 1.2:
                   21783:        * src/main/pa_string.C 1.81:
                   21784:                removed m- method dox
                   21785: 
                   21786:        * src/doc/ClassExample1.dox 1.1:
                   21787:        * src/doc/ClassExample2.dox 1.1:
                   21788:        * src/doc/ClassExample3.dox 1.1:
                   21789:        * src/main/execute.C 1.151:
                   21790:                dox: example1 updated
                   21791: 
                   21792: 2001-05-03  paf
                   21793:        * src/classes/classes.h 1.6:
                   21794:        * src/classes/double.C 1.25:
                   21795:        * src/doc/aliased.dox 1.1:
                   21796:        * src/doc/class.dox 1.1:
                   21797:        * src/doc/compiler.dox 1.1:
                   21798:        * src/doc/doxygen.cfg 1.8:
                   21799:        * src/doc/doxygen.txt 1.6:
                   21800:        * src/doc/executor.dox 1.1:
                   21801:        * src/doc/index.dox 1.1:
                   21802:        * src/doc/methoded.dox 1.1:
                   21803:        * src/doc/module.dox 1.1:
                   21804:        * src/doc/object.dox 1.1:
                   21805:        * src/doc/pooled.dox 1.1:
                   21806:        * src/doc/string.dox 1.1:
                   21807:        * src/doc/targets.dox 1.1:
                   21808:        * src/doc/value.dox 1.1:
                   21809:        * src/main/pa_request.C 1.127:
                   21810:                dox splitted .dox files and added some
                   21811: 
                   21812:        * src/classes/Makefile.am 1.7:
                   21813:        * src/doc/doxygen.txt 1.5:
                   21814:                classes/am
                   21815: 
                   21816: 2001-05-02  paf
                   21817:        * src/classes/image.C 1.23:
                   21818:        * src/classes/table.C 1.69:
                   21819:                table:dir result are not tainted by file_name  language now
                   21820: 
                   21821: 2001-04-28  paf
                   21822:        * src/classes/classes.inc 1.5:
                   21823:                removed classes.inc
                   21824: 
                   21825:        * src/classes/classes.C 1.3:
                   21826:        * src/classes/classes.h 1.3:
                   21827:        * src/classes/file.C 1.33:
                   21828:        * src/classes/form.C 1.5:
                   21829:        * src/classes/mail.C 1.24:
                   21830:        * src/include/pa_request.h 1.85:
                   21831:        * src/main/pa_request.C 1.124:
                   21832:                configure started
                   21833: 
                   21834:        * src/classes/file.C [reorganize_user_classes] 1.31.2.5:
                   21835:        * src/classes/table.C [reorganize_user_classes] 1.65.2.4:
                   21836:        * src/main/compile.y [reorganize_user_classes] 1.127.2.2:
                   21837:        * src/main/execute.C [reorganize_user_classes] 1.148.2.3:
                   21838:        * src/main/pa_request.C [reorganize_user_classes] 1.122.2.4:
                   21839:        * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.2:
                   21840:        * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.3:
                   21841:        * src/types/pa_wcontext.h [reorganize_user_classes] 1.12.2.1:
                   21842:                removed ^a.menu{$name} ability. now
                   21843:                $a{^menu{$name}}
                   21844:                or
                   21845:                ^a.menu{$a.name}
                   21846: 
                   21847:        * src/classes/_double.h 1.8:
                   21848:        * src/classes/_file.h 1.5:
                   21849:        * src/classes/_form.h 1.4:
                   21850:        * src/classes/_image.h 1.4:
                   21851:        * src/classes/_int.h 1.8:
                   21852:        * src/classes/_mail.h 1.4:
                   21853:        * src/classes/_op.h 1.6:
                   21854:        * src/classes/_random.h 1.4:
                   21855:        * src/classes/_response.h 1.5:
                   21856:        * src/classes/_string.h 1.10:
                   21857:        * src/classes/_table.h 1.7:
                   21858:        * src/classes/_unknown.h 1.3:
                   21859:        * src/classes/classes.C 1.2:
                   21860:        * src/classes/classes.h 1.2:
                   21861:        * src/classes/classes.inc 1.1:
                   21862:        * src/classes/double.C 1.22:
                   21863:        * src/classes/exec.C 1.4:
                   21864:        * src/classes/file.C 1.32:
                   21865:        * src/classes/form.C 1.4:
                   21866:        * src/classes/image.C 1.22:
                   21867:        * src/classes/int.C 1.20:
                   21868:        * src/classes/mail.C 1.23:
                   21869:        * src/classes/op.C 1.10:
                   21870:        * src/classes/random.C 1.10:
                   21871:        * src/classes/response.C 1.8:
                   21872:        * src/classes/string.C 1.41:
                   21873:        * src/classes/table.C 1.66:
                   21874:        * src/classes/unknown.C 1.3:
                   21875:        * src/include/pa_globals.h 1.51:
                   21876:        * src/include/pa_request.h 1.84:
                   21877:        * src/main/compile.y 1.129:
                   21878:        * src/main/execute.C 1.149:
                   21879:        * src/main/main.dsp 1.93:
                   21880:        * src/main/pa_globals.C 1.57:
                   21881:        * src/main/pa_request.C 1.123:
                   21882:        * src/targets/cgi/parser3.C 1.73:
                   21883:        * src/targets/isapi/parser3isapi.C 1.32:
                   21884:        * src/types/pa_value.h 1.50:
                   21885:        * src/types/pa_vcookie.h 1.9:
                   21886:        * src/types/pa_vdouble.h 1.17:
                   21887:        * src/types/pa_venv.h 1.15:
                   21888:        * src/types/pa_vfile.h 1.23:
                   21889:        * src/types/pa_vform.C 1.28:
                   21890:        * src/types/pa_vform.h 1.17:
                   21891:        * src/types/pa_vimage.h 1.10:
                   21892:        * src/types/pa_vint.h 1.18:
                   21893:        * src/types/pa_vrequest.h 1.9:
                   21894:        * src/types/pa_vresponse.h 1.9:
                   21895:        * src/types/pa_vstateless_class.h 1.11:
                   21896:        * src/types/pa_vstring.h 1.24:
                   21897:        * src/types/pa_vtable.h 1.16:
                   21898:        * src/types/pa_vunknown.h 1.11:
                   21899:        * src/types/pa_wcontext.h 1.13:
                   21900:                Methoded reorganized. todo: methoded-configure
                   21901: 
                   21902:        * src/classes/classes.inc 1.4:
                   21903:        * src/main/Makefile.am 1.12:
                   21904:                removed pa_methoded from .am
                   21905: 
                   21906:        * src/main/execute.C 1.150:
                   21907:        * src/types/pa_wcontext.h 1.14:
                   21908:                Methoded reorganized 2. todo: methoded-configure
                   21909: 
                   21910:        * src/classes/Makefile.am 1.4:
                   21911:        * src/classes/classes.awk 1.1:
                   21912:        * src/classes/classes.cmd 1.1:
                   21913:        * src/classes/classes.inc 1.2:
                   21914:        * src/classes/gawk.exe 1.1:
                   21915:        * src/classes/ls.exe 1.1:
                   21916:        * src/main/bison.exe 1.1:
                   21917:                classes.inc autogenerator
                   21918: 
                   21919:        * src/classes/form.C 1.6:
                   21920:        * src/include/pa_request.h 1.86:
                   21921:        * src/main/pa_request.C 1.125:
                   21922:                about to move configured data to special request hash
                   21923: 
                   21924:        * src/classes/form.C 1.7:
                   21925:        * src/classes/mail.C 1.25:
                   21926:        * src/classes/op.C 1.11:
                   21927:        * src/include/pa_globals.h 1.52:
                   21928:        * src/include/pa_request.h 1.87:
                   21929:        * src/main/pa_globals.C 1.58:
                   21930:        * src/main/pa_request.C 1.126:
                   21931:                moved some configured data to request::classes_conf
                   21932:                moved some string crations from globals to M...
                   21933: 
1.39      paf      21934:        * src/classes/Makefile.am 1.5:
                   21935:        * src/main/main.dsp 1.95:
                   21936:                classes/Makefile.am
                   21937: 
1.15      paf      21938:        * src/classes/classes.C 1.4:
                   21939:        * src/classes/classes.h 1.4:
                   21940:        * src/classes/double.C 1.23:
                   21941:        * src/classes/file.C 1.34:
                   21942:        * src/classes/form.C 1.9:
                   21943:        * src/classes/int.C 1.21:
                   21944:        * src/classes/op.C 1.12:
                   21945:        * src/classes/response.C 1.9:
                   21946:        * src/classes/string.C 1.42:
                   21947:        * src/classes/table.C 1.67:
                   21948:        * src/classes/unknown.C 1.4:
                   21949:        * src/include/pa_methoded.h 1.1:
                   21950:        * src/main/Makefile.am 1.11:
                   21951:        * src/main/main.dsp 1.94:
                   21952:        * src/main/pa_methoded.C 1.1:
                   21953:        * src/targets/cgi/parser3.C 1.75:
                   21954:        * src/types/pa_vdouble.h 1.18:
                   21955:        * src/types/pa_vfile.h 1.24:
                   21956:        * src/types/pa_vform.h 1.18:
                   21957:        * src/types/pa_vimage.h 1.11:
                   21958:        * src/types/pa_vint.h 1.19:
                   21959:                classes/classes renamet to include|main/pa_methoded
                   21960: 
                   21961:        * src/include/pa_string.h 1.85:
                   21962:        * src/main/pa_globals.C 1.60:
                   21963:        * src/main/untaint.C 1.47:
                   21964:        * src/targets/cgi/parser3.C 1.74:
                   21965:        * src/targets/isapi/parser3isapi.C 1.33:
                   21966:                z
                   21967: 
                   21968:        * src/classes/Makefile.am 1.6:
                   21969:        * src/classes/classes.C 1.5:
                   21970:        * src/classes/classes.h 1.5:
                   21971:        * src/classes/classes.inc 1.3:
                   21972:        * src/classes/double.C 1.24:
                   21973:        * src/classes/file.C 1.35:
                   21974:        * src/classes/form.C 1.10:
                   21975:        * src/classes/int.C 1.22:
                   21976:        * src/classes/op.C 1.13:
                   21977:        * src/classes/response.C 1.10:
                   21978:        * src/classes/string.C 1.43:
                   21979:        * src/classes/table.C 1.68:
                   21980:        * src/classes/unknown.C 1.5:
                   21981:        * src/include/pa_methoded.h 1.2:
                   21982:        * src/main/main.dsp 1.96:
                   21983:        * src/main/pa_methoded.C 1.2:
                   21984:        * src/targets/cgi/parser3.C 1.76:
                   21985:        * src/types/pa_vdouble.h 1.19:
                   21986:        * src/types/pa_vfile.h 1.25:
                   21987:        * src/types/pa_vform.h 1.19:
                   21988:        * src/types/pa_vimage.h 1.12:
                   21989:        * src/types/pa_vint.h 1.20:
                   21990:                renamed pa_methoded back to classes/classes.h
                   21991: 
                   21992:        * src/classes/_string.h [reorganize_user_classes] 1.9.2.1:
                   21993:        * src/classes/classes.C [reorganize_user_classes] 1.1.2.2:
                   21994:        * src/classes/classes.h [reorganize_user_classes] 1.1.2.2:
                   21995:        * src/classes/double.C [reorganize_user_classes] 1.21.4.2:
                   21996:        * src/classes/exec.C [reorganize_user_classes] 1.3.4.1:
                   21997:        * src/classes/file.C [reorganize_user_classes] 1.31.2.4:
                   21998:        * src/classes/form.C [reorganize_user_classes] 1.3.4.2:
                   21999:        * src/classes/image.C [reorganize_user_classes] 1.21.2.4:
                   22000:        * src/classes/int.C [reorganize_user_classes] 1.19.4.3:
                   22001:        * src/classes/mail.C [reorganize_user_classes] 1.22.2.3:
                   22002:        * src/classes/op.C [reorganize_user_classes] 1.9.2.3:
                   22003:        * src/classes/random.C [reorganize_user_classes] 1.9.2.3:
                   22004:        * src/classes/response.C [reorganize_user_classes] 1.7.4.3:
                   22005:        * src/classes/string.C [reorganize_user_classes] 1.40.2.3:
                   22006:        * src/classes/table.C [reorganize_user_classes] 1.65.2.3:
                   22007:        * src/classes/unknown.C [reorganize_user_classes] 1.2.4.2:
                   22008:        * src/include/pa_request.h [reorganize_user_classes] 1.83.2.1:
                   22009:        * src/main/compile.y [reorganize_user_classes] 1.127.2.1:
                   22010:        * src/main/execute.C [reorganize_user_classes] 1.148.2.2:
                   22011:        * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.3:
                   22012:        * src/main/pa_request.C [reorganize_user_classes] 1.122.2.3:
                   22013:        * src/types/pa_value.h [reorganize_user_classes] 1.49.4.2:
                   22014:        * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.2:
                   22015:        * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.2:
                   22016:        * src/types/pa_vform.C [reorganize_user_classes] 1.27.2.1:
                   22017:        * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.2:
                   22018:        * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.2:
                   22019:        * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.2:
                   22020:        * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.2:
                   22021:        * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.2:
                   22022:        * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.2:
                   22023:        * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.2:
                   22024:                beautifying just compiled. todo: debug, configure
                   22025: 
                   22026:        * src/classes/classes.awk 1.2:
                   22027:                skipped classes in .awk
                   22028: 
                   22029:        * src/classes/form.C 1.8:
                   22030:        * src/include/pa_globals.h 1.53:
                   22031:        * src/main/pa_globals.C 1.59:
                   22032:                moved some configured data to request::classes_conf
                   22033:                moved some string crations from globals to M...
                   22034:                [works]
                   22035: 
                   22036: 2001-04-27  paf
                   22037:        * src/main/compile.y 1.128:
                   22038:                serge@ found @CLASS bug. fixed
                   22039: 
                   22040:        * src/classes/_double.h [reorganize_user_classes] 1.7.2.1:
                   22041:        * src/classes/_form.h [reorganize_user_classes] 1.3.2.1:
                   22042:        * src/classes/_int.h [reorganize_user_classes] 1.7.2.1:
                   22043:        * src/classes/_response.h [reorganize_user_classes] 1.4.2.1:
                   22044:        * src/classes/_unknown.h [reorganize_user_classes] 1.2.2.1:
                   22045:        * src/classes/classes.C [reorganize_user_classes] 1.1.2.1:
                   22046:        * src/classes/classes.h [reorganize_user_classes] 1.1.2.1:
                   22047:        * src/classes/double.C [reorganize_user_classes] 1.21.4.1:
                   22048:        * src/classes/file.C [reorganize_user_classes] 1.31.2.2:
                   22049:        * src/classes/form.C [reorganize_user_classes] 1.3.4.1:
                   22050:        * src/classes/image.C [reorganize_user_classes] 1.21.2.2:
                   22051:        * src/classes/int.C [reorganize_user_classes] 1.19.4.2:
                   22052:        * src/classes/mail.C [reorganize_user_classes] 1.22.2.2:
                   22053:        * src/classes/op.C [reorganize_user_classes] 1.9.2.2:
                   22054:        * src/classes/random.C [reorganize_user_classes] 1.9.2.2:
                   22055:        * src/classes/response.C [reorganize_user_classes] 1.7.4.2:
                   22056:        * src/classes/string.C [reorganize_user_classes] 1.40.2.2:
                   22057:        * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.2:
                   22058:        * src/main/main.dsp [reorganize_user_classes] 1.92.2.2:
                   22059:        * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.2:
                   22060:        * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.1:
                   22061:        * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.1:
                   22062:        * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.1:
                   22063:        * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.1:
                   22064:        * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.1:
                   22065:        * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.1:
                   22066:        * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.1:
                   22067:        * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.1:
                   22068:        * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.1:
                   22069:                beautifying -100
                   22070: 
                   22071:        * src/classes/classes.C 1.1:
                   22072:                file classes.C was initially added on branch
                   22073:                reorganize_user_classes.
                   22074: 
                   22075:        * src/classes/file.C [reorganize_user_classes] 1.31.2.3:
                   22076:        * src/classes/image.C [reorganize_user_classes] 1.21.2.3:
                   22077:        * src/classes/table.C [reorganize_user_classes] 1.65.2.2:
                   22078:        * src/main/execute.C [reorganize_user_classes] 1.148.2.1:
                   22079:        * src/main/pa_request.C [reorganize_user_classes] 1.122.2.2:
                   22080:        * src/types/pa_vstateless_class.h [reorganize_user_classes] 1.10.2.1:
                   22081:                beautifying -99
                   22082: 
                   22083:        * src/classes/_file.h [reorganize_user_classes] 1.4.2.1:
                   22084:        * src/classes/_image.h [reorganize_user_classes] 1.3.2.1:
                   22085:        * src/classes/_mail.h [reorganize_user_classes] 1.3.2.1:
                   22086:        * src/classes/_op.h [reorganize_user_classes] 1.5.2.1:
                   22087:        * src/classes/_random.h [reorganize_user_classes] 1.3.2.1:
                   22088:        * src/classes/_table.h [reorganize_user_classes] 1.6.2.1:
                   22089:        * src/classes/file.C [reorganize_user_classes] 1.31.2.1:
                   22090:        * src/classes/image.C [reorganize_user_classes] 1.21.2.1:
                   22091:        * src/classes/int.C [reorganize_user_classes] 1.19.4.1:
                   22092:        * src/classes/mail.C [reorganize_user_classes] 1.22.2.1:
                   22093:        * src/classes/op.C [reorganize_user_classes] 1.9.2.1:
                   22094:        * src/classes/random.C [reorganize_user_classes] 1.9.2.1:
                   22095:        * src/classes/response.C [reorganize_user_classes] 1.7.4.1:
                   22096:        * src/classes/string.C [reorganize_user_classes] 1.40.2.1:
                   22097:        * src/classes/table.C [reorganize_user_classes] 1.65.2.1:
                   22098:        * src/classes/unknown.C [reorganize_user_classes] 1.2.4.1:
                   22099:        * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.1:
                   22100:        * src/main/main.dsp [reorganize_user_classes] 1.92.2.1:
                   22101:        * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.1:
                   22102:        * src/main/pa_request.C [reorganize_user_classes] 1.122.2.1:
                   22103:        * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.1:
                   22104:        * src/types/pa_value.h [reorganize_user_classes] 1.49.4.1:
                   22105:        * src/types/pa_vcookie.h [reorganize_user_classes] 1.8.2.1:
                   22106:        * src/types/pa_venv.h [reorganize_user_classes] 1.14.2.1:
                   22107:        * src/types/pa_vrequest.h [reorganize_user_classes] 1.8.2.1:
                   22108:                started beautifying
                   22109: 
                   22110:        * src/classes/classes.h 1.1:
                   22111:                file classes.h was initially added on branch
                   22112:                reorganize_user_classes.
                   22113: 
                   22114: 2001-04-26  paf
                   22115:        * src/main/pa_request.C 1.121:
                   22116:        * src/main/pa_string.C 1.80:
                   22117:                z
                   22118: 
                   22119:        * src/classes/_exec.h 1.4:
                   22120:        * src/classes/_image.h 1.3:
                   22121:        * src/classes/image.C 1.21:
                   22122:        * src/classes/mail.C 1.22:
                   22123:        * src/classes/op.C 1.9:
                   22124:        * src/classes/random.C 1.9:
                   22125:        * src/classes/string.C 1.40:
                   22126:        * src/classes/table.C 1.65:
                   22127:        * src/doc/doxygen.cfg 1.5:
                   22128:        * src/doc/doxygen.cfg 1.6:
                   22129:        * src/doc/doxygen.cfg 1.7:
                   22130:        * src/doc/doxygen.txt 1.4:
                   22131:        * src/include/pa_array.h 1.36:
                   22132:        * src/include/pa_config_fixed.h 1.5:
                   22133:        * src/include/pa_config_includes.h 1.5:
                   22134:        * src/include/pa_dir.h 1.3:
                   22135:        * src/include/pa_socks.h 1.2:
                   22136:        * src/include/pa_string.h 1.84:
                   22137:        * src/main/compile_tools.h 1.38:
                   22138:        * src/main/pa_common.C 1.52:
                   22139:        * src/main/pa_request.C 1.122:
                   22140:        * src/main/pa_socks.C 1.3:
                   22141:        * src/sql/pa_sql_driver.h 1.8:
                   22142:        * src/targets/cgi/pa_pool.C 1.4:
                   22143:        * src/types/pa_vbool.h 1.7:
                   22144:        * src/types/pa_vbool.h 1.8:
                   22145:        * src/types/pa_vclass.h 1.13:
                   22146:        * src/types/pa_vclass.h 1.14:
                   22147:        * src/types/pa_vcode_frame.h 1.2:
                   22148:        * src/types/pa_vcode_frame.h 1.3:
                   22149:        * src/types/pa_vcookie.h 1.8:
                   22150:        * src/types/pa_vdouble.h 1.16:
                   22151:        * src/types/pa_venv.h 1.14:
                   22152:        * src/types/pa_vfile.h 1.22:
                   22153:        * src/types/pa_vform.C 1.27:
                   22154:        * src/types/pa_vform.h 1.16:
                   22155:        * src/types/pa_vhash.h 1.11:
                   22156:        * src/types/pa_vimage.C 1.7:
                   22157:        * src/types/pa_vimage.h 1.9:
                   22158:        * src/types/pa_vint.h 1.17:
                   22159:        * src/types/pa_vjunction.h 1.3:
                   22160:        * src/types/pa_vjunction.h 1.4:
                   22161:        * src/types/pa_vmethod_frame.h 1.4:
                   22162:        * src/types/pa_vmethod_frame.h 1.5:
                   22163:        * src/types/pa_vobject.h 1.6:
                   22164:        * src/types/pa_vobject.h 1.7:
                   22165:        * src/types/pa_vrequest.C 1.5:
                   22166:        * src/types/pa_vrequest.h 1.8:
                   22167:        * src/types/pa_vstateless_class.C 1.8:
                   22168:        * src/types/pa_vstateless_class.h 1.10:
                   22169:        * src/types/pa_vstateless_object.h 1.8:
                   22170:        * src/types/pa_vstring.C 1.5:
                   22171:        * src/types/pa_vstring.h 1.23:
                   22172:        * src/types/pa_vtable.h 1.15:
                   22173:        * src/types/pa_vunknown.h 1.10:
                   22174:        * src/types/pa_wcontext.C 1.6:
                   22175:        * src/types/pa_wcontext.h 1.12:
                   22176:        * src/types/pa_wwrapper.h 1.7:
                   22177:        * src/types/pa_wwrapper.h 1.8:
                   22178:                code documentation ++
                   22179: 
                   22180:        * src/include/pa_common.h 1.42:
                   22181:        * src/include/pa_types.h 1.25:
                   22182:        * src/main/pa_sql_driver_manager.C 1.9:
                   22183:                module [and, guess, isapi] connection caching fixed.
                   22184:                request-pooled-url were stored into global connectioncache
                   22185: 
                   22186: 2001-04-25  paf
                   22187:        * src/doc/doxygen.cfg 1.4:
                   22188:        * src/doc/doxygen.txt 1.3:
                   22189:        * src/targets/isapi/parser3isapi.C 1.31:
                   22190:                started doc / [doxygen.txt]
                   22191: 
                   22192:        * src/include/code.h 1.27:
                   22193:        * src/include/pa_common.h 1.41:
                   22194:        * src/main/compile.y 1.127:
                   22195:        * src/main/execute.C 1.148:
                   22196:        * src/main/pa_common.C 1.51:
                   22197:                -d
                   22198: 
                   22199:        * src/classes/file.C 1.31:
                   22200:        * src/main/pa_exec.C 1.5:
                   22201:        * src/targets/cgi/parser3.C 1.72:
                   22202:                illegal call check a bit improved, but still under iis no
                   22203:                mapping of dir with parser allowed!
                   22204: 
                   22205: 2001-04-24  paf
                   22206:        * src/targets/Makefile.in 1.2:
                   22207:        * src/targets/apache13/Makefile.in 1.1:
                   22208:                apache makefile.in s
                   22209: 
                   22210:        * src/targets/Makefile.am 1.5:
                   22211:        * src/targets/apache13/Makefile.am 1.1:
                   22212:                apache module lib .am
                   22213: 
                   22214:        * src/main/pa_exec.C 1.4:
                   22215:                windows32 buildCommand
                   22216: 
                   22217: 2001-04-23  paf
                   22218:        * src/classes/image.C 1.20:
                   22219:        * src/classes/mail.C 1.21:
                   22220:        * src/include/pa_globals.h 1.50:
                   22221:        * src/include/pa_string.h 1.83:
                   22222:        * src/main/pa_exec.C 1.3:
                   22223:        * src/main/pa_request.C 1.119:
                   22224:        * src/main/untaint.C 1.44:
                   22225:                untaint -       @test optimize whitespaces for all but 'html'
                   22226: 
                   22227:        * src/main/untaint.C 1.46:
                   22228:                untaint without charset
                   22229: 
                   22230:        * src/targets/cgi/parser3.C 1.68:
                   22231:                cgi /// @test disable /cgi-bin/parser3/auto.p
                   22232: 
                   22233:        * src/classes/random.C 1.8:
                   22234:        * src/targets/cgi/parser3.C 1.71:
                   22235:                redo failed
                   22236:                /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
                   22237: 
                   22238:        * src/main/untaint.C 1.45:
                   22239:                mail header only once to =?
                   22240: 
                   22241:        * src/classes/mail.C 1.20:
                   22242:        * src/include/pa_hash.h 1.38:
                   22243:        * src/include/pa_string.h 1.82:
                   22244:        * src/main/pa_common.C 1.49:
                   22245:        * src/main/pa_hash.C 1.34:
                   22246:        * src/main/pa_request.C 1.118:
                   22247:        * src/main/untaint.C 1.43:
                   22248:                untaint -       @test mail-header
                   22249: 
                   22250:        * src/include/pa_config_auto.h.in 1.1:
                   22251:                .h.in
                   22252: 
                   22253:        * src/targets/cgi/parser3.C 1.69:
                   22254:                cgi cmdline ver
                   22255: 
                   22256:        * src/main/pa_request.C 1.120:
                   22257:        * src/targets/cgi/parser3.C 1.70:
                   22258:                // @test with commandline start "parser3 a.html" so that ^load
                   22259:                a.cfg] worked! [now doesnt]
                   22260: 
                   22261:        * src/main/execute.C 1.147:
                   22262:                operators first!
                   22263:                so that ^table.menu{^rem{}} would not be 'unknown column'
                   22264: 
                   22265:        * src/include/pa_array.h 1.35:
                   22266:        * src/main/pa_array.C 1.31:
                   22267:        * src/types/pa_vfile.h 1.20:
                   22268:        * src/types/pa_vfile.h 1.21:
                   22269:                vfile fields return type
                   22270: 
                   22271:        * src/Makefile.in 1.1:
                   22272:        * src/classes/Makefile.in 1.1:
                   22273:        * src/main/Makefile.in 1.1:
                   22274:        * src/targets/cgi/Makefile.in 1.1:
                   22275:        * src/types/Makefile.in 1.1:
                   22276:                makefile ins
                   22277: 
                   22278:        * src/main/pa_string.C 1.78:
                   22279:                tested OK
                   22280:                /// @test really @b test: s x m [tested: i & g ]
                   22281: 
                   22282:        * src/targets/Makefile.in 1.1:
                   22283:                makefiles&co
                   22284: 
                   22285:        * src/classes/Makefile 1.2:
                   22286:        * src/main/Makefile 1.2:
                   22287:        * src/targets/cgi/Makefile 1.2:
                   22288:        * src/types/Makefile 1.2:
                   22289:                makefiles removed
                   22290: 
                   22291:        * src/classes/Makefile 1.1:
                   22292:        * src/main/Makefile 1.1:
                   22293:        * src/main/pa_string.C 1.79:
                   22294:        * src/targets/cgi/Makefile 1.1:
                   22295:        * src/types/Makefile 1.1:
                   22296:                configure.in + makefiles
                   22297: 
                   22298:        * src/classes/table.C 1.64:
                   22299:        * src/types/pa_vform.C 1.26:
                   22300:        * src/types/pa_vtable.h 1.14:
                   22301:                /// @test $a.menu{ $a[123] }
                   22302:                and $a.menu{^table:set[]...}
                   22303: 
                   22304:        * src/targets/cgi/Makefile.am 1.5:
                   22305:                liblink
                   22306: 
                   22307:        * src/targets/cgi/Makefile.am 1.6:
                   22308:        * src/targets/cgi/Makefile.am 1.7:
                   22309:                win32 conditional
                   22310: 
                   22311:        * src/include/pa_config_fixed.h 1.4:
                   22312:        * src/include/pa_config_includes.h 1.4:
                   22313:        * src/main/pa_common.C 1.50:
                   22314:                common: file_write /// @test mkdirs  file_delete rmdirs
                   22315: 
                   22316: 2001-04-20  paf
                   22317:        * src/main/untaint.C 1.41:
                   22318:        * src/targets/cgi/parser3.C 1.66:
                   22319:                fixed header "a/a"
                   22320: 
                   22321:        * src/main/untaint.C 1.42:
                   22322:                z
                   22323: 
                   22324:        * src/classes/string.C 1.39:
                   22325:        * src/classes/table.C 1.63:
                   22326:        * src/include/pa_globals.h 1.49:
                   22327:        * src/include/pa_request.h 1.83:
                   22328:        * src/include/pa_string.h 1.81:
                   22329:        * src/main/compile.y 1.126:
                   22330:        * src/main/pa_globals.C 1.56:
                   22331:        * src/main/pa_request.C 1.117:
                   22332:        * src/main/pa_string.C 1.77:
                   22333:        * src/targets/cgi/parser3.C 1.67:
                   22334:                $MAIN:LOCALE
                   22335: 
                   22336: 2001-04-19  paf
                   22337:        * src/main/compile_tools.h 1.37:
                   22338:                $a$b bugfix
                   22339: 
                   22340:        * src/classes/file.C 1.30:
                   22341:        * src/targets/cgi/parser3.C 1.65:
                   22342:                z
                   22343: 
                   22344:        * src/include/pa_common.h 1.39:
                   22345:        * src/main/pa_common.C 1.48:
                   22346:        * src/main/pa_request.C 1.116:
                   22347:        * src/main/untaint.C 1.40:
                   22348:        * src/targets/isapi/parser3isapi.C 1.30:
                   22349:        * src/types/pa_vcookie.C 1.19:
                   22350:                changed urlencode here and in untaint.C to HTTP standard's "
                   22351:                and \" mech
                   22352: 
                   22353:        * src/classes/file.C 1.29:
                   22354:        * src/include/pa_common.h 1.40:
                   22355:        * src/types/pa_vcookie.C 1.20:
                   22356:                done: header to $fields. waits for header '\' tricks
                   22357: 
                   22358:        * src/main/pa_request.C 1.115:
                   22359:        * src/targets/isapi/parser3isapi.C 1.29:
                   22360:                fixed http://alx/~paf/ doesnt load /auto.p
                   22361: 
                   22362: 2001-04-18  paf
                   22363:        * src/main/Makefile.am 1.10:
                   22364:        * src/main/main.dsp 1.92:
                   22365:        * src/targets/cgi/Makefile.am 1.4:
                   22366:                linux @alx
                   22367: 
                   22368:        * src/main/pa_request.C 1.114:
                   22369:                1
                   22370: 
                   22371: 2001-04-17  paf
                   22372:        * src/classes/file.C 1.28:
                   22373:        * src/classes/image.C 1.19:
                   22374:        * src/doc/doxygen.cfg 1.3:
                   22375:        * src/include/pa_sql_connection.h 1.5:
                   22376:        * src/main/pa_sql_driver_manager.C 1.8:
                   22377:        * src/sql/pa_sql_driver.h 1.7:
                   22378:                SQL_Driver_services renamed. doxygen statics enabled
                   22379: 
                   22380:        * src/Makefile.am 1.5:
                   22381:        * src/classes/Makefile.am 1.3:
                   22382:        * src/classes/_double.h 1.7:
                   22383:        * src/classes/_exec.h 1.3:
                   22384:        * src/classes/_file.h 1.4:
                   22385:        * src/classes/_form.h 1.3:
                   22386:        * src/classes/_image.h 1.2:
                   22387:        * src/classes/_int.h 1.7:
                   22388:        * src/classes/_mail.h 1.3:
                   22389:        * src/classes/_op.h 1.5:
                   22390:        * src/classes/_random.h 1.3:
                   22391:        * src/classes/_response.h 1.4:
                   22392:        * src/classes/_string.h 1.9:
                   22393:        * src/classes/_table.h 1.6:
                   22394:        * src/classes/_unknown.h 1.2:
                   22395:        * src/classes/file.C 1.27:
                   22396:        * src/classes/image.C 1.18:
                   22397:        * src/classes/mail.C 1.19:
                   22398:        * src/classes/op.C 1.8:
                   22399:        * src/classes/random.C 1.7:
                   22400:        * src/include/pa_config_fixed.h 1.3:
                   22401:        * src/include/pa_config_includes.h 1.3:
                   22402:        * src/include/pa_hash.h 1.37:
                   22403:        * src/include/pa_sql_driver_manager.h 1.3:
                   22404:        * src/include/pa_version.h 1.2:
                   22405:        * src/main/Makefile.am 1.9:
                   22406:        * src/main/compile.y 1.125:
                   22407:        * src/main/pa_common.C 1.47:
                   22408:        * src/main/pa_exec.C 1.2:
                   22409:        * src/main/pa_socks.C 1.2:
                   22410:        * src/main/pa_sql_driver_manager.C 1.7:
                   22411:        * src/sql/Makefile.am 1.2:
                   22412:        * src/sql/pa_sql_driver.h 1.6:
                   22413:        * src/targets/cgi/Makefile.am 1.3:
                   22414:        * src/targets/cgi/parser3.C 1.64:
                   22415:        * src/types/Makefile.am 1.3:
                   22416:        * src/types/pa_vcookie.C 1.18:
                   22417:        * src/types/pa_vform.C 1.25:
                   22418:        * src/types/pa_vimage.h 1.8:
                   22419:                exec @jav
                   22420: 
                   22421:        * src/include/pa_sql_driver_manager.h [gcc0415] 1.2.2.1:
                   22422:        * src/main/pa_sql_driver_manager.C [gcc0415] 1.6.2.1:
                   22423:        * src/sql/pa_sql_driver.h [gcc0415] 1.5.2.1:
                   22424:        * src/types/pa_vimage.h [gcc0415] 1.7.2.1:
                   22425:                sql driver interface now has initialize(client .so)
                   22426: 
                   22427: 2001-04-16  paf
                   22428:        * src/Makefile.am [gcc0415] 1.4.2.2:
                   22429:                compile2 cygwin
                   22430: 
                   22431:        * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.2:
                   22432:                compile0 jav
                   22433: 
                   22434:        * src/Makefile.am [gcc0415] 1.4.2.1:
                   22435:        * src/classes/Makefile.am [gcc0415] 1.2.2.1:
                   22436:        * src/classes/_double.h [gcc0415] 1.6.2.1:
                   22437:        * src/classes/_exec.h [gcc0415] 1.2.2.1:
                   22438:        * src/classes/_file.h [gcc0415] 1.3.2.1:
                   22439:        * src/classes/_form.h [gcc0415] 1.2.2.1:
                   22440:        * src/classes/_image.h [gcc0415] 1.1.2.1:
                   22441:        * src/classes/_int.h [gcc0415] 1.6.2.1:
                   22442:        * src/classes/_mail.h [gcc0415] 1.2.2.1:
                   22443:        * src/classes/_op.h [gcc0415] 1.4.2.1:
                   22444:        * src/classes/_random.h [gcc0415] 1.2.2.1:
                   22445:        * src/classes/_response.h [gcc0415] 1.3.2.1:
                   22446:        * src/classes/_string.h [gcc0415] 1.8.2.1:
                   22447:        * src/classes/_table.h [gcc0415] 1.5.2.1:
                   22448:        * src/classes/_unknown.h [gcc0415] 1.1.2.1:
                   22449:        * src/classes/image.C [gcc0415] 1.17.2.1:
                   22450:        * src/classes/mail.C [gcc0415] 1.18.2.1:
                   22451:        * src/classes/op.C [gcc0415] 1.7.2.1:
                   22452:        * src/classes/random.C [gcc0415] 1.6.2.1:
                   22453:        * src/include/pa_config_fixed.h [gcc0415] 1.2.2.1:
                   22454:        * src/include/pa_config_includes.h [gcc0415] 1.2.2.1:
                   22455:        * src/include/pa_hash.h [gcc0415] 1.36.2.1:
                   22456:        * src/include/pa_version.h [gcc0415] 1.1.2.1:
                   22457:        * src/main/Makefile.am [gcc0415] 1.8.2.1:
                   22458:        * src/main/compile.y [gcc0415] 1.124.2.1:
                   22459:        * src/main/pa_common.C [gcc0415] 1.46.2.1:
                   22460:        * src/main/pa_exec.C [gcc0415] 1.1.2.1:
                   22461:        * src/sql/Makefile.am [gcc0415] 1.1.2.1:
                   22462:        * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.1:
                   22463:        * src/targets/cgi/parser3.C [gcc0415] 1.63.2.1:
                   22464:        * src/types/Makefile.am [gcc0415] 1.2.2.1:
                   22465:        * src/types/pa_vcookie.C [gcc0415] 1.17.2.1:
                   22466:        * src/types/pa_vform.C [gcc0415] 1.24.2.1:
                   22467:                compile-1
                   22468: 
                   22469:        * src/include/pa_config_includes.h [gcc0415] 1.2.2.2:
                   22470:        * src/main/pa_exec.C [gcc0415] 1.1.2.2:
                   22471:        * src/main/pa_socks.C [gcc0415] 1.1.2.1:
                   22472:        * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.3:
                   22473:                compile1 cygwin
                   22474: 
                   22475: 2001-04-15  paf
                   22476:        * src/classes/op.C 1.5:
                   22477:        * src/include/pa_request.h 1.82:
                   22478:        * src/types/pa_value.h 1.48:
                   22479:        * src/types/pa_vmethod_frame.h 1.3:
                   22480:                MethodParams in op.C
                   22481: 
                   22482:        * src/types/pa_value.h 1.49:
                   22483:                MethodParams !junction
                   22484: 
                   22485:        * src/classes/table.C 1.62:
                   22486:                table:empty +=process
                   22487: 
                   22488:        * src/classes/op.C 1.7:
                   22489:                z
                   22490: 
                   22491:        * src/classes/_string.h 1.8:
                   22492:        * src/classes/double.C 1.21:
                   22493:        * src/classes/file.C 1.26:
                   22494:        * src/classes/image.C 1.17:
                   22495:        * src/classes/int.C 1.19:
                   22496:        * src/classes/mail.C 1.18:
                   22497:        * src/classes/op.C 1.6:
                   22498:        * src/classes/random.C 1.6:
                   22499:        * src/classes/response.C 1.7:
                   22500:        * src/classes/string.C 1.38:
                   22501:        * src/classes/table.C 1.61:
                   22502:        * src/classes/unknown.C 1.2:
                   22503:        * src/main/pa_request.C 1.113:
                   22504:                MethodParams everywhere
                   22505: 
                   22506: 2001-04-12  paf
                   22507:        * src/classes/_unknown.h 1.1:
                   22508:        * src/classes/unknown.C 1.1:
                   22509:        * src/include/pa_globals.h 1.48:
                   22510:        * src/main/main.dsp 1.91:
                   22511:        * src/main/pa_globals.C 1.55:
                   22512:        * src/types/pa_vunknown.h 1.9:
                   22513:                ^unknown:int[]=0 double[]=0
                   22514: 
                   22515:        * src/classes/image.C 1.13:
                   22516:                image:line/fill/rectangle/bar/replace/polygon/polybar
                   22517: 
                   22518:        * src/classes/image.C 1.15:
                   22519:        * src/main/pa_hash.C 1.33:
                   22520:                hash bug fixed
                   22521: 
                   22522:        * src/classes/image.C 1.12:
                   22523:        * src/classes/op.C 1.4:
                   22524:        * src/main/execute.C 1.146:
                   22525:        * src/types/pa_value.h 1.47:
                   22526:        * src/types/pa_vmethod_frame.h 1.2:
                   22527:        * src/types/pa_wcontext.h 1.11:
                   22528:                for var now written not to r.wcontext, but to r.root
                   22529:                cleared "entered_object" state
                   22530: 
                   22531:        * src/classes/image.C 1.16:
                   22532:        * src/types/pa_vimage.h 1.7:
                   22533:                image:font :text
                   22534: 
                   22535:        * src/classes/image.C 1.14:
                   22536:                image:gif now does not have params
                   22537: 
                   22538: 2001-04-11  paf
                   22539:        * src/classes/mail.C 1.17:
                   22540:        * src/classes/op.C 1.3:
                   22541:        * src/targets/cgi/parser3.C 1.63:
                   22542:        * src/types/pa_value.h 1.46:
                   22543:        * src/types/pa_vfile.C 1.15:
                   22544:        * src/types/pa_vfile.h 1.19:
                   22545:        * src/types/pa_vform.C 1.24:
                   22546:        * src/types/pa_vstring.C 1.3:
                   22547:        * src/types/pa_vstring.h 1.22:
                   22548:                forced UL_FILE_NAME of posted file name
                   22549: 
                   22550:        * src/classes/image.C 1.7:
                   22551:        * src/main/execute.C 1.145:
                   22552:        * src/main/main.dsp 1.89:
                   22553:        * src/main/pa_request.C 1.112:
                   22554:        * src/types/pa_vcframe.h 1.4:
                   22555:        * src/types/pa_vcode_frame.h 1.1:
                   22556:        * src/types/pa_vimage.C 1.4:
                   22557:        * src/types/pa_vimage.h 1.4:
                   22558:        * src/types/pa_vmethod_frame.h 1.1:
                   22559:        * src/types/pa_vmframe.h 1.13:
                   22560:                libimaging dead end: pil parses header in .py
                   22561: 
                   22562:        * src/classes/image.C 1.8:
                   22563:        * src/types/pa_vimage.C 1.5:
                   22564:        * src/types/pa_vimage.h 1.5:
                   22565:                gd started porting to Pooled descendant
                   22566: 
                   22567:        * src/classes/image.C 1.5:
                   22568:        * src/main/pa_request.C 1.110:
                   22569:        * src/types/pa_vform.C 1.23:
                   22570:                fixed post [broke when moved post read to core]
                   22571: 
                   22572:        * src/main/main.dsp 1.87:
                   22573:                gd+smtp made separate libs
                   22574: 
                   22575:        * src/classes/image.C 1.9:
                   22576:        * src/types/pa_vimage.C 1.6:
                   22577:        * src/types/pa_vimage.h 1.6:
                   22578:                gd todo: gif without file
                   22579: 
                   22580:        * src/include/pa_globals.h 1.46:
                   22581:        * src/include/pa_string.h 1.80:
                   22582:        * src/main/pa_common.C 1.46:
                   22583:        * src/main/pa_request.C 1.111:
                   22584:        * src/main/untaint.C 1.39:
                   22585:        * src/types/pa_vfile.C 1.16:
                   22586:        * src/types/pa_vstring.C 1.4:
                   22587:                fixed vstring:as_vfile  length
                   22588: 
                   22589:        * src/classes/image.C 1.6:
                   22590:        * src/include/pa_globals.h 1.47:
                   22591:        * src/main/main.dsp 1.88:
                   22592:        * src/main/pa_globals.C 1.54:
                   22593:        * src/types/pa_vimage.C 1.3:
                   22594:        * src/types/pa_vimage.h 1.3:
                   22595:                gd dead end. switching to python imaging lib
                   22596: 
                   22597:        * src/classes/image.C 1.10:
                   22598:        * src/main/main.dsp 1.90:
                   22599:                gd with mem write + image just compiled
                   22600: 
                   22601:        * src/classes/image.C 1.11:
                   22602:                image:create image:load
                   22603: 
                   22604: 2001-04-10  paf
                   22605:        * src/classes/_double.h 1.6:
                   22606:        * src/classes/_file.h 1.3:
                   22607:        * src/classes/_form.h 1.2:
                   22608:        * src/classes/_int.h 1.6:
                   22609:        * src/classes/_mail.h 1.2:
                   22610:        * src/classes/_op.h 1.4:
                   22611:        * src/classes/_random.h 1.2:
                   22612:        * src/classes/_response.h 1.3:
                   22613:        * src/classes/_string.h 1.7:
                   22614:        * src/classes/_table.h 1.5:
                   22615:        * src/classes/file.C 1.25:
                   22616:        * src/classes/mail.C 1.16:
                   22617:        * src/include/pa_common.h 1.37:
                   22618:        * src/include/pa_globals.h 1.45:
                   22619:        * src/main/execute.C 1.144:
                   22620:        * src/main/main.dsp 1.86:
                   22621:        * src/main/pa_common.C 1.44:
                   22622:        * src/main/pa_globals.C 1.53:
                   22623:        * src/targets/isapi/parser3isapi.C 1.28:
                   22624:        * src/types/pa_value.h 1.45:
                   22625:        * src/types/pa_vfile.C 1.14:
                   22626:        * src/types/pa_vfile.h 1.18:
                   22627:        * src/types/pa_vhash.h 1.10:
                   22628:        * src/types/pa_vimage.h 1.1:
                   22629:        * src/types/pa_vresponse.h 1.8:
                   22630:        * src/types/pa_vstring.h 1.21:
                   22631:                image:measure -100 just compiled
                   22632: 
                   22633:        * src/classes/_image.h 1.1:
                   22634:        * src/classes/image.C 1.1:
                   22635:        * src/types/pa_vimage.C 1.1:
                   22636:                image forgotten!
                   22637: 
                   22638:        * src/classes/image.C 1.3:
                   22639:        * src/types/pa_vimage.C 1.2:
                   22640:                jpg measure bugs fixed
                   22641: 
                   22642:        * src/classes/image.C 1.4:
                   22643:                image:html done
                   22644: 
                   22645:        * src/classes/table.C 1.60:
                   22646:        * src/include/pa_common.h 1.38:
                   22647:        * src/main/pa_common.C 1.45:
                   22648:        * src/main/pa_request.C 1.109:
                   22649:        * src/main/pa_string.C 1.76:
                   22650:        * src/main/untaint.C 1.38:
                   22651:        * src/types/pa_vimage.h 1.2:
                   22652:                image:measure -90
                   22653: 
                   22654:        * src/classes/mail.C 1.11:
                   22655:        * src/main/pa_globals.C 1.52:
                   22656:                smtp some consts
                   22657: 
                   22658:        * src/classes/mail.C 1.12:
                   22659:                unix sendmail compiled. todo:testing
                   22660: 
                   22661:        * src/classes/mail.C 1.14:
                   22662:                sendmail unix skipping defaults
                   22663: 
                   22664:        * src/classes/image.C 1.2:
                   22665:                z
                   22666: 
                   22667:        * src/classes/mail.C 1.13:
                   22668:        * src/include/pa_common.h 1.36:
                   22669:        * src/main/pa_common.C 1.43:
                   22670:                sendmail unix added defaults
                   22671: 
                   22672:        * src/classes/mail.C 1.15:
                   22673:                minor bug with unclear from/to
                   22674: 
                   22675: 2001-04-09  paf
                   22676:        * src/classes/_exec.h 1.2:
                   22677:        * src/main/execute.C 1.142:
                   22678:        * src/main/pa_globals.C 1.50:
                   22679:        * src/main/pa_request.C 1.106:
                   22680:        * src/types/pa_vcookie.C 1.17:
                   22681:        * src/types/pa_vfile.C 1.12:
                   22682:                exec -2
                   22683: 
                   22684:        * src/classes/file.C 1.24:
                   22685:        * src/include/pa_exec.h 1.1:
                   22686:        * src/include/pa_sapi.h 1.8:
                   22687:        * src/main/main.dsp 1.85:
                   22688:        * src/main/pa_exec.C 1.1:
                   22689:        * src/targets/cgi/parser3.C 1.62:
                   22690:        * src/targets/cgi/parser3.dsp 1.17:
                   22691:        * src/targets/isapi/parser3isapi.C 1.27:
                   22692:        * src/targets/isapi/parser3isapi.dsp 1.12:
                   22693:                all targets exec
                   22694: 
                   22695:        * src/classes/exec.C 1.2:
                   22696:        * src/include/pa_common.h 1.35:
                   22697:        * src/main/pa_common.C 1.42:
                   22698:        * src/main/untaint.C 1.37:
                   22699:                exec3. decided exec:cgi to move to file:cgi
                   22700: 
                   22701:        * src/include/pa_sapi.h 1.7:
                   22702:        * src/include/pa_string.h 1.79:
                   22703:        * src/targets/cgi/parser3.C 1.61:
                   22704:        * src/targets/isapi/parser3isapi.C 1.26:
                   22705:        * src/targets/isapi/parser3isapi.dsp 1.11:
                   22706:                sapi exec dead end. badly parsed args in apache:util.script
                   22707: 
                   22708:        * src/classes/file.C 1.23:
                   22709:        * src/main/main.dsp 1.84:
                   22710:        * src/main/pa_request.C 1.108:
                   22711:        * src/targets/cgi/parser3.C 1.60:
                   22712:                exec win32 env
                   22713: 
                   22714:        * src/classes/exec.C 1.3:
                   22715:        * src/classes/file.C 1.21:
                   22716:        * src/include/pa_globals.h 1.44:
                   22717:        * src/main/execute.C 1.143:
                   22718:        * src/main/main.dsp 1.83:
                   22719:        * src/main/pa_globals.C 1.51:
                   22720:        * src/main/pa_request.C 1.107:
                   22721:        * src/types/pa_vfile.C 1.13:
                   22722:        * src/types/pa_vfile.h 1.17:
                   22723:        * src/types/pa_vform.C 1.22:
                   22724:        * src/types/pa_vstring.C 1.2:
                   22725:                exec4. todo env
                   22726: 
                   22727:        * src/classes/_exec.h 1.1:
                   22728:        * src/classes/exec.C 1.1:
                   22729:        * src/include/pa_common.h 1.34:
                   22730:        * src/include/pa_request.h 1.81:
                   22731:        * src/include/pa_sapi.h 1.6:
                   22732:        * src/include/pa_string.h 1.77:
                   22733:        * src/main/pa_common.C 1.41:
                   22734:        * src/main/pa_request.C 1.105:
                   22735:        * src/main/pa_string.C 1.75:
                   22736:        * src/targets/cgi/parser3.C 1.59:
                   22737:        * src/targets/cgi/parser3.dsp 1.16:
                   22738:        * src/targets/isapi/parser3isapi.C 1.25:
                   22739:        * src/types/pa_vform.C 1.21:
                   22740:        * src/types/pa_vform.h 1.15:
                   22741:                exec class just compiled. moved post read to request core
                   22742: 
                   22743:        * src/classes/file.C 1.22:
                   22744:        * src/include/pa_hash.h 1.36:
                   22745:        * src/main/pa_hash.C 1.32:
                   22746:                exec env 0
                   22747: 
                   22748:        * src/classes/_op.h 1.3:
                   22749:        * src/include/pa_dir.h 1.2:
                   22750:        * src/include/pa_globals.h 1.43:
                   22751:        * src/include/pa_sapi.h 1.5:
                   22752:        * src/main/main.dsp 1.82:
                   22753:        * src/main/pa_dir.C 1.2:
                   22754:        * src/main/pa_globals.C 1.49:
                   22755:        * src/targets/cgi/parser3.C 1.58:
                   22756:        * src/targets/cgi/parser3.dsp 1.15:
                   22757:                problems with ^exec:cgi post data. they are already read by vform
                   22758: 
                   22759:        * src/include/pa_string.h 1.78:
                   22760:                written but not tested exec with env for unix
                   22761: 
                   22762: 2001-04-08  paf
                   22763:        * src/classes/file.C 1.20:
                   22764:        * src/classes/mail.C 1.10:
                   22765:        * src/classes/string.C 1.37:
                   22766:        * src/include/pa_request.h 1.80:
                   22767:        * src/include/pa_string.h 1.76:
                   22768:        * src/main/pa_request.C 1.104:
                   22769:                uuencode. string<<
                   22770: 
                   22771: 2001-04-07  paf
                   22772:        * src/classes/_mail.h 1.1:
                   22773:        * src/classes/mail.C 1.1:
                   22774:        * src/include/pa_common.h 1.33:
                   22775:        * src/include/pa_globals.h 1.41:
                   22776:        * src/include/pa_string.h 1.74:
                   22777:        * src/main/main.dsp 1.79:
                   22778:        * src/main/pa_common.C 1.40:
                   22779:        * src/main/pa_globals.C 1.47:
                   22780:        * src/main/pa_request.C 1.101:
                   22781:        * src/main/untaint.C 1.36:
                   22782:        * src/types/pa_vcookie.C 1.16:
                   22783:                mail:send -10 just compiled
                   22784: 
                   22785:        * src/include/pa_socks.h 1.1:
                   22786:        * src/main/main.dsp 1.81:
                   22787:        * src/main/pa_socks.C 1.1:
                   22788:        * src/targets/cgi/parser3.C 1.57:
                   22789:        * src/targets/cgi/parser3.dsp 1.14:
                   22790:        * src/targets/isapi/parser3isapi.C 1.24:
                   22791:                mail:send 1
                   22792: 
                   22793:        * src/classes/mail.C 1.3:
                   22794:                +=
                   22795: 
                   22796:        * src/classes/mail.C 1.6:
                   22797:                ^attach dead end
                   22798: 
                   22799:        * src/classes/mail.C 1.2:
                   22800:        * src/include/pa_string.h 1.75:
                   22801:                mail:send -1 text prepared
                   22802: 
                   22803:        * src/classes/mail.C 1.7:
                   22804:                ^mail[$attach
                   22805: 
                   22806:        * src/classes/mail.C 1.5:
                   22807:        * src/classes/mail.C 1.8:
                   22808:        * src/classes/mail.C 1.9:
                   22809:        * src/main/pa_request.C 1.103:
                   22810:                z
                   22811: 
                   22812:        * src/classes/mail.C 1.4:
                   22813:        * src/include/pa_globals.h 1.42:
                   22814:        * src/include/pa_request.h 1.79:
                   22815:        * src/main/main.dsp 1.80:
                   22816:        * src/main/pa_globals.C 1.48:
                   22817:        * src/main/pa_request.C 1.102:
                   22818:                smtp just compiled
                   22819: 
                   22820: 2001-04-06  paf
                   22821:        * src/types/pa_valiased.C 1.7:
                   22822:                another root inherititance skipped
                   22823: 
                   22824:        * src/classes/random.C 1.5:
                   22825:        * src/classes/table.C 1.57:
                   22826:        * src/main/pa_globals.C 1.44:
                   22827:                @office
                   22828: 
                   22829:        * src/classes/table.C 1.58:
                   22830:        * src/include/pa_dir.h 1.1:
                   22831:        * src/main/execute.C 1.141:
                   22832:        * src/main/main.dsp 1.78:
                   22833:        * src/main/pa_dir.C 1.1:
                   22834:                table:dir 0 [without regexp]
                   22835: 
                   22836:        * src/main/compile.C 1.34:
                   22837:        * src/main/compile.y 1.124:
                   22838:        * src/main/execute.C 1.139:
                   22839:                operators are now not root methods of parent class. just 'ROOT
                   22840:                 class
                   22841: 
                   22842:        * src/classes/table.C 1.59:
                   22843:        * src/include/pa_globals.h 1.40:
                   22844:        * src/main/pa_globals.C 1.46:
                   22845:        * src/main/pa_string.C 1.74:
                   22846:                table:dir 1
                   22847: 
                   22848:        * src/classes/_op.h 1.2:
                   22849:        * src/classes/_root.h 1.5:
                   22850:        * src/classes/op.C 1.2:
                   22851:        * src/classes/root.C 1.62:
                   22852:        * src/include/pa_globals.h 1.39:
                   22853:        * src/include/pa_request.h 1.78:
                   22854:        * src/main/compile.C 1.35:
                   22855:        * src/main/execute.C 1.140:
                   22856:        * src/main/main.dsp 1.77:
                   22857:        * src/main/pa_globals.C 1.45:
                   22858:        * src/main/pa_request.C 1.100:
                   22859:                renamed 'root' to 'op'
                   22860: 
                   22861:        * src/classes/_op.h 1.1:
                   22862:        * src/classes/op.C 1.1:
                   22863:                renamed from 'root'
                   22864: 
                   22865: 2001-04-05  paf
                   22866:        * src/classes/root.C 1.59:
                   22867:        * src/include/pa_sql_connection.h 1.1:
                   22868:        * src/include/pa_sql_driver.h 1.5:
                   22869:        * src/main/main.dsp 1.76:
                   22870:        * src/main/pa_sql_driver_manager.C 1.3:
                   22871:        * src/sql/pa_sql_driver.h 1.1:
                   22872:                sql driver services for conv memory & error reporting
                   22873: 
                   22874:        * src/main/execute.C 1.138:
                   22875:        * src/main/pa_request.C 1.98:
                   22876:        * src/main/pa_string.C 1.73:
                   22877:        * src/types/pa_value.h 1.44:
                   22878:        * src/types/pa_vmframe.h 1.12:
                   22879:        * src/types/pa_wcontext.h 1.10:
                   22880:                constructor flag dropped at get_method_frame and remembered
                   22881:                into method_frame
                   22882: 
                   22883:        * src/include/pa_globals.h 1.38:
                   22884:        * src/main/pa_globals.C 1.43:
                   22885:        * src/main/pa_request.C 1.96:
                   22886:        * src/main/pa_string.C 1.72:
                   22887:        * src/targets/isapi/parser3isapi.dsp 1.10:
                   22888:                $LOCALE:ctype[Russian_Russia.1251]
                   22889: 
                   22890:        * src/main/pa_request.C 1.99:
                   22891:        * src/sql/pa_sql_driver.h 1.5:
                   22892:                mysql limit
                   22893: 
                   22894:        * src/classes/table.C 1.52:
                   22895:                select * from hren error contains statement
                   22896: 
                   22897:        * src/classes/random.C 1.4:
                   22898:        * src/classes/root.C 1.60:
                   22899:        * src/classes/table.C 1.54:
                   22900:        * src/include/pa_sql_connection.h 1.4:
                   22901:        * src/include/pa_string.h 1.71:
                   22902:        * src/main/execute.C 1.137:
                   22903:        * src/main/pa_sql_driver_manager.C 1.6:
                   22904:        * src/main/pa_string.C 1.70:
                   22905:        * src/main/untaint.C 1.34:
                   22906:        * src/sql/pa_sql_driver.h 1.4:
                   22907:        * src/types/pa_vmframe.h 1.11:
                   22908:        * src/types/pa_wcontext.C 1.5:
                   22909:        * src/types/pa_wcontext.h 1.9:
                   22910:                sql quote. string untaint UL_SQL
                   22911: 
                   22912:        * src/classes/table.C 1.51:
                   22913:        * src/include/pa_sql_connection.h 1.2:
                   22914:        * src/include/pa_types.h 1.24:
                   22915:        * src/main/pa_sql_driver_manager.C 1.4:
                   22916:        * src/main/untaint.C 1.33:
                   22917:        * src/sql/pa_sql_driver.h 1.2:
                   22918:        * src/targets/cgi/parser3.dsp 1.13:
                   22919:                mysql 0
                   22920: 
                   22921:        * src/classes/table.C 1.53:
                   22922:        * src/include/pa_sql_connection.h 1.3:
                   22923:        * src/main/pa_sql_driver_manager.C 1.5:
                   22924:        * src/sql/pa_sql_driver.h 1.3:
                   22925:                sql ping
                   22926: 
                   22927:        * src/classes/table.C 1.55:
                   22928:        * src/include/pa_string.h 1.72:
                   22929:        * src/main/pa_string.C 1.71:
                   22930:        * src/main/untaint.C 1.35:
                   22931:                z
                   22932: 
                   22933:        * src/classes/file.C 1.19:
                   22934:        * src/classes/root.C 1.61:
                   22935:        * src/classes/string.C 1.36:
                   22936:        * src/classes/table.C 1.56:
                   22937:        * src/main/pa_request.C 1.97:
                   22938:                junction to code&expression in errors
                   22939: 
                   22940:        * src/include/pa_config_fixed.h 1.2:
                   22941:        * src/include/pa_config_includes.h 1.2:
                   22942:        * src/include/pa_hash.h 1.35:
                   22943:        * src/include/pa_string.h 1.73:
                   22944:        * src/main/pa_hash.C 1.31:
                   22945:        * src/main/pa_table.C 1.26:
                   22946:                hash now not thread-safe.
                   22947: 
                   22948: 2001-04-04  paf
                   22949:        * src/include/pa_sql_driver.h 1.4:
                   22950:                mysql connect
                   22951: 
                   22952:        * src/classes/random.C 1.3:
                   22953:        * src/classes/root.C 1.56:
                   22954:        * src/classes/table.C 1.49:
                   22955:        * src/include/pa_globals.h 1.36:
                   22956:        * src/include/pa_pool.h 1.48:
                   22957:        * src/include/pa_request.h 1.76:
                   22958:        * src/main/pa_request.C 1.94:
                   22959:        * src/types/pa_vclass.h 1.12:
                   22960:                sql frame -10
                   22961: 
                   22962:        * src/Makefile.am 1.4:
                   22963:        * src/classes/root.C 1.57:
                   22964:        * src/classes/string.C 1.35:
                   22965:        * src/classes/table.C 1.50:
                   22966:        * src/include/pa_globals.h 1.37:
                   22967:        * src/include/pa_hash.h 1.34:
                   22968:        * src/include/pa_pool.h 1.49:
                   22969:        * src/include/pa_request.h 1.77:
                   22970:        * src/include/pa_sapi.h 1.4:
                   22971:        * src/include/pa_string.h 1.70:
                   22972:        * src/include/pa_table.h 1.29:
                   22973:        * src/main/main.dsp 1.74:
                   22974:        * src/main/pa_globals.C 1.42:
                   22975:        * src/main/pa_hash.C 1.30:
                   22976:        * src/main/pa_request.C 1.95:
                   22977:        * src/main/pa_string.C 1.69:
                   22978:        * src/main/pa_table.C 1.25:
                   22979:        * src/main/untaint.C 1.32:
                   22980:                connect&sql -1000 just compiled
                   22981: 
                   22982:        * src/sql/Makefile.am 1.1:
                   22983:                forgot to add mysql client
                   22984: 
                   22985:        * src/classes/root.C 1.58:
                   22986:        * src/include/pa_sql_driver.h 1.2:
                   22987:        * src/include/pa_sql_driver_manager.h 1.2:
                   22988:        * src/main/main.dsp 1.75:
                   22989:        * src/main/pa_sql_driver_manager.C 1.2:
                   22990:                more manager&connection&driver
                   22991: 
                   22992:        * src/include/pa_sql_driver.h 1.3:
                   22993:                mysql info
                   22994: 
                   22995:        * src/doc/doxygen.cfg 1.2:
                   22996:                z
                   22997: 
                   22998:        * src/include/pa_sql_driver.h 1.1:
                   22999:        * src/include/pa_sql_driver_manager.h 1.1:
                   23000:        * src/main/pa_sql_driver_manager.C 1.1:
                   23001:                connect&sql -1000 just compiled [forgot to add libltdl, added]
                   23002: 
                   23003: 2001-04-03  paf
                   23004:        * src/classes/file.C 1.18:
                   23005:        * src/classes/string.C 1.32:
                   23006:        * src/classes/table.C 1.48:
                   23007:        * src/include/pa_string.h 1.69:
                   23008:        * src/main/pa_common.C 1.39:
                   23009:        * src/main/pa_string.C 1.68:
                   23010:        * src/main/untaint.C 1.31:
                   23011:                string:match replace 2.  string.cstr(forced lang)
                   23012: 
                   23013:        * src/classes/string.C 1.30:
                   23014:                string:match replace 0
                   23015: 
                   23016:        * src/classes/string.C 1.34:
                   23017:        * src/types/pa_vform.C 1.19:
                   23018:                string:match replace assigned lang
                   23019: 
                   23020:        * src/classes/string.C 1.31:
                   23021:        * src/include/pa_string.h 1.68:
                   23022:        * src/main/pa_string.C 1.67:
                   23023:                string:match replace strange matches
                   23024: 
                   23025:        * src/classes/table.C 1.46:
                   23026:                table:append now uses string::split
                   23027: 
                   23028:        * src/include/pa_globals.h 1.33:
                   23029:        * src/include/pa_hash.h 1.33:
                   23030:        * src/main/pa_globals.C 1.39:
                   23031:        * src/main/pa_request.C 1.92:
                   23032:        * src/targets/cgi/parser3.C 1.55:
                   23033:        * src/targets/isapi/parser3isapi.C 1.22:
                   23034:        * src/types/pa_vfile.C 1.11:
                   23035:                content-disposition
                   23036: 
                   23037:        * src/classes/string.C 1.25:
                   23038:        * src/include/pa_globals.h 1.34:
                   23039:        * src/include/pa_string.h 1.64:
                   23040:        * src/main/main.dsp 1.73:
                   23041:        * src/main/pa_globals.C 1.40:
                   23042:        * src/main/pa_string.C 1.62:
                   23043:                string:match [search] -1 just compiled
                   23044: 
                   23045:        * src/classes/string.C 1.26:
                   23046:        * src/include/pa_globals.h 1.35:
                   23047:        * src/include/pa_string.h 1.65:
                   23048:        * src/include/pa_threads.h 1.12:
                   23049:        * src/main/pa_globals.C 1.41:
                   23050:        * src/main/pa_string.C 1.63:
                   23051:        * src/targets/isapi/parser3isapi.dsp 1.9:
                   23052:                string:match 0
                   23053: 
                   23054:        * src/main/pa_common.C 1.37:
                   23055:        * src/main/untaint.C 1.30:
                   23056:        * src/targets/cgi/parser3.C 1.56:
                   23057:        * src/targets/isapi/parser3isapi.C 1.23:
                   23058:        * src/targets/isapi/pool_storage.h 1.4:
                   23059:                todo/tests
                   23060: 
                   23061:        * src/classes/file.C 1.15:
                   23062:        * src/classes/root.C 1.54:
                   23063:        * src/classes/string.C 1.23:
                   23064:        * src/classes/table.C 1.44:
                   23065:        * src/doc/doxygen.cmd 1.1:
                   23066:        * src/doc/doxygen.txt 1.2:
                   23067:        * src/doc/generate.cmd 1.2:
                   23068:        * src/include/pa_array.h 1.34:
                   23069:        * src/include/pa_request.h 1.74:
                   23070:        * src/include/pa_string.h 1.62:
                   23071:        * src/main/execute.C 1.136:
                   23072:        * src/main/pa_string.C 1.60:
                   23073:        * src/main/untaint.C 1.29:
                   23074:        * src/targets/cgi/parser3.C 1.52:
                   23075:        * src/types/pa_vcookie.C 1.15:
                   23076:                string::pos & cmp & piece bugs fixed.
                   23077:                string::split new
                   23078:                table:load separated from set
                   23079:                table:set implemented with clean \n \t searches
                   23080: 
                   23081:        * src/include/pa_common.h 1.31:
                   23082:        * src/include/pa_globals.h 1.32:
                   23083:        * src/main/pa_globals.C 1.38:
                   23084:        * src/main/pa_request.C 1.91:
                   23085:        * src/targets/cgi/parser3.C 1.54:
                   23086:        * src/targets/isapi/parser3isapi.C 1.21:
                   23087:        * src/types/pa_value.h 1.43:
                   23088:                main:post-process
                   23089: 
1.39      paf      23090:        * src/classes/string.C 1.27:
                   23091:        * src/include/pa_string.h 1.66:
                   23092:        * src/main/pa_string.C 1.64:
                   23093:                string:match replace -11
                   23094: 
1.15      paf      23095:        * src/classes/file.C 1.16:
                   23096:        * src/classes/table.C 1.45:
                   23097:        * src/include/pa_common.h 1.32:
                   23098:        * src/main/compile_tools.C 1.34:
                   23099:        * src/main/pa_common.C 1.38:
                   23100:        * src/main/pa_request.C 1.93:
                   23101:        * src/types/pa_vform.C 1.20:
                   23102:        * src/types/pa_vstring.C 1.1:
                   23103:                z
                   23104: 
                   23105:        * src/include/pa_common.h 1.30:
                   23106:        * src/include/pa_request.h 1.75:
                   23107:        * src/include/pa_sapi.h 1.3:
                   23108:        * src/main/main.dsp 1.72:
                   23109:        * src/main/pa_common.C 1.36:
                   23110:        * src/main/pa_request.C 1.90:
                   23111:        * src/targets/cgi/parser3.C 1.53:
                   23112:        * src/types/pa_value.h 1.42:
                   23113:        * src/types/pa_vfile.C 1.10:
                   23114:        * src/types/pa_vfile.h 1.16:
                   23115:        * src/types/pa_vstring.h 1.20:
                   23116:                vfile in response:body
                   23117: 
                   23118:        * src/classes/string.C 1.28:
                   23119:        * src/include/pa_string.h 1.67:
                   23120:        * src/main/pa_string.C 1.65:
                   23121:                string:match replace prepared
                   23122: 
                   23123:        * src/classes/string.C 1.33:
                   23124:        * src/main/compile.y 1.123:
                   23125:                grammar: fixed to allow {}[]< empty []
                   23126: 
                   23127:        * src/classes/double.C 1.20:
                   23128:        * src/classes/file.C 1.17:
                   23129:        * src/classes/form.C 1.3:
                   23130:        * src/classes/int.C 1.18:
                   23131:        * src/classes/response.C 1.6:
                   23132:        * src/classes/root.C 1.55:
                   23133:        * src/classes/string.C 1.24:
                   23134:        * src/classes/table.C 1.47:
                   23135:        * src/include/pa_string.h 1.63:
                   23136:        * src/main/pa_string.C 1.61:
                   23137:                string:match -10 [frame]
                   23138: 
                   23139:        * src/classes/string.C 1.29:
                   23140:        * src/main/pa_string.C 1.66:
                   23141:                string:match replace prepared 2
                   23142: 
                   23143: 2001-04-02  paf
                   23144:        * src/classes/_random.h 1.1:
                   23145:        * src/classes/random.C 1.1:
                   23146:        * src/include/pa_globals.h 1.31:
                   23147:        * src/main/main.dsp 1.71:
                   23148:        * src/main/pa_globals.C 1.37:
                   23149:        * src/main/pa_request.C 1.89:
                   23150:        * src/types/pa_value.h 1.40:
                   23151:                random:generate
                   23152: 
                   23153:        * src/classes/table.C 1.42:
                   23154:        * src/include/pa_array.h 1.33:
                   23155:        * src/include/pa_string.h 1.60:
                   23156:        * src/include/pa_table.h 1.28:
                   23157:        * src/main/execute.C 1.135:
                   23158:        * src/types/pa_value.h 1.41:
                   23159:                table:join
                   23160: 
                   23161:        * src/classes/table.C 1.43:
                   23162:        * src/include/pa_string.h 1.61:
                   23163:        * src/main/pa_string.C 1.59:
                   23164:        * src/types/pa_valiased.C 1.6:
                   23165:        * src/types/pa_valiased.h 1.12:
                   23166:        * src/types/pa_vdouble.h 1.15:
                   23167:        * src/types/pa_vfile.h 1.15:
                   23168:        * src/types/pa_vint.h 1.16:
                   23169:        * src/types/pa_vresponse.h 1.7:
                   23170:        * src/types/pa_vstring.h 1.19:
                   23171:        * src/types/pa_vtable.h 1.13:
                   23172:                string::pos. about to use it in table:set/load
                   23173: 
                   23174:        * src/classes/random.C 1.2:
                   23175:                random:generate 1
                   23176: 
                   23177: 2001-03-30  paf
                   23178:        * src/classes/double.C 1.19:
                   23179:        * src/classes/file.C 1.14:
                   23180:        * src/classes/int.C 1.17:
                   23181:        * src/classes/response.C 1.5:
                   23182:        * src/classes/root.C 1.53:
                   23183:        * src/classes/string.C 1.22:
                   23184:        * src/classes/table.C 1.40:
                   23185:        * src/main/compile.y 1.122:
                   23186:        * src/main/execute.C 1.134:
                   23187:        * src/types/pa_value.h 1.39:
                   23188:        * src/types/pa_vstateless_class.C 1.7:
                   23189:        * src/types/pa_vstateless_class.h 1.9:
                   23190:                static|dynamic|any method registration
                   23191: 
                   23192:        * src/classes/table.C 1.41:
                   23193:        * src/include/pa_string.h 1.59:
                   23194:        * src/main/pa_string.C 1.58:
                   23195:                todo: table flip and append. string::pos
                   23196: 
                   23197: 2001-03-29  paf
                   23198:        * src/classes/string.C 1.14:
                   23199:        * src/main/compile.y 1.120:
                   23200:        * src/main/compile_tools.C 1.33:
                   23201:        * src/main/compile_tools.h 1.36:
                   23202:        * src/main/main.dsp 1.70:
                   23203:        * src/types/pa_value.h 1.38:
                   23204:        * src/types/pa_vstring.h 1.17:
                   23205:        * src/types/pa_vunknown.h 1.8:
                   23206:                empty params allowed. [] and [;] are different now.
                   23207: 
                   23208:        * src/include/pa_pool.h 1.46:
                   23209:        * src/include/pa_request.h 1.72:
                   23210:        * src/main/pa_request.C 1.86:
                   23211:        * src/main/untaint.C 1.25:
                   23212:                pool.request
                   23213: 
                   23214:        * src/classes/string.C 1.21:
                   23215:                string:xsplit forgot that they must result in 1 row N column [
                   23216:                not vice versa]
                   23217: 
                   23218:        * src/classes/string.C 1.17:
                   23219:        * src/include/pa_string.h 1.57:
                   23220:        * src/main/execute.C 1.133:
                   23221:        * src/main/pa_array.C 1.30:
                   23222:        * src/main/pa_string.C 1.56:
                   23223:        * src/types/pa_vtable.h 1.12:
                   23224:                string: lsplit -1
                   23225: 
                   23226:        * src/classes/string.C 1.16:
                   23227:        * src/include/pa_string.h 1.55:
                   23228:        * src/main/pa_string.C 1.54:
                   23229:                string: pos -1
                   23230: 
                   23231:        * src/classes/string.C 1.18:
                   23232:        * src/include/pa_string.h 1.58:
                   23233:        * src/main/pa_string.C 1.57:
                   23234:                string: lsplit
                   23235: 
                   23236:        * src/include/pa_pool.h 1.47:
                   23237:        * src/include/pa_request.h 1.73:
                   23238:        * src/main/pa_request.C 1.87:
                   23239:        * src/main/untaint.C 1.26:
                   23240:                pool.request undone
                   23241: 
                   23242:        * src/classes/string.C 1.20:
                   23243:                z
                   23244: 
                   23245:        * src/include/pa_string.h 1.56:
                   23246:        * src/main/pa_string.C 1.55:
                   23247:        * src/main/untaint.C 1.28:
                   23248:                string: pos
                   23249: 
                   23250:        * src/classes/string.C 1.15:
                   23251:        * src/classes/table.C 1.38:
                   23252:        * src/include/pa_string.h 1.54:
                   23253:        * src/main/compile.y 1.121:
                   23254:        * src/main/pa_request.C 1.88:
                   23255:        * src/main/pa_string.C 1.53:
                   23256:        * src/main/untaint.C 1.27:
                   23257:                string: left right mid
                   23258: 
                   23259:        * src/classes/file.C 1.13:
                   23260:        * src/classes/table.C 1.39:
                   23261:        * src/include/pa_table.h 1.27:
                   23262:        * src/main/pa_table.C 1.24:
                   23263:        * src/types/pa_vstring.h 1.18:
                   23264:        * src/types/pa_wwrapper.h 1.6:
                   23265:                table:flip
                   23266: 
                   23267:        * src/classes/string.C 1.19:
                   23268:                string: rsplit
                   23269: 
                   23270: 2001-03-28  paf
                   23271:        * src/classes/file.C 1.12:
                   23272:        * src/include/pa_globals.h 1.30:
                   23273:        * src/include/pa_request.h 1.71:
                   23274:        * src/targets/cgi/parser3.C 1.51:
                   23275:        * src/targets/isapi/parser3isapi.C 1.20:
                   23276:        * src/types/pa_value.h 1.37:
                   23277:        * src/types/pa_vrequest.C 1.4:
                   23278:        * src/types/pa_vunknown.h 1.7:
                   23279:                $request:browser [.type .version]; unknown.get_double now = 0.
                   23280: 
                   23281:        * src/classes/table.C 1.36:
                   23282:        * src/include/pa_array.h 1.32:
                   23283:        * src/include/pa_hash.h 1.32:
                   23284:        * src/include/pa_table.h 1.24:
                   23285:        * src/main/pa_array.C 1.29:
                   23286:        * src/main/pa_table.C 1.21:
                   23287:        * src/types/pa_vtable.h 1.11:
                   23288:                table:locate just compiled
                   23289: 
                   23290:        * src/classes/file.C 1.9:
                   23291:        * src/include/pa_common.h 1.29:
                   23292:        * src/main/pa_common.C 1.34:
                   23293:        * src/types/pa_vfile.C 1.7:
                   23294:        * src/types/pa_vfile.h 1.12:
                   23295:                started file:load. wrong write. must be self.set
                   23296: 
                   23297:        * src/classes/file.C 1.8:
                   23298:        * src/classes/root.C 1.52:
                   23299:        * src/classes/table.C 1.37:
                   23300:        * src/include/pa_table.h 1.25:
                   23301:        * src/main/pa_table.C 1.22:
                   23302:                table:locate1, file:test
                   23303: 
                   23304:        * src/classes/file.C 1.10:
                   23305:        * src/main/execute.C 1.132:
                   23306:        * src/main/pa_common.C 1.35:
                   23307:        * src/main/untaint.C 1.24:
                   23308:        * src/targets/cgi/parser3.C 1.50:
                   23309:        * src/types/pa_vfile.C 1.8:
                   23310:        * src/types/pa_vfile.h 1.13:
                   23311:        * src/types/pa_vform.C 1.17:
                   23312:                file:load 1. tainted
                   23313: 
                   23314:        * src/classes/file.C 1.11:
                   23315:        * src/include/pa_globals.h 1.29:
                   23316:        * src/include/pa_request.h 1.70:
                   23317:        * src/include/pa_table.h 1.26:
                   23318:        * src/main/pa_globals.C 1.36:
                   23319:        * src/main/pa_request.C 1.85:
                   23320:        * src/main/pa_table.C 1.23:
                   23321:        * src/types/pa_vfile.C 1.9:
                   23322:        * src/types/pa_vfile.h 1.14:
                   23323:        * src/types/pa_vform.C 1.18:
                   23324:                file:load autodetection of mime-type by user-file-name
                   23325: 
                   23326: 2001-03-27  paf
                   23327:        * src/classes/double.C 1.18:
                   23328:        * src/classes/int.C 1.16:
                   23329:        * src/classes/root.C 1.51:
                   23330:        * src/classes/string.C 1.13:
                   23331:        * src/classes/table.C 1.34:
                   23332:        * src/main/compile_tools.C 1.32:
                   23333:        * src/main/execute.C 1.128:
                   23334:        * src/main/pa_request.C 1.84:
                   23335:        * src/main/untaint.C 1.23:
                   23336:        * src/types/pa_value.h 1.35:
                   23337:        * src/types/pa_vbool.h 1.6:
                   23338:        * src/types/pa_vcookie.C 1.14:
                   23339:        * src/types/pa_vdouble.h 1.14:
                   23340:        * src/types/pa_vfile.h 1.11:
                   23341:        * src/types/pa_vint.h 1.15:
                   23342:        * src/types/pa_vmframe.h 1.9:
                   23343:        * src/types/pa_vstring.h 1.16:
                   23344:        * src/types/pa_vtable.h 1.10:
                   23345:        * src/types/pa_vunknown.h 1.6:
                   23346:                sort 0
                   23347: 
                   23348:        * src/classes/table.C 1.31:
                   23349:        * src/include/pa_common.h 1.27:
                   23350:        * src/main/compile.y 1.117:
                   23351:        * src/main/execute.C 1.127:
                   23352:        * src/main/pa_common.C 1.31:
                   23353:        * src/main/pa_table.C 1.20:
                   23354:                table:save decided to have as it were. stepped back.
                   23355:                grammar: added 'in' 'is' 'lt'&co follow-space check
                   23356: 
                   23357:        * src/main/compile.y 1.119:
                   23358:                fixed minor bug in @mn[][] ...^{
                   23359: 
                   23360:        * src/main/execute.C 1.130:
                   23361:        * src/types/pa_value.h 1.36:
                   23362:        * src/types/pa_vmframe.h 1.10:
                   23363:        * src/types/pa_wcontext.h 1.8:
                   23364:                fixed r/w context of code-params
                   23365: 
                   23366:        * src/classes/table.C 1.33:
                   23367:        * src/main/pa_common.C 1.32:
                   23368:        * src/main/pa_request.C 1.83:
                   23369:        * src/targets/cgi/parser3.C 1.49:
                   23370:        * src/types/pa_value.h 1.34:
                   23371:        * src/types/pa_vbool.h 1.5:
                   23372:        * src/types/pa_vdouble.h 1.12:
                   23373:        * src/types/pa_vfile.h 1.9:
                   23374:        * src/types/pa_vint.h 1.13:
                   23375:        * src/types/pa_vstring.h 1.14:
                   23376:        * src/types/pa_vunknown.h 1.5:
                   23377:                continue on sort
                   23378: 
                   23379:        * src/types/pa_valiased.C 1.5:
                   23380:        * src/types/pa_valiased.h 1.11:
                   23381:        * src/types/pa_vdouble.h 1.13:
                   23382:        * src/types/pa_vfile.h 1.10:
                   23383:        * src/types/pa_vint.h 1.14:
                   23384:        * src/types/pa_vresponse.h 1.6:
                   23385:        * src/types/pa_vstring.h 1.15:
                   23386:        * src/types/pa_vtable.h 1.9:
                   23387:                renamed to are_static_calls_disabled
                   23388: 
                   23389:        * src/main/execute.C 1.131:
                   23390:        * src/main/pa_common.C 1.33:
                   23391:                fixed r/w context of code-params2, fixed ntfs hardlink slow dir update
                   23392: 
                   23393:        * src/classes/table.C 1.35:
                   23394:        * src/main/execute.C 1.129:
                   23395:                about to change junction rcontext!!
                   23396: 
                   23397:        * src/classes/table.C 1.32:
                   23398:        * src/include/pa_common.h 1.28:
                   23399:        * src/main/compile.y 1.118:
                   23400:                started table:sort
                   23401:                fixed minor bug in #...^{
                   23402: 
                   23403: 2001-03-26  paf
                   23404:        * src/classes/file.C 1.7:
                   23405:        * src/classes/root.C 1.50:
                   23406:        * src/classes/table.C 1.30:
                   23407:        * src/include/pa_common.h 1.26:
                   23408:        * src/include/pa_globals.h 1.28:
                   23409:        * src/include/pa_table.h 1.23:
                   23410:        * src/main/pa_common.C 1.30:
                   23411:        * src/main/pa_globals.C 1.35:
                   23412:        * src/main/pa_request.C 1.82:
                   23413:        * src/main/pa_table.C 1.19:
                   23414:                moved ::save to pa_table.
                   23415:                disabled @auto invocation in ^process
                   23416: 
                   23417:        * src/classes/table.C 1.29:
                   23418:        * src/include/pa_array.h 1.31:
                   23419:        * src/include/pa_table.h 1.22:
                   23420:        * src/main/pa_array.C 1.28:
                   23421:                table:record
                   23422: 
                   23423:        * src/main/untaint.C 1.22:
                   23424:        * src/targets/cgi/parser3.C 1.48:
                   23425:        * src/targets/isapi/parser3isapi.C 1.19:
                   23426:        * src/targets/isapi/parser3isapi.dsp 1.8:
                   23427:        * src/targets/isapi/pool_storage.h 1.3:
                   23428:        * src/types/pa_valiased.h 1.10:
                   23429:        * src/types/pa_vcookie.C 1.13:
                   23430:        * src/types/pa_vdouble.h 1.11:
                   23431:        * src/types/pa_vfile.h 1.8:
                   23432:        * src/types/pa_vint.h 1.12:
                   23433:        * src/types/pa_vresponse.h 1.5:
                   23434:        * src/types/pa_vstring.h 1.13:
                   23435:        * src/types/pa_vtable.h 1.8:
                   23436:                z
                   23437: 
                   23438:        * src/main/compile.y 1.116:
                   23439:                grammar: [] 0params [;] 2 params (was 0)
                   23440: 
                   23441:        * src/include/pa_pool.h 1.45:
                   23442:        * src/main/execute.C 1.126:
                   23443:        * src/types/pa_valiased.C 1.4:
                   23444:        * src/types/pa_valiased.h 1.9:
                   23445:        * src/types/pa_value.h 1.33:
                   23446:        * src/types/pa_vdouble.h 1.10:
                   23447:        * src/types/pa_vfile.h 1.7:
                   23448:        * src/types/pa_vint.h 1.11:
                   23449:        * src/types/pa_vresponse.h 1.4:
                   23450:        * src/types/pa_vstring.h 1.12:
                   23451:        * src/types/pa_vtable.h 1.7:
                   23452:                disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
                   23453:                allowed no checks in native method realisations on 'self' validity -
                   23454:                they now can simply assume that 'self' is V{Proper} .
                   23455: 
                   23456: 2001-03-25  paf
                   23457:        * src/classes/table.C 1.26:
                   23458:        * src/include/pa_globals.h 1.27:
                   23459:        * src/include/pa_string.h 1.52:
                   23460:        * src/include/pa_table.h 1.20:
                   23461:        * src/main/compile.y 1.114:
                   23462:        * src/main/compile_tools.C 1.31:
                   23463:        * src/main/compile_tools.h 1.35:
                   23464:        * src/main/pa_globals.C 1.32:
                   23465:        * src/main/pa_request.C 1.79:
                   23466:        * src/main/pa_string.C 1.52:
                   23467:        * src/main/pa_table.C 1.17:
                   23468:        * src/main/untaint.C 1.15:
                   23469:        * src/types/pa_vcookie.h 1.7:
                   23470:                typo & typo-default
                   23471: 
                   23472:        * src/main/pa_globals.C 1.34:
                   23473:        * src/main/untaint.C 1.19:
                   23474:                html-typo - moved all processing to table [except preliminary \
                   23475:                \n \r \n replacements to "\n"]
                   23476: 
                   23477:        * src/main/untaint.C 1.16:
                   23478:                typo  \r \r\n \n properly handled
                   23479: 
                   23480:        * src/classes/table.C 1.27:
                   23481:        * src/include/pa_table.h 1.21:
                   23482:        * src/main/pa_globals.C 1.33:
                   23483:        * src/main/pa_table.C 1.18:
                   23484:        * src/main/untaint.C 1.17:
                   23485:                returned table originating. useful for reporting typo table
                   23486:                problems origin. think would be useful somewhere else
                   23487: 
                   23488:        * src/classes/table.C 1.28:
                   23489:        * src/main/untaint.C 1.18:
                   23490:                html-typo - decided to move all the processing to table
                   23491: 
                   23492:        * src/main/pa_request.C 1.80:
                   23493:                table empty lines ignored. system-default content type assigned
                   23494:                in output:result [can fail in main:auto and skipped normal
                   23495:                defaults extraction]
                   23496: 
                   23497:        * src/include/pa_string.h 1.53:
                   23498:        * src/main/compile.y 1.115:
                   23499:                #comment fixed minor bug
                   23500: 
                   23501:        * src/main/pa_request.C 1.81:
                   23502:        * src/main/untaint.C 1.20:
                   23503:                moved default typo-table to lowlevel - it initialization could
                   23504:                be skipped if failed in @auto. so that exception report would
                   23505:                use some table
                   23506: 
                   23507:        * src/main/untaint.C 1.21:
                   23508:                z
                   23509: 
                   23510: 2001-03-24  paf
                   23511:        * src/main/pa_globals.C 1.28:
                   23512:        * src/types/pa_vclass.C 1.6:
                   23513:        * src/types/pa_vclass.h 1.11:
                   23514:        * src/types/pa_vstateless_class.C 1.6:
                   23515:        * src/types/pa_vstateless_class.h 1.8:
                   23516:                thrown away freeze mech.
                   23517:                no danger now for you can't do ^request:process[@new-method[]
                   23518:                body]
                   23519:                trick anymore.
                   23520:                still remains $some_instance.process[@new-method[]
                   23521:                possibility]
                   23522:                but would leave it as a feature.
                   23523:                see index for sample
                   23524: 
                   23525:        * src/include/pa_string.h 1.51:
                   23526:        * src/main/pa_string.C 1.51:
                   23527:        * src/main/untaint.C 1.14:
                   23528:        * src/targets/cgi/parser3.C 1.47:
                   23529:                html-typo 2
                   23530: 
                   23531:        * src/include/pa_array.h 1.29:
                   23532:        * src/include/pa_hash.h 1.31:
                   23533:        * src/include/pa_request.h 1.67:
                   23534:        * src/main/compile.y 1.110:
                   23535:        * src/main/pa_array.C 1.26:
                   23536:        * src/main/pa_common.C 1.25:
                   23537:        * src/main/pa_hash.C 1.29:
                   23538:        * src/main/pa_request.C 1.73:
                   23539:        * src/types/pa_vcookie.C 1.12:
                   23540:                cyclic uses ignored. defaulted default content-type
                   23541: 
                   23542:        * src/doc/doxygen.cfg 1.1:
                   23543:        * src/doc/doxygen.txt 1.1:
                   23544:        * src/doc/generate.cmd 1.1:
                   23545:        * src/doc/view.cmd 1.1:
                   23546:        * src/include/pa_array.h 1.30:
                   23547:        * src/include/pa_globals.h 1.26:
                   23548:        * src/include/pa_pool.h 1.44:
                   23549:        * src/include/pa_string.h 1.50:
                   23550:        * src/include/pa_table.h 1.19:
                   23551:        * src/main/execute.C 1.125:
                   23552:        * src/main/pa_array.C 1.27:
                   23553:        * src/main/pa_globals.C 1.31:
                   23554:        * src/main/pa_request.C 1.78:
                   23555:        * src/main/pa_string.C 1.50:
                   23556:        * src/main/untaint.C 1.13:
                   23557:        * src/targets/cgi/parser3.C 1.46:
                   23558:        * src/targets/isapi/parser3isapi.C 1.18:
                   23559:        * src/types/pa_value.h 1.32:
                   23560:        * src/types/pa_vtable.h 1.6:
                   23561:                html-typo 0
                   23562:                html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
                   23563:                html-typo sample. detected << problem: they become ltlt too fast
                   23564: 
                   23565:        * src/classes/file.C 1.6:
                   23566:        * src/classes/root.C 1.49:
                   23567:        * src/classes/table.C 1.25:
                   23568:        * src/include/pa_common.h 1.25:
                   23569:        * src/include/pa_request.h 1.69:
                   23570:        * src/main/compile.y 1.111:
                   23571:        * src/main/pa_common.C 1.28:
                   23572:        * src/main/pa_request.C 1.77:
                   23573:        * src/main/pa_string.C 1.49:
                   23574:        * src/targets/isapi/parser3isapi.C 1.17:
                   23575:        * src/types/pa_vfile.h 1.6:
                   23576:                file_read stringified
                   23577: 
                   23578:        * src/include/pa_sapi.h 1.2:
                   23579:        * src/main/pa_common.C 1.27:
                   23580:        * src/main/pa_request.C 1.76:
                   23581:        * src/targets/cgi/parser3.C 1.44:
                   23582:        * src/targets/isapi/nt_log_events.mc 1.1:
                   23583:        * src/targets/isapi/parser3isapi.C 1.16:
                   23584:        * src/targets/isapi/parser3isapi.dsp 1.6:
                   23585:                nt error log experiments failed - cgi under iis got no access to log. registereventsource simply failed with 5(illegal call) code, while worked OK as standalone executable.
                   23586:                isapi: used HSE_APPEND_LOG_PARAMETER feature
                   23587: 
                   23588:        * src/types/pa_valiased.C 1.3:
                   23589:                decided to String-ify file_read
                   23590: 
                   23591:        * src/targets/cgi/parser3.C 1.45:
                   23592:        * src/targets/isapi/nt_log_events.mc 1.2:
                   23593:        * src/targets/isapi/parser3isapi.dsp 1.7:
                   23594:                cgi: sapi::log
                   23595: 
                   23596:        * src/main/compile.y 1.109:
                   23597:        * src/main/execute.C 1.124:
                   23598:        * src/main/main.dsp 1.69:
                   23599:                @CLASS equals @BASE. sanity
                   23600: 
                   23601:        * src/include/pa_common.h 1.22:
                   23602:        * src/main/pa_common.C 1.23:
                   23603:        * src/main/pa_request.C 1.72:
                   23604:        * src/targets/cgi/parser3.C 1.42:
                   23605:        * src/targets/isapi/pool_storage.h 1.2:
                   23606:        * src/types/pa_vform.C 1.16:
                   23607:        * src/types/pa_vform.h 1.14:
                   23608:                auto.p monkey
                   23609: 
                   23610:        * src/include/pa_common.h 1.24:
                   23611:        * src/include/pa_globals.h 1.25:
                   23612:        * src/main/pa_common.C 1.26:
                   23613:        * src/main/pa_globals.C 1.30:
                   23614:        * src/main/pa_request.C 1.75:
                   23615:        * src/targets/isapi/parser3isapi.C 1.15:
                   23616:                fixed default content-type allocation storage
                   23617: 
1.39      paf      23618:        * src/include/pa_globals.h 1.24:
                   23619:        * src/include/pa_request.h 1.68:
                   23620:        * src/main/compile.y 1.113:
                   23621:        * src/main/pa_common.C 1.29:
                   23622:        * src/main/pa_globals.C 1.29:
                   23623:        * src/main/pa_request.C 1.74:
                   23624:                z
                   23625: 
1.15      paf      23626:        * src/include/pa_common.h 1.23:
                   23627:        * src/main/pa_common.C 1.24:
                   23628:        * src/targets/cgi/parser3.C 1.43:
                   23629:        * src/targets/isapi/parser3isapi.C 1.14:
                   23630:                auto.p monkey every target
                   23631: 
                   23632:        * src/main/compile.y 1.112:
                   23633:        * src/main/compile_tools.h 1.34:
                   23634:                #comment
                   23635: 
                   23636: 2001-03-23  paf
                   23637:        * src/classes/root.C 1.48:
                   23638:        * src/classes/table.C 1.24:
                   23639:        * src/include/pa_common.h 1.21:
                   23640:        * src/include/pa_config_fixed.h 1.1:
                   23641:        * src/include/pa_config_includes.h 1.1:
                   23642:        * src/include/pa_string.h 1.49:
                   23643:        * src/include/pa_threads.h 1.11:
                   23644:        * src/include/pa_types.h 1.23:
                   23645:        * src/include/pa_version.h 1.1:
                   23646:        * src/main/compile.y 1.108:
                   23647:        * src/main/execute.C 1.123:
                   23648:        * src/main/pa_array.C 1.25:
                   23649:        * src/main/pa_common.C 1.22:
                   23650:        * src/main/pa_hash.C 1.28:
                   23651:        * src/main/pa_pool.C 1.17:
                   23652:        * src/main/pa_request.C 1.70:
                   23653:        * src/main/pa_string.C 1.48:
                   23654:        * src/main/untaint.C 1.12:
                   23655:        * src/targets/cgi/parser3.C 1.40:
                   23656:        * src/targets/isapi/parser3isapi.C 1.10:
                   23657:        * src/types/pa_vfile.C 1.6:
                   23658:        * src/types/pa_vform.C 1.15:
                   23659:                cgi: reinvent document_root and request_uri under iis. autoconf
                   23660:                updated. introducing ap_config_includes
                   23661: 
                   23662:        * src/targets/cgi/parser3.C 1.41:
                   23663:        * src/targets/isapi/parser3isapi.C 1.12:
                   23664:                isapi: think it would be better to rewrite as filter then to
                   23665:                deal with pool
                   23666: 
                   23667:        * src/targets/cgi/parser3.C 1.39:
                   23668:                cgi: reinvent document_root under iis
                   23669: 
                   23670:        * src/include/pa_globals.h 1.22:
                   23671:        * src/main/pa_request.C 1.68:
                   23672:        * src/targets/cgi/parser3.C 1.36:
                   23673:        * src/targets/cgi/parser3.dsp 1.12:
                   23674:        * src/targets/isapi/parser3isapi.C 1.8:
                   23675:        * src/types/pa_vcookie.C 1.10:
                   23676:        * src/types/pa_venv.h 1.12:
                   23677:        * src/types/pa_vform.C 1.13:
                   23678:                all: sapi beauty
                   23679: 
                   23680:        * src/main/pa_request.C 1.67:
                   23681:        * src/targets/cgi/parser3.C 1.35:
                   23682:        * src/targets/isapi/parser3isapi.C 1.7:
                   23683:        * src/targets/isapi/parser3isapi.dsp 1.4:
                   23684:                isapi minor env beauty
                   23685: 
                   23686:        * src/include/pa_globals.h 1.23:
                   23687:        * src/include/pa_sapi.h 1.1:
                   23688:        * src/main/main.dsp 1.67:
                   23689:        * src/main/pa_globals.C 1.27:
                   23690:        * src/main/pa_request.C 1.69:
                   23691:        * src/targets/cgi/parser3.C 1.37:
                   23692:        * src/targets/isapi/parser3isapi.C 1.9:
                   23693:        * src/types/pa_vcookie.C 1.11:
                   23694:        * src/types/pa_venv.h 1.13:
                   23695:        * src/types/pa_vform.C 1.14:
                   23696:                sapi made object
                   23697: 
                   23698:        * src/include/pa_pool.h 1.43:
                   23699:        * src/main/pa_request.C 1.71:
                   23700:        * src/targets/cgi/pa_pool.C 1.3:
                   23701:        * src/targets/isapi/pa_pool.C 1.3:
                   23702:        * src/targets/isapi/parser3isapi.C 1.13:
                   23703:        * src/targets/isapi/parser3isapi.dsp 1.5:
                   23704:        * src/targets/isapi/pool_storage.h 1.1:
                   23705:                isapi: dumb pool storage
                   23706: 
                   23707:        * src/main/main.dsp 1.68:
                   23708:        * src/targets/isapi/parser3isapi.C 1.11:
                   23709:                isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH
                   23710: 
                   23711:        * src/targets/isapi/pa_pool.C 1.2:
                   23712:                decided to continue with extension
                   23713: 
                   23714:        * src/targets/cgi/parser3.C 1.38:
                   23715:                cgi: only one pool now
                   23716: 
                   23717: 2001-03-22  paf
                   23718:        * src/main/pa_request.C 1.66:
                   23719:        * src/targets/cgi/parser3.C 1.34:
                   23720:        * src/targets/isapi/parser3isapi.C 1.6:
                   23721:        * src/targets/isapi/parser3isapi.dsp 1.3:
                   23722:                isapi document_root 0
                   23723: 
                   23724:        * src/types/pa_vcookie.C 1.8:
                   23725:                cookie attr decoded
                   23726: 
                   23727:        * src/include/pa_pool.h 1.40:
                   23728:        * src/targets/cgi/pa_pool.C 1.2:
                   23729:        * src/targets/cgi/parser3.C 1.31:
                   23730:        * src/targets/cgi/parser3.dsp 1.11:
                   23731:        * src/targets/isapi/pa_pool.C 1.1:
                   23732:        * src/targets/isapi/parser3isapi.C 1.1:
                   23733:        * src/targets/isapi/parser3isapi.def 1.1:
                   23734:        * src/targets/isapi/parser3isapi.dsp 1.1:
                   23735:                started isapi
                   23736: 
                   23737:        * src/targets/isapi/parser3isapi.C 1.5:
                   23738:                isapi keep-alive
                   23739: 
                   23740:        * src/targets/isapi/KILL.EXE 1.1:
                   23741:        * src/targets/isapi/PSTAT.EXE 1.1:
                   23742:        * src/targets/isapi/istart.cmd 1.1:
                   23743:        * src/targets/isapi/istop.cmd 1.1:
                   23744:        * src/targets/isapi/kill.pl 1.1:
                   23745:                isapi added utils
                   23746: 
                   23747:        * src/include/pa_pool.h 1.41:
                   23748:        * src/main/pa_pool.C 1.16:
                   23749:        * src/targets/cgi/parser3.C 1.32:
                   23750:        * src/targets/isapi/parser3isapi.C 1.2:
                   23751:        * src/targets/isapi/parser3isapi.dsp 1.2:
                   23752:        * src/types/pa_vform.C 1.12:
                   23753:                isapi 0
                   23754: 
                   23755:        * src/include/pa_globals.h 1.20:
                   23756:        * src/include/pa_request.h 1.66:
                   23757:        * src/include/pa_types.h 1.22:
                   23758:        * src/main/pa_globals.C 1.26:
                   23759:        * src/main/pa_request.C 1.63:
                   23760:        * src/targets/cgi/parser3.C 1.30:
                   23761:        * src/types/pa_vcookie.C 1.9:
                   23762:                config of auto.p path: parser_root_auto_path parser_site_auto_path
                   23763: 
                   23764:        * src/targets/cgi/vform_fields_fill.C 1.2:
                   23765:        * src/targets/cgi/vform_fields_fill.h 1.2:
                   23766:        * src/targets/isapi/parser3isapi.C 1.4:
                   23767:                z
                   23768: 
                   23769:        * src/include/pa_globals.h 1.21:
                   23770:        * src/main/pa_common.C 1.21:
                   23771:        * src/main/pa_request.C 1.64:
                   23772:                some comments
                   23773: 
                   23774:        * src/include/pa_pool.h 1.42:
                   23775:        * src/main/pa_request.C 1.65:
                   23776:        * src/targets/cgi/parser3.C 1.33:
                   23777:        * src/targets/isapi/parser3isapi.C 1.3:
                   23778:                isapi 1
                   23779: 
                   23780: 2001-03-21  paf
                   23781:        * src/include/pa_globals.h 1.18:
                   23782:        * src/targets/cgi/parser3.C 1.28:
                   23783:        * src/types/pa_venv.h 1.11:
                   23784:                in cookie & env. todo:post
                   23785: 
                   23786:        * src/Makefile.am 1.3:
                   23787:        * src/classes/Makefile.am 1.2:
                   23788:        * src/classes/file.C 1.5:
                   23789:        * src/classes/root.C 1.47:
                   23790:        * src/classes/table.C 1.23:
                   23791:        * src/include/pa_array.h 1.28:
                   23792:        * src/include/pa_common.h 1.20:
                   23793:        * src/include/pa_globals.h 1.17:
                   23794:        * src/include/pa_pool.h 1.39:
                   23795:        * src/include/pa_request.h 1.65:
                   23796:        * src/include/pa_string.h 1.48:
                   23797:        * src/main/Makefile.am 1.8:
                   23798:        * src/main/compile.y 1.107:
                   23799:        * src/main/execute.C 1.122:
                   23800:        * src/main/main.dsp 1.66:
                   23801:        * src/main/pa_common.C 1.20:
                   23802:        * src/main/pa_globals.C 1.25:
                   23803:        * src/main/pa_request.C 1.62:
                   23804:        * src/main/pa_string.C 1.47:
                   23805:        * src/main/pa_table.C 1.16:
                   23806:        * src/main/untaint.C 1.11:
                   23807:        * src/targets/Makefile.am 1.4:
                   23808:        * src/targets/cgi/Makefile.am 1.2:
                   23809:        * src/targets/cgi/parser3.C 1.27:
                   23810:        * src/targets/cgi/parser3.dsp 1.10:
                   23811:        * src/types/Makefile.am 1.2:
                   23812:        * src/types/pa_vcookie.C 1.7:
                   23813:        * src/types/pa_vform.C 1.11:
                   23814:        * src/types/pa_vstring.h 1.11:
                   23815:        * src/types/pa_wwrapper.h 1.5:
                   23816:                shifted apache branch on main trunc
                   23817: 
                   23818:        * src/targets/cgi/parser3.C 1.29:
                   23819:                z
                   23820: 
                   23821:        * src/include/pa_common.h [automake_update] 1.19.2.2:
                   23822:        * src/include/pa_globals.h [automake_update] 1.16.2.1:
                   23823:        * src/include/pa_pool.h [automake_update] 1.38.2.1:
                   23824:        * src/include/pa_request.h [automake_update] 1.64.2.4:
                   23825:        * src/main/main.dsp [automake_update] 1.65.2.1:
                   23826:        * src/main/pa_common.C [automake_update] 1.19.2.5:
                   23827:        * src/main/pa_request.C [automake_update] 1.61.2.3:
                   23828:        * src/targets/cgi/parser3.C [automake_update] 1.26.2.4:
                   23829:        * src/targets/cgi/parser3.dsp [automake_update] 1.9.2.1:
                   23830:        * src/types/pa_vcookie.C [automake_update] 1.6.2.2:
                   23831:        * src/types/pa_vform.C [automake_update] 1.10.2.1:
                   23832:        * src/types/pa_vstring.h [automake_update] 1.10.2.1:
                   23833:                starting mod_parser3
                   23834: 
                   23835:        * src/include/pa_globals.h 1.19:
                   23836:                post. todo: config of auto.p path
                   23837: 
                   23838: 2001-03-20  paf
                   23839:        * src/classes/Makefile.am 1.1:
                   23840:        * src/types/Makefile.am 1.1:
                   23841:                file Makefile.am was initially added on branch automake_update.
                   23842: 
                   23843:        * src/main/pa_common.C [automake_update] 1.19.2.4:
                   23844:        * src/targets/cgi/Makefile.am [automake_update] 1.1.2.3:
                   23845:        * src/targets/cgi/parser3.C [automake_update] 1.26.2.3:
                   23846:                automake compiled and works. todo:make win32 ifdefs work and
                   23847:                add ifdef unistd
                   23848: 
                   23849:        * src/classes/Makefile.am [automake_update] 1.1.2.1:
                   23850:        * src/classes/file.C 1.4:
                   23851:        * src/classes/table.C 1.21:
                   23852:        * src/classes/table.C [automake_update] 1.22.2.2:
                   23853:        * src/include/pa_array.h 1.27:
                   23854:        * src/include/pa_common.h 1.18:
                   23855:        * src/include/pa_common.h [automake_update] 1.19.2.1:
                   23856:        * src/include/pa_request.h 1.64:
                   23857:        * src/include/pa_request.h [automake_update] 1.64.2.3:
                   23858:        * src/include/pa_string.h 1.47:
                   23859:        * src/include/pa_table.h 1.18:
                   23860:        * src/include/pa_threads.h 1.10:
                   23861:        * src/main/Makefile.am [automake_update] 1.7.16.3:
                   23862:        * src/main/pa_common.C [automake_update] 1.19.2.3:
                   23863:        * src/main/pa_globals.C 1.24:
                   23864:        * src/main/pa_request.C [automake_update] 1.61.2.2:
                   23865:        * src/main/pa_table.C [automake_update] 1.15.2.1:
                   23866:        * src/main/untaint.C 1.10:
                   23867:        * src/targets/cgi/Makefile.am [automake_update] 1.1.2.2:
                   23868:        * src/targets/cgi/parser3.C [automake_update] 1.26.2.2:
                   23869:        * src/types/Makefile.am [automake_update] 1.1.2.1:
                   23870:        * src/types/pa_valiased.h 1.8:
                   23871:        * src/types/pa_value.h 1.31:
                   23872:        * src/types/pa_vform.h 1.13:
                   23873:                z
                   23874: 
                   23875:        * src/include/pa_request.h [automake_update] 1.64.2.2:
                   23876:        * src/main/Makefile.am [automake_update] 1.7.16.2:
                   23877:        * src/main/compile.y [automake_update] 1.106.2.1:
                   23878:        * src/main/execute.C [automake_update] 1.121.2.2:
                   23879:        * src/main/pa_common.C [automake_update] 1.19.2.2:
                   23880:        * src/types/Makefile.am [automake_update] 1.1.2.2:
                   23881:                removing locking
                   23882: 
                   23883:        * src/Makefile.am [automake_update] 1.2.16.1:
                   23884:        * src/classes/file.C [automake_update] 1.4.2.1:
                   23885:        * src/classes/root.C [automake_update] 1.46.2.1:
                   23886:        * src/classes/table.C [automake_update] 1.22.2.1:
                   23887:        * src/include/pa_array.h [automake_update] 1.27.2.1:
                   23888:        * src/include/pa_request.h [automake_update] 1.64.2.1:
                   23889:        * src/include/pa_string.h [automake_update] 1.47.2.1:
                   23890:        * src/main/Makefile.am [automake_update] 1.7.16.1:
                   23891:        * src/main/execute.C [automake_update] 1.121.2.1:
                   23892:        * src/main/pa_common.C [automake_update] 1.19.2.1:
                   23893:        * src/main/pa_globals.C [automake_update] 1.24.2.1:
                   23894:        * src/main/pa_request.C [automake_update] 1.61.2.1:
                   23895:        * src/main/pa_string.C [automake_update] 1.46.2.1:
                   23896:        * src/main/untaint.C [automake_update] 1.10.2.1:
                   23897:        * src/targets/Makefile.am [automake_update] 1.3.16.1:
                   23898:        * src/targets/cgi/Makefile.am [automake_update] 1.1.2.1:
                   23899:        * src/targets/cgi/parser3.C [automake_update] 1.26.2.1:
                   23900:        * src/types/pa_vcookie.C [automake_update] 1.6.2.1:
                   23901:        * src/types/pa_wwrapper.h [automake_update] 1.4.8.1:
                   23902:                String::UL_
                   23903: 
                   23904:        * src/classes/table.C 1.22:
                   23905:        * src/include/pa_common.h 1.19:
                   23906:        * src/main/pa_common.C 1.19:
                   23907:        * src/main/pa_request.C 1.61:
                   23908:        * src/types/pa_vfile.h 1.5:
                   23909:                ^table:save
                   23910: 
                   23911: 2001-03-19  paf
                   23912:        * src/classes/file.C 1.2:
                   23913:        * src/classes/request.C 1.4:
                   23914:        * src/classes/table.C 1.19:
                   23915:        * src/include/pa_string.h 1.45:
                   23916:        * src/main/main.dsp 1.61:
                   23917:        * src/main/pa_pool.C 1.15:
                   23918:        * src/main/pa_request.C 1.58:
                   23919:        * src/main/untaint.C 1.9:
                   23920:        * src/types/pa_value.h 1.27:
                   23921:        * src/types/pa_vfile.C 1.2:
                   23922:        * src/types/pa_vfile.h 1.2:
                   23923:        * src/types/pa_vform.C 1.10:
                   23924:                file 1
                   23925: 
                   23926:        * src/classes/table.C 1.17:
                   23927:        * src/include/pa_pool.h 1.38:
                   23928:        * src/include/pa_request.h 1.63:
                   23929:        * src/include/pa_table.h 1.16:
                   23930:        * src/include/pa_types.h 1.20:
                   23931:        * src/main/execute.C 1.119:
                   23932:        * src/main/pa_request.C 1.57:
                   23933:        * src/targets/cgi/parser3.C 1.25:
                   23934:        * src/types/pa_value.h 1.25:
                   23935:        * src/types/pa_vclass.h 1.10:
                   23936:        * src/types/pa_vform.C 1.8:
                   23937:        * src/types/pa_vstateless_class.h 1.5:
                   23938:        * src/types/pa_vstateless_object.h 1.4:
                   23939:                ^table:set{default level: TABLE}
                   23940: 
                   23941:        * src/classes/_request.h 1.3:
                   23942:        * src/classes/request.C 1.5:
                   23943:        * src/main/pa_globals.C 1.22:
                   23944:        * src/types/pa_vrequest.C 1.2:
                   23945:        * src/types/pa_vrequest.h 1.6:
                   23946:                VRequest moved to :VStateless_object
                   23947: 
                   23948:        * src/classes/_request.h 1.4:
                   23949:        * src/classes/request.C 1.6:
                   23950:        * src/main/main.dsp 1.65:
                   23951:        * src/main/pa_globals.C 1.23:
                   23952:        * src/types/pa_value.h 1.30:
                   23953:        * src/types/pa_vform.h 1.12:
                   23954:        * src/types/pa_vrequest.C 1.3:
                   23955:        * src/types/pa_vrequest.h 1.7:
                   23956:                VRequest moved to :Value
                   23957: 
                   23958:        * src/types/pa_valiased.h 1.4:
                   23959:        * src/types/pa_vbool.h 1.4:
                   23960:                doc: Value and it's derivates somehow unlinked. don't know why yet
                   23961: 
                   23962:        * src/classes/_env.h 1.6:
                   23963:        * src/classes/_table.h 1.4:
                   23964:        * src/classes/env.C 1.8:
                   23965:        * src/classes/table.C 1.20:
                   23966:        * src/main/execute.C 1.121:
                   23967:        * src/main/main.dsp 1.63:
                   23968:        * src/main/pa_globals.C 1.20:
                   23969:        * src/main/pa_request.C 1.60:
                   23970:        * src/types/pa_value.h 1.28:
                   23971:        * src/types/pa_vcookie.C 1.6:
                   23972:        * src/types/pa_vcookie.h 1.6:
                   23973:        * src/types/pa_venv.h 1.10:
                   23974:                VEnv is now :Value
                   23975: 
                   23976:        * src/targets/cgi/pa_vform.C 1.3:
                   23977:        * src/types/pa_valiased.C 1.1:
                   23978:        * src/types/pa_valiased.h 1.7:
                   23979:        * src/types/pa_value.h 1.29:
                   23980:        * src/types/pa_vstateless_class.C 1.5:
                   23981:        * src/types/pa_vstateless_class.h 1.7:
                   23982:        * src/types/pa_vstateless_object.h 1.7:
                   23983:                moved common get_element part from stateless object&class into VAliased
                   23984: 
                   23985:        * src/classes/_file.h 1.2:
                   23986:        * src/classes/file.C 1.3:
                   23987:        * src/include/pa_types.h 1.21:
                   23988:        * src/main/pa_globals.C 1.18:
                   23989:        * src/main/pa_request.C 1.59:
                   23990:        * src/targets/cgi/parser3.C 1.26:
                   23991:        * src/types/pa_valiased.h 1.6:
                   23992:        * src/types/pa_vfile.C 1.4:
                   23993:        * src/types/pa_vfile.h 1.3:
                   23994:        * src/types/pa_vstateless_class.h 1.6:
                   23995:        * src/types/pa_vstateless_object.h 1.5:
                   23996:                \ to /  and ^file:save
                   23997: 
                   23998:        * src/classes/root.C 1.46:
                   23999:        * src/classes/table.C 1.16:
                   24000:        * src/main/pa_exception.C 1.7:
                   24001:        * src/main/pa_request.C 1.53:
                   24002:        * src/targets/cgi/parser3.C 1.24:
                   24003:        * src/types/pa_vbool.h 1.3:
                   24004:        * src/types/pa_vcookie.C 1.3:
                   24005:        * src/types/pa_vcookie.h 1.3:
                   24006:        * src/types/pa_vdouble.h 1.9:
                   24007:        * src/types/pa_venv.h 1.8:
                   24008:        * src/types/pa_vform.h 1.8:
                   24009:        * src/types/pa_vint.h 1.10:
                   24010:        * src/types/pa_vrequest.h 1.4:
                   24011:                doc: detected Value derivates prob
                   24012: 
                   24013:        * src/include/code.h 1.25:
                   24014:        * src/include/pa_array.h 1.25:
                   24015:        * src/include/pa_pool.h 1.35:
                   24016:        * src/include/pa_string.h 1.42:
                   24017:        * src/include/pa_threads.h 1.8:
                   24018:        * src/main/compile.C 1.32:
                   24019:        * src/main/compile.y 1.105:
                   24020:        * src/main/compile_tools.C 1.29:
                   24021:        * src/main/compile_tools.h 1.32:
                   24022:        * src/main/execute.C 1.117:
                   24023:        * src/main/pa_array.C 1.23:
                   24024:        * src/main/pa_common.C 1.15:
                   24025:        * src/main/pa_exception.C 1.8:
                   24026:        * src/main/pa_globals.C 1.15:
                   24027:        * src/main/pa_hash.C 1.25:
                   24028:        * src/main/pa_pool.C 1.13:
                   24029:        * src/main/pa_request.C 1.54:
                   24030:        * src/main/pa_string.C 1.45:
                   24031:        * src/main/pa_table.C 1.14:
                   24032:        * src/main/untaint.C 1.7:
                   24033:        * src/types/pa_value.h 1.23:
                   24034:                auto @brief
                   24035: 
                   24036:        * src/classes/_file.h 1.1:
                   24037:        * src/classes/file.C 1.1:
                   24038:        * src/classes/table.C 1.18:
                   24039:        * src/include/pa_common.h 1.17:
                   24040:        * src/include/pa_globals.h 1.16:
                   24041:        * src/include/pa_string.h 1.44:
                   24042:        * src/include/pa_table.h 1.17:
                   24043:        * src/main/main.dsp 1.60:
                   24044:        * src/main/pa_common.C 1.18:
                   24045:        * src/main/pa_globals.C 1.17:
                   24046:        * src/types/pa_value.h 1.26:
                   24047:        * src/types/pa_vcookie.h 1.4:
                   24048:        * src/types/pa_venv.h 1.9:
                   24049:        * src/types/pa_vfile.C 1.1:
                   24050:        * src/types/pa_vfile.h 1.1:
                   24051:        * src/types/pa_vform.C 1.9:
                   24052:        * src/types/pa_vform.h 1.9:
                   24053:        * src/types/pa_vrequest.h 1.5:
                   24054:        * src/types/pa_vtable.h 1.5:
                   24055:                file class just compiled
                   24056: 
                   24057:        * src/types/pa_vfile.C 1.5:
                   24058:        * src/types/pa_vfile.h 1.4:
                   24059:        * src/types/pa_vstateless_object.h 1.6:
                   24060:                vfile doxx
                   24061: 
                   24062:        * src/classes/_response.h 1.2:
                   24063:        * src/classes/response.C 1.4:
                   24064:        * src/main/pa_globals.C 1.21:
                   24065:        * src/types/pa_vform.h 1.11:
                   24066:        * src/types/pa_vresponse.h 1.3:
                   24067:                VResponse moved to :VStateless_object
                   24068: 
                   24069:        * src/classes/_request.h 1.2:
                   24070:        * src/classes/request.C 1.3:
                   24071:        * src/include/code.h 1.24:
                   24072:        * src/include/pa_array.h 1.24:
                   24073:        * src/include/pa_common.h 1.15:
                   24074:        * src/include/pa_exception.h 1.10:
                   24075:        * src/include/pa_globals.h 1.13:
                   24076:        * src/include/pa_hash.h 1.28:
                   24077:        * src/include/pa_pool.h 1.34:
                   24078:        * src/include/pa_request.h 1.61:
                   24079:        * src/include/pa_stack.h 1.7:
                   24080:        * src/include/pa_string.h 1.41:
                   24081:        * src/include/pa_table.h 1.14:
                   24082:        * src/include/pa_threads.h 1.7:
                   24083:        * src/include/pa_types.h 1.17:
                   24084:        * src/main/execute.C 1.116:
                   24085:        * src/main/pa_pool.C 1.12:
                   24086:        * src/main/pa_request.C 1.52:
                   24087:        * src/main/pa_string.C 1.44:
                   24088:        * src/main/untaint.C 1.6:
                   24089:        * src/targets/cgi/parser3.C 1.23:
                   24090:        * src/types/pa_value.h 1.22:
                   24091:        * src/types/pa_vform.C 1.7:
                   24092:                doxygen include/, Value
                   24093: 
                   24094:        * src/include/code.h 1.26:
                   24095:        * src/include/pa_array.h 1.26:
                   24096:        * src/include/pa_common.h 1.16:
                   24097:        * src/include/pa_exception.h 1.11:
                   24098:        * src/include/pa_globals.h 1.14:
                   24099:        * src/include/pa_globals.h 1.15:
                   24100:        * src/include/pa_hash.h 1.29:
                   24101:        * src/include/pa_pool.h 1.36:
                   24102:        * src/include/pa_pool.h 1.37:
                   24103:        * src/include/pa_request.h 1.62:
                   24104:        * src/include/pa_stack.h 1.8:
                   24105:        * src/include/pa_string.h 1.43:
                   24106:        * src/include/pa_string.h 1.46:
                   24107:        * src/include/pa_table.h 1.15:
                   24108:        * src/include/pa_threads.h 1.9:
                   24109:        * src/include/pa_types.h 1.18:
                   24110:        * src/main/compile.C 1.33:
                   24111:        * src/main/compile.y 1.106:
                   24112:        * src/main/compile_tools.C 1.30:
                   24113:        * src/main/compile_tools.h 1.33:
                   24114:        * src/main/execute.C 1.118:
                   24115:        * src/main/pa_array.C 1.24:
                   24116:        * src/main/pa_common.C 1.16:
                   24117:        * src/main/pa_exception.C 1.9:
                   24118:        * src/main/pa_globals.C 1.16:
                   24119:        * src/main/pa_hash.C 1.26:
                   24120:        * src/main/pa_pool.C 1.14:
                   24121:        * src/main/pa_request.C 1.55:
                   24122:        * src/main/pa_string.C 1.46:
                   24123:        * src/main/pa_table.C 1.15:
                   24124:        * src/main/untaint.C 1.8:
                   24125:        * src/types/pa_valiased.h 1.5:
                   24126:        * src/types/pa_value.h 1.24:
                   24127:        * src/types/pa_vfile.C 1.3:
                   24128:                z
                   24129: 
                   24130:        * src/include/pa_hash.h 1.30:
                   24131:        * src/include/pa_types.h 1.19:
                   24132:        * src/main/pa_common.C 1.17:
                   24133:        * src/main/pa_hash.C 1.27:
                   24134:        * src/main/pa_request.C 1.56:
                   24135:        * src/types/pa_vcookie.C 1.4:
                   24136:                renamed Hash::Value to Val so to doxygen would finlly stop
                   24137:                confusing those Value-s
                   24138: 
                   24139:        * src/main/main.dsp 1.64:
                   24140:        * src/targets/cgi/parser3.dsp 1.9:
                   24141:        * src/types/pa_valiased.C 1.2:
                   24142:        * src/types/pa_vform.h 1.10:
                   24143:                commented VForm
                   24144: 
                   24145:        * src/classes/_cookie.h 1.2:
                   24146:        * src/classes/_table.h 1.3:
                   24147:        * src/classes/cookie.C 1.3:
                   24148:        * src/main/execute.C 1.120:
                   24149:        * src/main/main.dsp 1.62:
                   24150:        * src/main/pa_globals.C 1.19:
                   24151:        * src/types/pa_vcookie.C 1.5:
                   24152:        * src/types/pa_vcookie.h 1.5:
                   24153:                VCookie is now :Value
                   24154: 
                   24155: 2001-03-18  paf
                   24156:        * src/classes/_cookie.h 1.1:
                   24157:        * src/classes/cookie.C 1.1:
                   24158:        * src/include/pa_common.h 1.14:
                   24159:        * src/include/pa_globals.h 1.12:
                   24160:        * src/include/pa_request.h 1.60:
                   24161:        * src/include/pa_string.h 1.40:
                   24162:        * src/include/pa_types.h 1.16:
                   24163:        * src/main/main.dsp 1.59:
                   24164:        * src/main/pa_common.C 1.14:
                   24165:        * src/main/pa_globals.C 1.14:
                   24166:        * src/main/pa_hash.C 1.24:
                   24167:        * src/main/pa_request.C 1.51:
                   24168:        * src/main/pa_string.C 1.43:
                   24169:        * src/main/untaint.C 1.5:
                   24170:        * src/targets/cgi/parser3.C 1.21:
                   24171:        * src/types/pa_value.h 1.21:
                   24172:        * src/types/pa_vcookie.C 1.1:
                   24173:        * src/types/pa_vcookie.h 1.1:
                   24174:        * src/types/pa_vform.C 1.6:
                   24175:        * src/types/pa_vform.h 1.7:
                   24176:        * src/types/pa_vhash.h 1.9:
                   24177:        * src/types/pa_vunknown.h 1.4:
                   24178:                cookie class
                   24179: 
                   24180:        * src/include/pa_hash.h 1.26:
                   24181:        * src/main/pa_hash.C 1.22:
                   24182:        * src/targets/cgi/parser3.C 1.17:
                   24183:                response fields to header
                   24184: 
                   24185:        * src/classes/root.C 1.41:
                   24186:        * src/classes/string.C 1.12:
                   24187:        * src/include/pa_string.h 1.37:
                   24188:        * src/main/pa_globals.C 1.11:
                   24189:        * src/main/pa_request.C 1.44:
                   24190:        * src/main/pa_string.C 1.41:
                   24191:        * src/types/pa_vdouble.h 1.8:
                   24192:        * src/types/pa_vform.C 1.5:
                   24193:        * src/types/pa_vint.h 1.9:
                   24194:        * src/types/pa_vstateless_class.C 1.4:
                   24195:                convinient string(pool, char *src, bool tainted) ctor
                   24196: 
                   24197:        * src/include/pa_hash.h 1.27:
                   24198:        * src/include/pa_request.h 1.58:
                   24199:        * src/include/pa_string.h 1.36:
                   24200:        * src/main/pa_globals.C 1.10:
                   24201:        * src/main/pa_hash.C 1.23:
                   24202:        * src/main/pa_request.C 1.43:
                   24203:        * src/main/pa_string.C 1.40:
                   24204:        * src/main/untaint.C 1.3:
                   24205:        * src/targets/cgi/parser3.C 1.18:
                   24206:                proper @exceptions params tainting
                   24207: 
                   24208:        * src/classes/_response.h 1.1:
                   24209:        * src/classes/response.C 1.1:
                   24210:        * src/include/pa_globals.h 1.8:
                   24211:        * src/include/pa_hash.h 1.25:
                   24212:        * src/include/pa_request.h 1.57:
                   24213:        * src/main/compile.C 1.31:
                   24214:        * src/main/compile.y 1.104:
                   24215:        * src/main/execute.C 1.114:
                   24216:        * src/main/main.dsp 1.58:
                   24217:        * src/main/pa_globals.C 1.8:
                   24218:        * src/main/pa_hash.C 1.21:
                   24219:        * src/main/pa_request.C 1.41:
                   24220:        * src/targets/cgi/parser3.C 1.16:
                   24221:        * src/targets/cgi/parser3.dsp 1.8:
                   24222:        * src/types/pa_value.h 1.18:
                   24223:        * src/types/pa_vhash.h 1.6:
                   24224:        * src/types/pa_vrequest.h 1.3:
                   24225:        * src/types/pa_vresponse.h 1.1:
                   24226:                $response: 0  request::core exception rethrow
                   24227: 
                   24228:        * src/classes/request.C 1.2:
                   24229:        * src/classes/response.C 1.2:
                   24230:        * src/classes/root.C 1.42:
                   24231:        * src/include/pa_common.h 1.13:
                   24232:        * src/include/pa_globals.h 1.10:
                   24233:        * src/include/pa_request.h 1.59:
                   24234:        * src/include/pa_string.h 1.38:
                   24235:        * src/main/pa_common.C 1.13:
                   24236:        * src/main/pa_globals.C 1.12:
                   24237:        * src/main/pa_request.C 1.45:
                   24238:        * src/targets/cgi/parser3.C 1.19:
                   24239:                ^taint 0
                   24240: 
                   24241:        * src/classes/cookie.C 1.2:
                   24242:        * src/types/pa_vcookie.C 1.2:
                   24243:        * src/types/pa_vcookie.h 1.2:
                   24244:                cookie: allowed access to hash-assigned
                   24245: 
                   24246:        * src/include/pa_globals.h 1.9:
                   24247:        * src/main/execute.C 1.115:
                   24248:        * src/main/pa_globals.C 1.9:
                   24249:        * src/main/pa_request.C 1.42:
                   24250:        * src/targets/cgi/parser3.C 1.22:
                   24251:                z
                   24252: 
                   24253:        * src/main/pa_request.C 1.50:
                   24254:                zero length output allowed
                   24255: 
                   24256:        * src/classes/root.C 1.44:
                   24257:        * src/include/pa_globals.h 1.11:
                   24258:        * src/include/pa_string.h 1.39:
                   24259:        * src/main/pa_globals.C 1.13:
                   24260:        * src/main/pa_request.C 1.47:
                   24261:        * src/main/pa_string.C 1.42:
                   24262:        * src/types/pa_value.h 1.19:
                   24263:        * src/types/pa_vhash.h 1.7:
                   24264:                $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   24265: 
                   24266:        * src/classes/root.C 1.43:
                   24267:        * src/main/pa_request.C 1.46:
                   24268:        * src/main/untaint.C 1.4:
                   24269:        * src/targets/cgi/parser3.C 1.20:
                   24270:                taint[uri
                   24271: 
                   24272:        * src/classes/response.C 1.3:
                   24273:        * src/main/pa_request.C 1.49:
                   24274:        * src/types/pa_value.h 1.20:
                   24275:        * src/types/pa_vhash.h 1.8:
                   24276:        * src/types/pa_vresponse.h 1.2:
                   24277:                ^response:clear[]
                   24278: 
                   24279:        * src/classes/root.C 1.45:
                   24280:        * src/main/pa_request.C 1.48:
                   24281:                taint forgotten forced lang switch
                   24282: 
                   24283: 2001-03-16  paf
                   24284:        * src/include/code.h 1.22:
                   24285:        * src/include/pa_hash.h 1.24:
                   24286:        * src/include/pa_request.h 1.55:
                   24287:        * src/main/compile.y 1.102:
                   24288:        * src/main/execute.C 1.108:
                   24289:        * src/types/pa_value.h 1.15:
                   24290:        * src/types/pa_vhash.h 1.5:
                   24291:        * src/types/pa_vstring.h 1.10:
                   24292:        * src/types/pa_vtable.h 1.4:
                   24293:        * src/types/pa_wcontext.C 1.4:
                   24294:        * src/types/pa_wcontext.h 1.6:
                   24295:                see () and {} param wcontext conflict
                   24296: 
                   24297:        * src/main/execute.C 1.113:
                   24298:        * src/main/main.dsp 1.57:
                   24299:        * src/types/pa_value.h 1.17:
                   24300:        * src/types/pa_vrequest.h 1.2:
                   24301:                native method' class call with less params then needed error reporting
                   24302: 
                   24303:        * src/classes/double.C 1.17:
                   24304:        * src/include/code.h 1.23:
                   24305:        * src/main/compile.y 1.103:
                   24306:        * src/main/compile_tools.C 1.28:
                   24307:        * src/main/compile_tools.h 1.31:
                   24308:        * src/main/execute.C 1.109:
                   24309:                ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   24310: 
                   24311:        * src/main/execute.C 1.107:
                   24312:        * src/types/pa_value.h 1.14:
                   24313:        * src/types/pa_vstateless_object.h 1.3:
                   24314:        * src/types/pa_vstring.h 1.9:
                   24315:                disabled  $string.field
                   24316: 
                   24317:        * src/main/execute.C 1.110:
                   24318:        * src/types/pa_vmframe.h 1.7:
                   24319:                if(in "/news/")
                   24320: 
                   24321:        * src/include/pa_globals.h 1.6:
                   24322:        * src/main/execute.C 1.111:
                   24323:        * src/main/pa_globals.C 1.6:
                   24324:        * src/types/pa_value.h 1.16:
                   24325:        * src/types/pa_vcframe.h 1.3:
                   24326:        * src/types/pa_vmframe.h 1.8:
                   24327:        * src/types/pa_wcontext.h 1.7:
                   24328:                $result
                   24329: 
                   24330:        * src/classes/_request.h 1.1:
                   24331:        * src/classes/request.C 1.1:
                   24332:        * src/include/pa_globals.h 1.7:
                   24333:        * src/include/pa_request.h 1.56:
                   24334:        * src/main/execute.C 1.112:
                   24335:        * src/main/main.dsp 1.56:
                   24336:        * src/main/pa_globals.C 1.7:
                   24337:        * src/main/pa_request.C 1.40:
                   24338:        * src/targets/cgi/parser3.C 1.15:
                   24339:        * src/types/pa_vform.C 1.4:
                   24340:        * src/types/pa_vrequest.C 1.1:
                   24341:        * src/types/pa_vrequest.h 1.1:
                   24342:                $request : query :uri
                   24343: 
                   24344: 2001-03-15  paf
                   24345:        * src/main/compile.y 1.99:
                   24346:        * src/main/pa_request.C 1.37:
                   24347:        * src/targets/cgi/parser3.C 1.13:
                   24348:        * src/types/pa_vstring.h 1.7:
                   24349:                pre-pre-pre-beta cgi under win32 apache pre pre pre works
                   24350: 
                   24351:        * src/main/compile.y 1.100:
                   24352:        * src/main/execute.C 1.105:
                   24353:                z
                   24354: 
                   24355:        * src/main/compile.y 1.101:
                   24356:        * src/main/execute.C 1.106:
                   24357:        * src/main/pa_request.C 1.38:
                   24358:        * src/targets/cgi/parser3.C 1.14:
                   24359:        * src/types/pa_vstring.h 1.8:
                   24360:                @exception
                   24361: 
                   24362:        * src/include/pa_globals.h 1.5:
                   24363:        * src/main/pa_globals.C 1.5:
                   24364:        * src/main/pa_request.C 1.36:
                   24365:        * src/targets/cgi/parser3.C 1.12:
                   24366:        * src/types/pa_vform.C 1.3:
                   24367:        * src/types/pa_vform.h 1.6:
                   24368:                vform fillfields just compiled
                   24369: 
                   24370:        * src/main/pa_request.C 1.39:
                   24371:                news sample
                   24372: 
                   24373: 2001-03-14  paf
                   24374:        * src/include/core.h 1.16:
                   24375:        * src/include/pa_globals.h 1.1:
                   24376:        * src/include/pa_pool.h 1.33:
                   24377:        * src/include/pa_string.h 1.35:
                   24378:        * src/include/pa_types.h 1.13:
                   24379:        * src/main/compile.y 1.98:
                   24380:        * src/main/core.C 1.69:
                   24381:        * src/main/main.dsp 1.54:
                   24382:        * src/main/pa_globals.C 1.1:
                   24383:        * src/main/pa_request.C 1.31:
                   24384:        * src/targets/cgi/pa_vform.C 1.2:
                   24385:        * src/targets/cgi/parser3.C 1.5:
                   24386:        * src/targets/cgi/parser3.dsp 1.4:
                   24387:        * src/types/pa_value.h 1.13:
                   24388:        * src/types/pa_vform.h 1.3:
                   24389:        * src/types/pa_vunknown.h 1.3:
                   24390:                global handler, exceptions in parser3
                   24391: 
                   24392:        * src/include/pa_globals.h 1.4:
                   24393:        * src/main/pa_globals.C 1.4:
                   24394:        * src/main/pa_request.C 1.34:
                   24395:        * src/targets/cgi/parser3.dsp 1.7:
                   24396:        * src/types/pa_vform.C 1.2:
                   24397:        * src/types/pa_vform.h 1.5:
                   24398:        * src/types/pa_vstring.h 1.6:
                   24399:                limits -1
                   24400: 
                   24401:        * src/include/pa_common.h 1.12:
                   24402:        * src/include/pa_types.h 1.14:
                   24403:        * src/main/pa_request.C 1.32:
                   24404:        * src/targets/cgi/parser3.C 1.7:
                   24405:                PATH_DELIMITER_CHAR
                   24406: 
                   24407:        * src/targets/cgi/parser3.C 1.8:
                   24408:                #       if MSVC
                   24409: 
                   24410:        * src/include/pa_globals.h 1.3:
                   24411:        * src/include/pa_request.h 1.53:
                   24412:        * src/include/pa_types.h 1.15:
                   24413:        * src/main/main.dsp 1.55:
                   24414:        * src/main/pa_globals.C 1.3:
                   24415:        * src/main/pa_request.C 1.33:
                   24416:        * src/targets/cgi/parser3.C 1.10:
                   24417:        * src/targets/cgi/parser3.dsp 1.6:
                   24418:        * src/types/pa_vform.C 1.1:
                   24419:        * src/types/pa_vform.h 1.4:
                   24420:                request_info -1
                   24421: 
                   24422:        * src/include/pa_globals.h 1.2:
                   24423:        * src/main/pa_globals.C 1.2:
                   24424:        * src/targets/cgi/parser3.C 1.9:
                   24425:        * src/targets/cgi/parser3.dsp 1.5:
                   24426:        * src/targets/cgi/vform_fields_fill.C 1.1:
                   24427:        * src/targets/cgi/vform_fields_fill.h 1.1:
                   24428:                vform_fields_fill
                   24429: 
                   24430:        * src/include/pa_request.h 1.54:
                   24431:        * src/main/pa_request.C 1.35:
                   24432:        * src/targets/cgi/parser3.C 1.11:
                   24433:        * src/targets/cgi/parser3.C 1.6:
                   24434:                z
                   24435: 
                   24436: 2001-03-13  paf
                   24437:        * src/main/execute.C 1.101:
                   24438:        * src/types/pa_value.h 1.10:
                   24439:        * src/types/pa_venv.h 1.4:
                   24440:                for future methods of ENV constructor if
                   24441: 
                   24442:        * src/classes/root.C 1.36:
                   24443:        * src/classes/table.C 1.12:
                   24444:        * src/include/pa_exception.h 1.9:
                   24445:        * src/include/pa_pool.h 1.31:
                   24446:                skipped_restructure_exceptions_dead_end
                   24447: 
                   24448:        * src/types/pa_vstateless_class.h 1.1:
                   24449:                file pa_vstateless_class.h was initially added on branch
                   24450:                stateless_class.
                   24451: 
                   24452:        * src/include/code.h 1.21:
                   24453:        * src/include/pa_string.h 1.34:
                   24454:        * src/main/compile.y 1.95:
                   24455:        * src/main/execute.C 1.103:
                   24456:        * src/main/pa_string.C 1.39:
                   24457:                'value is type' expr operator
                   24458: 
                   24459:        * src/classes/form.C 1.2:
                   24460:        * src/main/compile.y 1.97:
                   24461:        * src/main/core.C 1.68:
                   24462:        * src/types/pa_value.h 1.12:
                   24463:        * src/types/pa_vclass.h 1.9:
                   24464:        * src/types/pa_venv.h 1.7:
                   24465:        * src/types/pa_vform.h 1.2:
                   24466:        * src/types/pa_vstateless_class.C 1.3:
                   24467:        * src/types/pa_vstateless_class.h 1.4:
                   24468:                form:fields removed. use $form.CLASS instead
                   24469: 
                   24470:        * src/types/pa_vstateless_class.C 1.1:
                   24471:                file pa_vstateless_class.C was initially added on branch
                   24472:                stateless_class.
                   24473: 
                   24474:        * src/include/core.h 1.14:
                   24475:        * src/include/pa_common.h 1.10:
                   24476:        * src/include/pa_request.h 1.51:
                   24477:        * src/main/pa_common.C 1.12:
                   24478:        * src/main/pa_request.C 1.29:
                   24479:        * src/targets/cgi/parser3.C 1.3:
                   24480:                before error show with parser
                   24481: 
                   24482:        * src/types/pa_venv.h 1.1:
                   24483:                file pa_venv.h was initially added on branch stateless_class.
                   24484: 
                   24485:        * src/targets/cgi/Makefile.am 1.1:
                   24486:        * src/targets/cgi/pa_pool.C 1.1:
                   24487:        * src/targets/cgi/pa_vform.C 1.1:
                   24488:        * src/targets/cgi/parser.dsp 1.1:
                   24489:        * src/targets/cgi/parser3.C 1.1:
                   24490:                renamed targets/ parser to cgi
                   24491: 
                   24492:        * src/classes/_double.h 1.5:
                   24493:        * src/classes/_double.h [stateless_class] 1.4.8.1:
                   24494:        * src/classes/_env.h 1.4:
                   24495:        * src/classes/_env.h [stateless_class] 1.3.8.1:
                   24496:        * src/classes/_int.h 1.5:
                   24497:        * src/classes/_int.h [stateless_class] 1.4.8.1:
                   24498:        * src/classes/_root.h 1.4:
                   24499:        * src/classes/_root.h [stateless_class] 1.3.8.1:
                   24500:        * src/classes/_string.h 1.6:
                   24501:        * src/classes/_string.h [stateless_class] 1.5.4.1:
                   24502:        * src/classes/_table.h 1.2:
                   24503:        * src/classes/_table.h [stateless_class] 1.1.6.1:
                   24504:        * src/classes/double.C 1.15:
                   24505:        * src/classes/double.C [stateless_class] 1.14.2.1:
                   24506:        * src/classes/env.C 1.5:
                   24507:        * src/classes/env.C [stateless_class] 1.4.8.1:
                   24508:        * src/classes/int.C 1.14:
                   24509:        * src/classes/int.C [stateless_class] 1.13.2.1:
                   24510:        * src/classes/root.C 1.38:
                   24511:        * src/classes/root.C [stateless_class] 1.37.2.1:
                   24512:        * src/classes/string.C 1.10:
                   24513:        * src/classes/string.C [stateless_class] 1.9.4.1:
                   24514:        * src/classes/table.C 1.14:
                   24515:        * src/classes/table.C [stateless_class] 1.13.2.1:
                   24516:        * src/include/pa_request.h 1.46:
                   24517:        * src/include/pa_request.h [stateless_class] 1.45.2.1:
                   24518:        * src/main/compile.C 1.29:
                   24519:        * src/main/compile.C [stateless_class] 1.28.2.1:
                   24520:        * src/main/compile_tools.h 1.30:
                   24521:        * src/main/compile_tools.h [stateless_class] 1.29.8.1:
                   24522:        * src/main/core.C 1.64:
                   24523:        * src/main/core.C [stateless_class] 1.63.6.1:
                   24524:        * src/main/execute.C 1.100:
                   24525:        * src/main/execute.C [stateless_class] 1.99.2.1:
                   24526:        * src/main/main.dsp 1.51:
                   24527:        * src/main/main.dsp [stateless_class] 1.50.6.1:
                   24528:        * src/main/pa_request.C 1.26:
                   24529:        * src/main/pa_request.C [stateless_class] 1.25.2.1:
                   24530:        * src/types/pa_valiased.h 1.3:
                   24531:        * src/types/pa_valiased.h [stateless_class] 1.2.8.1:
                   24532:        * src/types/pa_value.h 1.9:
                   24533:        * src/types/pa_value.h [stateless_class] 1.8.2.1:
                   24534:        * src/types/pa_vclass.C 1.5:
                   24535:        * src/types/pa_vclass.C [stateless_class] 1.4.8.1:
                   24536:        * src/types/pa_vclass.h 1.8:
                   24537:        * src/types/pa_vclass.h [stateless_class] 1.7.6.1:
                   24538:        * src/types/pa_venv.h 1.2:
                   24539:        * src/types/pa_venv.h [stateless_class] 1.1.2.1:
                   24540:        * src/types/pa_vmframe.h 1.6:
                   24541:        * src/types/pa_vmframe.h [stateless_class] 1.5.2.1:
                   24542:        * src/types/pa_vobject.h 1.5:
                   24543:        * src/types/pa_vobject.h [stateless_class] 1.4.8.1:
                   24544:        * src/types/pa_vstateless_class.C 1.2:
                   24545:        * src/types/pa_vstateless_class.C [stateless_class] 1.1.2.1:
                   24546:        * src/types/pa_vstateless_class.h 1.2:
                   24547:        * src/types/pa_vstateless_class.h [stateless_class] 1.1.2.1:
                   24548:        * src/types/pa_vstateless_object.h 1.2:
                   24549:        * src/types/pa_vstateless_object.h [stateless_class] 1.1.8.1:
                   24550:        * src/types/pa_wcontext.h 1.5:
                   24551:        * src/types/pa_wcontext.h [stateless_class] 1.4.4.1:
                   24552:                $ENV: re 0, stateless classes
                   24553: 
                   24554:        * src/include/pa_request.h 1.45:
                   24555:        * src/main/compile.C 1.28:
                   24556:        * src/main/execute.C 1.99:
                   24557:        * src/main/pa_request.C 1.25:
                   24558:        * src/types/pa_value.h 1.8:
                   24559:        * src/types/pa_vmframe.h 1.5:
                   24560:                fixed yesterdays bad decision on execute_static_method
                   24561: 
                   24562:        * src/include/core.h 1.15:
                   24563:        * src/include/pa_common.h 1.11:
                   24564:        * src/include/pa_request.h 1.52:
                   24565:        * src/main/core.C 1.67:
                   24566:        * src/main/execute.C 1.104:
                   24567:        * src/main/main.dsp 1.53:
                   24568:        * src/main/pa_request.C 1.30:
                   24569:        * src/targets/cgi/parser3.C 1.4:
                   24570:        * src/targets/cgi/parser3.dsp 1.3:
                   24571:        * src/types/pa_vform.h 1.1:
                   24572:                started cgi target
                   24573: 
                   24574:        * src/include/pa_request.h 1.47:
                   24575:        * src/types/pa_venv.h 1.3:
                   24576:                $ENV 0.1 stateless class
                   24577: 
                   24578:        * src/classes/_form.h 1.1:
                   24579:        * src/classes/double.C 1.16:
                   24580:        * src/classes/env.C 1.7:
                   24581:        * src/classes/form.C 1.1:
                   24582:        * src/classes/int.C 1.15:
                   24583:        * src/classes/root.C 1.40:
                   24584:        * src/classes/string.C 1.11:
                   24585:        * src/classes/table.C 1.13:
                   24586:        * src/classes/table.C 1.15:
                   24587:        * src/include/core.h 1.13:
                   24588:        * src/include/pa_request.h 1.49:
                   24589:        * src/include/pa_request.h 1.50:
                   24590:        * src/include/pa_types.h 1.12:
                   24591:        * src/main/core.C 1.66:
                   24592:        * src/main/execute.C 1.102:
                   24593:        * src/main/pa_request.C 1.23:
                   24594:        * src/main/pa_request.C 1.24:
                   24595:        * src/main/pa_request.C 1.28:
                   24596:        * src/targets/cgi/parser.dsp 1.2:
                   24597:        * src/targets/cgi/parser3.C 1.2:
                   24598:        * src/targets/cgi/parser3.dsp 1.1:
                   24599:        * src/targets/cgi/parser3.dsp 1.2:
                   24600:        * src/types/pa_vhash.h 1.4:
                   24601:                z
                   24602: 
                   24603:        * src/classes/root.C 1.35:
                   24604:        * src/classes/table.C 1.11:
                   24605:        * src/include/pa_exception.h 1.8:
                   24606:        * src/include/pa_pool.h 1.30:
                   24607:        * src/main/pa_request.C 1.22:
                   24608:                restructure_exceptions_dead_end
                   24609: 
                   24610:        * src/classes/root.C 1.34:
                   24611:        * src/main/compile.y 1.94:
                   24612:                ^if required junctions. allowed ; inside {} to break params
                   24613: 
                   24614:        * src/classes/_env.h 1.5:
                   24615:        * src/classes/env.C 1.6:
                   24616:        * src/classes/root.C 1.39:
                   24617:        * src/include/core.h 1.12:
                   24618:        * src/include/pa_pool.h 1.32:
                   24619:        * src/include/pa_request.h 1.48:
                   24620:        * src/main/compile.C 1.30:
                   24621:        * src/main/compile.y 1.96:
                   24622:        * src/main/core.C 1.65:
                   24623:        * src/main/main.dsp 1.52:
                   24624:        * src/main/pa_common.C 1.11:
                   24625:        * src/main/pa_request.C 1.27:
                   24626:        * src/types/pa_value.h 1.11:
                   24627:        * src/types/pa_venv.h 1.6:
                   24628:        * src/types/pa_vstateless_class.h 1.3:
                   24629:                started $form: [historical moment :)]
                   24630: 
                   24631:        * src/types/pa_venv.h 1.5:
                   24632:                $ENV 1
                   24633: 
                   24634:        * src/classes/double.C 1.14:
                   24635:        * src/classes/int.C 1.13:
                   24636:        * src/classes/root.C 1.37:
                   24637:        * src/types/pa_vdouble.h 1.7:
                   24638:        * src/types/pa_vint.h 1.8:
                   24639:                Int,Double  dec mul div mod
                   24640: 
                   24641: 2001-03-12  paf
                   24642:        * src/classes/_string.h 1.5:
                   24643:        * src/classes/double.C 1.13:
                   24644:        * src/classes/int.C 1.12:
                   24645:        * src/classes/string.C 1.9:
                   24646:        * src/main/execute.C 1.98:
                   24647:        * src/types/pa_wcontext.h 1.4:
                   24648:                int doube string ^format
                   24649: 
                   24650:        * src/classes/root.C 1.19:
                   24651:        * src/types/pa_vclass.h 1.4:
                   24652:                process temp main zeroing
                   24653: 
                   24654:        * src/classes/root.C 1.30:
                   24655:        * src/classes/table.C 1.6:
                   24656:        * src/types/pa_vtable.h 1.2:
                   24657:                table ^offset ^line ^count
                   24658: 
                   24659:        * src/classes/root.C 1.28:
                   24660:        * src/classes/table.C 1.5:
                   24661:                ^use
                   24662: 
                   24663:        * src/main/execute.C [other_construction_strategy_test] 1.97.2.1:
                   24664:        * src/types/pa_wcontext.h [other_construction_strategy_test] 1.3.2.1:
                   24665:                constructing flag not 'bad' but not 'enough'
                   24666: 
                   24667:        * src/classes/root.C 1.27:
                   24668:        * src/classes/table.C 1.4:
                   24669:        * src/include/pa_request.h 1.44:
                   24670:        * src/main/compile.y 1.92:
                   24671:        * src/main/core.C 1.62:
                   24672:        * src/main/execute.C 1.96:
                   24673:        * src/types/pa_vclass.h 1.7:
                   24674:        * src/types/pa_wcontext.C 1.3:
                   24675:        * src/types/pa_wcontext.h 1.3:
                   24676:        * src/types/pa_wwrapper.h 1.3:
                   24677:                while. switched off wcontext.constructing after write(value) or
                   24678:                auto-vhash-constructing
                   24679: 
                   24680:        * src/classes/table.C 1.8:
                   24681:                table ^empty
                   24682: 
                   24683:        * src/classes/root.C 1.33:
                   24684:                ^eval
                   24685: 
                   24686:        * src/classes/root.C 1.26:
                   24687:        * src/classes/table.C 1.3:
                   24688:        * src/include/pa_request.h 1.43:
                   24689:        * src/main/pa_request.C 1.20:
                   24690:                fail_if_junction_ helper func
                   24691: 
                   24692:        * src/classes/root.C 1.23:
                   24693:        * src/include/core.h 1.11:
                   24694:        * src/include/pa_array.h 1.23:
                   24695:        * src/include/pa_request.h 1.41:
                   24696:        * src/include/pa_table.h 1.11:
                   24697:        * src/main/core.C 1.60:
                   24698:        * src/main/main.dsp 1.49:
                   24699:        * src/main/pa_request.C 1.17:
                   24700:        * src/main/pa_table.C 1.12:
                   24701:        * src/types/pa_value.h 1.6:
                   24702:        * src/types/pa_vclass.C 1.4:
                   24703:        * src/types/pa_vclass.h 1.6:
                   24704:        * src/types/pa_vdouble.h 1.5:
                   24705:        * src/types/pa_vint.h 1.5:
                   24706:        * src/types/pa_vmframe.h 1.4:
                   24707:        * src/types/pa_vstring.h 1.5:
                   24708:                freeze, ^table:create[] -1
                   24709: 
                   24710:        * src/types/pa_vtable.h 1.1:
                   24711:                table: no, better with string in cells...
                   24712: 
                   24713:        * src/classes/root.C 1.21:
                   24714:        * src/main/execute.C 1.93:
                   24715:        * src/types/pa_vclass.h 1.5:
                   24716:                used get_method in couple places optimizing them
                   24717: 
1.39      paf      24718:        * src/classes/_table.h 1.1:
                   24719:        * src/classes/root.C 1.20:
                   24720:        * src/classes/root.C 1.22:
                   24721:        * src/classes/table.C 1.1:
                   24722:        * src/include/pa_array.h [table_with_charp_in_cells_dead_end] 1.23.2.1:
                   24723:        * src/include/pa_table.h [table_with_charp_in_cells_dead_end] 1.12.2.1:
                   24724:        * src/main/pa_table.C [table_with_charp_in_cells_dead_end] 1.13.2.1:
                   24725:        * src/main/untaint.C 1.1:
                   24726:        * src/types/pa_value.h 1.5:
                   24727:                z
                   24728: 
1.15      paf      24729:        * src/classes/double.C 1.10:
                   24730:        * src/classes/int.C 1.10:
                   24731:        * src/classes/root.C 1.18:
                   24732:        * src/classes/string.C 1.7:
                   24733:        * src/include/pa_common.h 1.6:
                   24734:        * src/include/pa_request.h 1.40:
                   24735:        * src/include/pa_string.h 1.32:
                   24736:        * src/include/pa_types.h 1.10:
                   24737:        * src/main/compile.C 1.27:
                   24738:        * src/main/compile.y 1.91:
                   24739:        * src/main/compile_tools.h 1.29:
                   24740:        * src/main/execute.C 1.92:
                   24741:        * src/main/pa_common.C 1.7:
                   24742:        * src/main/pa_request.C 1.16:
                   24743:        * src/types/pa_value.h 1.4:
                   24744:        * src/types/pa_vmframe.h 1.3:
                   24745:                process. actual names to store param and  
                   24746:                check_actual_numbered_params for better place diagnostics
                   24747: 
                   24748:        * src/classes/root.C 1.25:
                   24749:        * src/classes/table.C 1.2:
                   24750:        * src/include/pa_common.h 1.8:
                   24751:        * src/include/pa_request.h 1.42:
                   24752:        * src/main/execute.C 1.95:
                   24753:        * src/main/main.dsp 1.50:
                   24754:        * src/main/pa_common.C 1.9:
                   24755:        * src/main/pa_request.C 1.19:
                   24756:                ^process error point by actual method_name, not source.
                   24757:                ^load
                   24758: 
                   24759:        * src/classes/table.C 1.7:
                   24760:        * src/include/pa_table.h 1.13:
                   24761:                table ^menu
                   24762: 
                   24763:        * src/classes/root.C 1.29:
                   24764:                ^round()        ^floor()        ^ceiling()      ^abs()  ^sign()
                   24765: 
                   24766:        * src/classes/double.C 1.11:
                   24767:        * src/classes/int.C 1.11:
                   24768:        * src/classes/root.C 1.31:
                   24769:        * src/classes/string.C 1.8:
                   24770:        * src/classes/table.C 1.9:
                   24771:        * src/main/core.C 1.63:
                   24772:        * src/main/execute.C 1.97:
                   24773:        * src/types/pa_vint.h 1.6:
                   24774:                ^for
                   24775: 
                   24776:        * src/classes/double.C 1.12:
                   24777:        * src/classes/root.C 1.32:
                   24778:        * src/classes/table.C 1.10:
                   24779:        * src/include/pa_common.h 1.9:
                   24780:        * src/include/pa_types.h 1.11:
                   24781:        * src/main/compile.y 1.93:
                   24782:        * src/main/pa_common.C 1.10:
                   24783:        * src/main/pa_request.C 1.21:
                   24784:        * src/main/untaint.C 1.2:
                   24785:        * src/types/pa_vdouble.h 1.6:
                   24786:        * src/types/pa_vint.h 1.7:
                   24787:        * src/types/pa_vtable.h 1.3:
                   24788:        * src/types/pa_wwrapper.h 1.4:
                   24789:                think constructing flag as is  is bad
                   24790: 
                   24791:        * src/classes/root.C 1.24:
                   24792:        * src/include/pa_common.h 1.7:
                   24793:        * src/include/pa_string.h 1.33:
                   24794:        * src/include/pa_table.h 1.12:
                   24795:        * src/main/core.C 1.61:
                   24796:        * src/main/execute.C 1.94:
                   24797:        * src/main/pa_common.C 1.8:
                   24798:        * src/main/pa_request.C 1.18:
                   24799:        * src/main/pa_table.C 1.13:
                   24800:        * src/types/pa_value.h 1.7:
                   24801:                table:set 0
                   24802: 
                   24803: 2001-03-11  paf
                   24804:        * src/classes/double.C 1.8:
                   24805:        * src/classes/int.C 1.8:
                   24806:        * src/classes/root.C 1.14:
                   24807:        * src/include/pa_request.h 1.38:
                   24808:        * src/main/execute.C 1.90:
                   24809:                intercept_string
                   24810: 
                   24811:        * src/classes/double.C 1.6:
                   24812:        * src/classes/int.C 1.6:
                   24813:        * src/include/pa_request.h 1.37:
                   24814:                ^inc-s(expr)
                   24815: 
                   24816:        * src/include/pa_valiased.h 1.4:
                   24817:        * src/include/pa_value.h 1.51:
                   24818:        * src/include/pa_vbool.h 1.8:
                   24819:        * src/include/pa_vcframe.h 1.8:
                   24820:        * src/include/pa_vclass.h 1.30:
                   24821:        * src/include/pa_vdouble.h 1.13:
                   24822:        * src/include/pa_vhash.h 1.13:
                   24823:        * src/include/pa_vint.h 1.5:
                   24824:        * src/include/pa_vjunction.h 1.9:
                   24825:        * src/include/pa_vmframe.h 1.24:
                   24826:        * src/include/pa_vobject.h 1.18:
                   24827:        * src/include/pa_vstring.h 1.18:
                   24828:        * src/include/pa_vunknown.h 1.10:
                   24829:        * src/include/pa_wcontext.h 1.29:
                   24830:        * src/include/pa_wwrapper.h 1.14:
                   24831:        * src/main/compile.y 1.88:
                   24832:        * src/main/core.C 1.55:
                   24833:        * src/main/main.dsp 1.44:
                   24834:        * src/main/pa_cframe.C 1.6:
                   24835:        * src/main/pa_request.C 1.11:
                   24836:        * src/main/pa_value.C 1.8:
                   24837:        * src/main/pa_vclass.C 1.5:
                   24838:        * src/main/pa_wcontext.C 1.11:
                   24839:        * src/types/pa_valiased.h 1.1:
                   24840:        * src/types/pa_value.h 1.1:
                   24841:        * src/types/pa_vbool.h 1.1:
                   24842:        * src/types/pa_vcframe.h 1.1:
                   24843:        * src/types/pa_vclass.C 1.1:
                   24844:        * src/types/pa_vclass.h 1.1:
                   24845:        * src/types/pa_vdouble.h 1.1:
                   24846:        * src/types/pa_vhash.h 1.1:
                   24847:        * src/types/pa_vint.h 1.1:
                   24848:        * src/types/pa_vjunction.h 1.1:
                   24849:        * src/types/pa_vmframe.h 1.1:
                   24850:        * src/types/pa_vobject.h 1.1:
                   24851:        * src/types/pa_vstring.h 1.1:
                   24852:        * src/types/pa_vunknown.h 1.1:
                   24853:        * src/types/pa_wcontext.C 1.1:
                   24854:        * src/types/pa_wcontext.h 1.1:
                   24855:        * src/types/pa_wwrapper.h 1.1:
                   24856:                splitted types from include/
                   24857: 
                   24858:        * src/main/main.dsp 1.47:
                   24859:        * src/types/pa_value.h 1.3:
                   24860:        * src/types/pa_vdouble.h 1.3:
                   24861:        * src/types/pa_vint.h 1.3:
                   24862:        * src/types/pa_vobject.h 1.3:
                   24863:        * src/types/pa_vstring.h 1.3:
                   24864:                VString VDouble VInt base now VObject_base - without fields
                   24865: 
                   24866:        * src/include/core.h 1.7:
                   24867:        * src/include/pa_request.h 1.35:
                   24868:        * src/main/core.C 1.56:
                   24869:        * src/main/main.dsp 1.45:
                   24870:        * src/main/pa_request.C 1.12:
                   24871:                renamed AUTO: to MAIN:
                   24872: 
                   24873:        * src/classes/double.C 1.9:
                   24874:        * src/classes/int.C 1.9:
                   24875:        * src/classes/root.C 1.15:
                   24876:        * src/classes/string.C 1.6:
                   24877:        * src/include/core.h 1.9:
                   24878:        * src/include/pa_hash.h 1.23:
                   24879:        * src/include/pa_pool.h 1.29:
                   24880:        * src/include/pa_request.h 1.39:
                   24881:        * src/include/pa_string.h 1.31:
                   24882:        * src/main/compile.C 1.26:
                   24883:        * src/main/core.C 1.58:
                   24884:        * src/main/pa_request.C 1.15:
                   24885:                ^untaint 0
                   24886: 
                   24887:        * src/classes/root.C 1.17:
                   24888:        * src/main/execute.C 1.91:
                   24889:        * src/main/main.dsp 1.48:
                   24890:                setname for method-junctions bug fixed
                   24891: 
                   24892:        * src/types/pa_vdouble.h 1.4:
                   24893:        * src/types/pa_vint.h 1.4:
                   24894:        * src/types/pa_vobject.h 1.4:
                   24895:        * src/types/pa_vstateless_object.h 1.1:
                   24896:        * src/types/pa_vstring.h 1.4:
                   24897:                stateless_object
                   24898: 
                   24899:        * src/classes/root.C 1.16:
                   24900:        * src/include/core.h 1.10:
                   24901:        * src/main/core.C 1.59:
                   24902:        * src/main/pa_request.C 1.13:
                   24903:        * src/types/pa_vhash.h 1.2:
                   24904:                z
                   24905: 
                   24906:        * src/classes/_double.h 1.4:
                   24907:        * src/classes/_env.h 1.3:
                   24908:        * src/classes/_int.h 1.4:
                   24909:        * src/classes/_root.h 1.3:
                   24910:        * src/classes/_string.h 1.4:
                   24911:        * src/classes/double.C 1.5:
                   24912:        * src/classes/env.C 1.4:
                   24913:        * src/classes/int.C 1.5:
                   24914:        * src/classes/root.C 1.12:
                   24915:        * src/classes/string.C 1.5:
                   24916:        * src/include/code.h 1.20:
                   24917:        * src/include/core.h 1.8:
                   24918:        * src/include/pa_array.h 1.22:
                   24919:        * src/include/pa_common.h 1.5:
                   24920:        * src/include/pa_exception.h 1.7:
                   24921:        * src/include/pa_hash.h 1.22:
                   24922:        * src/include/pa_pool.h 1.28:
                   24923:        * src/include/pa_request.h 1.36:
                   24924:        * src/include/pa_stack.h 1.6:
                   24925:        * src/include/pa_string.h 1.30:
                   24926:        * src/include/pa_table.h 1.10:
                   24927:        * src/include/pa_threads.h 1.6:
                   24928:        * src/include/pa_types.h 1.9:
                   24929:        * src/main/compile.C 1.25:
                   24930:        * src/main/compile.y 1.89:
                   24931:        * src/main/compile_tools.C 1.26:
                   24932:        * src/main/compile_tools.h 1.27:
                   24933:        * src/main/core.C 1.57:
                   24934:        * src/main/execute.C 1.89:
                   24935:        * src/main/pa_array.C 1.22:
                   24936:        * src/main/pa_common.C 1.6:
                   24937:        * src/main/pa_exception.C 1.6:
                   24938:        * src/main/pa_hash.C 1.20:
                   24939:        * src/main/pa_pool.C 1.11:
                   24940:        * src/main/pa_request.C 1.14:
                   24941:        * src/main/pa_string.C 1.37:
                   24942:        * src/main/pa_table.C 1.11:
                   24943:        * src/types/pa_valiased.h 1.2:
                   24944:        * src/types/pa_value.h 1.2:
                   24945:        * src/types/pa_vbool.h 1.2:
                   24946:        * src/types/pa_vcframe.h 1.2:
                   24947:        * src/types/pa_vclass.C 1.2:
                   24948:        * src/types/pa_vclass.h 1.2:
                   24949:        * src/types/pa_vdouble.h 1.2:
                   24950:        * src/types/pa_vhash.h 1.3:
                   24951:        * src/types/pa_vint.h 1.2:
                   24952:        * src/types/pa_vjunction.h 1.2:
                   24953:        * src/types/pa_vmframe.h 1.2:
                   24954:        * src/types/pa_vobject.h 1.2:
                   24955:        * src/types/pa_vstring.h 1.2:
                   24956:        * src/types/pa_vunknown.h 1.2:
                   24957:        * src/types/pa_wcontext.C 1.2:
                   24958:        * src/types/pa_wcontext.h 1.2:
                   24959:        * src/types/pa_wwrapper.h 1.2:
                   24960:                headers updated
                   24961: 
                   24962:        * src/classes/double.C 1.7:
                   24963:        * src/classes/int.C 1.7:
                   24964:        * src/classes/root.C 1.13:
                   24965:        * src/types/pa_vclass.C 1.3:
                   24966:        * src/types/pa_vclass.h 1.3:
                   24967:                add_native_method helper
                   24968: 
                   24969: 2001-03-10  paf
                   24970:        * src/include/core.h 1.4:
                   24971:        * src/include/pa_request.h 1.30:
                   24972:        * src/main/compile.y 1.85:
                   24973:        * src/main/core.C 1.52:
                   24974:        * src/main/pa_request.C 1.6:
                   24975:                names to core.C
                   24976: 
                   24977:        * src/classes/_env.h 1.1:
                   24978:        * src/classes/env.C 1.1:
                   24979:        * src/classes/root.C 1.8:
                   24980:        * src/include/pa_request.h 1.23:
                   24981:        * src/include/pa_vclass.h 1.27:
                   24982:        * src/main/core.C 1.49:
                   24983:        * src/main/main.dsp 1.42:
                   24984:                env0
                   24985: 
                   24986:        * src/include/code.h 1.18:
                   24987:        * src/include/pa_request.h 1.28:
                   24988:        * src/include/pa_vint.h 1.3:
                   24989:        * src/include/pa_vjunction.h 1.7:
                   24990:        * src/include/pa_vstring.h 1.16:
                   24991:        * src/main/compile.y 1.84:
                   24992:        * src/main/compile_tools.C 1.24:
                   24993:        * src/main/compile_tools.h 1.25:
                   24994:        * src/main/execute.C 1.86:
                   24995:                optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   24996: 
                   24997:        * src/include/core.h 1.2:
                   24998:        * src/include/pa_array.h 1.20:
                   24999:        * src/include/pa_hash.h 1.20:
                   25000:        * src/include/pa_request.h 1.24:
                   25001:        * src/include/pa_value.h 1.49:
                   25002:        * src/include/pa_vcframe.h 1.6:
                   25003:        * src/include/pa_vdouble.h 1.11:
                   25004:        * src/include/pa_vint.h 1.2:
                   25005:        * src/include/pa_vstring.h 1.15:
                   25006:        * src/include/pa_vunknown.h 1.8:
                   25007:        * src/include/pa_wcontext.h 1.26:
                   25008:        * src/main/compile.y 1.82:
                   25009:        * src/main/compile_tools.C 1.23:
                   25010:        * src/main/compile_tools.h 1.24:
                   25011:        * src/main/core.C 1.50:
                   25012:        * src/main/execute.C 1.82:
                   25013:        * src/main/main.dsp 1.43:
                   25014:        * src/main/pa_cframe.C 1.4:
                   25015:        * src/main/pa_request.C 1.3:
                   25016:        * src/main/pa_wcontext.C 1.8:
                   25017:                const fight finished
                   25018: 
                   25019:        * src/include/core.h 1.6:
                   25020:        * src/include/pa_request.h 1.34:
                   25021:        * src/main/core.C 1.54:
                   25022:        * src/main/pa_request.C 1.10:
                   25023:                run+auto=run
                   25024: 
                   25025:        * src/include/pa_request.h 1.27:
                   25026:        * src/main/execute.C 1.85:
                   25027:        * src/main/pa_request.C 1.4:
                   25028:                @auto[] realised. auto.p scan togo
                   25029: 
                   25030:        * src/classes/double.C 1.3:
                   25031:        * src/classes/int.C 1.3:
                   25032:        * src/classes/root.C 1.9:
                   25033:        * src/classes/string.C 1.3:
                   25034:        * src/include/pa_request.h 1.25:
                   25035:        * src/include/pa_string.h 1.28:
                   25036:        * src/include/pa_wcontext.h 1.27:
                   25037:        * src/main/compile.y 1.83:
                   25038:        * src/main/execute.C 1.83:
                   25039:        * src/main/pa_string.C 1.35:
                   25040:        * src/main/pa_wcontext.C 1.9:
                   25041:                tainting 0
                   25042: 
                   25043:        * src/classes/_double.h 1.2:
                   25044:        * src/classes/_int.h 1.2:
                   25045:        * src/classes/_root.h 1.1:
                   25046:        * src/classes/_string.h 1.2:
                   25047:        * src/classes/double.C 1.2:
                   25048:        * src/classes/int.C 1.2:
                   25049:        * src/classes/root.C 1.7:
                   25050:        * src/classes/string.C 1.2:
                   25051:        * src/include/pa_request.h 1.22:
                   25052:        * src/include/pa_string.h 1.27:
                   25053:        * src/include/pa_types.h 1.7:
                   25054:        * src/include/pa_vcframe.h 1.5:
                   25055:        * src/include/pa_wcontext.h 1.25:
                   25056:        * src/main/core.C 1.48:
                   25057:        * src/main/main.dsp 1.41:
                   25058:        * src/main/pa_cframe.C 1.3:
                   25059:        * src/main/pa_string.C 1.34:
                   25060:        * src/main/pa_vclass.C 1.3:
                   25061:        * src/main/pa_wcontext.C 1.7:
                   25062:                ^lang prepare0
                   25063: 
                   25064:        * src/include/pa_request.h 1.31:
                   25065:        * src/main/compile.C 1.23:
                   25066:        * src/main/compile.y 1.86:
                   25067:        * src/main/pa_request.C 1.7:
                   25068:                auto tree0
                   25069: 
                   25070:        * src/classes/env.C 1.2:
                   25071:                env:file/line
                   25072: 
                   25073:        * src/include/pa_vclass.h 1.28:
                   25074:                const fight to go
                   25075: 
1.39      paf      25076:        * src/include/pa_request.h 1.26:
                   25077:        * src/main/execute.C 1.84:
                   25078:                autocalc code-junctions result now have names
                   25079: 
1.15      paf      25080:        * src/include/core.h 1.3:
                   25081:        * src/include/pa_common.h 1.3:
                   25082:        * src/include/pa_pool.h 1.26:
                   25083:        * src/include/pa_request.h 1.29:
                   25084:        * src/main/core.C 1.51:
                   25085:        * src/main/execute.C 1.87:
                   25086:        * src/main/pa_common.C 1.4:
                   25087:        * src/main/pa_request.C 1.5:
                   25088:                root auto.p loaded
                   25089: 
                   25090:        * src/classes/root.C 1.11:
                   25091:        * src/include/pa_request.h 1.33:
                   25092:                minor if junction bug
                   25093: 
                   25094:        * src/main/pa_request.C 1.8:
                   25095:                auto..
                   25096: 
                   25097:        * src/classes/_double.h 1.3:
                   25098:        * src/classes/_env.h 1.2:
                   25099:        * src/classes/_int.h 1.3:
                   25100:        * src/classes/_root.h 1.2:
                   25101:        * src/classes/_string.h 1.3:
                   25102:        * src/classes/double.C 1.4:
                   25103:        * src/classes/env.C 1.3:
                   25104:        * src/classes/int.C 1.4:
                   25105:        * src/classes/root.C 1.10:
                   25106:        * src/classes/string.C 1.4:
                   25107:        * src/include/code.h 1.19:
                   25108:        * src/include/core.h 1.5:
                   25109:        * src/include/pa_array.h 1.21:
                   25110:        * src/include/pa_common.h 1.4:
                   25111:        * src/include/pa_exception.h 1.6:
                   25112:        * src/include/pa_hash.h 1.21:
                   25113:        * src/include/pa_pool.h 1.27:
                   25114:        * src/include/pa_request.h 1.32:
                   25115:        * src/include/pa_stack.h 1.5:
                   25116:        * src/include/pa_string.h 1.29:
                   25117:        * src/include/pa_table.h 1.9:
                   25118:        * src/include/pa_threads.h 1.5:
                   25119:        * src/include/pa_types.h 1.8:
                   25120:        * src/include/pa_valiased.h 1.3:
                   25121:        * src/include/pa_value.h 1.50:
                   25122:        * src/include/pa_vbool.h 1.7:
                   25123:        * src/include/pa_vcframe.h 1.7:
                   25124:        * src/include/pa_vclass.h 1.29:
                   25125:        * src/include/pa_vdouble.h 1.12:
                   25126:        * src/include/pa_vhash.h 1.12:
                   25127:        * src/include/pa_vint.h 1.4:
                   25128:        * src/include/pa_vjunction.h 1.8:
                   25129:        * src/include/pa_vmframe.h 1.23:
                   25130:        * src/include/pa_vobject.h 1.17:
                   25131:        * src/include/pa_vstring.h 1.17:
                   25132:        * src/include/pa_vunknown.h 1.9:
                   25133:        * src/include/pa_wcontext.h 1.28:
                   25134:        * src/include/pa_wwrapper.h 1.13:
                   25135:        * src/main/compile.C 1.24:
                   25136:        * src/main/compile.y 1.87:
                   25137:        * src/main/compile_tools.C 1.25:
                   25138:        * src/main/compile_tools.h 1.26:
                   25139:        * src/main/core.C 1.53:
                   25140:        * src/main/execute.C 1.88:
                   25141:        * src/main/pa_array.C 1.21:
                   25142:        * src/main/pa_cframe.C 1.5:
                   25143:        * src/main/pa_common.C 1.5:
                   25144:        * src/main/pa_exception.C 1.5:
                   25145:        * src/main/pa_hash.C 1.19:
                   25146:        * src/main/pa_pool.C 1.10:
                   25147:        * src/main/pa_request.C 1.9:
                   25148:        * src/main/pa_string.C 1.36:
                   25149:        * src/main/pa_table.C 1.10:
                   25150:        * src/main/pa_value.C 1.7:
                   25151:        * src/main/pa_vclass.C 1.4:
                   25152:        * src/main/pa_wcontext.C 1.10:
                   25153:                sources header
                   25154: 
                   25155: 2001-03-09  paf
                   25156:        * src/classes/root.C [before_string_to_object_attempt] 1.4.4.1:
                   25157:        * src/include/pa_request.h [before_string_to_object_attempt] 1.20.4.1:
                   25158:        * src/main/execute.C [before_string_to_object_attempt] 1.78.2.2:
                   25159:                ^string.length[]
                   25160: 
                   25161:        * src/classes/root.C 1.5:
                   25162:        * src/include/pa_request.h 1.21:
                   25163:        * src/include/pa_vclass.h 1.26:
                   25164:        * src/include/pa_vhash.h 1.11:
                   25165:        * src/include/pa_vmframe.h 1.20:
                   25166:        * src/include/pa_vobject.h 1.15:
                   25167:        * src/include/pa_vstring.h 1.13:
                   25168:        * src/include/pa_wcontext.h 1.24:
                   25169:        * src/main/compile.y 1.80:
                   25170:        * src/main/core.C 1.46:
                   25171:        * src/main/execute.C 1.79:
                   25172:        * src/main/main.dsp 1.39:
                   25173:                .
                   25174: 
                   25175:        * src/include/pa_vmframe.h 1.22:
                   25176:        * src/main/compile.C 1.22:
                   25177:        * src/main/execute.C 1.81:
                   25178:                expr construct proper naming
                   25179: 
                   25180:        * src/classes/_double.h 1.1:
                   25181:        * src/classes/_int.h 1.1:
                   25182:        * src/classes/_string.h 1.1:
                   25183:        * src/classes/double.C 1.1:
                   25184:        * src/classes/int.C 1.1:
                   25185:        * src/classes/root.C 1.6:
                   25186:        * src/classes/string.C 1.1:
                   25187:        * src/include/code.h 1.17:
                   25188:        * src/include/pa_value.h 1.48:
                   25189:        * src/include/pa_vbool.h 1.6:
                   25190:        * src/include/pa_vdouble.h 1.10:
                   25191:        * src/include/pa_vint.h 1.1:
                   25192:        * src/include/pa_vmframe.h 1.21:
                   25193:        * src/include/pa_vobject.h 1.16:
                   25194:        * src/include/pa_vstring.h 1.14:
                   25195:        * src/main/compile.y 1.81:
                   25196:        * src/main/compile_tools.C 1.22:
                   25197:        * src/main/core.C 1.47:
                   25198:        * src/main/execute.C 1.80:
                   25199:        * src/main/main.dsp 1.40:
                   25200:                Int and Double classes with ^int[] and ^double[]. fixed expr type
                   25201: 
                   25202: 2001-03-08  paf
                   25203:        * src/include/pa_request.h 1.18:
                   25204:        * src/include/pa_value.h 1.44:
                   25205:        * src/include/pa_vcframe.h 1.4:
                   25206:        * src/include/pa_vmframe.h 1.16:
                   25207:        * src/include/pa_wcontext.h 1.23:
                   25208:        * src/main/compile.C 1.21:
                   25209:        * src/main/compile.y 1.76:
                   25210:        * src/main/core.C 1.45:
                   25211:        * src/main/execute.C 1.70:
                   25212:        * src/main/pa_cframe.C 1.2:
                   25213:        * src/main/pa_wcontext.C 1.5:
                   25214:                'if' just compiled
                   25215: 
                   25216:        * src/main/pa_vclass.C 1.2:
                   25217:                that were ok... [vclass were out of vcs]
                   25218: 
                   25219:        * src/include/pa_value.h 1.43:
                   25220:        * src/include/pa_vmframe.h 1.14:
                   25221:        * src/main/compile.y 1.75:
                   25222:        * src/main/core.C 1.44:
                   25223:        * src/main/execute.C 1.68:
                   25224:        * src/main/main.dsp 1.37:
                   25225:                z. detected probs with parameter names  in operator methods
                   25226: 
                   25227:        * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.2:
                   25228:        * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.2:
                   25229:        * src/include/pa_wcontext.h [before_string_to_object_attempt] 1.23.4.1:
                   25230:        * src/main/compile.y [before_string_to_object_attempt] 1.79.2.1:
                   25231:        * src/main/core.C [before_string_to_object_attempt] 1.45.4.1:
                   25232:        * src/main/execute.C [before_string_to_object_attempt] 1.78.2.1:
                   25233:        * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.2:
                   25234:                dead end: vstring can't be derivated from vobject
                   25235: 
                   25236:        * src/include/pa_request.h 1.17:
                   25237:        * src/main/compile.C 1.20:
                   25238:        * src/main/compile.y 1.73:
                   25239:        * src/main/core.C 1.43:
                   25240:        * src/main/main.dsp 1.36:
                   25241:                introducing ROOT_CLASS.
                   25242:                it's default @BASE.
                   25243:                changed 'RUN' assignment mech
                   25244: 
                   25245:        * src/main/execute.C 1.64:
                   25246:                root root in code-junction
                   25247: 
                   25248:        * src/include/pa_bool.h 1.2:
                   25249:        * src/include/pa_double.h 1.2:
                   25250:        * src/include/pa_value.h 1.47:
                   25251:        * src/include/pa_vbool.h 1.5:
                   25252:        * src/include/pa_vclass.h 1.24:
                   25253:        * src/include/pa_vdouble.h 1.9:
                   25254:        * src/include/pa_vhash.h 1.9:
                   25255:        * src/include/pa_vjunction.h 1.6:
                   25256:        * src/include/pa_vmframe.h 1.19:
                   25257:        * src/include/pa_vobject.h 1.13:
                   25258:        * src/include/pa_vstring.h 1.12:
                   25259:        * src/include/pa_vunknown.h 1.7:
                   25260:        * src/main/compile.y 1.79:
                   25261:        * src/main/compile_tools.C 1.21:
                   25262:        * src/main/execute.C 1.78:
                   25263:                withoud cloning. didn't need it actually, params got passed
                   25264:                from out unnamed ewpool
                   25265: 
                   25266:        * src/include/code.h 1.16:
                   25267:        * src/main/compile.y 1.72:
                   25268:        * src/main/compile_tools.C 1.19:
                   25269:        * src/main/compile_tools.h 1.23:
                   25270:        * src/main/execute.C 1.66:
                   25271:                made class: dynamic, not static. so to enable runtime ^use
                   25272: 
                   25273:        * src/include/code.h 1.15:
                   25274:        * src/main/compile.y 1.70:
                   25275:        * src/main/compile_tools.C 1.18:
                   25276:        * src/main/execute.C 1.65:
                   25277:                joined 2 into one OP_CODE__STORE_PARAM
                   25278: 
                   25279:        * src/main/execute.C 1.74:
                   25280:                fixed problems calling operators in constructors
                   25281: 
                   25282:        * src/classes/root.C 1.2:
                   25283:        * src/include/pa_request.h 1.19:
                   25284:        * src/include/pa_value.h 1.45:
                   25285:        * src/include/pa_vbool.h 1.3:
                   25286:        * src/include/pa_wwrapper.h 1.12:
                   25287:        * src/main/execute.C 1.71:
                   25288:                ^if 0
                   25289: 
                   25290:        * src/main/pa_vclass.C 1.1:
                   25291:                wow! vclass were out of vcs
                   25292: 
                   25293:        * src/classes/root.C 1.4:
                   25294:        * src/include/pa_stack.h 1.4:
                   25295:        * src/main/execute.C 1.73:
                   25296:                detected problems calling operators in constructors
                   25297: 
                   25298:        * src/main/compile.y 1.74:
                   25299:                minor renamings in .y
                   25300: 
                   25301:        * src/include/pa_vdouble.h 1.8:
                   25302:        * src/include/pa_vhash.h 1.8:
                   25303:        * src/include/pa_vjunction.h 1.5:
                   25304:        * src/include/pa_vobject.h 1.12:
                   25305:        * src/include/pa_vunknown.h 1.6:
                   25306:        * src/main/compile.y 1.78:
                   25307:                cloning dead end
                   25308: 
                   25309:        * src/include/pa_vmframe.h [before_string_to_object_attempt] 1.19.2.1:
                   25310:                fixed forgotten method_frame my check
                   25311: 
                   25312:        * src/classes/root.C 1.1:
                   25313:                added root.c
                   25314: 
                   25315:        * src/include/pa_vbool.h 1.2:
                   25316:        * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.1:
                   25317:        * src/include/pa_vdouble.h 1.6:
                   25318:        * src/include/pa_vhash.h [before_string_to_object_attempt] 1.10.2.1:
                   25319:        * src/include/pa_vjunction.h 1.3:
                   25320:        * src/include/pa_vmframe.h 1.15:
                   25321:        * src/include/pa_vobject.h [before_string_to_object_attempt] 1.14.2.1:
                   25322:        * src/include/pa_vstring.h 1.10:
                   25323:        * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.1:
                   25324:        * src/include/pa_wcontext.h 1.22:
                   25325:        * src/main/execute.C 1.67:
                   25326:        * src/main/execute.C 1.69:
                   25327:        * src/main/execute.C 1.75:
                   25328:        * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.1:
                   25329:        * src/main/pa_wcontext.C 1.4:
                   25330:        * src/main/pa_wcontext.C 1.6:
                   25331:                z
                   25332: 
                   25333:        * src/main/compile.y 1.71:
                   25334:                minor grammar bug with OP_CODE__STORE_PARAM
                   25335: 
                   25336:        * src/include/pa_bool.h 1.1:
                   25337:        * src/include/pa_double.h 1.1:
                   25338:        * src/include/pa_valiased.h 1.2:
                   25339:        * src/include/pa_value.h 1.46:
                   25340:        * src/include/pa_vbool.h 1.4:
                   25341:        * src/include/pa_vclass.h 1.23:
                   25342:        * src/include/pa_vdouble.h 1.7:
                   25343:        * src/include/pa_vhash.h 1.7:
                   25344:        * src/include/pa_vjunction.h 1.4:
                   25345:        * src/include/pa_vmframe.h 1.18:
                   25346:        * src/include/pa_vobject.h 1.11:
                   25347:        * src/include/pa_vstring.h 1.11:
                   25348:        * src/include/pa_vunknown.h 1.5:
                   25349:        * src/main/compile.y 1.77:
                   25350:        * src/main/compile_tools.C 1.20:
                   25351:        * src/main/execute.C 1.77:
                   25352:        * src/main/main.dsp 1.38:
                   25353:        * src/main/pa_value.C 1.6:
                   25354:                value.cloning so to give params proper names
                   25355: 
                   25356:        * src/classes/root.C 1.3:
                   25357:        * src/include/pa_request.h 1.20:
                   25358:        * src/main/execute.C 1.72:
                   25359:                autocalc def to string
                   25360: 
                   25361:        * src/include/pa_vmframe.h 1.17:
                   25362:        * src/main/execute.C 1.76:
                   25363:                added names to unknown values in get_element and unfilled
                   25364:                params. removed wrong name change in get_element
                   25365: 
                   25366:        * src/include/pa_vclass.h 1.25:
                   25367:        * src/include/pa_vhash.h 1.10:
                   25368:        * src/include/pa_vobject.h 1.14:
                   25369:                removes some remained clone conseqs
                   25370: 
                   25371: 2001-03-07  paf
                   25372:        * src/include/pa_hash.h 1.19:
                   25373:        * src/include/pa_value.h 1.40:
                   25374:        * src/include/pa_vhash.h 1.4:
                   25375:        * src/include/pa_vunknown.h 1.4:
                   25376:        * src/main/compile.y 1.67:
                   25377:        * src/main/execute.C 1.62:
                   25378:        * src/main/pa_hash.C 1.18:
                   25379:                expr def in -f
                   25380: 
                   25381:        * src/main/compile.y 1.65:
                   25382:        * src/main/execute.C 1.60:
                   25383:        * src/main/pa_string.C 1.33:
                   25384:                bug in string.cmp fixed
                   25385: 
                   25386:        * src/main/compile.y 1.68:
                   25387:                .y priorities syntax shaped up a bit
                   25388: 
                   25389:        * src/main/compile.y 1.64:
                   25390:                expr quoted code
                   25391: 
                   25392:        * src/main/execute.C 1.57:
                   25393:                ^var.menu{$field} problem detected. that $field not a $var.field
                   25394: 
                   25395:        * src/main/compile.y 1.69:
                   25396:        * src/main/compile_tools.h 1.22:
                   25397:                ^func(params)
                   25398: 
1.39      paf      25399:        * src/main/compile.y 1.63:
                   25400:        * src/main/execute.C 1.59:
                   25401:                expr whitespace solved. added "" support0
                   25402: 
1.15      paf      25403:        * src/include/pa_value.h 1.42:
                   25404:        * src/include/pa_vclass.h 1.22:
                   25405:        * src/include/pa_vhash.h 1.6:
                   25406:        * src/include/pa_vmframe.h 1.13:
                   25407:        * src/include/pa_vobject.h 1.10:
                   25408:        * src/include/pa_wwrapper.h 1.11:
                   25409:                const in Value.get_element
                   25410: 
                   25411:        * src/include/pa_string.h 1.26:
                   25412:        * src/main/compile.y 1.61:
                   25413:        * src/main/execute.C 1.58:
                   25414:        * src/main/pa_string.C 1.32:
                   25415:                just compiled lt&co
                   25416: 
                   25417:        * src/include/pa_stack.h 1.3:
                   25418:        * src/include/pa_value.h 1.41:
                   25419:        * src/include/pa_vclass.h 1.21:
                   25420:        * src/include/pa_vhash.h 1.5:
                   25421:        * src/include/pa_vmframe.h 1.12:
                   25422:        * src/include/pa_vobject.h 1.9:
                   25423:        * src/include/pa_wwrapper.h 1.10:
                   25424:        * src/main/execute.C 1.63:
                   25425:                fixed rwcontext of {} params up
                   25426: 
                   25427:        * src/main/compile.y 1.62:
                   25428:                expr string comparisons 0
                   25429: 
                   25430:        * src/main/compile.y 1.66:
                   25431:        * src/main/execute.C 1.61:
                   25432:                expr calls
                   25433: 
                   25434: 2001-03-06  paf
                   25435:        * src/include/pa_vbool.h 1.1:
                   25436:                forgot this
                   25437: 
                   25438:        * src/main/compile.y 1.51:
                   25439:                expr lexx1
                   25440: 
                   25441:        * src/include/code.h 1.14:
                   25442:        * src/main/compile.y 1.59:
                   25443:        * src/main/execute.C 1.56:
                   25444:                1 problems with skipping whitespace in yylex fixed
                   25445:                2 xors: # bitwise ## logical
                   25446: 
                   25447:        * src/include/code.h 1.11:
                   25448:        * src/include/pa_valiased.h 1.1:
                   25449:        * src/include/pa_value.h 1.37:
                   25450:        * src/include/pa_vdouble.h 1.1:
                   25451:        * src/include/pa_vstring.h 1.6:
                   25452:        * src/main/compile.y 1.49:
                   25453:        * src/main/execute.C 1.49:
                   25454:                expr lex0 exec-1
                   25455: 
                   25456:        * src/main/compile.y 1.52:
                   25457:                expr grammar-1
                   25458: 
                   25459:        * src/include/pa_value.h 1.39:
                   25460:        * src/include/pa_vdouble.h 1.5:
                   25461:        * src/include/pa_vstring.h 1.8:
                   25462:        * src/include/pa_vunknown.h 1.3:
                   25463:        * src/main/compile.y 1.56:
                   25464:        * src/main/execute.C 1.54:
                   25465:        * src/main/main.dsp 1.35:
                   25466:                !~
                   25467: 
                   25468:        * src/include/code.h 1.10:
                   25469:        * src/main/compile.y 1.48:
                   25470:        * src/main/compile_tools.h 1.18:
                   25471:                g
                   25472: 
                   25473:        * src/main/compile.y 1.60:
                   25474:                .y expr visible-shorter
                   25475: 
                   25476:        * src/include/pa_vcframe.h 1.3:
                   25477:        * src/include/pa_vclass.h 1.20:
                   25478:        * src/include/pa_vdouble.h 1.4:
                   25479:        * src/include/pa_vhash.h 1.3:
                   25480:        * src/include/pa_vjunction.h 1.2:
                   25481:        * src/include/pa_vmframe.h 1.11:
                   25482:        * src/include/pa_vobject.h 1.8:
                   25483:        * src/include/pa_vstring.h 1.7:
                   25484:        * src/include/pa_vunknown.h 1.2:
                   25485:        * src/include/pa_wcontext.h 1.21:
                   25486:        * src/include/pa_wwrapper.h 1.9:
                   25487:        * src/main/compile.y 1.55:
                   25488:        * src/main/compile_tools.C 1.17:
                   25489:        * src/main/compile_tools.h 1.21:
                   25490:        * src/main/execute.C 1.53:
                   25491:                +-*/
                   25492: 
                   25493:        * src/main/compile.y 1.50:
                   25494:        * src/main/execute.C 1.50:
                   25495:        * src/main/main.dsp 1.34:
                   25496:                z
                   25497: 
                   25498:        * src/include/pa_value.h 1.38:
                   25499:        * src/include/pa_vdouble.h 1.2:
                   25500:        * src/main/compile.y 1.53:
                   25501:        * src/main/execute.C 1.51:
                   25502:                expr grammar-1 2*2=4.000000 :)
                   25503: 
1.39      paf      25504:        * src/include/pa_vstring.h 1.9:
                   25505:        * src/main/compile.y 1.58:
                   25506:                problems with skipping whitespace in yylex
                   25507: 
1.15      paf      25508:        * src/include/pa_vdouble.h 1.3:
                   25509:        * src/main/compile.y 1.54:
                   25510:        * src/main/compile_tools.C 1.15:
                   25511:        * src/main/compile_tools.h 1.19:
                   25512:                grammar-1.1 $a(z) $a=0
                   25513: 
                   25514:        * src/include/code.h 1.13:
                   25515:        * src/main/compile.y 1.57:
                   25516:        * src/main/execute.C 1.55:
                   25517:                without string ops in expressions 0
                   25518: 
                   25519: 2001-02-26  paf
                   25520:        * src/main/compile.y 1.46:
                   25521:                max_string in yyerror bug fix
                   25522: 
                   25523: 2001-02-25  paf
                   25524:        * src/main/compile.y 1.40:
                   25525:                escaping bug
                   25526: 
                   25527:        * src/include/pa_request.h 1.14:
                   25528:        * src/main/compile.C 1.19:
                   25529:        * src/main/core.C 1.38:
                   25530:                default name RUN, also alias
                   25531: 
                   25532:        * src/include/pa_vcframe.h 1.2:
                   25533:        * src/include/pa_vmframe.h 1.5:
                   25534:        * src/include/pa_vobject.h 1.6:
                   25535:        * src/include/pa_wcontext.h 1.17:
                   25536:        * src/include/pa_wwrapper.h 1.7:
                   25537:        * src/main/core.C 1.40:
                   25538:        * src/main/execute.C 1.43:
                   25539:        * src/main/main.dsp 1.31:
                   25540:                would now get fields into interm VFielded class
                   25541: 
                   25542:        * src/include/pa_request.h 1.16:
                   25543:        * src/include/pa_value.h 1.34:
                   25544:        * src/include/pa_vmframe.h 1.7:
                   25545:        * src/include/pa_wcontext.h 1.19:
                   25546:        * src/main/execute.C 1.46:
                   25547:                VAliased0
                   25548: 
                   25549:        * src/main/execute.C 1.47:
                   25550:                VAliased1
                   25551: 
                   25552:        * src/include/pa_value.h 1.35:
                   25553:        * src/include/pa_vmframe.h 1.8:
                   25554:                VAliased2
                   25555: 
                   25556:        * src/include/code.h 1.9:
                   25557:        * src/include/pa_value.h 1.28:
                   25558:        * src/include/pa_vclass.h 1.15:
                   25559:        * src/include/pa_vmframe.h 1.2:
                   25560:        * src/include/pa_vobject.h 1.3:
                   25561:        * src/include/pa_wwrapper.h 1.5:
                   25562:        * src/main/compile.y 1.38:
                   25563:        * src/main/compile_tools.C 1.14:
                   25564:        * src/main/compile_tools.h 1.16:
                   25565:        * src/main/execute.C 1.38:
                   25566:                ^class:method() just compiled
                   25567: 
                   25568:        * src/include/pa_hash.h 1.18:
                   25569:        * src/include/pa_value.h 1.31:
                   25570:        * src/include/pa_vclass.h 1.17:
                   25571:        * src/include/pa_vmframe.h 1.4:
                   25572:        * src/include/pa_vobject.h 1.5:
                   25573:        * src/include/pa_vstring.h 1.5:
                   25574:        * src/include/pa_wcontext.h 1.16:
                   25575:        * src/main/compile.y 1.45:
                   25576:        * src/main/core.C 1.39:
                   25577:        * src/main/execute.C 1.42:
                   25578:        * src/main/main.dsp 1.30:
                   25579:        * src/main/pa_hash.C 1.17:
                   25580:        * src/main/pa_value.C 1.5:
                   25581:        * src/main/pa_wcontext.C 1.3:
                   25582:                virtuals2
                   25583: 
                   25584:        * src/include/pa_value.h 1.32:
                   25585:        * src/include/pa_vclass.h 1.18:
                   25586:        * src/include/pa_wcontext.h 1.18:
                   25587:        * src/include/pa_wwrapper.h 1.8:
                   25588:        * src/main/execute.C 1.44:
                   25589:        * src/main/main.dsp 1.32:
                   25590:                no not get fields into interm VFielded class.
                   25591:                fields & staticfields 1
                   25592: 
                   25593:        * src/include/pa_pool.h 1.25:
                   25594:        * src/include/pa_request.h 1.15:
                   25595:        * src/include/pa_value.h 1.33:
                   25596:        * src/include/pa_vclass.h 1.19:
                   25597:        * src/include/pa_vmframe.h 1.6:
                   25598:        * src/include/pa_vobject.h 1.7:
                   25599:        * src/main/core.C 1.41:
                   25600:        * src/main/execute.C 1.45:
                   25601:        * src/main/main.dsp 1.33:
                   25602:                VAliased just compiled
                   25603: 
1.39      paf      25604:        * src/include/pa_value.h 1.36:
                   25605:        * src/include/pa_vmframe.h 1.9:
                   25606:        * src/include/pa_wcontext.h 1.20:
                   25607:        * src/main/execute.C 1.48:
                   25608:                VAliased3
                   25609: 
1.15      paf      25610:        * src/include/pa_request.h 1.13:
                   25611:        * src/include/pa_value.h 1.29:
                   25612:        * src/include/pa_vobject.h 1.4:
                   25613:        * src/main/compile.y 1.39:
                   25614:        * src/main/compile_tools.h 1.17:
                   25615:        * src/main/core.C 1.37:
                   25616:        * src/main/execute.C 1.39:
                   25617:        * src/main/pa_common.C 1.3:
                   25618:                vobject1
                   25619: 
                   25620:        * src/main/compile.y 1.43:
                   25621:                rethought to $class:static.field.subfield
                   25622: 
                   25623:        * src/main/compile.y 1.44:
                   25624:                : 1
                   25625: 
                   25626:        * src/include/pa_value.h 1.30:
                   25627:        * src/include/pa_vmframe.h 1.3:
                   25628:        * src/include/pa_wwrapper.h 1.6:
                   25629:        * src/main/compile.y 1.41:
                   25630:        * src/main/execute.C 1.40:
                   25631:        * src/main/pa_wcontext.C 1.2:
                   25632:                before execute class calls rewrite
                   25633: 
                   25634:        * src/include/pa_vclass.h 1.16:
                   25635:        * src/main/compile.y 1.42:
                   25636:        * src/main/execute.C 1.41:
                   25637:                $class:element
                   25638: 
                   25639:        * src/include/pa_pool.h [class_alias_dead_end] 1.24.2.1:
                   25640:        * src/include/pa_value.h [class_alias_dead_end] 1.32.2.1:
                   25641:        * src/include/pa_vclass.h [class_alias_dead_end] 1.18.2.1:
                   25642:        * src/include/pa_vobject.h [class_alias_dead_end] 1.6.2.1:
                   25643:        * src/main/execute.C [class_alias_dead_end] 1.44.2.1:
                   25644:                alias dead end
                   25645: 
                   25646: 2001-02-24  paf
                   25647:        * src/main/compile.y 1.32:
                   25648:                fixed grammar bugs in constructor/params klinch
                   25649: 
                   25650:        * src/main/main.dsp 1.29:
                   25651:                no bison -d
                   25652: 
                   25653:        * src/main/compile.y 1.37:
                   25654:        * src/main/compile_tools.h 1.15:
                   25655:                use0 line no on 'undef class' err msg wrong
                   25656: 
                   25657:        * src/main/compile.y 1.30:
                   25658:                fixed last \n macrotemplate strip bug
                   25659: 
                   25660:        * src/include/pa_vframe.h 1.5:
                   25661:        * src/main/compile.y 1.33:
                   25662:                found junction ideology @: ^x{$a()) must construct current
                   25663:                wcontext element, so smart wcontext handling needed
                   25664: 
                   25665:        * src/include/pa_value.h 1.25:
                   25666:        * src/include/pa_wcontext.h 1.15:
                   25667:        * src/include/pa_wwrapper.h 1.4:
                   25668:        * src/main/execute.C 1.36:
                   25669:        * src/main/pa_value.C 1.4:
                   25670:                it works as bad as you've named it: wcontext.value() was not a
                   25671:                perfect idea
                   25672: 
                   25673:        * src/main/compile.y 1.35:
                   25674:        * src/main/core.C 1.36:
                   25675:                yylex need some @special lines adj
                   25676: 
                   25677:        * src/include/pa_value.h 1.24:
                   25678:        * src/include/pa_vcframe.h 1.1:
                   25679:        * src/include/pa_vclass.h 1.10:
                   25680:        * src/include/pa_vframe.h 1.6:
                   25681:        * src/include/pa_vhash.h 1.2:
                   25682:        * src/include/pa_vjunction.h 1.1:
                   25683:        * src/include/pa_vmframe.h 1.1:
                   25684:        * src/include/pa_wcontext.h 1.14:
                   25685:        * src/include/pa_wwrapper.h 1.3:
                   25686:        * src/main/execute.C 1.34:
                   25687:        * src/main/main.dsp 1.27:
                   25688:        * src/main/pa_cframe.C 1.1:
                   25689:        * src/main/pa_wcontext.C 1.1:
                   25690:                codeframe just compiled
                   25691: 
                   25692:        * src/include/pa_request.h 1.12:
                   25693:        * src/include/pa_vclass.h 1.14:
                   25694:        * src/main/compile.C 1.18:
                   25695:        * src/main/compile.y 1.34:
                   25696:        * src/main/compile_tools.h 1.14:
                   25697:        * src/main/core.C 1.35:
                   25698:                modules0
                   25699: 
                   25700:        * src/main/pa_array.C 1.20:
                   25701:                minor bug in expanding very small arrays. 60% from 1 were 0
                   25702: 
                   25703:        * src/include/pa_vclass.h 1.12:
                   25704:        * src/main/compile.y 1.36:
                   25705:        * src/main/core.C 1.33:
                   25706:                z
                   25707: 
                   25708:        * src/include/code.h 1.7:
                   25709:        * src/include/pa_request.h 1.11:
                   25710:        * src/include/pa_value.h 1.23:
                   25711:        * src/include/pa_vclass.h 1.9:
                   25712:        * src/include/pa_vframe.h 1.4:
                   25713:        * src/main/compile.y 1.29:
                   25714:        * src/main/compile_tools.C 1.13:
                   25715:        * src/main/compile_tools.h 1.13:
                   25716:        * src/main/core.C 1.32:
                   25717:        * src/main/execute.C 1.32:
                   25718:                code junctions0. something wrong with last \n macrotemplate strip
                   25719: 
                   25720:        * src/include/pa_value.h 1.26:
                   25721:        * src/include/pa_vclass.h 1.11:
                   25722:        * src/include/pa_vobject.h 1.1:
                   25723:        * src/main/main.dsp 1.28:
                   25724:                vobject00
                   25725: 
                   25726:        * src/main/compile.y 1.31:
                   25727:        * src/main/execute.C 1.33:
                   25728:                fixed empty constructor optimized empty case. failed on calls -
                   25729:                produced empty string param
                   25730: 
                   25731:        * src/main/execute.C 1.35:
                   25732:                codeframe1
                   25733: 
                   25734: 2001-02-23  paf
                   25735:        * src/include/pa_value.h 1.18:
                   25736:        * src/main/core.C 1.27:
                   25737:        * src/main/execute.C 1.25:
                   25738:        * src/main/main.dsp 1.23:
                   25739:                value named
                   25740: 
                   25741:        * src/main/compile.y 1.26:
                   25742:        * src/main/execute.C 1.27:
                   25743:                empty constructor bug fixed
                   25744: 
                   25745:        * src/include/pa_vframe.h 1.1:
                   25746:        * src/include/pa_vunknown.h 1.1:
                   25747:        * src/include/pa_wcontext.h 1.13:
                   25748:        * src/include/pa_wwrapper.h 1.1:
                   25749:        * src/main/core.C 1.29:
                   25750:        * src/main/execute.C 1.29:
                   25751:        * src/main/main.dsp 1.25:
                   25752:        * src/main/pa_value.C 1.1:
                   25753:                call0
                   25754: 
                   25755:        * src/main/compile.y 1.27:
                   25756:        * src/main/compile_tools.C 1.12:
                   25757:        * src/main/compile_tools.h 1.12:
                   25758:                fixed wrong grammar in complex constructor case
                   25759: 
                   25760:        * src/include/pa_value.h 1.21:
                   25761:        * src/include/pa_vclass.h 1.8:
                   25762:        * src/include/pa_vframe.h 1.3:
                   25763:        * src/main/core.C 1.30:
                   25764:        * src/main/execute.C 1.31:
                   25765:        * src/main/pa_value.C 1.2:
                   25766:                get_method RIP. junctions everywhere. call with junctions0
                   25767: 
                   25768:        * src/main/compile.y 1.28:
                   25769:        * src/main/execute.C 1.30:
                   25770:        * src/main/main.dsp 1.26:
                   25771:                rethought some. before junction
                   25772: 
                   25773:        * src/include/pa_value.h 1.17:
                   25774:        * src/include/pa_vstring.h 1.4:
                   25775:        * src/main/execute.C 1.24:
                   25776:                strign 2 value in 2 places in execute
                   25777: 
                   25778:        * src/include/pa_wcontext.h 1.11:
                   25779:                z
                   25780: 
                   25781:        * src/include/pa_hash.h 1.17:
                   25782:        * src/include/pa_value.h 1.19:
                   25783:        * src/include/pa_wcontext.h 1.12:
                   25784:        * src/main/core.C 1.28:
                   25785:        * src/main/execute.C 1.28:
                   25786:        * src/main/main.dsp 1.24:
                   25787:        * src/main/pa_hash.C 1.16:
                   25788:                started call. store param, vframe done
                   25789: 
                   25790:        * src/include/pa_value.h 1.22:
                   25791:        * src/main/compile.C 1.17:
                   25792:        * src/main/core.C 1.31:
                   25793:        * src/main/pa_value.C 1.3:
                   25794:                minor error reporting format beautifyings
                   25795: 
                   25796:        * src/main/execute.C 1.26:
                   25797:                with result rwpool
                   25798: 
1.39      paf      25799:        * src/include/pa_value.h 1.20:
                   25800:        * src/include/pa_vclass.h 1.7:
                   25801:        * src/include/pa_vframe.h 1.2:
                   25802:        * src/include/pa_wwrapper.h 1.2:
                   25803:                lara came, can't work, sorry :(
                   25804: 
1.15      paf      25805:        * src/include/pa_value.h 1.16:
                   25806:        * src/include/pa_wcontext.h 1.10:
                   25807:        * src/main/compile.y 1.25:
                   25808:        * src/main/execute.C 1.23:
                   25809:        * src/main/main.dsp 1.22:
                   25810:        * src/main/pa_array.C 1.19:
                   25811:                auto VHash on wcontext.put_element when wcontext fvalue==0
                   25812: 
                   25813: 2001-02-22  paf
                   25814:        * src/include/pa_request.h 1.10:
                   25815:        * src/main/compile.y 1.23:
                   25816:                $self.put(val)
                   25817: 
                   25818:        * src/include/pa_pool.h 1.24:
                   25819:        * src/include/pa_vclass.h 1.5:
                   25820:        * src/main/core.C 1.25:
                   25821:        * src/main/pa_hash.C 1.15:
                   25822:        * src/main/pa_pool.C 1.9:
                   25823:                TRY...
                   25824: 
                   25825:        * src/include/code.h 1.6:
                   25826:        * src/main/compile_tools.C 1.9:
                   25827:        * src/main/compile_tools.h 1.10:
                   25828:        * src/main/execute.C 1.19:
                   25829:                OP_STRING better then some xxx _VALUE
                   25830: 
                   25831:        * src/main/compile.C 1.14:
                   25832:        * src/main/core.C 1.26:
                   25833:        * src/main/execute.C 1.16:
                   25834:        * src/main/pa_string.C 1.31:
                   25835:                more precise parse error line:col
                   25836: 
                   25837:        * src/main/compile.C 1.15:
                   25838:        * src/main/compile.y 1.18:
                   25839:        * src/main/execute.C 1.20:
                   25840:                started : with $a.$:f
                   25841: 
                   25842:        * src/main/compile.y 1.20:
                   25843:                $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.
                   25844: 
                   25845:        * src/include/code.h 1.3:
                   25846:        * src/include/pa_string.h 1.25:
                   25847:        * src/include/pa_value.h 1.12:
                   25848:        * src/include/pa_vclass.h 1.3:
                   25849:        * src/include/pa_wcontext.h 1.3:
                   25850:        * src/main/compile.y 1.14:
                   25851:        * src/main/execute.C 1.14:
                   25852:        * src/main/pa_string.C 1.28:
                   25853:                write_value write_string 0
                   25854:                it seems wcontext must write strings regardles of fvalue!=0
                   25855: 
                   25856:        * src/include/code.h 1.4:
                   25857:        * src/include/pa_value.h 1.13:
                   25858:        * src/include/pa_vclass.h 1.4:
                   25859:        * src/include/pa_wcontext.h 1.5:
                   25860:        * src/main/compile.y 1.15:
                   25861:        * src/main/compile_tools.C 1.6:
                   25862:        * src/main/compile_tools.h 1.8:
                   25863:        * src/main/execute.C 1.15:
                   25864:        * src/main/main.dsp 1.20:
                   25865:                iiieeyys! get/put simple vars to VClass works0
                   25866: 
                   25867:        * src/include/pa_array.h 1.18:
                   25868:        * src/include/pa_wcontext.h 1.4:
                   25869:        * src/main/pa_string.C 1.29:
                   25870:                in process, but found that exceptions are too global
                   25871: 
                   25872:        * src/main/compile.y 1.19:
                   25873:                $: finished
                   25874: 
                   25875:        * src/main/compile.C 1.16:
                   25876:        * src/main/compile.y 1.21:
                   25877:        * src/main/compile_tools.C 1.10:
                   25878:                z
                   25879: 
                   25880:        * src/include/pa_request.h 1.9:
                   25881:        * src/include/pa_stack.h 1.2:
                   25882:        * src/include/pa_wcontext.h 1.7:
                   25883:        * src/main/execute.C 1.17:
                   25884:                z about to vstring it .y all
                   25885: 
                   25886:        * src/include/pa_hash.h 1.16:
                   25887:        * src/include/pa_value.h 1.15:
                   25888:        * src/include/pa_vclass.h 1.6:
                   25889:        * src/include/pa_vhash.h 1.1:
                   25890:        * src/include/pa_vstring.h 1.3:
                   25891:        * src/include/pa_wcontext.h 1.9:
                   25892:        * src/main/execute.C 1.22:
                   25893:        * src/main/main.dsp 1.21:
                   25894:                auto VHash in pa.th.cre.at.e
                   25895: 
                   25896:        * src/include/code.h 1.5:
                   25897:        * src/include/pa_vstring.h 1.2:
                   25898:        * src/main/compile.y 1.17:
                   25899:        * src/main/compile_tools.C 1.8:
                   25900:        * src/main/compile_tools.h 1.9:
                   25901:        * src/main/execute.C 1.18:
                   25902:                string to vstring it .y all
                   25903: 
                   25904:        * src/include/pa_array.h 1.19:
                   25905:        * src/main/compile.y 1.22:
                   25906:        * src/main/compile_tools.C 1.11:
                   25907:        * src/main/compile_tools.h 1.11:
                   25908:        * src/main/pa_array.C 1.18:
                   25909:                $self.get
                   25910: 
                   25911:        * src/include/pa_exception.h 1.5:
                   25912:        * src/include/pa_pool.h 1.23:
                   25913:        * src/include/pa_request.h 1.8:
                   25914:        * src/include/pa_value.h 1.14:
                   25915:        * src/include/pa_wcontext.h 1.6:
                   25916:        * src/main/compile.C 1.13:
                   25917:        * src/main/compile.y 1.16:
                   25918:        * src/main/compile_tools.C 1.7:
                   25919:        * src/main/core.C 1.24:
                   25920:        * src/main/pa_array.C 1.17:
                   25921:        * src/main/pa_exception.C 1.4:
                   25922:        * src/main/pa_hash.C 1.14:
                   25923:        * src/main/pa_pool.C 1.8:
                   25924:        * src/main/pa_string.C 1.30:
                   25925:        * src/main/pa_table.C 1.9:
                   25926:                removed exception from request
                   25927: 
                   25928:        * src/include/pa_vstring.h 1.1:
                   25929:        * src/main/compile.C 1.12:
                   25930:        * src/main/core.C 1.23:
                   25931:                added some forgotten
                   25932: 
                   25933:        * src/include/pa_wcontext.h 1.8:
                   25934:        * src/main/compile.y 1.24:
                   25935:        * src/main/execute.C 1.21:
                   25936:                erroreos checkout
                   25937: 
                   25938: 2001-02-21  paf
                   25939:        * src/main/compile.y 1.9:
                   25940:                more straightforward yylex[end]
                   25941: 
                   25942:        * src/main/compile.C 1.6:
                   25943:        * src/main/compile.y 1.6:
                   25944:        * src/main/compile_tools.h 1.5:
                   25945:                error processing in eval & yyerror so it wouldn't cause
                   25946:                memleaks.
                   25947: 
                   25948:        * src/include/compile.h 1.5:
                   25949:        * src/include/execute.h 1.3:
                   25950:        * src/include/pa_array.h 1.17:
                   25951:        * src/include/pa_request.h 1.7:
                   25952:        * src/include/pa_stack.h 1.1:
                   25953:        * src/include/pa_vclass.h 1.2:
                   25954:        * src/include/pa_wcontext.h 1.2:
                   25955:        * src/main/compile.C 1.10:
                   25956:        * src/main/compile.y 1.12:
                   25957:        * src/main/execute.C 1.11:
                   25958:        * src/main/main.dsp 1.19:
                   25959:        * src/main/pa_array.C 1.16:
                   25960:        * src/main/pa_request.C 1.2:
                   25961:                get put -1 [just compiled]
                   25962: 
                   25963:        * src/include/compile.h 1.4:
                   25964:        * src/include/pa_array.h 1.16:
                   25965:        * src/main/compile.C 1.9:
                   25966:        * src/main/compile.y 1.11:
                   25967:        * src/main/execute.C 1.10:
                   25968:                MAIN_METHOD_NAME ready to write execute
                   25969: 
                   25970:        * src/include/pa_string.h 1.24:
                   25971:        * src/include/pa_types.h 1.6:
                   25972:        * src/main/pa_string.C 1.27:
                   25973:                string.operator==(char*)
                   25974: 
                   25975:        * src/main/compile.C 1.11:
                   25976:        * src/main/compile.y 1.13:
                   25977:        * src/main/execute.C 1.12:
                   25978:                store0
                   25979: 
                   25980:        * src/include/core.h 1.1:
                   25981:        * src/include/pa_context.h 1.8:
                   25982:        * src/include/pa_request.h 1.6:
                   25983:        * src/include/pa_vclass.h 1.1:
                   25984:        * src/include/pa_wcontext.h 1.1:
                   25985:        * src/main/core.C 1.22:
                   25986:        * src/main/main.dsp 1.18:
                   25987:        * src/main/pa_request.C 1.1:
                   25988:                request core methods0
                   25989: 
                   25990:        * src/include/compile.h 1.3:
                   25991:        * src/include/pa_context.h 1.7:
                   25992:        * src/include/pa_hash.h 1.15:
                   25993:        * src/include/pa_request.h 1.5:
                   25994:        * src/include/pa_string.h 1.23:
                   25995:        * src/include/pa_value.h 1.9:
                   25996:                struck with const array.gets
                   25997: 
                   25998:        * src/include/code.h 1.2:
                   25999:        * src/include/pa_types.h 1.5:
                   26000:        * src/main/compile.C 1.3:
                   26001:        * src/main/compile.y 1.3:
                   26002:        * src/main/compile_tools.C 1.3:
                   26003:        * src/main/compile_tools.h 1.3:
                   26004:        * src/main/execute.C 1.3:
                   26005:        * src/main/main.dsp 1.16:
                   26006:                .y to c++
                   26007:                hierarchy output fix.
                   26008:                compiler works ok
                   26009: 
                   26010:        * src/include/compile.h 1.2:
                   26011:        * src/main/compile.C 1.4:
                   26012:        * src/main/compile.y 1.4:
                   26013:        * src/main/compile_tools.h 1.4:
                   26014:                line numbers needed. would add them to .y now internally. 
                   26015:                externally it's not as precise as needed
                   26016: 
1.39      paf      26017:        * src/include/execute.h 1.2:
                   26018:        * src/include/pa_array.h 1.15:
                   26019:        * src/include/pa_value.h 1.10:
                   26020:        * src/main/execute.C 1.9:
                   26021:        * src/main/pa_array.C 1.15:
                   26022:                after array.const get wonders
                   26023: 
1.15      paf      26024:        * src/include/pa_exception.h 1.4:
                   26025:        * src/include/pa_value.h 1.11:
                   26026:        * src/main/compile.C 1.8:
                   26027:        * src/main/compile.y 1.10:
                   26028:        * src/main/compile_tools.C 1.5:
                   26029:        * src/main/compile_tools.h 1.7:
                   26030:                .y methods and one_big_piece. now compile returns array<method*>
                   26031: 
                   26032:        * src/main/compile.y 1.7:
                   26033:        * src/main/execute.C 1.4:
                   26034:        * src/main/execute.C 1.5:
                   26035:        * src/main/execute.C 1.6:
                   26036:        * src/main/execute.C 1.7:
                   26037:        * src/main/execute.C 1.8:
                   26038:                z
                   26039: 
                   26040:        * src/main/execute.C 1.13:
                   26041:                tired :)
                   26042: 
                   26043:        * src/main/compile.C 1.5:
                   26044:        * src/main/compile.y 1.5:
                   26045:                failed to add absolute precies parse error positions. leaving
                   26046:                RIGHTMOST position as @file[line:col]
                   26047: 
                   26048: 2001-02-20  paf
                   26049:        * src/include/code.h 1.1:
                   26050:        * src/include/compile.h 1.1:
                   26051:        * src/include/execute.h 1.1:
                   26052:        * src/include/pa_array.h 1.14:
                   26053:        * src/include/pa_common.h 1.2:
                   26054:        * src/include/pa_pool.h 1.22:
                   26055:        * src/include/pa_string.h 1.22:
                   26056:        * src/include/pa_table.h 1.8:
                   26057:        * src/include/pa_types.h 1.4:
                   26058:        * src/main/compile.C 1.1:
                   26059:        * src/main/compile.y 1.1:
                   26060:        * src/main/compile_tools.C 1.1:
                   26061:        * src/main/compile_tools.h 1.1:
                   26062:        * src/main/core.C 1.21:
                   26063:        * src/main/execute.C 1.1:
                   26064:        * src/main/main.dsp 1.14:
                   26065:        * src/main/pa_array.C 1.14:
                   26066:        * src/main/pa_common.C 1.2:
                   26067:        * src/main/pa_hash.C 1.12:
                   26068:        * src/main/pa_string.C 1.26:
                   26069:        * src/main/pa_table.C 1.8:
                   26070:                bison[yacc] first time compiled.
                   26071:                execute=dump for now
                   26072: 
                   26073:        * src/main/compile.C 1.2:
                   26074:        * src/main/compile.y 1.2:
                   26075:        * src/main/compile_tools.C 1.2:
                   26076:        * src/main/compile_tools.h 1.2:
                   26077:        * src/main/execute.C 1.2:
                   26078:        * src/main/main.dsp 1.15:
                   26079:                nestage probs, eof yylex not perfect
                   26080: 
                   26081:        * src/main/core.C 1.20:
                   26082:                core rewrite using yacc investigations
                   26083:                now will be compile[yacc]/execute[opcodes]
                   26084: 
                   26085: 2001-02-15  paf
                   26086:        * src/include/pa_value.h 1.8:
                   26087:        * src/main/core.C 1.19:
                   26088:                maybe a-la yacc those ifs rewrite as turing machine?
                   26089:                for it seems it would be it's too many ifs with this syntax now
                   26090: 
                   26091: 2001-02-14  paf
                   26092:        * src/include/pa_context.h 1.6:
                   26093:        * src/include/pa_string.h 1.20:
                   26094:        * src/main/core.C 1.10:
                   26095:        * src/main/pa_string.C 1.23:
                   26096:                process text repassing
                   26097: 
                   26098:        * src/include/pa_value.h 1.7:
                   26099:        * src/main/core.C 1.11:
                   26100:        * src/main/pa_string.C 1.24:
                   26101:                process text repassing2
                   26102:                operator static vars
                   26103: 
                   26104:        * src/include/pa_string.h 1.21:
                   26105:        * src/main/core.C 1.12:
                   26106:        * src/main/pa_string.C 1.25:
                   26107:                get names 0
                   26108: 
                   26109:        * src/include/pa_context.h 1.5:
                   26110:        * src/include/pa_value.h 1.6:
                   26111:        * src/main/core.C 1.9:
                   26112:                module:calls changes
                   26113: 
                   26114:        * src/main/core.C 1.16:
                   26115:                varios breaks
                   26116: 
                   26117:        * src/main/core.C 1.17:
                   26118:                get_params
                   26119:                figured ^menu[UNEVALUATED unthinked :( ]
                   26120: 
                   26121:        * src/main/core.C 1.18:
                   26122:                get_params 1
                   26123: 
                   26124:        * src/main/core.C 1.13:
                   26125:                get names 1
                   26126: 
                   26127:        * src/main/core.C 1.14:
                   26128:                get names 2
                   26129: 
                   26130:        * src/main/core.C 1.15:
                   26131:                get names 3
                   26132: 
                   26133: 2001-02-13  paf
                   26134:        * src/include/pa_string.h 1.17:
                   26135:        * src/main/pa_string.C 1.19:
                   26136:                String_iterator::skip_to
                   26137:                todo:optimize
                   26138: 
                   26139:        * src/main/core.C 1.6:
                   26140:                operators
                   26141:                : and self. prefixes
                   26142: 
                   26143:        * src/include/pa_context.h 1.4:
                   26144:        * src/include/pa_value.h 1.5:
                   26145:        * src/main/core.C 1.8:
                   26146:                ^class:calls[] started
                   26147: 
                   26148:        * src/include/pa_string.h 1.18:
                   26149:        * src/main/pa_string.C 1.21:
                   26150:                String_iterator optimized
                   26151: 
                   26152:        * src/include/pa_string.h 1.19:
                   26153:        * src/main/pa_string.C 1.22:
                   26154:                String_iterator tested
                   26155: 
                   26156:        * src/main/pa_string.C 1.20:
                   26157:                String_iterator::skip_to
                   26158:                optimized a bit. would change privates to better support optimization
                   26159: 
                   26160:        * src/include/pa_value.h 1.4:
                   26161:        * src/main/core.C 1.5:
                   26162:        * src/main/core.C 1.7:
                   26163:                z
                   26164: 
                   26165: 2001-02-12  paf
                   26166:        * src/include/pa_context.h 1.2:
                   26167:        * src/include/pa_value.h 1.2:
                   26168:        * src/main/core.C 1.2:
                   26169:                get self/methodref joined
                   26170: 
                   26171:        * src/include/pa_context.h 1.3:
                   26172:        * src/include/pa_value.h 1.3:
                   26173:        * src/main/core.C 1.3:
                   26174:                some comments
                   26175: 
                   26176:        * src/include/pa_string.h 1.16:
                   26177:        * src/main/core.C 1.4:
                   26178:        * src/main/pa_string.C 1.18:
                   26179:                started String_iterator
                   26180: 
                   26181: 2001-02-11  paf
                   26182:        * src/include/pa_context.h 1.1:
                   26183:        * src/include/pa_value.h 1.1:
                   26184:        * src/main/core.C 1.1:
                   26185:        * src/main/main.dsp 1.13:
                   26186:                core started.
                   26187:                core.C, context&value .h
                   26188: 
                   26189:        * src/include/pa_array.h 1.13:
                   26190:        * src/include/pa_hash.h 1.14:
                   26191:        * src/include/pa_pool.h 1.21:
                   26192:        * src/include/pa_string.h 1.15:
                   26193:        * src/main/main.dsp 1.12:
                   26194:        * src/main/pa_array.C 1.13:
                   26195:        * src/main/pa_hash.C 1.11:
                   26196:        * src/main/pa_pool.C 1.7:
                   26197:        * src/main/pa_string.C 1.17:
                   26198:                :pooled
                   26199: 
                   26200: 2001-01-30  paf
                   26201:        * src/include/pa_error.h 1.4:
                   26202:        * src/include/pa_exception.h 1.1:
                   26203:        * src/include/pa_pool.h 1.17:
                   26204:        * src/include/pa_request.h 1.3:
                   26205:        * src/main/main.dsp 1.10:
                   26206:        * src/main/pa_error.C 1.4:
                   26207:        * src/main/pa_exception.C 1.1:
                   26208:        * src/main/pa_pool.C 1.4:
                   26209:        * src/targets/Makefile.am 1.2:
                   26210:                lowered targets/parser into subdir, added parser_Pool(Pool)
                   26211:                failed to add. would think..
                   26212: 
                   26213:        * src/include/pa_exception.h 1.3:
                   26214:        * src/include/pa_pool.h 1.19:
                   26215:        * src/include/pa_table.h 1.7:
                   26216:        * src/main/pa_exception.C 1.3:
                   26217:        * src/main/pa_table.C 1.7:
                   26218:                minor * to & changes
                   26219: 
                   26220:        * src/include/pa_pool.h 1.20:
                   26221:        * src/main/Makefile.am 1.5:
                   26222:        * src/main/main.dsp 1.11:
                   26223:        * src/main/pa_pool.C 1.6:
                   26224:                moved pa_pool.C to be target specific
                   26225: 
                   26226:        * src/Makefile.am 1.2:
                   26227:        * src/main/Makefile.am 1.6:
                   26228:        * src/targets/Makefile.am 1.3:
                   26229:                .am comments
                   26230: 
                   26231:        * src/include/pa_exception.h 1.2:
                   26232:        * src/include/pa_pool.h 1.18:
                   26233:        * src/include/pa_request.h 1.4:
                   26234:        * src/include/pa_table.h 1.6:
                   26235:        * src/main/pa_array.C 1.12:
                   26236:        * src/main/pa_exception.C 1.2:
                   26237:        * src/main/pa_pool.C 1.5:
                   26238:        * src/main/pa_table.C 1.6:
                   26239:                error re-associated. that's much better
                   26240:                even removed 'die' necessety
                   26241: 
                   26242: 2001-01-29  paf
                   26243:        * src/include/pa_hash.h 1.9:
                   26244:        * src/include/pa_pool.h 1.10:
                   26245:        * src/include/pa_threads.h 1.3:
                   26246:        * src/main/pa_hash.C 1.5:
                   26247:                made local Hash-es not thread safe=quicker by
                   26248:                SYNCHRONIZED(thread_safe)
                   26249: 
                   26250:        * src/include/pa_hash.h 1.5:
                   26251:                some comments
                   26252: 
                   26253:        * src/include/pa_error.h 1.2:
                   26254:        * src/include/pa_request.h 1.2:
                   26255:        * src/include/pa_string.h 1.13:
                   26256:        * src/include/pa_table.h 1.4:
                   26257:        * src/main/pa_error.C 1.2:
                   26258:        * src/main/pa_table.C 1.4:
                   26259:                Error fixed
                   26260: 
                   26261:        * src/include/pa_pool.h 1.11:
                   26262:        * src/include/pa_string.h 1.9:
                   26263:        * src/main/pa_string.C 1.13:
                   26264:                String originating
                   26265: 
1.23      paf      26266:        * src/include/pa_pool.h 1.14:
                   26267:        * src/main/pa_array.C 1.9:
                   26268:                tested - decision "no templates"
1.15      paf      26269: 
                   26270:        * src/include/pa_hash.h 1.6:
                   26271:        * src/include/pa_threads.h 1.1:
                   26272:        * src/main/main.dsp 1.6:
                   26273:        * src/main/pa_threads.C 1.1:
                   26274:                added pa_threads
                   26275:                
                   26276:                Mutex
                   26277: 
1.23      paf      26278:        * src/include/pa_array.h 1.4:
                   26279:        * src/main/pa_array.C 1.4:
                   26280:                Array::operator += (Array& src)
                   26281:                
                   26282:                rethought, would change now
1.15      paf      26283: 
                   26284:        * src/include/pa_array.h 1.7:
                   26285:        * src/include/pa_hash.h 1.10:
                   26286:        * src/include/pa_pool.h 1.12:
                   26287:        * src/include/pa_string.h 1.10:
                   26288:        * src/include/pa_table.h 1.1:
                   26289:        * src/include/pa_types.h 1.2:
                   26290:        * src/main/main.dsp 1.7:
                   26291:        * src/main/pa_array.C 1.7:
                   26292:        * src/main/pa_string.C 1.14:
                   26293:        * src/main/pa_table.C 1.1:
                   26294:                Table started
                   26295:                would test
                   26296:                template Array now
                   26297: 
1.23      paf      26298:        * src/include/pa_error.h 1.3:
                   26299:        * src/include/pa_hash.h 1.13:
                   26300:        * src/include/pa_string.h 1.14:
                   26301:        * src/include/pa_table.h 1.5:
                   26302:        * src/main/pa_error.C 1.3:
                   26303:        * src/main/pa_hash.C 1.10:
                   26304:        * src/main/pa_string.C 1.16:
                   26305:        * src/main/pa_table.C 1.5:
                   26306:                Table
                   26307:                more like C++ style
                   26308:                hence lots of 'const'
1.15      paf      26309: 
                   26310:        * src/include/pa_array.h 1.11:
                   26311:        * src/include/pa_hash.h 1.11:
                   26312:        * src/include/pa_pool.h 1.15:
                   26313:        * src/include/pa_string.h 1.11:
                   26314:        * src/include/pa_table.h 1.2:
                   26315:        * src/include/pa_types.h 1.3:
                   26316:        * src/main/Makefile.am 1.3:
                   26317:        * src/main/main.dsp 1.9:
                   26318:        * src/main/pa_array.C 1.10:
                   26319:        * src/main/pa_hash.C 1.8:
                   26320:        * src/main/pa_string.C 1.15:
                   26321:        * src/main/pa_table.C 1.2:
                   26322:                Request
                   26323:                Error
                   26324:                Table
                   26325: 
1.23      paf      26326:        * src/main/pa_array.C 1.5:
                   26327:                expand not convinient, would rewrite
                   26328: 
1.15      paf      26329:        * src/include/pa_array.h 1.6:
                   26330:        * src/include/pa_hash.h 1.8:
                   26331:        * src/include/pa_string.h 1.8:
                   26332:                moved .h public parts to top
                   26333: 
                   26334:        * src/include/pa_hash.h 1.7:
                   26335:        * src/include/pa_threads.h 1.2:
                   26336:        * src/main/pa_hash.C 1.4:
                   26337:        * src/main/pa_threads.C 1.2:
                   26338:                decided on one global_mutex, like PHP
                   26339:                as I can see: needed only in global Hash now,
                   26340:                made Hash:: put/get SYNCHRONIZED
                   26341: 
                   26342:        * src/include/pa_array.h 1.12:
                   26343:        * src/include/pa_common.h 1.1:
                   26344:        * src/include/pa_error.h 1.1:
                   26345:        * src/include/pa_hash.h 1.12:
                   26346:        * src/include/pa_pool.h 1.16:
                   26347:        * src/include/pa_request.h 1.1:
                   26348:        * src/include/pa_string.h 1.12:
                   26349:        * src/include/pa_table.h 1.3:
                   26350:        * src/main/Makefile.am 1.4:
                   26351:        * src/main/pa_array.C 1.11:
                   26352:        * src/main/pa_common.C 1.1:
                   26353:        * src/main/pa_error.C 1.1:
                   26354:        * src/main/pa_hash.C 1.9:
                   26355:        * src/main/pa_table.C 1.3:
                   26356:                added forgotten
                   26357: 
                   26358:        * src/include/pa_array.h 1.8:
                   26359:        * src/include/pa_pool.h 1.13:
                   26360:        * src/main/Makefile.am 1.2:
                   26361:        * src/main/main.dsp 1.8:
                   26362:        * src/main/pa_array.C 1.8:
                   26363:                templates failed
                   26364:                no template specializations [VC6],
                   26365:                no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]
                   26366: 
                   26367:        * src/include/pa_array.h 1.5:
                   26368:        * src/include/pa_pool.h 1.9:
                   26369:        * src/main/pa_array.C 1.6:
                   26370:                Array& operator += (Array& src)
                   26371: 
                   26372: 2001-01-27  paf
                   26373:        * src/include/pa_hash.h 1.1:
                   26374:        * src/include/pa_string.h 1.4:
                   26375:        * src/include/pa_types.h 1.1:
                   26376:        * src/main/main.dsp 1.4:
                   26377:        * src/main/pa_string.C 1.7:
                   26378:                uint, and added pa_types & pa_hash[forgotten]
                   26379: 
                   26380:        * src/main/pa_string.C 1.9:
                   26381:                String::operator ==
                   26382: 
1.23      paf      26383:        * src/main/pa_hash.C 1.2:
                   26384:                String(&String)
                   26385: 
1.15      paf      26386:        * src/include/pa_array.h 1.3:
                   26387:        * src/main/pa_array.C 1.3:
                   26388:                array [] with chunk caching
                   26389: 
                   26390:        * src/include/pa_array.h 1.2:
                   26391:        * src/include/pa_hash.h 1.4:
                   26392:        * src/include/pa_pool.h 1.8:
                   26393:        * src/include/pa_string.h 1.7:
                   26394:        * src/main/pa_array.C 1.2:
                   26395:        * src/main/pa_string.C 1.11:
                   26396:                array cache rethought to chunk caching
                   26397: 
                   26398:        * src/include/pa_array.h 1.1:
                   26399:        * src/include/pa_hash.h 1.3:
                   26400:        * src/include/pa_pool.h 1.7:
                   26401:        * src/include/pa_string.h 1.6:
                   26402:        * src/main/main.dsp 1.5:
                   26403:        * src/main/pa_array.C 1.1:
                   26404:        * src/main/pa_hash.C 1.3:
                   26405:        * src/main/pa_string.C 1.10:
                   26406:                Array 0
                   26407: 
                   26408:        * src/main/pa_hash.C 1.1:
                   26409:                added pa_hash.C [forgotten]
                   26410: 
                   26411: 2001-01-26  paf
1.23      paf      26412:        * src/include/pa_pool.h 1.2:
                   26413:        * src/main/pa_string.C 1.2:
                   26414:                String prealloc & dynamic row_count
                   26415: 
1.15      paf      26416:        * src/include/pa_pool.h 1.6:
                   26417:        * src/include/pa_string.h 1.3:
                   26418:        * src/main/pa_string.C 1.6:
                   26419:                removed templates [vc++ suxx]
                   26420: 
                   26421:        * src/include/pa_pool.h 1.4:
                   26422:        * src/include/pa_string.h 1.1:
                   26423:                pa_pool split
                   26424: 
                   26425:        * src/Makefile.am 1.1.1.1:
                   26426:        * src/include/pa_pool.h 1.1.1.1:
                   26427:        * src/main/Makefile.am 1.1.1.1:
                   26428:        * src/main/main.dsp 1.1.1.1:
                   26429:        * src/main/pa_pool.C 1.1.1.1:
                   26430:        * src/main/pa_string.C 1.1.1.1:
                   26431:        * src/targets/Makefile.am 1.1.1.1:
                   26432:                creating parser3 module
                   26433: 
                   26434:        * src/include/pa_pool.h 1.3:
                   26435:        * src/main/main.dsp 1.2:
                   26436:        * src/main/pa_pool.C 1.2:
                   26437:        * src/main/pa_string.C 1.3:
                   26438:        * src/main/pa_string.C 1.4:
1.44    ! paf      26439:                $Id: ChangeLog,v 1.43 2005/05/24 11:00:41 paf Exp $ check
1.15      paf      26440: 
                   26441:        * src/include/pa_pool.h 1.5:
                   26442:        * src/include/pa_string.h 1.2:
                   26443:        * src/main/main.dsp 1.3:
                   26444:        * src/main/pa_pool.C 1.3:
                   26445:        * src/main/pa_string.C 1.5:
                   26446:                templates in VC++ suxx.
                   26447: 

E-mail: