Annotation of parser3/ChangeLog, revision 1.47

1.47    ! paf         1: 2005-12-08     paf
        !             2:        * src/classes/date.C [release_3_2_0] 1.72.2.1:
        !             3:        * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.2:
        !             4:        * src/main/compile.tab.C [release_3_2_0] 1.109.2.1:
        !             5:        * src/main/compile.y [release_3_2_0] 1.217.2.1:
        !             6:        * src/main/compile_tools.h [release_3_2_0] 1.76.2.1:
        !             7:        * src/main/pa_charset.C [release_3_2_0] 1.52.2.1:
        !             8:        * src/main/pa_common.C [release_3_2_0] 1.215.2.1:
        !             9:        * src/main/pa_globals.C [release_3_2_0] 1.178.2.1:
        !            10:        * src/main/pa_string.C [release_3_2_0] 1.203.2.1:
        !            11:        * src/targets/cgi/getopt.c [release_3_2_0] 1.3.24.1:
        !            12:        * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.3:
        !            13:        * www/htdocs/_bug.html [release_3_2_0] 1.110.2.1:
        !            14:        * www/htdocs/_bug.txt [release_3_2_0] 1.7.2.1:
        !            15:        * www/htdocs/auto.p [release_3_2_0] 1.24.2.1:
        !            16:                . less warnings
        !            17: 
        !            18:        * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.1:
        !            19:                . removed outdated string origins [in current storage scheme 
        !            20:                there's no place for them. someday we can add third CORD to 
        !            21:                store origins and special version of parser which stores origins 
        !            22:                there [separate binary]]
        !            23: 
        !            24:        * src/lib/patches/gc.patch [release_3_2_0] 1.2.24.1:
        !            25:                - incorporated into gc6.2
        !            26: 
        !            27:        * src/targets/apache13core/mod_parser3_core.C [release_3_2_0] 1.9.2.1:
        !            28:        * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.1:
        !            29:                . merged from 3.1.5 release link fixes
        !            30: 
        !            31:        * src/types/pa_vmail.C [release_3_2_0] 1.72.2.1:
        !            32:                ! bcc line longer then 500 chars now handled OK [were wrapped on 
        !            33:                500th char according to rfc, but sendmail failed to unwrap it 
        !            34:                properly]
        !            35: 
        !            36:        * src/lib/patches/Makefile.am [release_3_2_0] 1.4.24.1:
        !            37:        * src/lib/patches/Makefile.in [release_3_2_0] 1.14.2.1:
        !            38:                *** empty log message ***
        !            39: 
        !            40:        * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.2:
        !            41:                . undone some strange change since 3.1.5
        !            42: 
        !            43: 2005-12-07     paf
        !            44:        * Makefile.am [release_3_2_0] 1.51.2.1:
        !            45:        * Makefile.in [release_3_2_0] 1.65.2.1:
        !            46:        * acinclude.m4 [release_3_2_0] 1.38.2.1:
        !            47:        * aclocal.m4 [release_3_2_0] 1.41.2.1:
        !            48:        * acsite.m4 [release_3_2_0] 1.16.2.1:
        !            49:        * configure [release_3_2_0] 1.87.2.1:
        !            50:        * configure.in [release_3_2_0] 1.88.2.1:
        !            51:                *** empty log message ***
        !            52: 
        !            53:        * src/include/pa_version.h [release_3_2_0] 1.23.2.1:
        !            54:                makefiles
1.46      paf        55: 
                     56: 2005-11-28     paf
                     57:        * src/main/pa_http.C 1.2:
                     58:                ! status line check made earlier [was totally wrong]
                     59: 
                     60:        * src/classes/table.C 1.219:
                     61:                ! nameless table has columns==0
                     62: 
1.45      paf        63: 2005-11-25     paf
                     64:        * src/classes/op.C 1.162:
                     65:        * www/htdocs/_bug.html 1.110:
                     66:        * www/htdocs/auto.p 1.24:
                     67:                + ^while(){}[SEPARATOR]
                     68: 
                     69:        * src/include/pa_array.h 1.67:
                     70:                -this reduces speed(table::load) strange. undoing for now...
                     71: 
                     72:        * src/include/pa_version.h 1.23:
                     73:                -this reduces speed(table::load), strange. undoing
                     74: 
1.46      paf        75:        * src/include/pa_memory.h 1.13:
                     76:                . removed GC_DEBUG for debug version, it changed gc_malloc 
                     77:                implementation, which obscured profiling
1.45      paf        78: 
                     79: 2005-11-24     paf
                     80:        * src/include/Makefile.am 1.10:
                     81:        * src/include/pa_http.h 1.1:
                     82:        * src/main/Makefile.am 1.46:
                     83:        * src/main/main.vcproj 1.16:
                     84:                . extracted http:// into separate file [preparation for ^file::
                     85:                cgi[script;$.form[$.field1[]
                     86: 
1.46      paf        87:        * src/classes/file.C 1.142:
                     88:        * src/include/pa_common.h 1.107:
                     89:        * src/main/execute.C 1.314:
                     90:        * src/main/pa_common.C 1.215:
                     91:        * src/main/pa_request.C 1.278:
                     92:                ! changed file/dir_readable to simple file/dir_exist, this would 
                     93:                help in situations "class not found because .p file has bad 
                     94:                rights" << in that case error would be explicit "access denied 
                     95:                to 'this' file"
1.45      paf        96: 
                     97:        * Makefile.am 1.51:
                     98:        * Makefile.in 1.65:
                     99:        * acinclude.m4 1.38:
                    100:        * aclocal.m4 1.41:
                    101:        * acsite.m4 1.16:
                    102:        * configure 1.87:
                    103:        * configure.in 1.88:
                    104:                *** empty log message ***
                    105: 
                    106:        * src/include/Makefile.in 1.20:
                    107:        * src/main/Makefile.in 1.60:
                    108:                makefiles
                    109: 
1.46      paf       110:        * www/htdocs/_bug.pl 1.5:
                    111:        * www/htdocs/_bug.txt 1.7:
                    112:                +! ^file::exec/cgi[script;$.charset[changed] $.QUERY_STRING[^
                    113:                untaint[URI]{aaa=$form:text} << now %HH would be encoded in $
                    114:                .charset charset
1.45      paf       115: 
                    116: 2005-11-22     paf
1.46      paf       117:        * src/types/pa_vresponse.C 1.26:
                    118:                + $response:headers access to internal hash
                    119: 
                    120:        * src/targets/apache13core/mod_parser3_core.C 1.9:
                    121:        * src/targets/isapi/parser3isapi.C 1.95:
                    122:                + GC_large_alloc_warn_suppressed=0 between requests [apache mod_, isapi]
                    123:                this reduces number of "GC Warning: Repeated allocation of very large block" messages to only important onces
                    124: 
1.45      paf       125:        * bin/Makefile.in 1.12:
                    126:        * etc/Makefile.in 1.17:
                    127:        * etc/parser3.charsets/Makefile.in 1.21:
                    128:        * src/Makefile.in 1.58:
                    129:        * src/classes/Makefile.in 1.62:
                    130:        * src/include/pa_config_auto.h.in 1.43:
                    131:        * src/lib/Makefile.in 1.14:
                    132:        * src/lib/cord/Makefile.in 1.5:
                    133:        * src/lib/cord/include/Makefile.in 1.4:
                    134:        * src/lib/cord/include/private/Makefile.in 1.4:
                    135:        * src/lib/gc/Makefile.in 1.4:
                    136:        * src/lib/gc/include/Makefile.in 1.4:
                    137:        * src/lib/gd/Makefile.in 1.5:
                    138:        * src/lib/ltdl/Makefile.in 1.8:
                    139:        * src/lib/md5/Makefile.in 1.10:
                    140:        * src/lib/patches/Makefile.in 1.14:
                    141:        * src/lib/pcre/Makefile.in 1.12:
                    142:        * src/lib/sdbm/Makefile.in 1.3:
                    143:        * src/lib/sdbm/apr-include/Makefile.in 1.3:
                    144:        * src/lib/smtp/Makefile.in 1.5:
                    145:        * src/sql/Makefile.in 1.14:
                    146:        * src/targets/Makefile.in 1.45:
                    147:        * src/targets/apache13/Makefile.in 1.50:
                    148:        * src/targets/apache13core/Makefile.in 1.7:
                    149:        * src/targets/cgi/Makefile.in 1.69:
                    150:        * src/targets/isapi/Makefile.in 1.15:
                    151:        * src/types/Makefile.in 1.60:
                    152:                configure+makes
                    153: 
                    154:        * src/main/compile.tab.C 1.108:
                    155:                Makefile
                    156: 
                    157:        * src/types/pa_vdate.h 1.42:
                    158:                ! date TZ save/restore stored pointer to getenv-ed variable, 
                    159:                which does not work both on win32&unix. copied old TZ value now
                    160: 
1.46      paf       161:        * src/include/pa_string.h 1.166:
                    162:        * src/main/untaint.C 1.136:
                    163:                + ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
1.45      paf       164: 
                    165:        * src/classes/string.C 1.149:
                    166:                + removed limitation on ^string/int/double:sql{}[$.default[({
                    167:                param style})] ]
                    168: 
1.44      paf       169: 2005-11-21     paf
                    170:        * src/types/Makefile.am 1.40:
                    171:        * src/types/pa_venv.h 1.33:
                    172:        * src/types/types.vcproj 1.16:
                    173:                + merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on 
                    174:                i386-pc-win32)"
                    175: 
                    176:        * src/main/compile.y 1.216:
                    177:        * src/types/pa_value.h 1.126:
                    178:        * src/types/pa_vbool.h 1.27:
                    179:        * src/types/pa_vdouble.h 1.50:
                    180:        * src/types/pa_vint.h 1.44:
                    181:        * src/types/pa_vmethod_frame.h 1.60:
                    182:                + merged: expression literals: true/false. ^format[$.indent(true)
                    183:                ]
                    184: 
                    185: 2005-11-18     paf
1.46      paf       186:        * src/include/pa_dir.h 1.18:
                    187:                ! merged: file:list now sees .xxx files, only . and .. now 
                    188:                removed from list [were removed all .*]
1.44      paf       189: 
                    190:        * src/lib/sdbm/apr_file_io.C 1.5:
                    191:                ! merged from 3.1.5: hashfile file open error now checked, were 
                    192:                not :( [stole that piece from apache 1.3 sources]
                    193: 
                    194: 2005-08-26     paf
                    195:        * src/classes/hash.C 1.76:
                    196:        * src/classes/void.C 1.36:
                    197:                merged ! optional options were allowed to be empty. were checked 
                    198:                if(is_string), changed to !defined||is_string to allow void
                    199: 
                    200:        * src/classes/double.C 1.59:
                    201:        * src/classes/int.C 1.55:
                    202:        * src/classes/math.C 1.41:
                    203:                merged ! many classes/*  used as_junction where they needed 
                    204:                as_int/double, so failed with recent "(const) now no junction" 
                    205:                optimization
                    206: 
1.46      paf       207:        * src/classes/date.C 1.72:
                    208:                merged + date.week
1.44      paf       209: 
                    210: 2005-08-09     paf
                    211:        * www/htdocs/.htaccess 1.47:
                    212:                + ^call[$void] param inside now is void (were: empty string)
                    213:                ! simplified (double) speedup consequent checks in vmethod_frame
                    214: 
                    215:        * src/classes/classes.C 1.22:
                    216:        * src/classes/classes.h 1.31:
                    217:        * src/classes/form.C 1.39:
                    218:        * src/classes/hashfile.C 1.36:
                    219:        * src/classes/image.C 1.113:
                    220:        * src/classes/mail.C 1.110:
                    221:        * src/classes/memory.C 1.8:
                    222:        * src/classes/response.C 1.27:
                    223:        * src/classes/xdoc.C 1.148:
                    224:        * src/classes/xnode.C 1.71:
                    225:        * src/classes/xnode.h 1.24:
                    226:        * src/include/pa_cache_managers.h 1.18:
                    227:        * src/include/pa_charset.h 1.31:
                    228:        * src/include/pa_charsets.h 1.13:
                    229:        * src/include/pa_config_fixed.h 1.68:
                    230:        * src/include/pa_config_includes.h 1.31:
                    231:        * src/include/pa_dictionary.h 1.18:
                    232:        * src/include/pa_exception.h 1.45:
                    233:        * src/include/pa_exec.h 1.18:
                    234:        * src/include/pa_globals.h 1.112:
                    235:        * src/include/pa_hash.h 1.66:
                    236:        * src/include/pa_opcode.h 1.28:
                    237:        * src/include/pa_operation.h 1.6:
                    238:        * src/include/pa_os.h 1.5:
                    239:        * src/include/pa_request.h 1.179:
                    240:        * src/include/pa_request_charsets.h 1.5:
                    241:        * src/include/pa_request_info.h 1.5:
                    242:        * src/include/pa_sapi.h 1.27:
                    243:        * src/include/pa_socks.h 1.17:
                    244:        * src/include/pa_sql_connection.h 1.40:
                    245:        * src/include/pa_sql_driver_manager.h 1.33:
                    246:        * src/include/pa_stack.h 1.24:
                    247:        * src/include/pa_stylesheet_connection.h 1.40:
                    248:        * src/include/pa_stylesheet_manager.h 1.22:
                    249:        * src/include/pa_table.h 1.58:
                    250:        * src/include/pa_threads.h 1.30:
                    251:        * src/include/pa_types.h 1.49:
                    252:        * src/include/pa_uue.h 1.8:
                    253:        * src/include/pa_xml_exception.h 1.4:
                    254:        * src/include/pa_xml_io.h 1.4:
                    255:        * src/lib/gd/gif.C 1.6:
                    256:        * src/lib/gd/gif.h 1.4:
                    257:        * src/lib/gd/gifio.C 1.3:
                    258:        * src/lib/md5/pa_md5.h 1.11:
                    259:        * src/lib/md5/pa_md5c.c 1.13:
                    260:        * src/lib/smtp/comms.C 1.8:
                    261:        * src/lib/smtp/smtp.C 1.8:
                    262:        * src/lib/smtp/smtp.h 1.6:
                    263:        * src/main/compile.C 1.78:
                    264:        * src/main/compile_tools.C 1.59:
                    265:        * src/main/compile_tools.h 1.76:
                    266:        * src/main/pa_cache_managers.C 1.16:
                    267:        * src/main/pa_charset.C 1.52:
                    268:        * src/main/pa_charsets.C 1.16:
                    269:        * src/main/pa_dictionary.C 1.23:
                    270:        * src/main/pa_dir.C 1.20:
                    271:        * src/main/pa_exception.C 1.48:
                    272:        * src/main/pa_exec.C 1.67:
                    273:        * src/main/pa_memory.C 1.6:
                    274:        * src/main/pa_os.C 1.8:
                    275:        * src/main/pa_socks.C 1.24:
                    276:        * src/main/pa_sql_driver_manager.C 1.85:
                    277:        * src/main/pa_string.C 1.203:
                    278:        * src/main/pa_stylesheet_connection.C 1.3:
                    279:        * src/main/pa_stylesheet_manager.C 1.27:
                    280:        * src/main/pa_table.C 1.61:
                    281:        * src/main/pa_uue.C 1.9:
                    282:        * src/main/pa_xml_exception.C 1.4:
                    283:        * src/main/pa_xml_io.C 1.19:
                    284:        * src/sql/pa_sql_driver.h 1.43:
                    285:        * src/targets/apache13/mod_parser3.c 1.12:
                    286:        * src/targets/apache13core/pa_threads.C 1.5:
                    287:        * src/targets/cgi/pa_threads.C 1.16:
                    288:        * src/targets/cgi/parser3.C 1.237:
                    289:        * src/targets/isapi/pa_threads.C 1.17:
                    290:        * src/types/pa_junction.h 1.7:
                    291:        * src/types/pa_method.h 1.6:
                    292:        * src/types/pa_property.h 1.2:
                    293:        * src/types/pa_value.C 1.19:
                    294:        * src/types/pa_vclass.C 1.33:
                    295:        * src/types/pa_vclass.h 1.51:
                    296:        * src/types/pa_vcode_frame.h 1.32:
                    297:        * src/types/pa_vconsole.h 1.10:
                    298:        * src/types/pa_vcookie.C 1.68:
                    299:        * src/types/pa_vcookie.h 1.31:
                    300:        * src/types/pa_vfile.C 1.41:
                    301:        * src/types/pa_vfile.h 1.58:
                    302:        * src/types/pa_vform.C 1.84:
                    303:        * src/types/pa_vform.h 1.50:
                    304:        * src/types/pa_vhash.C 1.8:
                    305:        * src/types/pa_vhash.h 1.58:
                    306:        * src/types/pa_vhashfile.h 1.33:
                    307:        * src/types/pa_vimage.C 1.35:
                    308:        * src/types/pa_vimage.h 1.45:
                    309:        * src/types/pa_vjunction.h 1.24:
                    310:        * src/types/pa_vmail.C 1.72:
                    311:        * src/types/pa_vmail.h 1.17:
                    312:        * src/types/pa_vmath.C 1.8:
                    313:        * src/types/pa_vmath.h 1.18:
                    314:        * src/types/pa_vmemory.h 1.5:
                    315:        * src/types/pa_vmethod_frame.C 1.8:
                    316:        * src/types/pa_vobject.C 1.24:
                    317:        * src/types/pa_vobject.h 1.47:
                    318:        * src/types/pa_vproperty.h 1.3:
                    319:        * src/types/pa_vrequest.C 1.37:
                    320:        * src/types/pa_vrequest.h 1.33:
                    321:        * src/types/pa_vresponse.h 1.40:
                    322:        * src/types/pa_vstateless_class.C 1.28:
                    323:        * src/types/pa_vstateless_class.h 1.53:
                    324:        * src/types/pa_vstateless_object.h 1.36:
                    325:        * src/types/pa_vstatus.C 1.25:
                    326:        * src/types/pa_vstatus.h 1.19:
                    327:        * src/types/pa_vstring.C 1.26:
                    328:        * src/types/pa_vstring.h 1.59:
                    329:        * src/types/pa_vtable.C 1.26:
                    330:        * src/types/pa_vtable.h 1.54:
                    331:        * src/types/pa_vvoid.C 1.3:
                    332:        * src/types/pa_vvoid.h 1.28:
                    333:        * src/types/pa_vxdoc.C 1.29:
                    334:        * src/types/pa_vxdoc.h 1.40:
                    335:        * src/types/pa_vxnode.C 1.43:
                    336:        * src/types/pa_vxnode.h 1.35:
                    337:        * src/types/pa_wcontext.C 1.32:
                    338:        * src/types/pa_wcontext.h 1.49:
                    339:        * src/types/pa_wwrapper.h 1.36:
                    340:                2005
                    341: 
1.46      paf       342: 2005-08-08     paf
                    343:        * bin/auto.p.dist.in 1.12:
                    344:                merged . apache bad 404 handling workaround integrated
1.44      paf       345: 
                    346:        * www/htdocs/_bug.p 1.8:
                    347:                . merged VJunction(new Junction) optimization from 3.1.4
                    348: 
                    349:        * www/htdocs/_bug.xml 1.3:
                    350:                merged
                    351:                + optimized constants in expressions vstring->vdouble
                    352:                + optimized ^call(vdouble), no junction creation, no calls later
                    353: 
                    354: 2005-07-29     paf
                    355:        * www/htdocs/_bug_derived.p 1.3:
                    356:                + property getter can now be overridden
                    357: 
                    358: 2005-07-28     paf
                    359:        * www/htdocs/_bug.sh 1.2:
                    360:                + 3.2.0 beta: merged from dynamic_fields_join
                    361: 
                    362: 2005-06-06     paf
                    363:        * www/htdocs/_bug.xsl 1.15:
                    364:                ! bugfix ^string:sql ^table:sql ^hash:sql now DO process $.bind 
                    365:                option
                    366: 
1.46      paf       367: 2005-01-19     paf
1.42      paf       368:        * src/lib/gd/Makefile.am 1.2:
                    369:        * src/lib/ltdl/Makefile.am 1.2:
                    370:                forgotten makefiles.
                    371:                couple warnings in parser3.C
                    372: 
1.46      paf       373: 2004-12-23     paf
1.41      paf       374:        * src/types/pa_vhashfile.C 1.48:
                    375:                beauty: hashfile::open now creates dir for new file
                    376: 
1.46      paf       377: 2004-10-12     paf
1.41      paf       378:        * etc/parser3.charsets/windows-1251.cfg 1.12:
                    379:                euro
                    380:                promille
                    381:                +/-
                    382: 
1.46      paf       383: 2004-10-07     paf
1.42      paf       384:        * src/lib/cord/cordbscs.c 1.5:
1.46      paf       385:                debugger help: CORD_dump now dumpts \t\r\n as @#| and truncates 
1.42      paf       386:                long char sequences less
                    387: 
1.46      paf       388: 2004-09-13     paf
                    389:        * src/lib/sdbm/sdbm_private.h 1.2:
                    390:                change: limit on length(key+value) now 8008 bytes, were 1008. 
                    391:                perl sdbm compatibility now ruined
1.41      paf       392: 
1.42      paf       393:        * src/lib/sdbm/apr-include/apr.h 1.5:
1.46      paf       394:                bugfix: error numbers now from errno.h = strerror now returnes 
1.42      paf       395:                something and we can properly report that to client
1.40      paf       396: 
1.46      paf       397: 2004-07-28     paf
1.39      paf       398:        * src/lib/ltdl/ltdl.c 1.4:
                    399:        * src/lib/pcre/pcre_parser_ctype.c 1.5:
1.46      paf       400:                bugfix: isspace((unsigned char)c) everywhere. failed on russian 
                    401:                letters
1.39      paf       402: 
1.46      paf       403: 2004-07-27     paf
1.39      paf       404:        * src/targets/cgi/parser3.vcproj 1.12:
                    405:                beauty: win32: globaloptimizations ON, release:mapfile ON
                    406:                todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
                    407: 
1.46      paf       408: 2004-07-07     paf
1.39      paf       409:        * parser3.vssscc 1.2:
                    410:                ...would not go unnoticed
                    411: 
1.46      paf       412: 2004-07-01     paf
1.39      paf       413:        * src/classes/classes.vcproj 1.12:
                    414:        * src/lib/cord/cord.vcproj 1.2:
                    415:        * src/lib/gd/gd.vcproj 1.7:
                    416:        * src/lib/ltdl/ltdl.vcproj 1.3:
                    417:        * src/lib/md5/md5.vcproj 1.3:
                    418:        * src/lib/pcre/pcre.vcproj 1.3:
                    419:        * src/lib/pcre/pcre_dftables.vcproj 1.4:
                    420:        * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
                    421:        * src/lib/smtp/smtp.vcproj 1.6:
                    422:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
                    423:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
                    424:        * src/targets/isapi/parser3isapi.vcproj 1.8:
                    425:                win32: option: global optimization ON
                    426: 
1.46      paf       427: 2004-05-26     paf
1.38      paf       428:        * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
                    429:                added: thanks to konst
                    430: 
1.46      paf       431: 2004-05-24     paf
1.38      paf       432:        * src/targets/apache13/p3runConfigure.in 1.17:
                    433:                bugfix: smtp added
                    434: 
                    435:        * src/lib/cord/cordxtra.c 1.6:
                    436:        * src/lib/cord/include/cord.h 1.5:
                    437:                cancel: more speed, less memory: CORD_chars_block originally intended to ...
                    438:                it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
                    439:                undoing that. [and removed that func so that it would not confuse parser developer in future]
                    440: 
1.46      paf       441: 2004-05-11     paf
1.38      paf       442:        * www/htdocs/_bug.gif 1.2:
                    443:                bugfix: bcc with sendmail now left intact
                    444: 
1.46      paf       445: 2004-04-05     paf
1.38      paf       446:        * src/doc/html2chm.cmd 1.8:
                    447:        * src/doc/sources2html.cmd 1.6:
                    448:                merged with 3.1.3
                    449: 
1.46      paf       450: 2004-04-01     paf
1.37      paf       451:        * src/targets/apache13/pa_httpd.h 1.6:
                    452:        * src/targets/isapi/parser3isapi.def 1.2:
                    453:                bugfix: sql connections now are disconnected
                    454: 
1.46      paf       455: 2004-03-30     paf
1.36      paf       456:        * src/doc/ClassExample1.dox 1.5:
                    457:        * src/doc/ClassExample2.dox 1.5:
                    458:        * src/doc/ClassExample3.dox 1.5:
                    459:        * src/doc/chmhelper.pl 1.2:
                    460:        * src/doc/class.dox 1.3:
                    461:        * src/doc/compiler.dox 1.4:
                    462:        * src/doc/doxygen.cfg 1.25:
                    463:        * src/doc/exception.dox 1.3:
                    464:        * src/doc/executor.dox 1.3:
                    465:        * src/doc/footer.htm 1.4:
                    466:        * src/doc/index.dox 1.6:
                    467:        * src/doc/memory.dox 1.3:
                    468:        * src/doc/methoded.dox 1.4:
                    469:        * src/doc/object.dox 1.3:
                    470:        * src/doc/string.dox 1.6:
                    471:        * src/doc/targets.dox 1.4:
                    472:        * src/doc/value.dox 1.4:
                    473:                merged bugfixes from 3.1.2, changed version to 3.1.3beta
                    474: 
1.46      paf       475: 2004-03-05     paf
1.35      paf       476:        * etc/parser3.charsets/koi8-r.cfg 1.7:
                    477:                there's special code for grad char!
                    478: 
1.46      paf       479: 2004-02-25     paf
1.34      paf       480:        * etc/parser3.charsets/Makefile.am 1.5:
1.46      paf       481:                bugfix: @sysconfdir@ used [were old @charsetsdir@ recently 
1.34      paf       482:                erased from configure.in]
                    483: 
1.46      paf       484: 2004-02-24     paf
                    485:        * src/classes/Makefile.am 1.49:
                    486:                smtp on unix: steps to work on unix
1.34      paf       487: 
                    488:        * src/lib/smtp/Makefile.am 1.2:
                    489:        * src/targets/cgi/Makefile.am 1.51:
                    490:                started porting smtp to unix [testing on solaris]
                    491: 
1.46      paf       492: 2004-02-11     paf
1.34      paf       493:        * parser3.sln 1.9:
                    494:                started changes to reflect libxml xsl new folders
                    495: 
                    496:        * src/lib/sdbm/sdbm.vcproj 1.4:
                    497:                migrated to latest libxml[2.6.5] and libgdome[1.1.2]
                    498:                simplified lib build processes
                    499: 
1.46      paf       500: 2003-11-21     paf
                    501:        * src/targets/apache13core/Makefile.am 1.5:
                    502:        * src/targets/apache13core/mod_parser3.C 1.7:
                    503:                renamed mod_parser3 to mod_parser3_core to help DOXYGEN
1.32      paf       504: 
1.28      paf       505:        * src/lib/Makefile.am 1.7:
                    506:        * src/lib/gd/mtables.h 1.1:
                    507:                rearrange: gd&smtp moved to src/lib
                    508: 
1.46      paf       509: 2003-11-20     paf
1.28      paf       510:        * src/lib/ltdl/config_fixed.h 1.3:
                    511:        * src/lib/pcre/maketables.c 1.2:
                    512:                turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
                    513:                found several unitialized vars
                    514: 
                    515:        * src/lib/sdbm/apr_strings.C 1.2:
                    516:        * src/main/pa_pool.C 1.62:
                    517:                static const char * const IDENT
                    518: 
                    519:        * src/include/pa_pool.h 1.89:
                    520:                more warnings --
                    521: 
1.46      paf       522: 2003-11-10     paf
1.28      paf       523:        * src/lib/sdbm/sdbm.c 1.3:
1.46      paf       524:                bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c 
1.28      paf       525:                coded that that was error. fixed
                    526: 
1.46      paf       527: 2003-11-06     paf
1.28      paf       528:        * src/lib/ltdl/libltdl.vcproj 1.2:
                    529:        * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
                    530:        * src/lib/sdbm/apr-include/apr_errno.h 1.4:
                    531:        * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
                    532:        * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
                    533:        * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
                    534:        * src/lib/sdbm/apr-include/apr_strings.h 1.3:
                    535:        * src/lib/sdbm/apr-include/apu.h 1.3:
                    536:                hashfile: started again with sdbm from apache
                    537: 
1.46      paf       538:        * tests/todo.txt 1.5:
                    539:                hashfile: done
                    540: 
1.28      paf       541:        * src/lib/sdbm/Makefile.am 1.3:
                    542:        * src/lib/sdbm/apr-include/Makefile.am 1.1:
                    543:        * src/targets/cgi/.cvsignore 1.3:
                    544:                *** empty log message ***
                    545: 
                    546:        * src/lib/sdbm/apr-include/apr_pools.h 1.5:
                    547:                just compiled
                    548: 
1.46      paf       549: 2003-11-05     paf
1.28      paf       550:        * src/lib/sdbm/sdbm_hash.c 1.1:
                    551:        * src/lib/sdbm/sdbm_lock.c 1.1:
                    552:        * src/lib/sdbm/sdbm_pair.c 1.1:
                    553:        * src/lib/sdbm/sdbm_pair.h 1.1:
                    554:        * src/lib/sdbm/sdbm_tune.h 1.1:
                    555:                original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                    556: 
                    557:        * src/main/helpers/CaseFolding.txt 1.1:
                    558:                http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                    559: 
1.46      paf       560: 2003-10-24     paf
1.26      paf       561:        * src/lib/cord/Makefile.am 1.3:
                    562:        * src/lib/md5/Makefile.am 1.3:
                    563:        * src/lib/pcre/Makefile.am 1.2:
                    564:        * src/targets/apache13/Makefile.am 1.18:
                    565:        * src/targets/isapi/Makefile.am 1.3:
                    566:                .dsp/w -> .vcproj/sln
                    567: 
1.46      paf       568: 2003-09-29     paf
                    569:        * src/main/utf8-to-lower.inc 1.1:
                    570:        * src/main/utf8-to-upper.inc 1.1:
                    571:                generated by helper
1.26      paf       572: 
                    573:        * src/main/helpers/simple_folding.pl 1.1:
                    574:                utf-8 upper/lower
                    575: 
                    576:        * www/htdocs/base.p 1.7:
                    577:        * www/htdocs/derived.p 1.25:
                    578:        * www/htdocs/font.gif 1.2:
                    579:        * www/htdocs/global.xsl 1.9:
                    580:        * www/htdocs/index.html 1.213:
                    581:        * www/htdocs/mailreceive.eml 1.4:
                    582:        * www/htdocs/mailreceive.html 1.2:
                    583:        * www/htdocs/operators.p 1.12:
                    584:        * www/htdocs/parser-status.html 1.3:
                    585:        * www/htdocs/people.dtd 1.2:
                    586:        * www/htdocs/some.p 1.3:
                    587:                removing old tests
                    588: 
1.46      paf       589: 2003-09-25     paf
1.26      paf       590:        * src/lib/cord/cordprnt.c 1.3:
                    591:                string_fragments_to_cord merged to HEAD
                    592: 
1.46      paf       593: 2003-08-19     paf
                    594:        * src/targets/apache13/mod_parser3.C 1.31:
                    595:                .c
1.26      paf       596: 
1.46      paf       597: 2003-08-18     paf
1.26      paf       598:        * src/classes/classes.awk 1.8:
                    599:                merged 3.1.0 latest changes
                    600: 
                    601:        * gnu.dsp 1.5:
                    602:        * parser3.dsw 1.9:
                    603:        * src/classes/classes.dsp 1.31:
                    604:        * src/lib/cord/cord.dsp 1.3:
                    605:        * src/lib/ltdl/libltdl.dsp 1.7:
                    606:        * src/lib/md5/md5.dsp 1.5:
                    607:        * src/lib/pcre/pcre.dsp 1.4:
                    608:        * src/lib/pcre/pcre_dftables.dsp 1.2:
                    609:        * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
                    610:        * src/main/main.dsp 1.167:
                    611:        * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
                    612:        * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
                    613:        * src/targets/cgi/parser3.dsp 1.66:
                    614:        * src/targets/isapi/parser3isapi.dsp 1.44:
                    615:        * src/types/types.dsp 1.42:
                    616:                moved to MSVC 7
                    617: 
1.46      paf       618:        * gnu.vcproj 1.1:
                    619:                new VS project files
1.26      paf       620: 
1.46      paf       621: 2003-07-24     paf
1.24      paf       622:        * tests/001.html 1.2:
                    623:        * tests/002.html 1.2:
                    624:        * tests/003.html 1.2:
                    625:        * tests/004.html 1.2:
                    626:        * tests/005.html 1.2:
                    627:        * tests/006.html 1.2:
                    628:        * tests/007.html 1.2:
                    629:        * tests/008.html 1.2:
                    630:        * tests/009.html 1.2:
                    631:        * tests/010.html 1.2:
                    632:        * tests/011.html 1.2:
                    633:        * tests/012.html 1.2:
                    634:        * tests/013.html 1.2:
                    635:        * tests/014.html 1.2:
                    636:        * tests/015.html 1.2:
                    637:        * tests/016.html 1.2:
                    638:        * tests/017.html 1.2:
                    639:        * tests/018.html 1.2:
                    640:        * tests/019.html 1.2:
                    641:        * tests/019paf2001.gif 1.2:
                    642:        * tests/020.html 1.2:
                    643:        * tests/021.html 1.2:
                    644:        * tests/022.html 1.2:
                    645:        * tests/022_dir/a.html 1.2:
                    646:        * tests/022_dir/b.txt 1.2:
                    647:        * tests/022_dir/c.htm 1.2:
                    648:        * tests/023.html 1.2:
                    649:        * tests/024.html 1.2:
                    650:        * tests/025.html 1.2:
                    651:        * tests/026.html 1.2:
                    652:        * tests/027.html 1.2:
                    653:        * tests/028.html 1.2:
                    654:        * tests/029.html 1.2:
                    655:        * tests/030.html 1.2:
                    656:        * tests/031.html 1.2:
                    657:        * tests/032.html 1.2:
                    658:        * tests/033.html 1.2:
                    659:        * tests/034.html 1.2:
                    660:        * tests/035.html 1.2:
                    661:        * tests/036.html 1.2:
                    662:        * tests/037.html 1.2:
                    663:        * tests/038.html 1.2:
                    664:        * tests/039.html 1.2:
                    665:        * tests/040.html 1.2:
                    666:        * tests/041.html 1.2:
                    667:        * tests/042.html 1.2:
                    668:        * tests/043.html 1.2:
                    669:        * tests/044.html 1.2:
                    670:        * tests/045.html 1.2:
                    671:        * tests/046.html 1.2:
                    672:        * tests/047.html 1.2:
                    673:        * tests/048.html 1.2:
                    674:        * tests/049.html 1.2:
                    675:        * tests/050.html 1.2:
                    676:        * tests/051.html 1.2:
                    677:        * tests/051b.p 1.2:
                    678:        * tests/051t.p 1.2:
                    679:        * tests/052.html 1.2:
                    680:        * tests/053.html 1.2:
                    681:        * tests/054.html 1.2:
                    682:        * tests/055.html 1.2:
                    683:        * tests/056.html 1.2:
                    684:        * tests/057.html 1.2:
                    685:        * tests/058.html 1.2:
                    686:        * tests/058_paf2000.png 1.2:
                    687:        * tests/059.html 1.2:
                    688:        * tests/060.html 1.2:
                    689:        * tests/061.dat 1.2:
                    690:        * tests/061.html 1.2:
                    691:        * tests/062.html 1.2:
                    692:        * tests/063.html 1.2:
                    693:        * tests/064.html 1.2:
                    694:        * tests/065.html 1.2:
                    695:        * tests/066.html 1.2:
                    696:        * tests/067.html 1.2:
                    697:        * tests/068.html 1.2:
                    698:        * tests/069.html 1.2:
                    699:        * tests/070.html 1.2:
                    700:        * tests/071.html 1.2:
                    701:        * tests/072.html 1.2:
                    702:        * tests/073.html 1.2:
                    703:        * tests/074.html 1.2:
                    704:        * tests/075.html 1.2:
                    705:        * tests/076.html 1.2:
                    706:        * tests/077.html 1.2:
                    707:        * tests/078.html 1.2:
                    708:        * tests/079.html 1.2:
                    709:        * tests/080.html 1.2:
                    710:        * tests/081.html 1.2:
                    711:        * tests/082.html 1.2:
                    712:        * tests/083.html 1.2:
                    713:        * tests/084.html 1.2:
                    714:        * tests/085.html 1.2:
                    715:        * tests/086.html 1.2:
                    716:        * tests/087.html 1.2:
                    717:        * tests/088.html 1.2:
                    718:        * tests/089.html 1.2:
                    719:        * tests/090.html 1.2:
                    720:        * tests/091.html 1.2:
                    721:        * tests/092.html 1.2:
                    722:        * tests/093.html 1.2:
                    723:        * tests/094.html 1.2:
                    724:        * tests/095.html 1.2:
                    725:        * tests/096.html 1.2:
                    726:        * tests/096_dir/163.jpg 1.2:
                    727:        * tests/096_dir/188.jpg 1.2:
                    728:        * tests/097.html 1.2:
                    729:        * tests/098.html 1.2:
                    730:        * tests/098font.gif 1.2:
                    731:        * tests/099.html 1.2:
                    732:        * tests/100.html 1.2:
                    733:        * tests/101.html 1.2:
                    734:        * tests/102.html 1.2:
                    735:        * tests/103.html 1.2:
                    736:        * tests/103mark.gif 1.2:
                    737:        * tests/103paf2001.gif 1.2:
                    738:        * tests/104.html 1.2:
                    739:        * tests/105.html 1.2:
                    740:        * tests/106.html 1.2:
                    741:        * tests/107.html 1.2:
                    742:        * tests/108.html 1.2:
                    743:        * tests/108.xsl 1.2:
                    744:        * tests/109.html 1.2:
                    745:        * tests/110.html 1.2:
                    746:        * tests/111.html 1.2:
                    747:        * tests/112.html 1.2:
                    748:        * tests/113.html 1.2:
                    749:        * tests/114.html 1.2:
                    750:        * tests/115.html 1.2:
                    751:        * tests/116.html 1.2:
                    752:        * tests/117.html 1.2:
                    753:        * tests/118.html 1.2:
                    754:        * tests/119.html 1.2:
                    755:        * tests/120.html 1.2:
                    756:        * tests/121.html 1.2:
                    757:        * tests/122.html 1.2:
                    758:        * tests/123.html 1.2:
                    759:        * tests/124.html 1.2:
                    760:        * tests/125.html 1.2:
                    761:        * tests/126.html 1.2:
                    762:        * tests/127.html 1.2:
                    763:        * tests/128.html 1.2:
                    764:        * tests/129.html 1.2:
                    765:        * tests/130.html 1.2:
                    766:        * tests/131.html 1.2:
                    767:        * tests/132.html 1.2:
                    768:        * tests/133.html 1.2:
                    769:        * tests/134.html 1.2:
                    770:        * tests/135.html 1.2:
                    771:        * tests/136.html 1.2:
                    772:        * tests/137.html 1.2:
                    773:        * tests/138.html 1.2:
                    774:        * tests/139.html 1.2:
                    775:        * tests/140.html 1.2:
                    776:        * tests/141.html 1.2:
                    777:        * tests/Makefile 1.2:
                    778:        * tests/descript.ion 1.2:
                    779:        * tests/outputs/create-dir 1.2:
                    780:        * tests/results/001.processed 1.2:
                    781:        * tests/results/002.processed 1.2:
                    782:        * tests/results/003.processed 1.2:
                    783:        * tests/results/004.processed 1.2:
                    784:        * tests/results/005.processed 1.2:
                    785:        * tests/results/006.processed 1.2:
                    786:        * tests/results/007.processed 1.2:
                    787:        * tests/results/008.processed 1.2:
                    788:        * tests/results/009.processed 1.2:
                    789:        * tests/results/010.processed 1.2:
                    790:        * tests/results/011.processed 1.2:
                    791:        * tests/results/012.processed 1.2:
                    792:        * tests/results/013.processed 1.2:
                    793:        * tests/results/014.processed 1.2:
                    794:        * tests/results/015.processed 1.2:
                    795:        * tests/results/016.processed 1.2:
                    796:        * tests/results/017.processed 1.2:
                    797:        * tests/results/018.processed 1.2:
                    798:        * tests/results/019.processed 1.2:
                    799:        * tests/results/020.processed 1.2:
                    800:        * tests/results/021.processed 1.2:
                    801:        * tests/results/022.processed 1.2:
                    802:        * tests/results/023.processed 1.2:
                    803:        * tests/results/024.processed 1.2:
                    804:        * tests/results/025.processed 1.2:
                    805:        * tests/results/026.processed 1.2:
                    806:        * tests/results/027.processed 1.2:
                    807:        * tests/results/028.processed 1.2:
                    808:        * tests/results/029.processed 1.2:
                    809:        * tests/results/030.processed 1.2:
                    810:        * tests/results/031.processed 1.2:
                    811:        * tests/results/032.processed 1.2:
                    812:        * tests/results/033.processed 1.2:
                    813:        * tests/results/034.processed 1.2:
                    814:        * tests/results/035.processed 1.2:
                    815:        * tests/results/036.processed 1.2:
                    816:        * tests/results/037.processed 1.2:
                    817:        * tests/results/038.processed 1.2:
                    818:        * tests/results/039.processed 1.2:
                    819:        * tests/results/040.processed 1.2:
                    820:        * tests/results/041.processed 1.2:
                    821:        * tests/results/042.processed 1.2:
                    822:        * tests/results/043.processed 1.2:
                    823:        * tests/results/044.processed 1.2:
                    824:        * tests/results/045.processed 1.2:
                    825:        * tests/results/046.processed 1.2:
                    826:        * tests/results/047.processed 1.2:
                    827:        * tests/results/048.processed 1.2:
                    828:        * tests/results/049.processed 1.2:
                    829:        * tests/results/050.processed 1.2:
                    830:        * tests/results/051.processed 1.2:
                    831:        * tests/results/052.processed 1.2:
                    832:        * tests/results/053.processed 1.2:
                    833:        * tests/results/054.processed 1.2:
                    834:        * tests/results/055.processed 1.2:
                    835:        * tests/results/056.processed 1.2:
                    836:        * tests/results/057.processed 1.2:
                    837:        * tests/results/058.processed 1.2:
                    838:        * tests/results/059.processed 1.2:
                    839:        * tests/results/060.processed 1.2:
                    840:        * tests/results/061.processed 1.2:
                    841:        * tests/results/062.processed 1.2:
                    842:        * tests/results/063.processed 1.2:
                    843:        * tests/results/064.processed 1.2:
                    844:        * tests/results/065.processed 1.2:
                    845:        * tests/results/066.processed 1.2:
                    846:        * tests/results/067.processed 1.2:
                    847:        * tests/results/068.processed 1.2:
                    848:        * tests/results/069.processed 1.2:
                    849:        * tests/results/070.processed 1.2:
                    850:        * tests/results/071.processed 1.2:
                    851:        * tests/results/072.processed 1.2:
                    852:        * tests/results/073.processed 1.2:
                    853:        * tests/results/074.processed 1.2:
                    854:        * tests/results/075.processed 1.2:
                    855:        * tests/results/076.processed 1.2:
                    856:        * tests/results/077.processed 1.2:
                    857:        * tests/results/078.processed 1.2:
                    858:        * tests/results/079.processed 1.2:
                    859:        * tests/results/080.processed 1.2:
                    860:        * tests/results/081.processed 1.2:
                    861:        * tests/results/082.processed 1.2:
                    862:        * tests/results/083.processed 1.2:
                    863:        * tests/results/084.processed 1.2:
                    864:        * tests/results/085.processed 1.2:
                    865:        * tests/results/086.processed 1.2:
                    866:        * tests/results/087.processed 1.2:
                    867:        * tests/results/088.processed 1.2:
                    868:        * tests/results/089.processed 1.2:
                    869:        * tests/results/090.processed 1.2:
                    870:        * tests/results/091.processed 1.2:
                    871:        * tests/results/092.processed 1.2:
                    872:        * tests/results/093.processed 1.2:
                    873:        * tests/results/094.processed 1.2:
                    874:        * tests/results/095.processed 1.2:
                    875:        * tests/results/096.processed 1.2:
                    876:        * tests/results/097.processed 1.2:
                    877:        * tests/results/098.processed 1.2:
                    878:        * tests/results/099.processed 1.2:
                    879:        * tests/results/100.processed 1.2:
                    880:        * tests/results/101.processed 1.2:
                    881:        * tests/results/102.processed 1.2:
                    882:        * tests/results/103.processed 1.2:
                    883:        * tests/results/104.processed 1.2:
                    884:        * tests/results/105.processed 1.2:
                    885:        * tests/results/106.processed 1.2:
                    886:        * tests/results/107.processed 1.2:
                    887:        * tests/results/108.processed 1.2:
                    888:        * tests/results/109.processed 1.2:
                    889:        * tests/results/110.processed 1.2:
                    890:        * tests/results/111.processed 1.2:
                    891:        * tests/results/112.processed 1.2:
                    892:        * tests/results/113.processed 1.2:
                    893:        * tests/results/114.processed 1.2:
                    894:        * tests/results/115.processed 1.2:
                    895:        * tests/results/116.processed 1.2:
                    896:        * tests/results/117.processed 1.2:
                    897:        * tests/results/118.processed 1.2:
                    898:        * tests/results/119.processed 1.2:
                    899:        * tests/results/120.processed 1.2:
                    900:        * tests/results/121.processed 1.2:
                    901:        * tests/results/122.processed 1.2:
                    902:        * tests/results/123.processed 1.2:
                    903:        * tests/results/124.processed 1.2:
                    904:        * tests/results/125.processed 1.2:
                    905:        * tests/results/126.processed 1.2:
                    906:        * tests/results/127.processed 1.2:
                    907:        * tests/results/128.processed 1.2:
                    908:        * tests/results/129.processed 1.2:
                    909:        * tests/results/130.processed 1.2:
                    910:        * tests/results/131.processed 1.2:
                    911:        * tests/results/132.processed 1.2:
                    912:        * tests/results/133.processed 1.2:
                    913:        * tests/results/134.processed 1.2:
                    914:        * tests/results/135.processed 1.2:
                    915:        * tests/results/136.processed 1.2:
                    916:        * tests/results/137.processed 1.2:
                    917:        * tests/results/138.processed 1.2:
                    918:        * tests/results/139.processed 1.2:
                    919:        * tests/results/140.processed 1.2:
                    920:        * tests/results/141.processed 1.2:
                    921:        * tests/run_parser.sh 1.2:
                    922:                merged(copied) to HEAD from template_gc
                    923: 
1.46      paf       924:        * src/include/pa_pragma_pack_begin.h 1.7:
                    925:        * src/include/pa_pragma_pack_end.h 1.7:
                    926:        * src/lib/cord/include/Makefile.am 1.2:
                    927:        * src/lib/cord/include/ec.h 1.2:
                    928:        * src/lib/cord/include/private/Makefile.am 1.2:
                    929:        * src/lib/cord/include/private/cord_pos.h 1.2:
                    930:        * src/lib/cord/source.url 1.2:
                    931:        * src/lib/gc/Makefile.am 1.2:
                    932:        * src/lib/gc/include/Makefile.am 1.2:
                    933:        * src/lib/gc/include/gc.h 1.2:
                    934:        * src/lib/patches/Makefile.am 1.4:
                    935:        * src/lib/patches/gc.patch 1.2:
                    936:        * src/lib/patches/gdome2.patch 1.2:
                    937:        * src/lib/patches/libxml2.patch 1.2:
                    938:        * src/lib/patches/libxslt.patch 1.2:
                    939:        * src/lib/pcre/pcre.h 1.2:
                    940:        * src/main/pa_array.C 1.57:
                    941:        * src/main/pa_hash.C 1.54:
                    942:        * src/targets/Makefile.am 1.10:
                    943:        * src/targets/apache13/pa_md5c.c 1.6:
                    944:        * src/targets/apache13/pa_pool.C 1.9:
                    945:        * src/targets/apache13/pa_threads.C 1.12:
                    946:        * src/targets/cgi/getopt.c 1.3:
                    947:        * src/targets/cgi/getopt.h 1.3:
                    948:        * src/targets/cgi/pa_pool.C 1.42:
                    949:        * src/targets/cgi/pool_storage.h 1.14:
                    950:        * src/targets/cgi/pp3.cmd 1.2:
                    951:        * src/targets/isapi/pa_pool.C 1.17:
                    952:        * src/targets/isapi/pool_storage.h 1.20:
                    953:                moved tempate_gc to HEAD
1.24      paf       954: 
1.46      paf       955: 2003-07-23     paf
1.24      paf       956:        * src/targets/apache13/mod_parser3_main.C 1.1:
1.46      paf       957:                file mod_parser3_main.C was initially added on branch 
1.24      paf       958:                template_gc.
                    959: 
1.46      paf       960: 2003-03-27     paf
1.23      paf       961:        * src/lib/gc/include/gc_fake.h 1.1:
                    962:                file gc_fake.h was initially added on branch template_gc.
                    963: 
1.46      paf       964: 2003-03-26     paf
1.23      paf       965:        * src/lib/cord/include/gc.h 1.1:
                    966:                file gc.h was initially added on branch template_gc.
                    967: 
1.46      paf       968: 2003-03-03     paf
1.23      paf       969:        * tests/outputs/049.processed 1.1:
                    970:                file 049.processed was initially added on branch autoptr.
                    971: 
                    972:        * tests/outputs/050.processed 1.1:
                    973:                file 050.processed was initially added on branch autoptr.
                    974: 
                    975:        * tests/outputs/051.processed 1.1:
                    976:                file 051.processed was initially added on branch autoptr.
                    977: 
                    978:        * tests/parser-cygwin.sh 1.1:
                    979:                file parser-cygwin.sh was initially added on branch autoptr.
                    980: 
1.46      paf       981:        * tests/parser-unix.sh 1.1:
                    982:                file parser-unix.sh was initially added on branch autoptr.
1.23      paf       983: 
1.46      paf       984: 2003-02-20     paf
1.22      paf       985:        * www/htdocs/autoptr.html 1.1:
                    986:                file autoptr.html was initially added on branch autoptr.
                    987: 
1.46      paf       988: 2003-01-30     paf
1.22      paf       989:        * ltmain.sh 1.5:
                    990:                *** empty log message ***
                    991: 
1.46      paf       992: 2003-01-29     paf
1.22      paf       993:        * src/types/pa_value_includes.h 1.1:
                    994:                file pa_value_includes.h was initially added on branch autoptr.
                    995: 
1.46      paf       996: 2003-01-23     paf
1.22      paf       997:        * src/lib/pcre/8859-1.ucm 1.1:
                    998:                file 8859-1.ucm was initially added on branch autoptr.
                    999: 
1.46      paf      1000: 2003-01-14     paf
1.22      paf      1001:        * src/lib/ltdl/config.guess 1.2:
                   1002:        * src/lib/ltdl/config.sub 1.2:
                   1003:        * src/lib/ltdl/install-sh 1.2:
                   1004:        * src/lib/ltdl/missing 1.2:
                   1005:        * src/lib/ltdl/mkinstalldirs 1.2:
                   1006:                removed some ancient files [they in / really]
                   1007: 
                   1008:        * src/lib/ltdl/aclocal.m4 1.1:
                   1009:                *** empty log message ***
                   1010: 
1.46      paf      1011: 2003-01-13     paf
1.22      paf      1012:        * src/lib/ltdl/COPYING.LIB 1.1:
                   1013:        * src/lib/ltdl/acinclude.m4 1.2:
                   1014:        * src/lib/ltdl/config.h 1.2:
                   1015:        * src/lib/ltdl/config_auto.h.in 1.3:
                   1016:        * src/lib/ltdl/configure 1.4:
                   1017:        * src/lib/ltdl/configure.in 1.4:
                   1018:        * src/lib/ltdl/ltdl.h 1.2:
                   1019:                moved to latest libtool (1.4.3)
                   1020: 
1.46      paf      1021:        * config.guess 1.3:
                   1022:        * config.sub 1.4:
                   1023:                removed last piece of configure.in(libtool) hacks
                   1024: 
                   1025: 2003-01-10     paf
1.22      paf      1026:        * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
                   1027:        * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
                   1028:        * src/lib/patches/libgdome_morestatic.patch 1.2:
                   1029:        * src/lib/patches/libxml_error_column_tab.patch 1.2:
                   1030:        * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
                   1031:        * src/lib/patches/libxml_transcoder_context1.patch 1.2:
                   1032:        * src/lib/patches/libxml_transcoder_context2.patch 1.2:
                   1033:        * src/lib/patches/libxml_transcoder_context3.patch 1.2:
                   1034:        * src/lib/patches/libxml_transcoder_context4.patch 1.2:
                   1035:        * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
                   1036:                moved to latest xml lib versions, changed patches.
                   1037:                      libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
                   1038:                      libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
                   1039:                      gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   1040: 
1.46      paf      1041: 2003-01-09     paf
                   1042:        * depcomp 1.1:
                   1043:                moving to automake 1.7.2
1.22      paf      1044: 
                   1045:        * missing 1.2:
                   1046:        * mkinstalldirs 1.2:
                   1047:                moved to autoconf 2.57 & automake 1.7.2
                   1048: 
1.46      paf      1049: 2002-12-27     paf
1.21      paf      1050:        * src/doc/aliased.dox 1.5:
                   1051:        * src/doc/module.dox 1.4:
                   1052:        * src/doc/pooled.dox 1.4:
                   1053:                removed outdated parts, made links to language docs
                   1054: 
1.46      paf      1055: 2002-12-04     paf
1.20      paf      1056:        * src/lib/ltdl/README 1.1:
                   1057:                src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
                   1058:                so it does have no problems with automake.
                   1059:                ltdl/configure AC_OUTPUT(Makefile<<removed)
                   1060: 
1.46      paf      1061: 2002-10-15     paf
1.15      paf      1062:        * src/types/pa_vjunction.C 1.3:
                   1063:                removed $junction.get $junction.set[]
                   1064:                introducing $caller
                   1065: 
1.46      paf      1066: 2002-09-11     paf
1.15      paf      1067:        * etc/parser3.charsets/windows-1254.cfg 1.1:
                   1068:        * src/lib/pcre/ibm-1254.ucm 1.1:
                   1069:                windows-1254 added
                   1070: 
1.46      paf      1071: 2002-08-14     paf
1.15      paf      1072:        * src/targets/cgi/fixopt.C 1.3:
                   1073:        * src/targets/cgi/fixopt.h 1.2:
                   1074:                removed fixopt stupidity. on stupid linux use
                   1075:                cd /document/root
                   1076:                ../cgi/parser3 script
                   1077: 
1.46      paf      1078: 2002-08-12     paf
1.15      paf      1079:        * src/types/pa_valiased.C 1.17:
                   1080:        * src/types/pa_valiased.h 1.23:
                   1081:                ^base:create[] dynamic call rewritten
                   1082:                todo: thorough testing
                   1083: 
1.46      paf      1084: 2002-08-01     paf
1.15      paf      1085:        * src/Makefile.am 1.17:
                   1086:                ident.C* removed
                   1087: 
1.46      paf      1088: 2002-07-30     paf
1.15      paf      1089:        * src/targets/cgi/pa_config_paths.h.in 1.2:
                   1090:                removed pa_config_paths.h
                   1091: 
1.46      paf      1092: 2002-06-21     paf
1.15      paf      1093:        * src/lib/pcre/LICENCE 1.1:
                   1094:        * src/lib/pcre/README 1.1:
                   1095:        * src/lib/pcre/Tech.Notes 1.1:
                   1096:        * src/lib/pcre/dftables.c 1.1:
                   1097:        * src/lib/pcre/get.c 1.1:
                   1098:        * src/lib/pcre/ibm-1250.ucm 1.1:
                   1099:        * src/lib/pcre/ibm-1251.ucm 1.1:
                   1100:        * src/lib/pcre/ibm-1257.ucm 1.1:
                   1101:        * src/lib/pcre/internal.h 1.1:
                   1102:        * src/lib/pcre/pcre-2_08.tar.gz 1.1:
                   1103:        * src/lib/pcre/pcre.3 1.1:
                   1104:        * src/lib/pcre/pcre.3.html 1.1:
                   1105:        * src/lib/pcre/pcre.3.txt 1.1:
                   1106:        * src/lib/pcre/pcre.c 1.1:
                   1107:        * src/lib/pcre/ruspart_win2koi.pl 1.1:
                   1108:        * src/lib/pcre/study.c 1.1:
                   1109:        * src/lib/pcre/win-koi.tab 1.1:
                   1110:                moved libltdl and pcre to libs/
                   1111:                added libs/md5 which is linked to non-apache targets
                   1112:                ^math:crypt[password;$apr1$salt]
                   1113: 
1.46      paf      1114: 2002-06-20     paf
1.15      paf      1115:        * bin/Makefile.am 1.3:
                   1116:                parser3.conf renamed to auto.p
                   1117: 
1.46      paf      1118: 2002-06-18     paf
1.15      paf      1119:        * etc/Makefile.am 1.4:
                   1120:                bin/parser3.conf.dist [moved from etc
                   1121: 
1.46      paf      1122: 2002-04-22     paf
1.15      paf      1123:        * types.txt 1.2:
                   1124:                ^string.optimize[]
                   1125: 
1.46      paf      1126: 2002-04-19     paf
1.15      paf      1127:        * src/doc/postbuild.txt 1.3:
                   1128:        * src/doc/view_chm.cmd 1.2:
                   1129:        * src/doc/view_html.cmd 1.2:
                   1130:                config updated to doxygen 1.2.15,
                   1131:                created helper which fixes minor bugs in chm project files & htm tree.
                   1132:                changed extension to .htm
                   1133: 
1.46      paf      1134: 2002-04-16     paf
1.15      paf      1135:        * asm.txt 1.2:
                   1136:        * form.txt 1.2:
                   1137:        * lang.txt 1.2:
                   1138:        * sql.txt 1.2:
                   1139:                removed outdated. see in Attic asm.txt as most interesting
                   1140: 
1.46      paf      1141: 2002-02-22     paf
1.15      paf      1142:        * src/include/pa_db_connection.h 1.22:
                   1143:        * src/include/pa_db_manager.h 1.15:
                   1144:        * src/include/pa_db_table.h 1.16:
                   1145:        * src/main/pa_db_connection.C 1.38:
                   1146:        * src/main/pa_db_manager.C 1.23:
                   1147:        * src/main/pa_db_table.C 1.21:
                   1148:                removed hashfile support for now
                   1149: 
1.46      paf      1150: 2002-02-18     paf
1.15      paf      1151:        * ltconfig 1.2:
                   1152:                removed libtool subpart files
                   1153: 
1.46      paf      1154: 2002-02-13     paf
1.15      paf      1155:        * etc/parser3.charsets/windows-1257.cfg 1.2:
                   1156:                id added
                   1157: 
1.46      paf      1158: 2002-02-08     paf
1.15      paf      1159:        * src/sql/Makefile.am 1.3:
                   1160:                forgotten makes
                   1161: 
1.46      paf      1162:        * src/main/pa_status_provider.C 1.5:
                   1163:                'make dist' works
                   1164: 
1.15      paf      1165:        * AUTHORS 1.2:
                   1166:        * COPYING 1.2:
                   1167:        * README 1.2:
                   1168:                install&others updated
                   1169: 
1.46      paf      1170: 2002-01-31     paf
1.15      paf      1171:        * ident.awk 1.2:
                   1172:                lowered indent.awk back to src/
                   1173: 
                   1174:        * NEWS 1.1:
                   1175:        * etc/parser3.charsets/windows-1250.cfg 1.1:
                   1176:        * install-sh 1.1:
                   1177:        * www/Makefile.am 1.1:
                   1178:        * www/Makefile.in 1.1:
                   1179:                moved etc&www out of src, moved configure&co out of src
                   1180:                added windows-1250.cfg
                   1181:                straightened installation scripts procedure
                   1182:                made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
                   1183: 
1.46      paf      1184: 2001-12-15     paf
1.15      paf      1185:        * src/include/pa_charset_connection.h 1.6:
                   1186:        * src/include/pa_charset_manager.h 1.8:
                   1187:        * src/include/pa_transcoder.h 1.3:
                   1188:        * src/main/pa_charset_connection.C 1.13:
                   1189:        * src/main/pa_charset_manager.C 1.10:
                   1190:        * src/main/pa_transcoder.C 1.4:
                   1191:                introducing Charset
                   1192: 
1.46      paf      1193: 2001-10-22     parser
1.15      paf      1194:        * src/include/pa_xslt_stylesheet_manager.h 1.5:
                   1195:        * src/main/pa_xslt_stylesheet_manager.C 1.5:
                   1196:                hashfile 0
                   1197: 
1.46      paf      1198: 2001-09-26     parser
1.15      paf      1199:        * src/classes/dnode.C 1.7:
                   1200:        * src/classes/dnode.h 1.3:
                   1201:        * src/classes/dom.C 1.36:
                   1202:        * src/types/pa_vdnode.C 1.9:
                   1203:        * src/types/pa_vdnode.h 1.4:
                   1204:        * src/types/pa_vdom.C 1.4:
                   1205:        * src/types/pa_vdom.h 1.15:
                   1206:                xdoc&xnode now
                   1207: 
                   1208:        * src/classes/classes.cmd 1.4:
                   1209:                moved classes.inc generation on win32 to main.dsp
                   1210: 
1.46      paf      1211: 2001-07-03     parser
1.15      paf      1212:        * src/classes/random.C 1.15:
                   1213:                class random renamed to math, operators became methods
                   1214: 
1.46      paf      1215: 2001-06-27     parser
1.15      paf      1216:        * src/classes/nothing.C 1.5:
                   1217:        * src/types/pa_vnothing.h 1.2:
                   1218:                nothing renamed to void
                   1219: 
1.46      paf      1220: 2001-05-21     parser
1.15      paf      1221:        * src/classes/unknown.C 1.8:
                   1222:        * src/types/pa_vunknown.h 1.14:
                   1223:                'unknown' renamed to 'nothing'
                   1224: 
1.46      paf      1225: 2001-05-17     parser
1.15      paf      1226:        * src/doc/chm.cmd 1.7:
                   1227:        * src/doc/doxygen.cmd 1.7:
                   1228:        * src/doc/view.cmd 1.3:
                   1229:                doc cmds
                   1230: 
1.46      paf      1231: 2001-05-11     paf
1.15      paf      1232:        * src/classes/gawk.exe 1.2:
                   1233:        * src/classes/ls.exe 1.2:
                   1234:        * src/main/bison.exe 1.2:
                   1235:        * src/targets/isapi/KILL.EXE 1.2:
                   1236:        * src/targets/isapi/PSTAT.EXE 1.2:
                   1237:        * src/targets/isapi/istart.cmd 1.2:
                   1238:        * src/targets/isapi/istop.cmd 1.2:
                   1239:        * src/targets/isapi/kill.pl 1.2:
                   1240:                moved win32 helpers to /win32tools
                   1241: 
1.46      paf      1242: 2001-05-07     paf
1.15      paf      1243:        * src/include/code.h 1.29:
                   1244:                pa_code.h
                   1245: 
1.46      paf      1246: 2001-05-03     paf
1.15      paf      1247:        * src/doc/doxygen.txt 1.6:
                   1248:                dox splitted .dox files and added some
                   1249: 
1.46      paf      1250: 2001-04-28     paf
                   1251:        * src/include/pa_methoded.h 1.2:
                   1252:        * src/main/pa_methoded.C 1.2:
                   1253:                renamed pa_methoded back to classes/classes.h
1.15      paf      1254: 
                   1255:        * src/classes/_double.h 1.8:
                   1256:        * src/classes/_file.h 1.5:
                   1257:        * src/classes/_form.h 1.4:
                   1258:        * src/classes/_image.h 1.4:
                   1259:        * src/classes/_int.h 1.8:
                   1260:        * src/classes/_mail.h 1.4:
                   1261:        * src/classes/_op.h 1.6:
                   1262:        * src/classes/_random.h 1.4:
                   1263:        * src/classes/_response.h 1.5:
                   1264:        * src/classes/_string.h 1.10:
                   1265:        * src/classes/_table.h 1.7:
                   1266:        * src/classes/_unknown.h 1.3:
                   1267:        * src/classes/exec.C 1.4:
                   1268:                Methoded reorganized. todo: methoded-configure
                   1269: 
1.46      paf      1270:        * src/classes/classes.inc 1.5:
                   1271:                removed classes.inc
1.15      paf      1272: 
1.46      paf      1273: 2001-04-26     paf
1.15      paf      1274:        * src/classes/_exec.h 1.4:
                   1275:                code documentation ++
                   1276: 
1.46      paf      1277: 2001-04-23     paf
1.15      paf      1278:        * src/classes/Makefile 1.2:
                   1279:        * src/main/Makefile 1.2:
                   1280:        * src/targets/cgi/Makefile 1.2:
                   1281:        * src/types/Makefile 1.2:
                   1282:                makefiles removed
                   1283: 
1.46      paf      1284: 2001-04-11     paf
1.15      paf      1285:        * src/types/pa_vcframe.h 1.4:
                   1286:        * src/types/pa_vmframe.h 1.13:
                   1287:                libimaging dead end: pil parses header in .py
                   1288: 
1.46      paf      1289: 2001-04-06     paf
1.15      paf      1290:        * src/classes/_root.h 1.5:
                   1291:        * src/classes/root.C 1.62:
                   1292:                renamed 'root' to 'op'
                   1293: 
1.46      paf      1294: 2001-04-05     paf
1.15      paf      1295:        * src/include/pa_sql_driver.h 1.5:
                   1296:                sql driver services for conv memory & error reporting
                   1297: 
1.46      paf      1298: 2001-04-03     paf
1.15      paf      1299:        * src/doc/generate.cmd 1.2:
                   1300:                string::pos & cmp & piece bugs fixed.
                   1301:                string::split new
                   1302:                table:load separated from set
                   1303:                table:set implemented with clean \n \t searches
                   1304: 
1.46      paf      1305: 2001-03-24     paf
1.15      paf      1306:        * src/targets/isapi/nt_log_events.mc 1.2:
                   1307:                cgi: sapi::log
                   1308: 
1.46      paf      1309: 2001-03-22     paf
1.15      paf      1310:        * src/targets/cgi/vform_fields_fill.C 1.2:
                   1311:        * src/targets/cgi/vform_fields_fill.h 1.2:
                   1312:                z
                   1313: 
1.46      paf      1314: 2001-03-19     paf
                   1315:        * src/classes/_cookie.h 1.2:
                   1316:        * src/classes/cookie.C 1.3:
                   1317:                VCookie is now :Value
1.15      paf      1318: 
                   1319:        * src/classes/_env.h 1.6:
                   1320:        * src/classes/env.C 1.8:
                   1321:                VEnv is now :Value
                   1322: 
                   1323:        * src/targets/cgi/pa_vform.C 1.3:
1.46      paf      1324:                moved common get_element part from stateless object&class into 
                   1325:                VAliased
1.15      paf      1326: 
1.46      paf      1327:        * src/classes/_request.h 1.4:
                   1328:        * src/classes/request.C 1.6:
                   1329:                VRequest moved to :Value
1.15      paf      1330: 
1.46      paf      1331: 2001-03-14     paf
1.15      paf      1332:        * src/include/core.h 1.16:
                   1333:        * src/main/core.C 1.69:
                   1334:                global handler, exceptions in parser3
                   1335: 
1.46      paf      1336: 2001-03-13     paf
1.15      paf      1337:        * src/targets/cgi/parser.dsp 1.2:
                   1338:                z
                   1339: 
1.46      paf      1340: 2001-03-11     paf
1.15      paf      1341:        * src/include/pa_valiased.h 1.4:
                   1342:        * src/include/pa_value.h 1.51:
                   1343:        * src/include/pa_vbool.h 1.8:
                   1344:        * src/include/pa_vcframe.h 1.8:
                   1345:        * src/include/pa_vclass.h 1.30:
                   1346:        * src/include/pa_vdouble.h 1.13:
                   1347:        * src/include/pa_vhash.h 1.13:
                   1348:        * src/include/pa_vint.h 1.5:
                   1349:        * src/include/pa_vjunction.h 1.9:
                   1350:        * src/include/pa_vmframe.h 1.24:
                   1351:        * src/include/pa_vobject.h 1.18:
                   1352:        * src/include/pa_vstring.h 1.18:
                   1353:        * src/include/pa_vunknown.h 1.10:
                   1354:        * src/include/pa_wcontext.h 1.29:
                   1355:        * src/include/pa_wwrapper.h 1.14:
                   1356:        * src/main/pa_cframe.C 1.6:
                   1357:        * src/main/pa_value.C 1.8:
                   1358:        * src/main/pa_vclass.C 1.5:
                   1359:        * src/main/pa_wcontext.C 1.11:
                   1360:                splitted types from include/
                   1361: 
1.46      paf      1362: 2001-03-08     paf
1.15      paf      1363:        * src/include/pa_bool.h 1.2:
                   1364:        * src/include/pa_double.h 1.2:
1.46      paf      1365:                withoud cloning. didn't need it actually, params got passed from 
                   1366:                out unnamed ewpool
1.15      paf      1367: 
1.46      paf      1368: 2001-02-24     paf
1.15      paf      1369:        * src/include/pa_vframe.h 1.6:
                   1370:                codeframe just compiled
                   1371: 
1.46      paf      1372: 2001-02-21     paf
                   1373:        * src/include/pa_context.h 1.8:
                   1374:                request core methods0
1.15      paf      1375: 
                   1376:        * src/include/compile.h 1.5:
                   1377:        * src/include/execute.h 1.3:
                   1378:                get put -1 [just compiled]
                   1379: 
1.46      paf      1380: 2001-01-30     paf
1.15      paf      1381:        * src/include/pa_error.h 1.4:
                   1382:        * src/main/pa_error.C 1.4:
                   1383:                lowered targets/parser into subdir, added parser_Pool(Pool)
                   1384:                failed to add. would think..
                   1385: 

E-mail: