Annotation of parser3/ChangeLog, revision 1.49

1.49    ! misha       1: 2007-03-13     misha
        !             2:        * buildall-with-xml 1.8:
        !             3:                - pattern needed now for building
        !             4: 
        !             5:        * tests/097.html 1.5:
        !             6:                - added test for xdoc::load
        !             7: 
        !             8:        * buildall-with-xml 1.9:
        !             9:                libxml2: --without-ftp --without-docbook
        !            10: 
        !            11:        * tests/results/097.processed 1.6:
        !            12:                - added test results for xdoc::load & xdoc::load[http://...]
        !            13: 
        !            14: 2007-03-12     misha
        !            15:        * tests/107.html 1.4:
        !            16:        * tests/results/107.processed 1.5:
        !            17:                - added test for xpath '//man'
        !            18: 
        !            19: 2007-03-01     misha
        !            20:        * tests/097.html 1.4:
        !            21:        * tests/results/097.processed 1.5:
        !            22:                - added test for creating xdoc from file
        !            23: 
        !            24:        * tests/157.html 1.3:
        !            25:        * tests/results/157.processed 1.2:
        !            26:                - added test for file:move
        !            27: 
        !            28: 2007-02-28     misha
        !            29:        * tests/results/099.processed 1.5:
        !            30:                - ever send content-disposition to client with file
        !            31: 
        !            32:        * operators.txt 1.190:
        !            33:        * src/classes/xdoc.C 1.151:
        !            34:                - ^xdoc::create[$file] added.
        !            35: 
        !            36:        * src/classes/xdoc.C 1.153:
        !            37:                - another attempt
        !            38: 
        !            39:        * tests/157.html 1.1:
        !            40:                + test for file:copy
        !            41: 
        !            42:        * src/classes/xdoc.C 1.152:
        !            43:                - roll back last changes for a while
        !            44: 
        !            45:        * src/classes/file.C 1.153:
        !            46:                - under lock we create non-exist dir anyway
        !            47: 
        !            48: 2007-02-26     misha
        !            49:        * src/classes/file.C 1.152:
        !            50:                - some similar strings moved to #define instead of to be copy/
        !            51:                pasted many times
        !            52: 
        !            53:        * src/types/pa_vfile.h 1.60:
        !            54:                - class name string ("file") moved to #define
        !            55: 
        !            56: 2007-02-20     misha
        !            57:        * bin/auto.p.dist.in 1.14:
        !            58:                - added lines for sqlite
        !            59: 
        !            60:        * configure.in 1.93:
        !            61:                - added some strings for sqlite detection
        !            62: 
1.48      misha      63: 2007-02-19     misha
                     64:        * buildall-with-xml 1.7:
                     65:        * buildall-without-xml 1.5:
                     66:                - some modifications
                     67: 
                     68:        * operators.txt 1.189:
                     69:                - some comments changes
                     70: 
                     71: 2007-02-17     misha
                     72:        * buildall-with-xml 1.6:
                     73:        * buildall-without-xml 1.4:
                     74:                - moving to gc6.8
                     75: 
                     76:        * src/main/pa_request.C 1.285:
                     77:                - damn, i forgot to commit it while I change console behaviour
                     78: 
                     79: 2007-02-12     misha
                     80:        * src/types/pa_vimage.C 1.36:
                     81:        * src/types/pa_vimage.h 1.47:
                     82:                - fixed bug added while adding 'bool' (^if($image){} caused 
                     83:                exception)
                     84: 
                     85:        * src/targets/cgi/parser3.C 1.241:
                     86:                - don't print headers if $console:line[data] was used during cgi 
                     87:                execution.
                     88: 
                     89:        * src/types/pa_vconsole.h 1.12:
                     90:                - console class have bool flag now which marked as 'true' if 
                     91:                class was used.
                     92: 
                     93:        * tests/152.html 1.5:
                     94:        * tests/results/152.processed 1.6:
                     95:                - more types was added to test 152
                     96: 
                     97: 2007-02-09     misha
                     98:        * src/types/pa_vxdoc.C 1.34:
                     99:        * src/types/pa_vxdoc.h 1.43:
                    100:        * src/types/pa_vxnode.C 1.48:
                    101:        * src/types/pa_vxnode.h 1.39:
                    102:                - bugfix. I broke xdoc & xnode in expression
                    103: 
                    104:        * tests/152.html 1.3:
                    105:        * tests/results/152.processed 1.4:
                    106:                - test rewrited
                    107: 
                    108:        * tests/152.html 1.4:
                    109:        * tests/results/152.processed 1.5:
                    110:                - test alightly updated
                    111: 
                    112: 2007-02-08     misha
                    113:        * tests/152.html 1.2:
                    114:        * tests/results/152.processed 1.3:
                    115:                - add test for checking 'def' for void, string, bool, int & 
                    116:                double
                    117: 
                    118: 2007-02-07     misha
                    119:        * src/main/pa_common.C 1.222:
                    120:                - definitions for ^file:base64[filespec]
                    121: 
                    122:        * src/types/pa_vconsole.h 1.11:
                    123:        * src/types/pa_vcookie.C 1.71:
                    124:                - little optimization
                    125: 
                    126:        * src/classes/file.C 1.151:
                    127:                - ^file:base64[filespec]
                    128: 
                    129:        * tests/results/153.processed 1.2:
                    130:                - result test for ^file:base64[filespec]  was updated
                    131: 
                    132:        * tests/153.html 1.2:
                    133:                - test for ^file:base64[filespec]  was added
                    134: 
                    135:        * src/include/pa_common.h 1.112:
                    136:                - declarations for ^file:base64[filespec]
                    137: 
                    138:        * operators.txt 1.188:
                    139:                - ^file:base64[filespec]  was added
                    140: 
                    141: 2007-02-06     misha
                    142:        * src/types/pa_vbool.h 1.30:
                    143:                - bugfix
                    144: 
                    145:        * tests/156.html 1.1:
                    146:                - added test for bool cookie
                    147: 
                    148:        * src/main/utf8-to-lower.inc 1.2:
                    149:        * src/main/utf8-to-upper.inc 1.2:
                    150:                - some chars were temporary commented
                    151: 
                    152:        * tests/153.html 1.1:
                    153:        * tests/154.html 1.1:
                    154:        * tests/todo.txt 1.6:
                    155:                - two more tests added
                    156: 
                    157:        * src/types/pa_vcookie.h 1.32:
                    158:                - not needed string "cookie" removed
                    159: 
                    160:        * tests/155.html 1.1:
                    161:        * tests/results/155.processed 1.1:
                    162:                - added test for check $.encloser[] option for table save/load
                    163: 
                    164: 2007-02-05     misha
                    165:        * tests/results/141.processed 1.5:
                    166:                - math:md5 must be lowercased
                    167: 
                    168:        * src/targets/cgi/parser3.C 1.240:
                    169:                - 2007 in help ;)
                    170: 
                    171:        * tests/results/152.processed 1.2:
                    172:                - newline at the end was missed
                    173: 
                    174: 2007-02-03     misha
                    175:        * tests/152.html 1.1:
                    176:                - test for bool added
                    177: 
                    178:        * operators.txt 1.187:
                    179:                - info bool class was added
                    180: 
                    181:        * src/classes/Makefile.am 1.50:
                    182:        * src/classes/Makefile.in 1.63:
                    183:        * src/classes/bool.C 1.1:
                    184:        * src/classes/classes.vcproj 1.15:
                    185:        * src/classes/double.C 1.60:
                    186:        * src/classes/int.C 1.56:
                    187:        * src/classes/string.C 1.151:
                    188:        * src/classes/void.C 1.37:
                    189:        * src/classes/xnode.C 1.76:
                    190:        * src/include/pa_string.h 1.167:
                    191:        * src/types/pa_vbool.h 1.29:
                    192:        * src/types/pa_vclass.h 1.52:
                    193:        * src/types/pa_vimage.h 1.46:
                    194:        * src/types/pa_vint.h 1.45:
                    195:        * src/types/pa_vjunction.C 1.4:
                    196:        * src/types/pa_vjunction.h 1.25:
                    197:        * src/types/pa_vproperty.C 1.1:
                    198:        * src/types/pa_vproperty.h 1.4:
                    199:        * src/types/pa_vstateless_class.C 1.30:
                    200:        * src/types/pa_vstateless_class.h 1.55:
                    201:        * src/types/pa_vxdoc.C 1.33:
                    202:        * src/types/pa_vxdoc.h 1.42:
                    203:        * src/types/pa_vxnode.h 1.38:
                    204:        * src/types/types.vcproj 1.19:
                    205:                - bool class was added
                    206: 
                    207:        * tests/results/150.processed 1.2:
                    208:        * tests/results/151.processed 1.2:
                    209:        * tests/results/152.processed 1.1:
                    210:                - test for bool added and some content length fixes
                    211: 
                    212:        * buildall-with-xml 1.5:
                    213:                - moved to libxml2-2.6.27 and libxslt-1.1.20
                    214: 
                    215:        * src/main/pa_request.C 1.284:
                    216:                - fix
                    217: 
                    218: 2007-01-18     misha
                    219:        * src/classes/string.C 1.150:
                    220:        * src/main/pa_string.C 1.208:
                    221:                - return table during ^string.match[][] even if no matched 
                    222:                found.
                    223: 
                    224: 2006-12-20     misha
                    225:        * src/types/pa_method.h 1.7:
                    226:        * src/types/pa_vfile.h 1.59:
                    227:                - some syntax changes [ http://www.parser.ru/forum/?id=55598 ]
                    228: 
                    229: 2006-12-19     misha
                    230:        * src/main/pa_request.C 1.283:
                    231:                - always set content-disposition for $response:body[hash here]. 
                    232:                more details: http://www.parser.ru/forum/?id=52130
                    233: 
                    234:        * src/types/pa_vxdoc.C 1.32:
                    235:                - $xDoc is "xnode" == true now. more details: http://
                    236:                www.parser.ru/forum/?id=52359
                    237: 
                    238: 2006-12-07     misha
                    239:        * operators.txt 1.186:
                    240:                - added info about bool params in cookie set
                    241: 
                    242:        * src/types/pa_value.C 1.21:
                    243:        * src/types/pa_value.h 1.128:
                    244:        * src/types/pa_vbool.h 1.28:
                    245:                - is_bool method was added
                    246: 
                    247:        * src/types/pa_vcookie.C 1.70:
                    248:                - bool param in cookies available now
                    249:                $cookie:name[
                    250:                  $.value[123]
                    251:                  $.secure(true)
                    252:                  $.httponly(true)
                    253:                ]
                    254: 
                    255: 2006-12-02     misha
                    256:        * src/classes/file.C 1.150:
                    257:                - file_block_read used instead of native read
                    258: 
                    259:        * src/include/pa_common.h 1.111:
                    260:                - added file_block_read declaration
                    261: 
                    262:        * src/main/pa_common.C 1.221:
                    263:                - added file_block_read with read error detection
                    264:                - file_block_read used instead of native read
                    265: 
                    266: 2006-12-01     misha
                    267:        * src/classes/file.C 1.148:
                    268:                - ^file:copy[from;fo] was added
                    269: 
                    270:        * operators.txt 1.184:
                    271:                - added info about ^file:copy[]
                    272: 
                    273:        * src/types/pa_vstateless_class.C 1.29:
                    274:        * src/types/pa_vstateless_class.h 1.54:
                    275:                - $var.CLASS_NAME added
                    276: 
                    277:        * operators.txt 1.185:
                    278:                - info about $var.CLASS_NAME was added
                    279: 
                    280: 2006-11-20     misha
                    281:        * src/classes/date.C 1.75:
                    282:                - bug fix :)
                    283: 
                    284: 2006-11-17     misha
                    285:        * src/main/pa_common.C 1.220:
                    286:                - little optimization in getMonthDays
                    287:                - small changes in crc32 calculation
                    288: 
                    289:        * src/classes/date.C 1.74:
                    290:                - not needed code was removed
                    291: 
                    292:        * src/include/pa_common.h 1.110:
                    293:                - array in crc32 calculation was changed to static
                    294: 
                    295: 2006-11-16     misha
                    296:        * src/types/pa_vmail.C 1.76:
                    297:                - mail:send now set content-type: multipart/related instead of 
                    298:                multipart/mixed if file have $.content-id[]
                    299: 
                    300:        * src/types/pa_vmail.C 1.77:
                    301:                - fix missed brakes
                    302: 
                    303: 2006-11-15     misha
                    304:        * src/types/pa_vdouble.h 1.52:
                    305:                abs -> fabs
                    306: 
                    307: 2006-11-14     misha
                    308:        * src/include/pa_common.h 1.109:
                    309:                - hex_string was moved from math.C
                    310:                - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                    311: 
                    312:        * operators.txt 1.183:
                    313:                - added info about ^file.md5[] and ^file:md5[file-name]
                    314: 
                    315:        * src/types/pa_vdouble.h 1.51:
                    316:                - incorrect frac detection with negative values was fixed
                    317: 
                    318:        * src/classes/math.C 1.44:
                    319:                - hex_string was moved to pa_common.h
                    320: 
                    321:        * src/main/pa_common.C 1.219:
                    322:                - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                    323: 
                    324:        * src/classes/file.C 1.147:
                    325:                - ^file.md5[] and ^file:md5[file-name] were added
                    326: 
                    327: 2006-11-13     misha
                    328:        * operators.txt 1.182:
                    329:                - added info about ^math:crc32[string], ^file:crc32[file-name] & 
                    330:                ^file.crc32[]
                    331: 
                    332:        * src/classes/file.C 1.146:
                    333:                - some comments were changed
                    334:                - added ^file:crc32[file-name] and ^file.crc32[]
                    335: 
                    336:        * src/classes/math.C 1.43:
                    337:                - added ^math:crc32[string]
                    338: 
                    339:        * src/include/pa_common.h 1.108:
                    340:        * src/main/pa_common.C 1.218:
                    341:                - some functions for crc32 calculation added
                    342: 
                    343: 2006-11-03     misha
                    344:        * tests/150.html 1.1:
                    345:        * tests/151.html 1.1:
                    346:        * tests/results/150.processed 1.1:
                    347:        * tests/results/151.processed 1.1:
                    348:                - 2 tests were added
                    349: 
                    350:        * src/include/pa_array.h 1.70:
                    351:                - not needed variable removed
                    352: 
                    353:        * src/include/pa_array.h 1.69:
                    354:        * src/include/pa_table.h 1.62:
                    355:                - table.locate & table.join with $.reverse(1) were fixed
                    356: 
                    357:        * src/main/pa_http.C 1.5:
                    358:                - bug fix. now tainted data from $.form and query converted to $
                    359:                .charset during ^file::load[http://...]
                    360: 
                    361: 2006-11-02     misha
                    362:        * src/include/pa_table.h 1.61:
                    363:                ups. forget '=' char
                    364: 
                    365:        * src/include/pa_table.h 1.60:
                    366:                - one more fix in .locate[...][$.reverse(1)]
                    367: 
                    368: 2006-11-01     misha
                    369:        * src/main/pa_http.C 1.4:
                    370:                - second param for this mid method is length but not end_index so this method has error and can't detect charsets in next content-types:
                    371:                Content-type: text/html; charset="windows-1251"
                    372:                Content-type: text/html; charset="windows-1251";
                    373:                Content-type: text/html; charset=windows-1251;
                    374:                
                    375:                only
                    376:                Content-type: text/html; charset=windows-1251
                    377:                was fine
                    378: 
                    379:        * src/include/pa_table.h 1.59:
                    380:                - bug fix during ^table.locate( condition false for all records )
                    381:                [$.reverse(1)]
                    382: 
                    383:        * src/classes/math.C 1.42:
                    384:                - bug fix, details: http://www.parser.ru/forum/?id=53360
                    385: 
                    386: 2006-10-31     misha
                    387:        * src/classes/file.C 1.145:
                    388:                - empty args in file::exec removed now
                    389: 
                    390: 2006-09-11     misha
                    391:        * bin/auto.p.dist.in 1.13:
                    392:                - 2 errors were fixed
                    393:                - table::set was replaced to table::create
                    394:                - some changes in text/code formatting
                    395: 
                    396: 2006-09-03     paf
                    397:        * src/classes/file.C 1.144:
                    398:                proper tainting of ^file::exec/cgi[script;env;COMMAND;LINE;
                    399:                PARAMS]
                    400: 
                    401: 2006-06-09     paf
                    402:        * src/classes/table.C 1.223:
                    403:                formatting
                    404: 
                    405:        * src/classes/hash.C 1.78:
                    406:                incorporated patch from misha
                    407:                Sent: Wednesday, June 07, 2006 9:52 PM
                    408:                Subject: parser3: patch for $hash._default disappear while
                    409: 
                    410:        * src/types/pa_vmail.C 1.75:
                    411:                misha:
                    412:                Sent: Wednesday, June 07, 2006 8:51 PM
                    413:                Subject: patch for base64 in ^mail:send[] %-)
                    414: 
                    415:        * src/classes/table.C 1.222:
                    416:                incorporated patch from misha:
                    417:                Sent: Thursday, June 08, 2006 12:38 PM
                    418:                Subject: parser3: patch for ignoring string options for ^table.save[]
                    419: 
                    420:        * src/lib/pcre/pcre-2_08.tar.gz 1.2:
                    421:                one can easily find those
                    422: 
                    423:        * operators.txt 1.181:
                    424:                ^mail:send[
                    425:                  $.file1[
                    426:                     $.value[file]
                    427:                     $.format[!uue|!base64] << new base64 option. default uue
                    428:                  ]
                    429:                ]
                    430: 
                    431: 2006-04-09     paf
                    432:        * buildall-with-xml [release_3_2_1] 1.1.2.5:
                    433:                merged
                    434:                . ftp paths update
                    435: 
                    436:        * buildall-with-xml 1.4:
                    437:                . ftp paths update
                    438: 
                    439:        * gnu.vcproj 1.2:
                    440:        * operators.txt 1.180:
                    441:        * parser3.sln 1.10:
                    442:        * src/classes/classes.vcproj 1.14:
                    443:        * src/classes/file.C 1.143:
                    444:        * src/classes/hash.C 1.77:
                    445:        * src/classes/hashfile.C 1.37:
                    446:        * src/classes/image.C 1.114:
                    447:        * src/classes/op.C 1.164:
                    448:        * src/classes/table.C 1.221:
                    449:        * src/classes/xdoc.C 1.150:
                    450:        * src/classes/xnode.C 1.75:
                    451:        * src/include/pa_array.h 1.68:
                    452:        * src/include/pa_config_fixed.h 1.71:
                    453:        * src/include/pa_dir.h 1.19:
                    454:        * src/include/pa_memory.h 1.15:
                    455:        * src/include/pa_request.h 1.181:
                    456:        * src/include/pa_stack.h 1.25:
                    457:        * src/lib/cord/cord.vcproj 1.4:
                    458:        * src/lib/gd/gd.vcproj 1.9:
                    459:        * src/lib/ltdl/ltdl.vcproj 1.4:
                    460:        * src/lib/md5/md5.vcproj 1.4:
                    461:        * src/lib/pcre/pcre.vcproj 1.4:
                    462:        * src/lib/pcre/pcre_dftables.vcproj 1.5:
                    463:        * src/lib/pcre/pcre_parser_ctype.vcproj 1.5:
                    464:        * src/lib/sdbm/sdbm.vcproj 1.5:
                    465:        * src/lib/smtp/smtp.h 1.7:
                    466:        * src/lib/smtp/smtp.vcproj 1.8:
                    467:        * src/main/compile.y 1.220:
                    468:        * src/main/execute.C 1.315:
                    469:        * src/main/main.vcproj 1.19:
                    470:        * src/main/pa_cache_managers.C 1.17:
                    471:        * src/main/pa_charset.C 1.55:
                    472:        * src/main/pa_exec.C 1.68:
                    473:        * src/main/pa_http.C 1.3:
                    474:        * src/main/pa_request.C 1.281:
                    475:        * src/main/pa_socks.C 1.25:
                    476:        * src/main/pa_sql_driver_manager.C 1.86:
                    477:        * src/main/pa_string.C 1.207:
                    478:        * src/main/pa_stylesheet_connection.C 1.5:
                    479:        * src/main/pa_stylesheet_manager.C 1.28:
                    480:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.8:
                    481:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.11:
                    482:        * src/targets/apache13core/pa_threads.C 1.6:
                    483:        * src/targets/cgi/getopt.c 1.5:
                    484:        * src/targets/cgi/parser3.C 1.239:
                    485:        * src/targets/cgi/parser3.vcproj 1.14:
                    486:        * src/targets/isapi/pa_threads.C 1.18:
                    487:        * src/targets/isapi/parser3isapi.C 1.97:
                    488:        * src/targets/isapi/parser3isapi.vcproj 1.10:
                    489:        * src/types/pa_value.C 1.20:
                    490:        * src/types/pa_value.h 1.127:
                    491:        * src/types/pa_vcookie.C 1.69:
                    492:        * src/types/pa_vhashfile.C 1.50:
                    493:        * src/types/pa_vhashfile.h 1.34:
                    494:        * src/types/pa_vmail.C 1.74:
                    495:        * src/types/pa_vresponse.C 1.27:
                    496:        * src/types/pa_vstatus.C 1.26:
                    497:        * src/types/types.vcproj 1.18:
                    498:        * tests/descript.ion 1.4:
                    499:        * www/htdocs/_bug.html 1.117:
                    500:        * www/htdocs/_bug.xsl 1.16:
                    501:                + ^break[] ^continue[], in ^for, ^while, ^menu, ^hash/
                    502:                hashfile.foreach
                    503: 
                    504:        * src/main/compile.tab.C 1.113:
                    505:                ` change compiled
                    506: 
                    507:        * gnu.vcproj [vs2005_to_gcc] 1.1.32.1:
                    508:        * parser3.sln [vs2005_to_gcc] 1.9.28.1:
                    509:        * src/classes/classes.vcproj [vs2005_to_gcc] 1.13.8.1:
                    510:        * src/classes/file.C [vs2005_to_gcc] 1.142.12.1:
                    511:        * src/classes/hash.C [vs2005_to_gcc] 1.76.12.1:
                    512:        * src/classes/image.C [vs2005_to_gcc] 1.113.12.1:
                    513:        * src/classes/op.C [vs2005_to_gcc] 1.163.12.1:
                    514:        * src/classes/table.C [vs2005_to_gcc] 1.220.4.1:
                    515:        * src/classes/xdoc.C [vs2005_to_gcc] 1.149.8.1:
                    516:        * src/classes/xnode.C [vs2005_to_gcc] 1.74.8.1:
                    517:        * src/include/pa_array.h [vs2005_to_gcc] 1.67.12.1:
                    518:        * src/include/pa_config_fixed.h [vs2005_to_gcc] 1.70.8.1:
                    519:        * src/include/pa_dir.h [vs2005_to_gcc] 1.18.12.1:
                    520:        * src/include/pa_memory.h [vs2005_to_gcc] 1.14.8.1:
                    521:        * src/include/pa_request.h [vs2005_to_gcc] 1.180.8.1:
                    522:        * src/include/pa_stack.h [vs2005_to_gcc] 1.24.12.1:
                    523:        * src/lib/cord/cord.vcproj [vs2005_to_gcc] 1.3.8.1:
                    524:        * src/lib/gd/gd.vcproj [vs2005_to_gcc] 1.8.8.1:
                    525:        * src/lib/ltdl/ltdl.vcproj [vs2005_to_gcc] 1.3.20.1:
                    526:        * src/lib/md5/md5.vcproj [vs2005_to_gcc] 1.3.20.1:
                    527:        * src/lib/pcre/pcre.vcproj [vs2005_to_gcc] 1.3.20.1:
                    528:        * src/lib/pcre/pcre_dftables.vcproj [vs2005_to_gcc] 1.4.20.1:
                    529:        * src/lib/pcre/pcre_parser_ctype.vcproj [vs2005_to_gcc] 1.4.20.1:
                    530:        * src/lib/sdbm/sdbm.vcproj [vs2005_to_gcc] 1.4.26.1:
                    531:        * src/lib/smtp/smtp.h [vs2005_to_gcc] 1.6.12.1:
                    532:        * src/lib/smtp/smtp.vcproj [vs2005_to_gcc] 1.7.8.1:
                    533:        * src/main/compile.y [vs2005_to_gcc] 1.219.8.1:
                    534:        * src/main/execute.C [vs2005_to_gcc] 1.314.12.1:
                    535:        * src/main/main.vcproj [vs2005_to_gcc] 1.18.8.1:
                    536:        * src/main/pa_cache_managers.C [vs2005_to_gcc] 1.16.12.1:
                    537:        * src/main/pa_charset.C [vs2005_to_gcc] 1.54.8.1:
                    538:        * src/main/pa_exec.C [vs2005_to_gcc] 1.67.12.1:
                    539:        * src/main/pa_http.C [vs2005_to_gcc] 1.2.12.1:
                    540:        * src/main/pa_request.C [vs2005_to_gcc] 1.280.8.1:
                    541:        * src/main/pa_socks.C [vs2005_to_gcc] 1.24.12.1:
                    542:        * src/main/pa_sql_driver_manager.C [vs2005_to_gcc] 1.85.12.1:
                    543:        * src/main/pa_string.C [vs2005_to_gcc] 1.206.4.1:
                    544:        * src/main/pa_stylesheet_connection.C [vs2005_to_gcc] 1.4.8.1:
                    545:        * src/main/pa_stylesheet_manager.C [vs2005_to_gcc] 1.27.12.1:
                    546:        * src/targets/apache13/ApacheModuleParser3.vcproj [vs2005_to_gcc] 1.7.20.1:
                    547:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj [vs2005_to_gcc] 1.10.8.1:
                    548:        * src/targets/apache13core/pa_threads.C [vs2005_to_gcc] 1.5.12.1:
                    549:        * src/targets/cgi/getopt.c [vs2005_to_gcc] 1.4.10.1:
                    550:        * src/targets/cgi/parser3.C [vs2005_to_gcc] 1.238.8.1:
                    551:        * src/targets/cgi/parser3.vcproj [vs2005_to_gcc] 1.13.8.1:
                    552:        * src/targets/isapi/pa_threads.C [vs2005_to_gcc] 1.17.12.1:
                    553:        * src/targets/isapi/parser3isapi.C [vs2005_to_gcc] 1.96.10.1:
                    554:        * src/targets/isapi/parser3isapi.vcproj [vs2005_to_gcc] 1.9.8.1:
                    555:        * src/types/pa_value.C [vs2005_to_gcc] 1.19.12.1:
                    556:        * src/types/pa_value.h [vs2005_to_gcc] 1.126.12.1:
                    557:        * src/types/pa_vcookie.C [vs2005_to_gcc] 1.68.12.1:
                    558:        * src/types/pa_vmail.C [vs2005_to_gcc] 1.73.10.1:
                    559:        * src/types/pa_vresponse.C [vs2005_to_gcc] 1.26.12.1:
                    560:        * src/types/pa_vstatus.C [vs2005_to_gcc] 1.25.12.1:
                    561:        * src/types/types.vcproj [vs2005_to_gcc] 1.17.8.1:
                    562:        * tests/descript.ion [vs2005_to_gcc] 1.3.8.1:
                    563:        * www/htdocs/_bug.html [vs2005_to_gcc] 1.116.6.1:
                    564:        * www/htdocs/_bug.xsl [vs2005_to_gcc] 1.15.18.1:
                    565:                ! switched to VS2005 (projects and object<info explicitly typed>.for_each(, info))
                    566:                + $response:field[] setting void means removing
                    567:                + grammar $name` name stops now, for mysql `$field`
                    568:                + started ^break[] ^continue[], in ^for. TODO: to other iterators (while, menu, foreach)
                    569:                + all log messages += [uri=, method=, cl=]
                    570: 
                    571: 2006-03-23     moko
                    572:        * Makefile.am [release_3_1_6] 1.48.6.2.2.1:
                    573:        * Makefile.am [release_3_2_1] 1.51.6.3:
                    574:        * Makefile.in [release_3_1_6] 1.62.6.3.2.1:
                    575:        * Makefile.in [release_3_2_1] 1.65.6.3:
                    576:        * acinclude.m4 [release_3_1_6] 1.35.6.3.2.1:
                    577:        * acinclude.m4 [release_3_2_1] 1.38.6.1:
                    578:        * aclocal.m4 [release_3_1_6] 1.38.6.3.2.1:
                    579:        * aclocal.m4 [release_3_2_1] 1.41.6.1:
                    580:        * acsite.m4 [release_3_1_6] 1.13.6.2.2.1:
                    581:        * acsite.m4 [release_3_2_1] 1.16.6.1:
                    582:        * configure [release_3_1_6] 1.83.6.4.2.2:
                    583:        * configure [release_3_2_1] 1.90.2.2:
                    584:        * configure.in [release_3_1_6] 1.83.6.5.2.2:
                    585:        * configure.in [release_3_2_1] 1.91.2.2:
                    586:        * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.2:
                    587:        * src/include/pa_version.h [release_3_2_1] 1.27.2.2:
                    588:                *** empty log message ***
                    589: 
                    590: 2006-03-04     paf
                    591:        * src/main/pa_string.C 1.206:
                    592:                ! cache file curruption checks++ [thanks to Igor Zinkovsky for 
                    593:                detailed report]
                    594: 
                    595:        * src/main/pa_string.C [release_3_1_6] 1.202.6.2.2.1:
                    596:        * src/main/pa_string.C [release_3_2_1] 1.205.4.1:
                    597:                merged from HEAD
                    598:                ! cache file curruption checks++ [thanks to Igor Zinkovsky for detailed report]
                    599: 
                    600: 2006-03-01     paf
                    601:        * src/main/untaint.C [release_3_1_6] 1.134.6.2.2.1:
                    602:                merged from HEAD
                    603:                ! mail:send << changed \r or \n to ' ' in
                    604: 
                    605: 2006-02-18     paf
                    606:        * src/main/untaint.C [release_3_2_1] 1.136.6.1:
                    607:                merged from HEAD
                    608:                ! mail:send << changed \r or \n to ' ' in
                    609: 
                    610:        * src/main/untaint.C 1.137:
                    611:                ! mail:send << changed \r or \n to ' ' in
                    612: 
                    613: 2006-02-03     paf
                    614:        * src/main/pa_common.C 1.217:
                    615:                ! bugfix: decoding from base64
                    616: 
                    617:        * src/main/pa_common.C [release_3_2_1] 1.216.4.1:
                    618:                merged from HEAD
                    619:                ! bugfix: decoding from base64
                    620: 
                    621: 2006-01-20     paf
                    622:        * src/classes/table.C 1.220:
                    623:                ! bugfix ^table.save[$.encloser-s now handled properly
                    624: 
                    625:        * src/classes/table.C [release_3_1_6] 1.208.6.11.2.1:
                    626:        * src/classes/table.C [release_3_2_1] 1.219.6.1:
                    627:                merged from HEAD
                    628:                ! bugfix ^table.save[$.encloser-s now handled properly
                    629: 
                    630:        * src/types/pa_vhashfile.C [release_3_1_6] 1.48.14.1:
                    631:                . merged hashfile.foreach memory economy fix
                    632: 
                    633: 2006-01-19     paf
                    634:        * buildall-with-xml [release_3_2_1] 1.1.2.4:
                    635:        * buildall-without-xml [release_3_2_1] 1.1.2.4:
                    636:                merged from HEAD
                    637:                ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
                    638:                after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                    639: 
                    640:        * buildall-with-xml 1.3:
                    641:        * buildall-without-xml 1.3:
                    642:                ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
                    643:                after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                    644: 
                    645:        * src/types/pa_vhashfile.C [release_3_2_1] 1.48.16.1:
                    646:                . merged hashfile.foreach memory economy fix
                    647: 
                    648: 2006-01-17     paf
                    649:        * src/types/pa_vhashfile.C 1.49:
                    650:                ! hashfile.foreach: counted pairs before reading them. got rid 
                    651:                of reallocs = became quicker and less fragmentated
                    652: 
                    653: 2005-12-29     paf
                    654:        * Makefile.am [release_3_2_1] 1.51.6.2:
                    655:        * Makefile.in [release_3_2_1] 1.65.6.2:
                    656:        * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.2:
                    657:        * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.2:
                    658:                . now site.m4 also packaged when 'make dist', so do configure 
                    659:                companion files in src/lib/ltdl
                    660: 
                    661:        * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.1:
                    662:        * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.1:
                    663:        * src/lib/ltdl/acconfig.h [release_3_2_1] 1.1.2.1:
                    664:        * src/lib/ltdl/acinclude.m4 [release_3_2_1] 1.2.38.1:
                    665:        * src/lib/ltdl/config.guess [release_3_2_1] 1.2.2.1:
                    666:        * src/lib/ltdl/config.sub [release_3_2_1] 1.2.2.1:
                    667:        * src/lib/ltdl/configure.in [release_3_2_1] 1.4.36.1:
                    668:        * src/lib/ltdl/install-sh [release_3_2_1] 1.2.2.1:
                    669:        * src/lib/ltdl/ltmain.sh [release_3_2_1] 1.1.2.1:
                    670:        * src/lib/ltdl/missing [release_3_2_1] 1.2.2.1:
                    671:                . now config_auto.h is created with configure [were constant]
                    672: 
                    673:        * INSTALL [release_3_2_1] 1.48.2.2:
                    674:        * buildall-with-xml [release_3_2_1] 1.1.2.3:
                    675:        * buildall-without-xml [release_3_2_1] 1.1.2.3:
                    676:                *** empty log message ***
                    677: 
                    678:        * buildall-with-xml [release_3_2_1] 1.1.2.2:
                    679:        * buildall-without-xml [release_3_2_1] 1.1.2.2:
                    680:                . farawell doc indication
                    681: 
                    682:        * src/lib/ltdl/ltmain.sh 1.1:
                    683:                file ltmain.sh was initially added on branch release_3_2_1.
                    684: 
                    685:        * INSTALL 1.49:
                    686:        * Makefile.am 1.52:
                    687:        * Makefile.in 1.66:
                    688:        * buildall-with-xml 1.2:
                    689:        * buildall-without-xml 1.2:
                    690:        * configure 1.91:
                    691:        * configure.in 1.92:
                    692:        * src/include/pa_version.h 1.28:
                    693:        * src/lib/ltdl/Makefile.am 1.3:
                    694:        * src/lib/ltdl/Makefile.in 1.9:
                    695:        * src/lib/ltdl/acconfig.h 1.2:
                    696:        * src/lib/ltdl/acinclude.m4 1.3:
                    697:        * src/lib/ltdl/config.guess 1.3:
                    698:        * src/lib/ltdl/config.sub 1.3:
                    699:        * src/lib/ltdl/configure.in 1.5:
                    700:        * src/lib/ltdl/install-sh 1.3:
                    701:        * src/lib/ltdl/ltmain.sh 1.2:
                    702:        * src/lib/ltdl/missing 1.3:
                    703:        * www/htdocs/_bug.html 1.116:
                    704:                . merged from 3.2.1
                    705: 
                    706:        * INSTALL [release_3_2_1] 1.48.2.3:
                    707:                . references to documentation and some clarification
                    708: 
                    709:        * Makefile.am [release_3_2_1] 1.51.6.1:
                    710:        * Makefile.in [release_3_2_1] 1.65.6.1:
                    711:                . dist+=buildall*
                    712: 
                    713:        * src/lib/ltdl/acconfig.h 1.1:
                    714:                file acconfig.h was initially added on branch release_3_2_1.
                    715: 
                    716: 2005-12-28     paf
                    717:        * configure [release_3_2_1] 1.90.2.1:
                    718:                . 3.2.1
                    719: 
                    720:        * buildall-with-xml 1.1:
                    721:                file buildall-with-xml was initially added on branch 
                    722:                release_3_2_1.
                    723: 
                    724:        * INSTALL [release_3_2_1] 1.48.2.1:
                    725:        * buildall-with-xml [release_3_2_1] 1.1.2.1:
                    726:        * buildall-without-xml [release_3_2_1] 1.1.2.1:
                    727:                + started to simplify build process, see INSTALL
                    728: 
                    729:        * buildall-without-xml 1.1:
                    730:                file buildall-without-xml was initially added on branch 
                    731:                release_3_2_1.
                    732: 
                    733: 2005-12-26     paf
                    734:        * configure.in [release_3_1_6] 1.83.6.5.2.1:
                    735:        * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.1:
                    736:        * src/main/compile.tab.C [release_3_1_6] 1.103.8.10.2.1:
                    737:                version
                    738: 
                    739:        * configure [release_3_1_6] 1.83.6.4.2.1:
                    740:                ver
                    741: 
                    742: 2005-12-21     paf
                    743:        * src/main/compile.tab.C 1.112:
                    744:        * src/main/main.vcproj 1.18:
                    745:        * www/htdocs/_bug.html 1.115:
                    746:                . win32: grammar is now compiled with bison 1.875b, it reports 
                    747:                unexpected token names
                    748: 
                    749: 2005-12-19     paf
                    750:        * configure 1.89:
                    751:        * src/lib/Makefile.in 1.15:
                    752:        * src/lib/cord/Makefile.in 1.6:
                    753:                . makes
                    754: 
                    755:        * src/main/compile.tab.C [release_3_1_5] 1.103.8.10:
                    756:        * src/types/pa_vxnode.h [release_3_1_5] 1.30.12.2:
                    757:        * www/htdocs/_bug.html [release_3_1_5] 1.84.4.16:
                    758:        * www/htdocs/_bug.xsl [release_3_1_5] 1.15.6.1:
                    759:                ! bugfix xnode now holds a link to xmlNode to prevent premature 
                    760:                gc(xmlNode)
                    761: 
                    762:        * configure 1.90:
                    763:        * configure.in 1.91:
                    764:        * src/classes/classes.vcproj 1.13:
                    765:        * src/include/pa_config_fixed.h 1.70:
                    766:        * src/include/pa_version.h 1.26:
                    767:        * src/include/pa_version.h 1.27:
                    768:        * src/lib/gd/gd.vcproj 1.8:
                    769:        * src/lib/smtp/smtp.vcproj 1.7:
                    770:        * src/main/main.vcproj 1.17:
                    771:        * src/main/pa_globals.C 1.181:
                    772:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.10:
                    773:        * src/targets/cgi/parser3.vcproj 1.13:
                    774:        * src/targets/isapi/parser3isapi.vcproj 1.9:
                    775:        * src/types/types.vcproj 1.17:
                    776:                . killing gdome [what a relief]
                    777: 
                    778:        * src/types/pa_vxnode.C 1.47:
                    779:                . less warnings
                    780: 
                    781:        * src/targets/cgi/parser3.C 1.238:
                    782:                . style
                    783: 
                    784:        * src/classes/xnode.C 1.74:
                    785:                . "xml.dom"
                    786:                . xnode.select* now works on xdoc too [were barking "not element"]
                    787: 
                    788:        * tests/137.html 1.3:
                    789:        * tests/results/137.processed 1.4:
                    790:                . not handled this case yet. code does not hang from inserting 
                    791:                parent into child, considering thing minor issue -- nodes are 
                    792:                removed from source anyway, don't know why shold that be an 
                    793:                error after all
                    794: 
                    795:        * tests/097.html 1.3:
                    796:        * tests/106.html 1.3:
                    797:        * tests/108.html 1.3:
                    798:        * tests/110.html 1.3:
                    799:        * tests/112.html 1.3:
                    800:        * tests/113.html 1.3:
                    801:        * tests/114.html 1.3:
                    802:        * tests/115.html 1.3:
                    803:        * tests/116.html 1.3:
                    804:        * tests/117.html 1.3:
                    805:        * tests/Makefile 1.4:
                    806:        * tests/results/001.processed 1.4:
                    807:        * tests/results/002.processed 1.4:
                    808:        * tests/results/003.processed 1.4:
                    809:        * tests/results/004.processed 1.4:
                    810:        * tests/results/005.processed 1.4:
                    811:        * tests/results/006.processed 1.4:
                    812:        * tests/results/008.processed 1.4:
                    813:        * tests/results/009.processed 1.4:
                    814:        * tests/results/010.processed 1.4:
                    815:        * tests/results/011.processed 1.4:
                    816:        * tests/results/012.processed 1.4:
                    817:        * tests/results/013.processed 1.4:
                    818:        * tests/results/014.processed 1.4:
                    819:        * tests/results/015.processed 1.4:
                    820:        * tests/results/016.processed 1.4:
                    821:        * tests/results/017.processed 1.4:
                    822:        * tests/results/018.processed 1.4:
                    823:        * tests/results/020.processed 1.4:
                    824:        * tests/results/021.processed 1.4:
                    825:        * tests/results/022.processed 1.4:
                    826:        * tests/results/023.processed 1.4:
                    827:        * tests/results/024.processed 1.4:
                    828:        * tests/results/025.processed 1.4:
                    829:        * tests/results/026.processed 1.4:
                    830:        * tests/results/027.processed 1.4:
                    831:        * tests/results/028.processed 1.4:
                    832:        * tests/results/029.processed 1.4:
                    833:        * tests/results/030.processed 1.4:
                    834:        * tests/results/031.processed 1.4:
                    835:        * tests/results/032.processed 1.4:
                    836:        * tests/results/033.processed 1.4:
                    837:        * tests/results/034.processed 1.4:
                    838:        * tests/results/035.processed 1.4:
                    839:        * tests/results/036.processed 1.4:
                    840:        * tests/results/037.processed 1.4:
                    841:        * tests/results/038.processed 1.4:
                    842:        * tests/results/039.processed 1.4:
                    843:        * tests/results/040.processed 1.4:
                    844:        * tests/results/041.processed 1.4:
                    845:        * tests/results/042.processed 1.4:
                    846:        * tests/results/043.processed 1.4:
                    847:        * tests/results/044.processed 1.4:
                    848:        * tests/results/045.processed 1.4:
                    849:        * tests/results/046.processed 1.4:
                    850:        * tests/results/047.processed 1.4:
                    851:        * tests/results/048.processed 1.4:
                    852:        * tests/results/049.processed 1.4:
                    853:        * tests/results/050.processed 1.4:
                    854:        * tests/results/051.processed 1.4:
                    855:        * tests/results/052.processed 1.4:
                    856:        * tests/results/053.processed 1.4:
                    857:        * tests/results/054.processed 1.4:
                    858:        * tests/results/055.processed 1.4:
                    859:        * tests/results/056.processed 1.4:
                    860:        * tests/results/057.processed 1.4:
                    861:        * tests/results/058.processed 1.4:
                    862:        * tests/results/059.processed 1.4:
                    863:        * tests/results/060.processed 1.4:
                    864:        * tests/results/061.processed 1.4:
                    865:        * tests/results/062.processed 1.4:
                    866:        * tests/results/063.processed 1.4:
                    867:        * tests/results/064.processed 1.4:
                    868:        * tests/results/065.processed 1.4:
                    869:        * tests/results/066.processed 1.4:
                    870:        * tests/results/067.processed 1.4:
                    871:        * tests/results/068.processed 1.4:
                    872:        * tests/results/069.processed 1.4:
                    873:        * tests/results/070.processed 1.4:
                    874:        * tests/results/071.processed 1.4:
                    875:        * tests/results/072.processed 1.4:
                    876:        * tests/results/073.processed 1.4:
                    877:        * tests/results/074.processed 1.4:
                    878:        * tests/results/075.processed 1.4:
                    879:        * tests/results/076.processed 1.4:
                    880:        * tests/results/077.processed 1.4:
                    881:        * tests/results/078.processed 1.4:
                    882:        * tests/results/079.processed 1.4:
                    883:        * tests/results/080.processed 1.4:
                    884:        * tests/results/081.processed 1.4:
                    885:        * tests/results/082.processed 1.4:
                    886:        * tests/results/083.processed 1.4:
                    887:        * tests/results/084.processed 1.4:
                    888:        * tests/results/085.processed 1.4:
                    889:        * tests/results/086.processed 1.4:
                    890:        * tests/results/087.processed 1.4:
                    891:        * tests/results/088.processed 1.4:
                    892:        * tests/results/089.processed 1.4:
                    893:        * tests/results/090.processed 1.4:
                    894:        * tests/results/091.processed 1.4:
                    895:        * tests/results/092.processed 1.4:
                    896:        * tests/results/093.processed 1.4:
                    897:        * tests/results/094.processed 1.4:
                    898:        * tests/results/095.processed 1.4:
                    899:        * tests/results/096.processed 1.4:
                    900:        * tests/results/097.processed 1.4:
                    901:        * tests/results/099.processed 1.4:
                    902:        * tests/results/100.processed 1.3:
                    903:        * tests/results/101.processed 1.4:
                    904:        * tests/results/102.processed 1.4:
                    905:        * tests/results/104.processed 1.4:
                    906:        * tests/results/105.processed 1.4:
                    907:        * tests/results/106.processed 1.4:
                    908:        * tests/results/107.processed 1.4:
                    909:        * tests/results/108.processed 1.4:
                    910:        * tests/results/109.processed 1.4:
                    911:        * tests/results/110.processed 1.4:
                    912:        * tests/results/111.processed 1.4:
                    913:        * tests/results/112.processed 1.4:
                    914:        * tests/results/113.processed 1.4:
                    915:        * tests/results/114.processed 1.4:
                    916:        * tests/results/115.processed 1.4:
                    917:        * tests/results/117.processed 1.4:
                    918:        * tests/results/119.processed 1.4:
                    919:        * tests/results/120.processed 1.4:
                    920:        * tests/results/121.processed 1.4:
                    921:        * tests/results/122.processed 1.4:
                    922:        * tests/results/123.processed 1.4:
                    923:        * tests/results/124.processed 1.4:
                    924:        * tests/results/125.processed 1.4:
                    925:        * tests/results/126.processed 1.4:
                    926:        * tests/results/127.processed 1.4:
                    927:        * tests/results/128.processed 1.4:
                    928:        * tests/results/129.processed 1.4:
                    929:        * tests/results/130.processed 1.4:
                    930:        * tests/results/131.processed 1.4:
                    931:        * tests/results/132.processed 1.4:
                    932:        * tests/results/133.processed 1.4:
                    933:        * tests/results/134.processed 1.4:
                    934:        * tests/results/135.processed 1.4:
                    935:        * tests/results/136.processed 1.4:
                    936:        * tests/results/138.processed 1.4:
                    937:        * tests/results/139.processed 1.4:
                    938:        * tests/results/140.processed 1.4:
                    939:        * tests/results/141.processed 1.4:
                    940:        * tests/results/142.processed 1.2:
                    941:        * tests/results/143.processed 1.2:
                    942:        * tests/results/144.processed 1.2:
                    943:        * tests/results/145.processed 1.2:
                    944:        * tests/results/146.processed 1.2:
                    945:        * tests/results/147.processed 1.2:
                    946:        * tests/results/148.processed 1.2:
                    947:        * tests/results/149.processed 1.2:
                    948:        * tests/results/auto.p 1.1:
                    949:        * tests/run_parser.sh 1.3:
                    950:                . now works if we turn off default auto.p
                    951: 
                    952:        * src/types/pa_vxnode.C 1.46:
                    953:        * tests/142.html 1.2:
                    954:        * tests/144.html 1.2:
                    955:        * tests/145.html 1.2:
                    956:        * tests/149.html 1.1:
                    957:        * tests/descript.ion 1.3:
                    958:        * tests/outputs/d.cmd 1.1:
                    959:        * tests/results/142.processed 1.1:
                    960:        * tests/results/143.processed 1.1:
                    961:        * tests/results/144.processed 1.1:
                    962:        * tests/results/145.processed 1.1:
                    963:        * tests/results/146.processed 1.1:
                    964:        * tests/results/147.processed 1.1:
                    965:        * tests/results/148.processed 1.1:
                    966:        * tests/results/149.processed 1.1:
                    967:        * www/htdocs/_bug.html 1.114:
                    968:                . removed .nodeValue from all node types other than 5 (grabbed 
                    969:                piece from gdome)
                    970: 
                    971: 2005-12-16     paf
                    972:        * tests/142.html 1.1:
                    973:        * tests/143.html 1.1:
                    974:        * tests/144.html 1.1:
                    975:        * tests/145.html 1.1:
                    976:                . dom [part]
                    977: 
                    978:        * tests/146.html 1.1:
                    979:        * tests/147.html 1.1:
                    980:        * tests/148.html 1.1:
                    981:        * www/htdocs/_bug.html 1.113:
                    982:                . more tests
                    983: 
                    984:        * src/main/compile.tab.C [release_3_1_5] 1.103.8.9:
                    985:        * src/main/compile.tab.C [release_3_2_0] 1.109.2.2:
                    986:        * src/main/compile.y [release_3_1_5] 1.213.10.7:
                    987:        * src/main/compile.y [release_3_2_0] 1.217.2.2:
                    988:        * src/types/pa_value.h [release_3_1_5] 1.119.6.4:
                    989:        * src/types/pa_vvoid.h [release_3_1_5] 1.22.8.2:
                    990:                merged from HEAD
                    991:                ! fixed overoptimized ^call(false) case. (confused it with ^call[] case)
                    992: 
                    993:        * src/main/compile.tab.C 1.111:
                    994:        * src/main/compile.y 1.219:
                    995:        * www/htdocs/_bug.html 1.112:
                    996:                ! fixed overoptimized ^call(false) case. (confused it with ^call[
                    997:                ] case)
                    998: 
                    999:        * INSTALL 1.47:
                   1000:        * configure.in 1.90:
                   1001:        * src/lib/Makefile.am 1.8:
                   1002:                . sweetest part [no glib/gdome in INSTALL and patches]
                   1003: 
                   1004:        * tests/006.html 1.3:
                   1005:        * tests/034.html 1.3:
                   1006:        * tests/057.html 1.3:
                   1007:        * tests/Makefile 1.3:
                   1008:        * tests/make_tests.cmd 1.1:
                   1009:        * tests/results/001.processed 1.3:
                   1010:        * tests/results/002.processed 1.3:
                   1011:        * tests/results/003.processed 1.3:
                   1012:        * tests/results/004.processed 1.3:
                   1013:        * tests/results/005.processed 1.3:
                   1014:        * tests/results/006.processed 1.3:
                   1015:        * tests/results/008.processed 1.3:
                   1016:        * tests/results/009.processed 1.3:
                   1017:        * tests/results/010.processed 1.3:
                   1018:        * tests/results/011.processed 1.3:
                   1019:        * tests/results/012.processed 1.3:
                   1020:        * tests/results/013.processed 1.3:
                   1021:        * tests/results/014.processed 1.3:
                   1022:        * tests/results/015.processed 1.3:
                   1023:        * tests/results/016.processed 1.3:
                   1024:        * tests/results/017.processed 1.3:
                   1025:        * tests/results/018.processed 1.3:
                   1026:        * tests/results/019.processed 1.3:
                   1027:        * tests/results/020.processed 1.3:
                   1028:        * tests/results/021.processed 1.3:
                   1029:        * tests/results/022.processed 1.3:
                   1030:        * tests/results/023.processed 1.3:
                   1031:        * tests/results/024.processed 1.3:
                   1032:        * tests/results/025.processed 1.3:
                   1033:        * tests/results/026.processed 1.3:
                   1034:        * tests/results/027.processed 1.3:
                   1035:        * tests/results/028.processed 1.3:
                   1036:        * tests/results/029.processed 1.3:
                   1037:        * tests/results/030.processed 1.3:
                   1038:        * tests/results/031.processed 1.3:
                   1039:        * tests/results/032.processed 1.3:
                   1040:        * tests/results/033.processed 1.3:
                   1041:        * tests/results/034.processed 1.3:
                   1042:        * tests/results/035.processed 1.3:
                   1043:        * tests/results/036.processed 1.3:
                   1044:        * tests/results/037.processed 1.3:
                   1045:        * tests/results/038.processed 1.3:
                   1046:        * tests/results/039.processed 1.3:
                   1047:        * tests/results/040.processed 1.3:
                   1048:        * tests/results/041.processed 1.3:
                   1049:        * tests/results/042.processed 1.3:
                   1050:        * tests/results/043.processed 1.3:
                   1051:        * tests/results/044.processed 1.3:
                   1052:        * tests/results/045.processed 1.3:
                   1053:        * tests/results/046.processed 1.3:
                   1054:        * tests/results/047.processed 1.3:
                   1055:        * tests/results/048.processed 1.3:
                   1056:        * tests/results/049.processed 1.3:
                   1057:        * tests/results/050.processed 1.3:
                   1058:        * tests/results/051.processed 1.3:
                   1059:        * tests/results/052.processed 1.3:
                   1060:        * tests/results/053.processed 1.3:
                   1061:        * tests/results/054.processed 1.3:
                   1062:        * tests/results/055.processed 1.3:
                   1063:        * tests/results/056.processed 1.3:
                   1064:        * tests/results/057.processed 1.3:
                   1065:        * tests/results/058.processed 1.3:
                   1066:        * tests/results/059.processed 1.3:
                   1067:        * tests/results/060.processed 1.3:
                   1068:        * tests/results/061.processed 1.3:
                   1069:        * tests/results/062.processed 1.3:
                   1070:        * tests/results/063.processed 1.3:
                   1071:        * tests/results/064.processed 1.3:
                   1072:        * tests/results/065.processed 1.3:
                   1073:        * tests/results/066.processed 1.3:
                   1074:        * tests/results/067.processed 1.3:
                   1075:        * tests/results/068.processed 1.3:
                   1076:        * tests/results/069.processed 1.3:
                   1077:        * tests/results/070.processed 1.3:
                   1078:        * tests/results/071.processed 1.3:
                   1079:        * tests/results/072.processed 1.3:
                   1080:        * tests/results/073.processed 1.3:
                   1081:        * tests/results/074.processed 1.3:
                   1082:        * tests/results/075.processed 1.3:
                   1083:        * tests/results/076.processed 1.3:
                   1084:        * tests/results/077.processed 1.3:
                   1085:        * tests/results/078.processed 1.3:
                   1086:        * tests/results/079.processed 1.3:
                   1087:        * tests/results/080.processed 1.3:
                   1088:        * tests/results/081.processed 1.3:
                   1089:        * tests/results/082.processed 1.3:
                   1090:        * tests/results/083.processed 1.3:
                   1091:        * tests/results/084.processed 1.3:
                   1092:        * tests/results/085.processed 1.3:
                   1093:        * tests/results/086.processed 1.3:
                   1094:        * tests/results/087.processed 1.3:
                   1095:        * tests/results/088.processed 1.3:
                   1096:        * tests/results/089.processed 1.3:
                   1097:        * tests/results/090.processed 1.3:
                   1098:        * tests/results/091.processed 1.3:
                   1099:        * tests/results/092.processed 1.3:
                   1100:        * tests/results/093.processed 1.3:
                   1101:        * tests/results/094.processed 1.3:
                   1102:        * tests/results/095.processed 1.3:
                   1103:        * tests/results/096.processed 1.3:
                   1104:        * tests/results/097.processed 1.3:
                   1105:        * tests/results/099.processed 1.3:
                   1106:        * tests/results/101.processed 1.3:
                   1107:        * tests/results/102.processed 1.3:
                   1108:        * tests/results/104.processed 1.3:
                   1109:        * tests/results/105.processed 1.3:
                   1110:        * tests/results/106.processed 1.3:
                   1111:        * tests/results/107.processed 1.3:
                   1112:        * tests/results/108.processed 1.3:
                   1113:        * tests/results/109.processed 1.3:
                   1114:        * tests/results/110.processed 1.3:
                   1115:        * tests/results/111.processed 1.3:
                   1116:        * tests/results/112.processed 1.3:
                   1117:        * tests/results/113.processed 1.3:
                   1118:        * tests/results/114.processed 1.3:
                   1119:        * tests/results/115.processed 1.3:
                   1120:        * tests/results/116.processed 1.3:
                   1121:        * tests/results/117.processed 1.3:
                   1122:        * tests/results/118.processed 1.3:
                   1123:        * tests/results/119.processed 1.3:
                   1124:        * tests/results/120.processed 1.3:
                   1125:        * tests/results/121.processed 1.3:
                   1126:        * tests/results/122.processed 1.3:
                   1127:        * tests/results/123.processed 1.3:
                   1128:        * tests/results/124.processed 1.3:
                   1129:        * tests/results/125.processed 1.3:
                   1130:        * tests/results/126.processed 1.3:
                   1131:        * tests/results/127.processed 1.3:
                   1132:        * tests/results/128.processed 1.3:
                   1133:        * tests/results/129.processed 1.3:
                   1134:        * tests/results/130.processed 1.3:
                   1135:        * tests/results/131.processed 1.3:
                   1136:        * tests/results/132.processed 1.3:
                   1137:        * tests/results/133.processed 1.3:
                   1138:        * tests/results/134.processed 1.3:
                   1139:        * tests/results/135.processed 1.3:
                   1140:        * tests/results/136.processed 1.3:
                   1141:        * tests/results/137.processed 1.3:
                   1142:        * tests/results/138.processed 1.3:
                   1143:        * tests/results/139.processed 1.3:
                   1144:        * tests/results/140.processed 1.3:
                   1145:        * tests/results/141.processed 1.3:
                   1146:                . refreshed old tests, made them work without auto.p (in utf8)
                   1147:                . things noted:
                   1148:                . gif got encoded differently
                   1149:                . exif 0000:00:00 decoded now into 0000:00:00 (were some strange year)
                   1150: 
                   1151:        * src/classes/xdoc.C 1.149:
                   1152:        * src/classes/xnode.C 1.72:
                   1153:        * src/classes/xnode.h 1.25:
                   1154:        * src/include/pa_charset.h 1.32:
                   1155:        * src/include/pa_config_includes.h 1.32:
                   1156:        * src/include/pa_globals.h 1.113:
                   1157:        * src/include/pa_memory.h 1.14:
                   1158:        * src/include/pa_request.h 1.180:
                   1159:        * src/include/pa_xml_exception.h 1.5:
                   1160:        * src/lib/cord/Makefile.am 1.4:
                   1161:        * src/lib/cord/cord.vcproj 1.3:
                   1162:        * src/lib/cord/cordbscs.c 1.6:
                   1163:        * src/lib/cord/cordprnt.c 1.4:
                   1164:        * src/lib/cord/cordxtra.c 1.7:
                   1165:        * src/main/compile.tab.C 1.110:
                   1166:        * src/main/pa_charset.C 1.54:
                   1167:        * src/main/pa_globals.C 1.180:
                   1168:        * src/main/pa_memory.C 1.7:
                   1169:        * src/main/pa_request.C 1.280:
                   1170:        * src/main/pa_stylesheet_connection.C 1.4:
                   1171:        * src/main/pa_xml_exception.C 1.5:
                   1172:        * src/types/pa_vxdoc.C 1.30:
                   1173:        * src/types/pa_vxdoc.h 1.41:
                   1174:        * src/types/pa_vxnode.C 1.44:
                   1175:        * src/types/pa_vxnode.h 1.36:
                   1176:        * www/htdocs/.htaccess 1.49:
                   1177:        * www/htdocs/_bug.html 1.111:
                   1178:                . started killing gdome
                   1179: 
                   1180:        * INSTALL 1.48:
                   1181:                . revived linux libgc fix
                   1182: 
                   1183:        * src/types/pa_vxdoc.C 1.31:
                   1184:        * src/types/pa_vxnode.C 1.45:
                   1185:        * src/types/pa_vxnode.h 1.37:
                   1186:                + xdoc DOM props
                   1187: 
                   1188:        * src/classes/xnode.C 1.73:
                   1189:                . also bark on possible errors
                   1190: 
                   1191: 2005-12-13     paf
                   1192:        * src/main/pa_request.C [release_3_1_5] 1.274.6.5:
                   1193:        * src/main/pa_request.C [release_3_2_0] 1.278.2.1:
                   1194:                merged from HEAD
                   1195:                ! when code in @unhandled_exception thrown another exception, print correct origin (earlier code in catch of exception inside of @unhandled_exception grabbed parent_frame(original_exception) origin and printed it, instead of true origin)
                   1196: 
                   1197:        * src/main/pa_request.C 1.279:
                   1198:                ! when code in @unhandled_exception thrown another exception, 
                   1199:                print correct origin (earlier code in catch of exception inside 
                   1200:                of @unhandled_exception grabbed parent_frame(original_exception) 
                   1201:                origin and printed it, instead of true origin)
                   1202: 
                   1203: 2005-12-09     paf
                   1204:        * src/main/pa_string.C 1.205:
                   1205:        * src/main/pa_string.C [release_3_2_0] 1.203.2.2:
                   1206:                merged from 3.1.5
                   1207:                ! regex tainting were ignored in ^string.matched :(
                   1208: 
                   1209:        * INSTALL 1.45:
                   1210:        * configure 1.88:
                   1211:        * configure.in 1.89:
                   1212:        * src/classes/date.C 1.73:
                   1213:        * src/include/pa_config_fixed.h 1.69:
                   1214:        * src/include/pa_version.h 1.25:
                   1215:        * src/main/compile.y 1.218:
                   1216:        * src/main/compile_tools.h 1.77:
                   1217:        * src/main/pa_charset.C 1.53:
                   1218:        * src/main/pa_common.C 1.216:
                   1219:        * src/main/pa_globals.C 1.179:
                   1220:        * src/main/pa_string.C 1.204:
                   1221:        * src/targets/apache13core/mod_parser3_core.C 1.10:
                   1222:        * src/targets/cgi/getopt.c 1.4:
                   1223:        * src/targets/isapi/parser3isapi.C 1.96:
                   1224:        * src/types/pa_vmail.C 1.73:
                   1225:        * www/htdocs/.htaccess 1.48:
                   1226:        * www/htdocs/_bug.txt 1.8:
                   1227:        * www/htdocs/auto.p 1.25:
                   1228:                . merged latest fixes from 3.2.0
                   1229: 
                   1230:        * src/main/pa_string.C [release_3_1_5] 1.202.6.2:
                   1231:                ! regex tainting were ignored in ^string.matched :(
                   1232: 
                   1233:        * INSTALL [release_3_2_0] 1.44.2.5:
                   1234:                . updated INSTALL doc to work around linux stack base detection 
                   1235:                problem, due to change in gc6.4 code
                   1236: 
1.47      paf      1237: 2005-12-08     paf
1.48      misha    1238:        * src/types/pa_vmail.C [release_3_1_5] 1.71.6.2:
                   1239:                merged from 3.2.0
                   1240:                ! bcc line longer then 500 chars now handled OK [were wrapped on 500th char according to rfc, but sendmail failed to unwrap it properly]
                   1241: 
1.47      paf      1242:        * src/classes/date.C [release_3_2_0] 1.72.2.1:
                   1243:        * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.2:
                   1244:        * src/main/compile.tab.C [release_3_2_0] 1.109.2.1:
                   1245:        * src/main/compile.y [release_3_2_0] 1.217.2.1:
                   1246:        * src/main/compile_tools.h [release_3_2_0] 1.76.2.1:
                   1247:        * src/main/pa_charset.C [release_3_2_0] 1.52.2.1:
                   1248:        * src/main/pa_common.C [release_3_2_0] 1.215.2.1:
                   1249:        * src/main/pa_globals.C [release_3_2_0] 1.178.2.1:
                   1250:        * src/main/pa_string.C [release_3_2_0] 1.203.2.1:
                   1251:        * src/targets/cgi/getopt.c [release_3_2_0] 1.3.24.1:
                   1252:        * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.3:
                   1253:        * www/htdocs/_bug.html [release_3_2_0] 1.110.2.1:
                   1254:        * www/htdocs/_bug.txt [release_3_2_0] 1.7.2.1:
                   1255:        * www/htdocs/auto.p [release_3_2_0] 1.24.2.1:
                   1256:                . less warnings
                   1257: 
1.48      misha    1258:        * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.2:
                   1259:                . undone some strange change since 3.1.5
                   1260: 
1.47      paf      1261:        * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.1:
                   1262:                . removed outdated string origins [in current storage scheme 
                   1263:                there's no place for them. someday we can add third CORD to 
                   1264:                store origins and special version of parser which stores origins 
                   1265:                there [separate binary]]
                   1266: 
                   1267:        * src/targets/apache13core/mod_parser3_core.C [release_3_2_0] 1.9.2.1:
                   1268:        * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.1:
                   1269:                . merged from 3.1.5 release link fixes
                   1270: 
                   1271:        * src/types/pa_vmail.C [release_3_2_0] 1.72.2.1:
                   1272:                ! bcc line longer then 500 chars now handled OK [were wrapped on 
                   1273:                500th char according to rfc, but sendmail failed to unwrap it 
                   1274:                properly]
                   1275: 
                   1276: 2005-12-07     paf
                   1277:        * Makefile.am [release_3_2_0] 1.51.2.1:
                   1278:        * Makefile.in [release_3_2_0] 1.65.2.1:
                   1279:        * acinclude.m4 [release_3_2_0] 1.38.2.1:
                   1280:        * aclocal.m4 [release_3_2_0] 1.41.2.1:
                   1281:        * acsite.m4 [release_3_2_0] 1.16.2.1:
                   1282:        * configure [release_3_2_0] 1.87.2.1:
                   1283:        * configure.in [release_3_2_0] 1.88.2.1:
                   1284:                *** empty log message ***
                   1285: 
                   1286:        * src/include/pa_version.h [release_3_2_0] 1.23.2.1:
                   1287:                makefiles
1.46      paf      1288: 
                   1289: 2005-11-28     paf
                   1290:        * src/main/pa_http.C 1.2:
                   1291:                ! status line check made earlier [was totally wrong]
                   1292: 
                   1293:        * src/classes/table.C 1.219:
                   1294:                ! nameless table has columns==0
                   1295: 
1.45      paf      1296: 2005-11-25     paf
                   1297:        * src/classes/op.C 1.162:
                   1298:        * www/htdocs/_bug.html 1.110:
                   1299:        * www/htdocs/auto.p 1.24:
                   1300:                + ^while(){}[SEPARATOR]
                   1301: 
                   1302:        * src/include/pa_array.h 1.67:
                   1303:                -this reduces speed(table::load) strange. undoing for now...
                   1304: 
                   1305:        * src/include/pa_version.h 1.23:
                   1306:                -this reduces speed(table::load), strange. undoing
                   1307: 
1.46      paf      1308:        * src/include/pa_memory.h 1.13:
                   1309:                . removed GC_DEBUG for debug version, it changed gc_malloc 
                   1310:                implementation, which obscured profiling
1.45      paf      1311: 
                   1312: 2005-11-24     paf
                   1313:        * src/include/Makefile.am 1.10:
                   1314:        * src/include/pa_http.h 1.1:
                   1315:        * src/main/Makefile.am 1.46:
                   1316:        * src/main/main.vcproj 1.16:
                   1317:                . extracted http:// into separate file [preparation for ^file::
                   1318:                cgi[script;$.form[$.field1[]
                   1319: 
1.46      paf      1320:        * src/classes/file.C 1.142:
                   1321:        * src/include/pa_common.h 1.107:
                   1322:        * src/main/execute.C 1.314:
                   1323:        * src/main/pa_common.C 1.215:
                   1324:        * src/main/pa_request.C 1.278:
                   1325:                ! changed file/dir_readable to simple file/dir_exist, this would 
                   1326:                help in situations "class not found because .p file has bad 
                   1327:                rights" << in that case error would be explicit "access denied 
                   1328:                to 'this' file"
1.45      paf      1329: 
                   1330:        * Makefile.am 1.51:
                   1331:        * Makefile.in 1.65:
                   1332:        * acinclude.m4 1.38:
                   1333:        * aclocal.m4 1.41:
                   1334:        * acsite.m4 1.16:
                   1335:        * configure 1.87:
                   1336:        * configure.in 1.88:
                   1337:                *** empty log message ***
                   1338: 
                   1339:        * src/include/Makefile.in 1.20:
                   1340:        * src/main/Makefile.in 1.60:
                   1341:                makefiles
                   1342: 
1.46      paf      1343:        * www/htdocs/_bug.pl 1.5:
                   1344:        * www/htdocs/_bug.txt 1.7:
                   1345:                +! ^file::exec/cgi[script;$.charset[changed] $.QUERY_STRING[^
                   1346:                untaint[URI]{aaa=$form:text} << now %HH would be encoded in $
                   1347:                .charset charset
1.45      paf      1348: 
                   1349: 2005-11-22     paf
1.46      paf      1350:        * src/types/pa_vresponse.C 1.26:
                   1351:                + $response:headers access to internal hash
                   1352: 
                   1353:        * src/targets/apache13core/mod_parser3_core.C 1.9:
                   1354:        * src/targets/isapi/parser3isapi.C 1.95:
                   1355:                + GC_large_alloc_warn_suppressed=0 between requests [apache mod_, isapi]
                   1356:                this reduces number of "GC Warning: Repeated allocation of very large block" messages to only important onces
                   1357: 
1.45      paf      1358:        * bin/Makefile.in 1.12:
                   1359:        * etc/Makefile.in 1.17:
                   1360:        * etc/parser3.charsets/Makefile.in 1.21:
                   1361:        * src/Makefile.in 1.58:
                   1362:        * src/classes/Makefile.in 1.62:
                   1363:        * src/include/pa_config_auto.h.in 1.43:
                   1364:        * src/lib/Makefile.in 1.14:
                   1365:        * src/lib/cord/Makefile.in 1.5:
                   1366:        * src/lib/cord/include/Makefile.in 1.4:
                   1367:        * src/lib/cord/include/private/Makefile.in 1.4:
                   1368:        * src/lib/gc/Makefile.in 1.4:
                   1369:        * src/lib/gc/include/Makefile.in 1.4:
                   1370:        * src/lib/gd/Makefile.in 1.5:
                   1371:        * src/lib/ltdl/Makefile.in 1.8:
                   1372:        * src/lib/md5/Makefile.in 1.10:
                   1373:        * src/lib/patches/Makefile.in 1.14:
                   1374:        * src/lib/pcre/Makefile.in 1.12:
                   1375:        * src/lib/sdbm/Makefile.in 1.3:
                   1376:        * src/lib/sdbm/apr-include/Makefile.in 1.3:
                   1377:        * src/lib/smtp/Makefile.in 1.5:
                   1378:        * src/sql/Makefile.in 1.14:
                   1379:        * src/targets/Makefile.in 1.45:
                   1380:        * src/targets/apache13/Makefile.in 1.50:
                   1381:        * src/targets/apache13core/Makefile.in 1.7:
                   1382:        * src/targets/cgi/Makefile.in 1.69:
                   1383:        * src/targets/isapi/Makefile.in 1.15:
                   1384:        * src/types/Makefile.in 1.60:
                   1385:                configure+makes
                   1386: 
                   1387:        * src/main/compile.tab.C 1.108:
                   1388:                Makefile
                   1389: 
                   1390:        * src/types/pa_vdate.h 1.42:
                   1391:                ! date TZ save/restore stored pointer to getenv-ed variable, 
                   1392:                which does not work both on win32&unix. copied old TZ value now
                   1393: 
1.46      paf      1394:        * src/include/pa_string.h 1.166:
                   1395:        * src/main/untaint.C 1.136:
                   1396:                + ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
1.45      paf      1397: 
                   1398:        * src/classes/string.C 1.149:
                   1399:                + removed limitation on ^string/int/double:sql{}[$.default[({
                   1400:                param style})] ]
                   1401: 
1.44      paf      1402: 2005-11-21     paf
                   1403:        * src/types/Makefile.am 1.40:
                   1404:        * src/types/pa_venv.h 1.33:
                   1405:        * src/types/types.vcproj 1.16:
                   1406:                + merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on 
                   1407:                i386-pc-win32)"
                   1408: 
                   1409:        * src/main/compile.y 1.216:
                   1410:        * src/types/pa_value.h 1.126:
                   1411:        * src/types/pa_vbool.h 1.27:
                   1412:        * src/types/pa_vdouble.h 1.50:
                   1413:        * src/types/pa_vint.h 1.44:
                   1414:        * src/types/pa_vmethod_frame.h 1.60:
                   1415:                + merged: expression literals: true/false. ^format[$.indent(true)
                   1416:                ]
                   1417: 
                   1418: 2005-11-18     paf
1.46      paf      1419:        * src/include/pa_dir.h 1.18:
                   1420:                ! merged: file:list now sees .xxx files, only . and .. now 
                   1421:                removed from list [were removed all .*]
1.44      paf      1422: 
                   1423:        * src/lib/sdbm/apr_file_io.C 1.5:
                   1424:                ! merged from 3.1.5: hashfile file open error now checked, were 
                   1425:                not :( [stole that piece from apache 1.3 sources]
                   1426: 
                   1427: 2005-08-26     paf
                   1428:        * src/classes/hash.C 1.76:
                   1429:        * src/classes/void.C 1.36:
                   1430:                merged ! optional options were allowed to be empty. were checked 
                   1431:                if(is_string), changed to !defined||is_string to allow void
                   1432: 
                   1433:        * src/classes/double.C 1.59:
                   1434:        * src/classes/int.C 1.55:
                   1435:        * src/classes/math.C 1.41:
                   1436:                merged ! many classes/*  used as_junction where they needed 
                   1437:                as_int/double, so failed with recent "(const) now no junction" 
                   1438:                optimization
                   1439: 
1.46      paf      1440:        * src/classes/date.C 1.72:
                   1441:                merged + date.week
1.44      paf      1442: 
                   1443: 2005-08-09     paf
                   1444:        * www/htdocs/.htaccess 1.47:
                   1445:                + ^call[$void] param inside now is void (were: empty string)
                   1446:                ! simplified (double) speedup consequent checks in vmethod_frame
                   1447: 
                   1448:        * src/classes/classes.C 1.22:
                   1449:        * src/classes/classes.h 1.31:
                   1450:        * src/classes/form.C 1.39:
                   1451:        * src/classes/hashfile.C 1.36:
                   1452:        * src/classes/image.C 1.113:
                   1453:        * src/classes/mail.C 1.110:
                   1454:        * src/classes/memory.C 1.8:
                   1455:        * src/classes/response.C 1.27:
                   1456:        * src/classes/xdoc.C 1.148:
                   1457:        * src/classes/xnode.C 1.71:
                   1458:        * src/classes/xnode.h 1.24:
                   1459:        * src/include/pa_cache_managers.h 1.18:
                   1460:        * src/include/pa_charset.h 1.31:
                   1461:        * src/include/pa_charsets.h 1.13:
                   1462:        * src/include/pa_config_fixed.h 1.68:
                   1463:        * src/include/pa_config_includes.h 1.31:
                   1464:        * src/include/pa_dictionary.h 1.18:
                   1465:        * src/include/pa_exception.h 1.45:
                   1466:        * src/include/pa_exec.h 1.18:
                   1467:        * src/include/pa_globals.h 1.112:
                   1468:        * src/include/pa_hash.h 1.66:
                   1469:        * src/include/pa_opcode.h 1.28:
                   1470:        * src/include/pa_operation.h 1.6:
                   1471:        * src/include/pa_os.h 1.5:
                   1472:        * src/include/pa_request.h 1.179:
                   1473:        * src/include/pa_request_charsets.h 1.5:
                   1474:        * src/include/pa_request_info.h 1.5:
                   1475:        * src/include/pa_sapi.h 1.27:
                   1476:        * src/include/pa_socks.h 1.17:
                   1477:        * src/include/pa_sql_connection.h 1.40:
                   1478:        * src/include/pa_sql_driver_manager.h 1.33:
                   1479:        * src/include/pa_stack.h 1.24:
                   1480:        * src/include/pa_stylesheet_connection.h 1.40:
                   1481:        * src/include/pa_stylesheet_manager.h 1.22:
                   1482:        * src/include/pa_table.h 1.58:
                   1483:        * src/include/pa_threads.h 1.30:
                   1484:        * src/include/pa_types.h 1.49:
                   1485:        * src/include/pa_uue.h 1.8:
                   1486:        * src/include/pa_xml_exception.h 1.4:
                   1487:        * src/include/pa_xml_io.h 1.4:
                   1488:        * src/lib/gd/gif.C 1.6:
                   1489:        * src/lib/gd/gif.h 1.4:
                   1490:        * src/lib/gd/gifio.C 1.3:
                   1491:        * src/lib/md5/pa_md5.h 1.11:
                   1492:        * src/lib/md5/pa_md5c.c 1.13:
                   1493:        * src/lib/smtp/comms.C 1.8:
                   1494:        * src/lib/smtp/smtp.C 1.8:
                   1495:        * src/lib/smtp/smtp.h 1.6:
                   1496:        * src/main/compile.C 1.78:
                   1497:        * src/main/compile_tools.C 1.59:
                   1498:        * src/main/compile_tools.h 1.76:
                   1499:        * src/main/pa_cache_managers.C 1.16:
                   1500:        * src/main/pa_charset.C 1.52:
                   1501:        * src/main/pa_charsets.C 1.16:
                   1502:        * src/main/pa_dictionary.C 1.23:
                   1503:        * src/main/pa_dir.C 1.20:
                   1504:        * src/main/pa_exception.C 1.48:
                   1505:        * src/main/pa_exec.C 1.67:
                   1506:        * src/main/pa_memory.C 1.6:
                   1507:        * src/main/pa_os.C 1.8:
                   1508:        * src/main/pa_socks.C 1.24:
                   1509:        * src/main/pa_sql_driver_manager.C 1.85:
                   1510:        * src/main/pa_string.C 1.203:
                   1511:        * src/main/pa_stylesheet_connection.C 1.3:
                   1512:        * src/main/pa_stylesheet_manager.C 1.27:
                   1513:        * src/main/pa_table.C 1.61:
                   1514:        * src/main/pa_uue.C 1.9:
                   1515:        * src/main/pa_xml_exception.C 1.4:
                   1516:        * src/main/pa_xml_io.C 1.19:
                   1517:        * src/sql/pa_sql_driver.h 1.43:
                   1518:        * src/targets/apache13/mod_parser3.c 1.12:
                   1519:        * src/targets/apache13core/pa_threads.C 1.5:
                   1520:        * src/targets/cgi/pa_threads.C 1.16:
                   1521:        * src/targets/cgi/parser3.C 1.237:
                   1522:        * src/targets/isapi/pa_threads.C 1.17:
                   1523:        * src/types/pa_junction.h 1.7:
                   1524:        * src/types/pa_method.h 1.6:
                   1525:        * src/types/pa_property.h 1.2:
                   1526:        * src/types/pa_value.C 1.19:
                   1527:        * src/types/pa_vclass.C 1.33:
                   1528:        * src/types/pa_vclass.h 1.51:
                   1529:        * src/types/pa_vcode_frame.h 1.32:
                   1530:        * src/types/pa_vconsole.h 1.10:
                   1531:        * src/types/pa_vcookie.C 1.68:
                   1532:        * src/types/pa_vcookie.h 1.31:
                   1533:        * src/types/pa_vfile.C 1.41:
                   1534:        * src/types/pa_vfile.h 1.58:
                   1535:        * src/types/pa_vform.C 1.84:
                   1536:        * src/types/pa_vform.h 1.50:
                   1537:        * src/types/pa_vhash.C 1.8:
                   1538:        * src/types/pa_vhash.h 1.58:
                   1539:        * src/types/pa_vhashfile.h 1.33:
                   1540:        * src/types/pa_vimage.C 1.35:
                   1541:        * src/types/pa_vimage.h 1.45:
                   1542:        * src/types/pa_vjunction.h 1.24:
                   1543:        * src/types/pa_vmail.C 1.72:
                   1544:        * src/types/pa_vmail.h 1.17:
                   1545:        * src/types/pa_vmath.C 1.8:
                   1546:        * src/types/pa_vmath.h 1.18:
                   1547:        * src/types/pa_vmemory.h 1.5:
                   1548:        * src/types/pa_vmethod_frame.C 1.8:
                   1549:        * src/types/pa_vobject.C 1.24:
                   1550:        * src/types/pa_vobject.h 1.47:
                   1551:        * src/types/pa_vproperty.h 1.3:
                   1552:        * src/types/pa_vrequest.C 1.37:
                   1553:        * src/types/pa_vrequest.h 1.33:
                   1554:        * src/types/pa_vresponse.h 1.40:
                   1555:        * src/types/pa_vstateless_class.C 1.28:
                   1556:        * src/types/pa_vstateless_class.h 1.53:
                   1557:        * src/types/pa_vstateless_object.h 1.36:
                   1558:        * src/types/pa_vstatus.C 1.25:
                   1559:        * src/types/pa_vstatus.h 1.19:
                   1560:        * src/types/pa_vstring.C 1.26:
                   1561:        * src/types/pa_vstring.h 1.59:
                   1562:        * src/types/pa_vtable.C 1.26:
                   1563:        * src/types/pa_vtable.h 1.54:
                   1564:        * src/types/pa_vvoid.C 1.3:
                   1565:        * src/types/pa_vvoid.h 1.28:
                   1566:        * src/types/pa_vxdoc.C 1.29:
                   1567:        * src/types/pa_vxdoc.h 1.40:
                   1568:        * src/types/pa_vxnode.C 1.43:
                   1569:        * src/types/pa_vxnode.h 1.35:
                   1570:        * src/types/pa_wcontext.C 1.32:
                   1571:        * src/types/pa_wcontext.h 1.49:
                   1572:        * src/types/pa_wwrapper.h 1.36:
                   1573:                2005
                   1574: 
1.46      paf      1575: 2005-08-08     paf
                   1576:        * bin/auto.p.dist.in 1.12:
                   1577:                merged . apache bad 404 handling workaround integrated
1.44      paf      1578: 
                   1579:        * www/htdocs/_bug.p 1.8:
                   1580:                . merged VJunction(new Junction) optimization from 3.1.4
                   1581: 
                   1582:        * www/htdocs/_bug.xml 1.3:
                   1583:                merged
                   1584:                + optimized constants in expressions vstring->vdouble
                   1585:                + optimized ^call(vdouble), no junction creation, no calls later
                   1586: 
                   1587: 2005-07-29     paf
                   1588:        * www/htdocs/_bug_derived.p 1.3:
                   1589:                + property getter can now be overridden
                   1590: 
                   1591: 2005-07-28     paf
                   1592:        * www/htdocs/_bug.sh 1.2:
                   1593:                + 3.2.0 beta: merged from dynamic_fields_join
                   1594: 
                   1595: 2005-06-06     paf
                   1596:        * www/htdocs/_bug.xsl 1.15:
                   1597:                ! bugfix ^string:sql ^table:sql ^hash:sql now DO process $.bind 
                   1598:                option
                   1599: 
1.46      paf      1600: 2005-01-19     paf
1.42      paf      1601:        * src/lib/gd/Makefile.am 1.2:
                   1602:        * src/lib/ltdl/Makefile.am 1.2:
                   1603:                forgotten makefiles.
                   1604:                couple warnings in parser3.C
                   1605: 
1.46      paf      1606: 2004-12-23     paf
1.41      paf      1607:        * src/types/pa_vhashfile.C 1.48:
                   1608:                beauty: hashfile::open now creates dir for new file
                   1609: 
1.46      paf      1610: 2004-10-12     paf
1.41      paf      1611:        * etc/parser3.charsets/windows-1251.cfg 1.12:
                   1612:                euro
                   1613:                promille
                   1614:                +/-
                   1615: 
1.46      paf      1616: 2004-10-07     paf
1.42      paf      1617:        * src/lib/cord/cordbscs.c 1.5:
1.46      paf      1618:                debugger help: CORD_dump now dumpts \t\r\n as @#| and truncates 
1.42      paf      1619:                long char sequences less
                   1620: 
1.46      paf      1621: 2004-09-13     paf
                   1622:        * src/lib/sdbm/sdbm_private.h 1.2:
                   1623:                change: limit on length(key+value) now 8008 bytes, were 1008. 
                   1624:                perl sdbm compatibility now ruined
1.41      paf      1625: 
1.42      paf      1626:        * src/lib/sdbm/apr-include/apr.h 1.5:
1.46      paf      1627:                bugfix: error numbers now from errno.h = strerror now returnes 
1.42      paf      1628:                something and we can properly report that to client
1.40      paf      1629: 
1.46      paf      1630: 2004-07-28     paf
1.39      paf      1631:        * src/lib/ltdl/ltdl.c 1.4:
                   1632:        * src/lib/pcre/pcre_parser_ctype.c 1.5:
1.46      paf      1633:                bugfix: isspace((unsigned char)c) everywhere. failed on russian 
                   1634:                letters
1.39      paf      1635: 
1.46      paf      1636: 2004-07-27     paf
1.39      paf      1637:        * src/targets/cgi/parser3.vcproj 1.12:
                   1638:                beauty: win32: globaloptimizations ON, release:mapfile ON
                   1639:                todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
                   1640: 
1.46      paf      1641: 2004-07-07     paf
1.39      paf      1642:        * parser3.vssscc 1.2:
                   1643:                ...would not go unnoticed
                   1644: 
1.46      paf      1645: 2004-07-01     paf
1.39      paf      1646:        * src/classes/classes.vcproj 1.12:
                   1647:        * src/lib/cord/cord.vcproj 1.2:
                   1648:        * src/lib/gd/gd.vcproj 1.7:
                   1649:        * src/lib/ltdl/ltdl.vcproj 1.3:
                   1650:        * src/lib/md5/md5.vcproj 1.3:
                   1651:        * src/lib/pcre/pcre.vcproj 1.3:
                   1652:        * src/lib/pcre/pcre_dftables.vcproj 1.4:
                   1653:        * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
                   1654:        * src/lib/smtp/smtp.vcproj 1.6:
                   1655:        * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
                   1656:        * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
                   1657:        * src/targets/isapi/parser3isapi.vcproj 1.8:
                   1658:                win32: option: global optimization ON
                   1659: 
1.46      paf      1660: 2004-05-26     paf
1.38      paf      1661:        * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
                   1662:                added: thanks to konst
                   1663: 
1.46      paf      1664: 2004-05-24     paf
1.38      paf      1665:        * src/targets/apache13/p3runConfigure.in 1.17:
                   1666:                bugfix: smtp added
                   1667: 
                   1668:        * src/lib/cord/cordxtra.c 1.6:
                   1669:        * src/lib/cord/include/cord.h 1.5:
                   1670:                cancel: more speed, less memory: CORD_chars_block originally intended to ...
                   1671:                it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
                   1672:                undoing that. [and removed that func so that it would not confuse parser developer in future]
                   1673: 
1.46      paf      1674: 2004-05-11     paf
1.38      paf      1675:        * www/htdocs/_bug.gif 1.2:
                   1676:                bugfix: bcc with sendmail now left intact
                   1677: 
1.46      paf      1678: 2004-04-05     paf
1.38      paf      1679:        * src/doc/html2chm.cmd 1.8:
                   1680:        * src/doc/sources2html.cmd 1.6:
                   1681:                merged with 3.1.3
                   1682: 
1.46      paf      1683: 2004-04-01     paf
1.37      paf      1684:        * src/targets/apache13/pa_httpd.h 1.6:
                   1685:        * src/targets/isapi/parser3isapi.def 1.2:
                   1686:                bugfix: sql connections now are disconnected
                   1687: 
1.46      paf      1688: 2004-03-30     paf
1.36      paf      1689:        * src/doc/ClassExample1.dox 1.5:
                   1690:        * src/doc/ClassExample2.dox 1.5:
                   1691:        * src/doc/ClassExample3.dox 1.5:
                   1692:        * src/doc/chmhelper.pl 1.2:
                   1693:        * src/doc/class.dox 1.3:
                   1694:        * src/doc/compiler.dox 1.4:
                   1695:        * src/doc/doxygen.cfg 1.25:
                   1696:        * src/doc/exception.dox 1.3:
                   1697:        * src/doc/executor.dox 1.3:
                   1698:        * src/doc/footer.htm 1.4:
                   1699:        * src/doc/index.dox 1.6:
                   1700:        * src/doc/memory.dox 1.3:
                   1701:        * src/doc/methoded.dox 1.4:
                   1702:        * src/doc/object.dox 1.3:
                   1703:        * src/doc/string.dox 1.6:
                   1704:        * src/doc/targets.dox 1.4:
                   1705:        * src/doc/value.dox 1.4:
                   1706:                merged bugfixes from 3.1.2, changed version to 3.1.3beta
                   1707: 
1.46      paf      1708: 2004-03-05     paf
1.35      paf      1709:        * etc/parser3.charsets/koi8-r.cfg 1.7:
                   1710:                there's special code for grad char!
                   1711: 
1.46      paf      1712: 2004-02-25     paf
1.34      paf      1713:        * etc/parser3.charsets/Makefile.am 1.5:
1.46      paf      1714:                bugfix: @sysconfdir@ used [were old @charsetsdir@ recently 
1.34      paf      1715:                erased from configure.in]
                   1716: 
1.46      paf      1717: 2004-02-24     paf
                   1718:        * src/classes/Makefile.am 1.49:
                   1719:                smtp on unix: steps to work on unix
1.34      paf      1720: 
                   1721:        * src/lib/smtp/Makefile.am 1.2:
                   1722:        * src/targets/cgi/Makefile.am 1.51:
                   1723:                started porting smtp to unix [testing on solaris]
                   1724: 
1.46      paf      1725: 2004-02-11     paf
1.34      paf      1726:        * parser3.sln 1.9:
                   1727:                started changes to reflect libxml xsl new folders
                   1728: 
                   1729:        * src/lib/sdbm/sdbm.vcproj 1.4:
                   1730:                migrated to latest libxml[2.6.5] and libgdome[1.1.2]
                   1731:                simplified lib build processes
                   1732: 
1.46      paf      1733: 2003-11-21     paf
                   1734:        * src/targets/apache13core/Makefile.am 1.5:
                   1735:        * src/targets/apache13core/mod_parser3.C 1.7:
                   1736:                renamed mod_parser3 to mod_parser3_core to help DOXYGEN
1.32      paf      1737: 
1.28      paf      1738:        * src/lib/Makefile.am 1.7:
                   1739:        * src/lib/gd/mtables.h 1.1:
                   1740:                rearrange: gd&smtp moved to src/lib
                   1741: 
1.46      paf      1742: 2003-11-20     paf
1.28      paf      1743:        * src/lib/ltdl/config_fixed.h 1.3:
                   1744:        * src/lib/pcre/maketables.c 1.2:
                   1745:                turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
                   1746:                found several unitialized vars
                   1747: 
                   1748:        * src/lib/sdbm/apr_strings.C 1.2:
                   1749:        * src/main/pa_pool.C 1.62:
                   1750:                static const char * const IDENT
                   1751: 
                   1752:        * src/include/pa_pool.h 1.89:
                   1753:                more warnings --
                   1754: 
1.46      paf      1755: 2003-11-10     paf
1.28      paf      1756:        * src/lib/sdbm/sdbm.c 1.3:
1.46      paf      1757:                bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c 
1.28      paf      1758:                coded that that was error. fixed
                   1759: 
1.46      paf      1760: 2003-11-06     paf
1.28      paf      1761:        * src/lib/ltdl/libltdl.vcproj 1.2:
                   1762:        * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
                   1763:        * src/lib/sdbm/apr-include/apr_errno.h 1.4:
                   1764:        * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
                   1765:        * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
                   1766:        * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
                   1767:        * src/lib/sdbm/apr-include/apr_strings.h 1.3:
                   1768:        * src/lib/sdbm/apr-include/apu.h 1.3:
                   1769:                hashfile: started again with sdbm from apache
                   1770: 
1.46      paf      1771:        * tests/todo.txt 1.5:
                   1772:                hashfile: done
                   1773: 
1.28      paf      1774:        * src/lib/sdbm/Makefile.am 1.3:
                   1775:        * src/lib/sdbm/apr-include/Makefile.am 1.1:
                   1776:        * src/targets/cgi/.cvsignore 1.3:
                   1777:                *** empty log message ***
                   1778: 
                   1779:        * src/lib/sdbm/apr-include/apr_pools.h 1.5:
                   1780:                just compiled
                   1781: 
1.46      paf      1782: 2003-11-05     paf
1.28      paf      1783:        * src/lib/sdbm/sdbm_hash.c 1.1:
                   1784:        * src/lib/sdbm/sdbm_lock.c 1.1:
                   1785:        * src/lib/sdbm/sdbm_pair.c 1.1:
                   1786:        * src/lib/sdbm/sdbm_pair.h 1.1:
                   1787:        * src/lib/sdbm/sdbm_tune.h 1.1:
                   1788:                original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   1789: 
                   1790:        * src/main/helpers/CaseFolding.txt 1.1:
                   1791:                http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   1792: 
1.46      paf      1793: 2003-10-24     paf
1.26      paf      1794:        * src/lib/cord/Makefile.am 1.3:
                   1795:        * src/lib/md5/Makefile.am 1.3:
                   1796:        * src/lib/pcre/Makefile.am 1.2:
                   1797:        * src/targets/apache13/Makefile.am 1.18:
                   1798:        * src/targets/isapi/Makefile.am 1.3:
                   1799:                .dsp/w -> .vcproj/sln
                   1800: 
1.46      paf      1801: 2003-09-29     paf
                   1802:        * src/main/utf8-to-lower.inc 1.1:
                   1803:        * src/main/utf8-to-upper.inc 1.1:
                   1804:                generated by helper
1.26      paf      1805: 
                   1806:        * src/main/helpers/simple_folding.pl 1.1:
                   1807:                utf-8 upper/lower
                   1808: 
                   1809:        * www/htdocs/base.p 1.7:
                   1810:        * www/htdocs/derived.p 1.25:
                   1811:        * www/htdocs/font.gif 1.2:
                   1812:        * www/htdocs/global.xsl 1.9:
                   1813:        * www/htdocs/index.html 1.213:
                   1814:        * www/htdocs/mailreceive.eml 1.4:
                   1815:        * www/htdocs/mailreceive.html 1.2:
                   1816:        * www/htdocs/operators.p 1.12:
                   1817:        * www/htdocs/parser-status.html 1.3:
                   1818:        * www/htdocs/people.dtd 1.2:
                   1819:        * www/htdocs/some.p 1.3:
                   1820:                removing old tests
                   1821: 
1.46      paf      1822: 2003-09-25     paf
1.26      paf      1823:        * src/lib/cord/cordprnt.c 1.3:
                   1824:                string_fragments_to_cord merged to HEAD
                   1825: 
1.46      paf      1826: 2003-08-19     paf
                   1827:        * src/targets/apache13/mod_parser3.C 1.31:
                   1828:                .c
1.26      paf      1829: 
1.46      paf      1830: 2003-08-18     paf
1.26      paf      1831:        * src/classes/classes.awk 1.8:
                   1832:                merged 3.1.0 latest changes
                   1833: 
                   1834:        * gnu.dsp 1.5:
                   1835:        * parser3.dsw 1.9:
                   1836:        * src/classes/classes.dsp 1.31:
                   1837:        * src/lib/cord/cord.dsp 1.3:
                   1838:        * src/lib/ltdl/libltdl.dsp 1.7:
                   1839:        * src/lib/md5/md5.dsp 1.5:
                   1840:        * src/lib/pcre/pcre.dsp 1.4:
                   1841:        * src/lib/pcre/pcre_dftables.dsp 1.2:
                   1842:        * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
                   1843:        * src/main/main.dsp 1.167:
                   1844:        * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
                   1845:        * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
                   1846:        * src/targets/cgi/parser3.dsp 1.66:
                   1847:        * src/targets/isapi/parser3isapi.dsp 1.44:
                   1848:        * src/types/types.dsp 1.42:
                   1849:                moved to MSVC 7
                   1850: 
1.46      paf      1851:        * gnu.vcproj 1.1:
                   1852:                new VS project files
1.26      paf      1853: 
1.46      paf      1854: 2003-07-24     paf
1.24      paf      1855:        * tests/001.html 1.2:
                   1856:        * tests/002.html 1.2:
                   1857:        * tests/003.html 1.2:
                   1858:        * tests/004.html 1.2:
                   1859:        * tests/005.html 1.2:
                   1860:        * tests/006.html 1.2:
                   1861:        * tests/007.html 1.2:
                   1862:        * tests/008.html 1.2:
                   1863:        * tests/009.html 1.2:
                   1864:        * tests/010.html 1.2:
                   1865:        * tests/011.html 1.2:
                   1866:        * tests/012.html 1.2:
                   1867:        * tests/013.html 1.2:
                   1868:        * tests/014.html 1.2:
                   1869:        * tests/015.html 1.2:
                   1870:        * tests/016.html 1.2:
                   1871:        * tests/017.html 1.2:
                   1872:        * tests/018.html 1.2:
                   1873:        * tests/019.html 1.2:
                   1874:        * tests/019paf2001.gif 1.2:
                   1875:        * tests/020.html 1.2:
                   1876:        * tests/021.html 1.2:
                   1877:        * tests/022.html 1.2:
                   1878:        * tests/022_dir/a.html 1.2:
                   1879:        * tests/022_dir/b.txt 1.2:
                   1880:        * tests/022_dir/c.htm 1.2:
                   1881:        * tests/023.html 1.2:
                   1882:        * tests/024.html 1.2:
                   1883:        * tests/025.html 1.2:
                   1884:        * tests/026.html 1.2:
                   1885:        * tests/027.html 1.2:
                   1886:        * tests/028.html 1.2:
                   1887:        * tests/029.html 1.2:
                   1888:        * tests/030.html 1.2:
                   1889:        * tests/031.html 1.2:
                   1890:        * tests/032.html 1.2:
                   1891:        * tests/033.html 1.2:
                   1892:        * tests/034.html 1.2:
                   1893:        * tests/035.html 1.2:
                   1894:        * tests/036.html 1.2:
                   1895:        * tests/037.html 1.2:
                   1896:        * tests/038.html 1.2:
                   1897:        * tests/039.html 1.2:
                   1898:        * tests/040.html 1.2:
                   1899:        * tests/041.html 1.2:
                   1900:        * tests/042.html 1.2:
                   1901:        * tests/043.html 1.2:
                   1902:        * tests/044.html 1.2:
                   1903:        * tests/045.html 1.2:
                   1904:        * tests/046.html 1.2:
                   1905:        * tests/047.html 1.2:
                   1906:        * tests/048.html 1.2:
                   1907:        * tests/049.html 1.2:
                   1908:        * tests/050.html 1.2:
                   1909:        * tests/051.html 1.2:
                   1910:        * tests/051b.p 1.2:
                   1911:        * tests/051t.p 1.2:
                   1912:        * tests/052.html 1.2:
                   1913:        * tests/053.html 1.2:
                   1914:        * tests/054.html 1.2:
                   1915:        * tests/055.html 1.2:
                   1916:        * tests/056.html 1.2:
                   1917:        * tests/057.html 1.2:
                   1918:        * tests/058.html 1.2:
                   1919:        * tests/058_paf2000.png 1.2:
                   1920:        * tests/059.html 1.2:
                   1921:        * tests/060.html 1.2:
                   1922:        * tests/061.dat 1.2:
                   1923:        * tests/061.html 1.2:
                   1924:        * tests/062.html 1.2:
                   1925:        * tests/063.html 1.2:
                   1926:        * tests/064.html 1.2:
                   1927:        * tests/065.html 1.2:
                   1928:        * tests/066.html 1.2:
                   1929:        * tests/067.html 1.2:
                   1930:        * tests/068.html 1.2:
                   1931:        * tests/069.html 1.2:
                   1932:        * tests/070.html 1.2:
                   1933:        * tests/071.html 1.2:
                   1934:        * tests/072.html 1.2:
                   1935:        * tests/073.html 1.2:
                   1936:        * tests/074.html 1.2:
                   1937:        * tests/075.html 1.2:
                   1938:        * tests/076.html 1.2:
                   1939:        * tests/077.html 1.2:
                   1940:        * tests/078.html 1.2:
                   1941:        * tests/079.html 1.2:
                   1942:        * tests/080.html 1.2:
                   1943:        * tests/081.html 1.2:
                   1944:        * tests/082.html 1.2:
                   1945:        * tests/083.html 1.2:
                   1946:        * tests/084.html 1.2:
                   1947:        * tests/085.html 1.2:
                   1948:        * tests/086.html 1.2:
                   1949:        * tests/087.html 1.2:
                   1950:        * tests/088.html 1.2:
                   1951:        * tests/089.html 1.2:
                   1952:        * tests/090.html 1.2:
                   1953:        * tests/091.html 1.2:
                   1954:        * tests/092.html 1.2:
                   1955:        * tests/093.html 1.2:
                   1956:        * tests/094.html 1.2:
                   1957:        * tests/095.html 1.2:
                   1958:        * tests/096.html 1.2:
                   1959:        * tests/096_dir/163.jpg 1.2:
                   1960:        * tests/096_dir/188.jpg 1.2:
                   1961:        * tests/097.html 1.2:
                   1962:        * tests/098.html 1.2:
                   1963:        * tests/098font.gif 1.2:
                   1964:        * tests/099.html 1.2:
                   1965:        * tests/100.html 1.2:
                   1966:        * tests/101.html 1.2:
                   1967:        * tests/102.html 1.2:
                   1968:        * tests/103.html 1.2:
                   1969:        * tests/103mark.gif 1.2:
                   1970:        * tests/103paf2001.gif 1.2:
                   1971:        * tests/104.html 1.2:
                   1972:        * tests/105.html 1.2:
                   1973:        * tests/106.html 1.2:
                   1974:        * tests/107.html 1.2:
                   1975:        * tests/108.html 1.2:
                   1976:        * tests/108.xsl 1.2:
                   1977:        * tests/109.html 1.2:
                   1978:        * tests/110.html 1.2:
                   1979:        * tests/111.html 1.2:
                   1980:        * tests/112.html 1.2:
                   1981:        * tests/113.html 1.2:
                   1982:        * tests/114.html 1.2:
                   1983:        * tests/115.html 1.2:
                   1984:        * tests/116.html 1.2:
                   1985:        * tests/117.html 1.2:
                   1986:        * tests/118.html 1.2:
                   1987:        * tests/119.html 1.2:
                   1988:        * tests/120.html 1.2:
                   1989:        * tests/121.html 1.2:
                   1990:        * tests/122.html 1.2:
                   1991:        * tests/123.html 1.2:
                   1992:        * tests/124.html 1.2:
                   1993:        * tests/125.html 1.2:
                   1994:        * tests/126.html 1.2:
                   1995:        * tests/127.html 1.2:
                   1996:        * tests/128.html 1.2:
                   1997:        * tests/129.html 1.2:
                   1998:        * tests/130.html 1.2:
                   1999:        * tests/131.html 1.2:
                   2000:        * tests/132.html 1.2:
                   2001:        * tests/133.html 1.2:
                   2002:        * tests/134.html 1.2:
                   2003:        * tests/135.html 1.2:
                   2004:        * tests/136.html 1.2:
                   2005:        * tests/137.html 1.2:
                   2006:        * tests/138.html 1.2:
                   2007:        * tests/139.html 1.2:
                   2008:        * tests/140.html 1.2:
                   2009:        * tests/141.html 1.2:
                   2010:        * tests/Makefile 1.2:
                   2011:        * tests/descript.ion 1.2:
                   2012:        * tests/outputs/create-dir 1.2:
                   2013:        * tests/results/001.processed 1.2:
                   2014:        * tests/results/002.processed 1.2:
                   2015:        * tests/results/003.processed 1.2:
                   2016:        * tests/results/004.processed 1.2:
                   2017:        * tests/results/005.processed 1.2:
                   2018:        * tests/results/006.processed 1.2:
                   2019:        * tests/results/007.processed 1.2:
                   2020:        * tests/results/008.processed 1.2:
                   2021:        * tests/results/009.processed 1.2:
                   2022:        * tests/results/010.processed 1.2:
                   2023:        * tests/results/011.processed 1.2:
                   2024:        * tests/results/012.processed 1.2:
                   2025:        * tests/results/013.processed 1.2:
                   2026:        * tests/results/014.processed 1.2:
                   2027:        * tests/results/015.processed 1.2:
                   2028:        * tests/results/016.processed 1.2:
                   2029:        * tests/results/017.processed 1.2:
                   2030:        * tests/results/018.processed 1.2:
                   2031:        * tests/results/019.processed 1.2:
                   2032:        * tests/results/020.processed 1.2:
                   2033:        * tests/results/021.processed 1.2:
                   2034:        * tests/results/022.processed 1.2:
                   2035:        * tests/results/023.processed 1.2:
                   2036:        * tests/results/024.processed 1.2:
                   2037:        * tests/results/025.processed 1.2:
                   2038:        * tests/results/026.processed 1.2:
                   2039:        * tests/results/027.processed 1.2:
                   2040:        * tests/results/028.processed 1.2:
                   2041:        * tests/results/029.processed 1.2:
                   2042:        * tests/results/030.processed 1.2:
                   2043:        * tests/results/031.processed 1.2:
                   2044:        * tests/results/032.processed 1.2:
                   2045:        * tests/results/033.processed 1.2:
                   2046:        * tests/results/034.processed 1.2:
                   2047:        * tests/results/035.processed 1.2:
                   2048:        * tests/results/036.processed 1.2:
                   2049:        * tests/results/037.processed 1.2:
                   2050:        * tests/results/038.processed 1.2:
                   2051:        * tests/results/039.processed 1.2:
                   2052:        * tests/results/040.processed 1.2:
                   2053:        * tests/results/041.processed 1.2:
                   2054:        * tests/results/042.processed 1.2:
                   2055:        * tests/results/043.processed 1.2:
                   2056:        * tests/results/044.processed 1.2:
                   2057:        * tests/results/045.processed 1.2:
                   2058:        * tests/results/046.processed 1.2:
                   2059:        * tests/results/047.processed 1.2:
                   2060:        * tests/results/048.processed 1.2:
                   2061:        * tests/results/049.processed 1.2:
                   2062:        * tests/results/050.processed 1.2:
                   2063:        * tests/results/051.processed 1.2:
                   2064:        * tests/results/052.processed 1.2:
                   2065:        * tests/results/053.processed 1.2:
                   2066:        * tests/results/054.processed 1.2:
                   2067:        * tests/results/055.processed 1.2:
                   2068:        * tests/results/056.processed 1.2:
                   2069:        * tests/results/057.processed 1.2:
                   2070:        * tests/results/058.processed 1.2:
                   2071:        * tests/results/059.processed 1.2:
                   2072:        * tests/results/060.processed 1.2:
                   2073:        * tests/results/061.processed 1.2:
                   2074:        * tests/results/062.processed 1.2:
                   2075:        * tests/results/063.processed 1.2:
                   2076:        * tests/results/064.processed 1.2:
                   2077:        * tests/results/065.processed 1.2:
                   2078:        * tests/results/066.processed 1.2:
                   2079:        * tests/results/067.processed 1.2:
                   2080:        * tests/results/068.processed 1.2:
                   2081:        * tests/results/069.processed 1.2:
                   2082:        * tests/results/070.processed 1.2:
                   2083:        * tests/results/071.processed 1.2:
                   2084:        * tests/results/072.processed 1.2:
                   2085:        * tests/results/073.processed 1.2:
                   2086:        * tests/results/074.processed 1.2:
                   2087:        * tests/results/075.processed 1.2:
                   2088:        * tests/results/076.processed 1.2:
                   2089:        * tests/results/077.processed 1.2:
                   2090:        * tests/results/078.processed 1.2:
                   2091:        * tests/results/079.processed 1.2:
                   2092:        * tests/results/080.processed 1.2:
                   2093:        * tests/results/081.processed 1.2:
                   2094:        * tests/results/082.processed 1.2:
                   2095:        * tests/results/083.processed 1.2:
                   2096:        * tests/results/084.processed 1.2:
                   2097:        * tests/results/085.processed 1.2:
                   2098:        * tests/results/086.processed 1.2:
                   2099:        * tests/results/087.processed 1.2:
                   2100:        * tests/results/088.processed 1.2:
                   2101:        * tests/results/089.processed 1.2:
                   2102:        * tests/results/090.processed 1.2:
                   2103:        * tests/results/091.processed 1.2:
                   2104:        * tests/results/092.processed 1.2:
                   2105:        * tests/results/093.processed 1.2:
                   2106:        * tests/results/094.processed 1.2:
                   2107:        * tests/results/095.processed 1.2:
                   2108:        * tests/results/096.processed 1.2:
                   2109:        * tests/results/097.processed 1.2:
                   2110:        * tests/results/098.processed 1.2:
                   2111:        * tests/results/099.processed 1.2:
                   2112:        * tests/results/100.processed 1.2:
                   2113:        * tests/results/101.processed 1.2:
                   2114:        * tests/results/102.processed 1.2:
                   2115:        * tests/results/103.processed 1.2:
                   2116:        * tests/results/104.processed 1.2:
                   2117:        * tests/results/105.processed 1.2:
                   2118:        * tests/results/106.processed 1.2:
                   2119:        * tests/results/107.processed 1.2:
                   2120:        * tests/results/108.processed 1.2:
                   2121:        * tests/results/109.processed 1.2:
                   2122:        * tests/results/110.processed 1.2:
                   2123:        * tests/results/111.processed 1.2:
                   2124:        * tests/results/112.processed 1.2:
                   2125:        * tests/results/113.processed 1.2:
                   2126:        * tests/results/114.processed 1.2:
                   2127:        * tests/results/115.processed 1.2:
                   2128:        * tests/results/116.processed 1.2:
                   2129:        * tests/results/117.processed 1.2:
                   2130:        * tests/results/118.processed 1.2:
                   2131:        * tests/results/119.processed 1.2:
                   2132:        * tests/results/120.processed 1.2:
                   2133:        * tests/results/121.processed 1.2:
                   2134:        * tests/results/122.processed 1.2:
                   2135:        * tests/results/123.processed 1.2:
                   2136:        * tests/results/124.processed 1.2:
                   2137:        * tests/results/125.processed 1.2:
                   2138:        * tests/results/126.processed 1.2:
                   2139:        * tests/results/127.processed 1.2:
                   2140:        * tests/results/128.processed 1.2:
                   2141:        * tests/results/129.processed 1.2:
                   2142:        * tests/results/130.processed 1.2:
                   2143:        * tests/results/131.processed 1.2:
                   2144:        * tests/results/132.processed 1.2:
                   2145:        * tests/results/133.processed 1.2:
                   2146:        * tests/results/134.processed 1.2:
                   2147:        * tests/results/135.processed 1.2:
                   2148:        * tests/results/136.processed 1.2:
                   2149:        * tests/results/137.processed 1.2:
                   2150:        * tests/results/138.processed 1.2:
                   2151:        * tests/results/139.processed 1.2:
                   2152:        * tests/results/140.processed 1.2:
                   2153:        * tests/results/141.processed 1.2:
                   2154:        * tests/run_parser.sh 1.2:
                   2155:                merged(copied) to HEAD from template_gc
                   2156: 
1.46      paf      2157:        * src/include/pa_pragma_pack_begin.h 1.7:
                   2158:        * src/include/pa_pragma_pack_end.h 1.7:
                   2159:        * src/lib/cord/include/Makefile.am 1.2:
                   2160:        * src/lib/cord/include/ec.h 1.2:
                   2161:        * src/lib/cord/include/private/Makefile.am 1.2:
                   2162:        * src/lib/cord/include/private/cord_pos.h 1.2:
                   2163:        * src/lib/cord/source.url 1.2:
                   2164:        * src/lib/gc/Makefile.am 1.2:
                   2165:        * src/lib/gc/include/Makefile.am 1.2:
                   2166:        * src/lib/gc/include/gc.h 1.2:
                   2167:        * src/lib/patches/Makefile.am 1.4:
                   2168:        * src/lib/patches/gc.patch 1.2:
                   2169:        * src/lib/patches/gdome2.patch 1.2:
                   2170:        * src/lib/patches/libxml2.patch 1.2:
                   2171:        * src/lib/patches/libxslt.patch 1.2:
                   2172:        * src/lib/pcre/pcre.h 1.2:
                   2173:        * src/main/pa_array.C 1.57:
                   2174:        * src/main/pa_hash.C 1.54:
                   2175:        * src/targets/Makefile.am 1.10:
                   2176:        * src/targets/apache13/pa_md5c.c 1.6:
                   2177:        * src/targets/apache13/pa_pool.C 1.9:
                   2178:        * src/targets/apache13/pa_threads.C 1.12:
                   2179:        * src/targets/cgi/getopt.c 1.3:
                   2180:        * src/targets/cgi/getopt.h 1.3:
                   2181:        * src/targets/cgi/pa_pool.C 1.42:
                   2182:        * src/targets/cgi/pool_storage.h 1.14:
                   2183:        * src/targets/cgi/pp3.cmd 1.2:
                   2184:        * src/targets/isapi/pa_pool.C 1.17:
                   2185:        * src/targets/isapi/pool_storage.h 1.20:
                   2186:                moved tempate_gc to HEAD
1.24      paf      2187: 
1.46      paf      2188: 2003-07-23     paf
1.24      paf      2189:        * src/targets/apache13/mod_parser3_main.C 1.1:
1.46      paf      2190:                file mod_parser3_main.C was initially added on branch 
1.24      paf      2191:                template_gc.
                   2192: 
1.46      paf      2193: 2003-03-27     paf
1.23      paf      2194:        * src/lib/gc/include/gc_fake.h 1.1:
                   2195:                file gc_fake.h was initially added on branch template_gc.
                   2196: 
1.46      paf      2197: 2003-03-26     paf
1.23      paf      2198:        * src/lib/cord/include/gc.h 1.1:
                   2199:                file gc.h was initially added on branch template_gc.
                   2200: 
1.46      paf      2201: 2003-03-03     paf
1.23      paf      2202:        * tests/outputs/049.processed 1.1:
                   2203:                file 049.processed was initially added on branch autoptr.
                   2204: 
                   2205:        * tests/outputs/050.processed 1.1:
                   2206:                file 050.processed was initially added on branch autoptr.
                   2207: 
                   2208:        * tests/outputs/051.processed 1.1:
                   2209:                file 051.processed was initially added on branch autoptr.
                   2210: 
                   2211:        * tests/parser-cygwin.sh 1.1:
                   2212:                file parser-cygwin.sh was initially added on branch autoptr.
                   2213: 
1.46      paf      2214:        * tests/parser-unix.sh 1.1:
                   2215:                file parser-unix.sh was initially added on branch autoptr.
1.23      paf      2216: 
1.46      paf      2217: 2003-02-20     paf
1.22      paf      2218:        * www/htdocs/autoptr.html 1.1:
                   2219:                file autoptr.html was initially added on branch autoptr.
                   2220: 
1.46      paf      2221: 2003-01-30     paf
1.22      paf      2222:        * ltmain.sh 1.5:
                   2223:                *** empty log message ***
                   2224: 
1.46      paf      2225: 2003-01-29     paf
1.22      paf      2226:        * src/types/pa_value_includes.h 1.1:
                   2227:                file pa_value_includes.h was initially added on branch autoptr.
                   2228: 
1.46      paf      2229: 2003-01-23     paf
1.22      paf      2230:        * src/lib/pcre/8859-1.ucm 1.1:
                   2231:                file 8859-1.ucm was initially added on branch autoptr.
                   2232: 
1.46      paf      2233: 2003-01-14     paf
1.22      paf      2234:        * src/lib/ltdl/config.guess 1.2:
                   2235:        * src/lib/ltdl/config.sub 1.2:
                   2236:        * src/lib/ltdl/install-sh 1.2:
                   2237:        * src/lib/ltdl/missing 1.2:
                   2238:        * src/lib/ltdl/mkinstalldirs 1.2:
                   2239:                removed some ancient files [they in / really]
                   2240: 
                   2241:        * src/lib/ltdl/aclocal.m4 1.1:
                   2242:                *** empty log message ***
                   2243: 
1.46      paf      2244: 2003-01-13     paf
1.22      paf      2245:        * src/lib/ltdl/COPYING.LIB 1.1:
                   2246:        * src/lib/ltdl/acinclude.m4 1.2:
                   2247:        * src/lib/ltdl/config.h 1.2:
                   2248:        * src/lib/ltdl/config_auto.h.in 1.3:
                   2249:        * src/lib/ltdl/configure 1.4:
                   2250:        * src/lib/ltdl/configure.in 1.4:
                   2251:        * src/lib/ltdl/ltdl.h 1.2:
                   2252:                moved to latest libtool (1.4.3)
                   2253: 
1.46      paf      2254:        * config.guess 1.3:
                   2255:        * config.sub 1.4:
                   2256:                removed last piece of configure.in(libtool) hacks
                   2257: 
                   2258: 2003-01-10     paf
1.22      paf      2259:        * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
                   2260:        * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
                   2261:        * src/lib/patches/libgdome_morestatic.patch 1.2:
                   2262:        * src/lib/patches/libxml_error_column_tab.patch 1.2:
                   2263:        * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
                   2264:        * src/lib/patches/libxml_transcoder_context1.patch 1.2:
                   2265:        * src/lib/patches/libxml_transcoder_context2.patch 1.2:
                   2266:        * src/lib/patches/libxml_transcoder_context3.patch 1.2:
                   2267:        * src/lib/patches/libxml_transcoder_context4.patch 1.2:
                   2268:        * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
                   2269:                moved to latest xml lib versions, changed patches.
                   2270:                      libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
                   2271:                      libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
                   2272:                      gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   2273: 
1.46      paf      2274: 2003-01-09     paf
                   2275:        * depcomp 1.1:
                   2276:                moving to automake 1.7.2
1.22      paf      2277: 
                   2278:        * missing 1.2:
                   2279:        * mkinstalldirs 1.2:
                   2280:                moved to autoconf 2.57 & automake 1.7.2
                   2281: 
1.46      paf      2282: 2002-12-27     paf
1.21      paf      2283:        * src/doc/aliased.dox 1.5:
                   2284:        * src/doc/module.dox 1.4:
                   2285:        * src/doc/pooled.dox 1.4:
                   2286:                removed outdated parts, made links to language docs
                   2287: 
1.46      paf      2288: 2002-12-04     paf
1.20      paf      2289:        * src/lib/ltdl/README 1.1:
                   2290:                src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
                   2291:                so it does have no problems with automake.
                   2292:                ltdl/configure AC_OUTPUT(Makefile<<removed)
                   2293: 
1.46      paf      2294: 2002-10-15     paf
1.15      paf      2295:        * src/types/pa_vjunction.C 1.3:
                   2296:                removed $junction.get $junction.set[]
                   2297:                introducing $caller
                   2298: 
1.46      paf      2299: 2002-09-11     paf
1.15      paf      2300:        * etc/parser3.charsets/windows-1254.cfg 1.1:
                   2301:        * src/lib/pcre/ibm-1254.ucm 1.1:
                   2302:                windows-1254 added
                   2303: 
1.46      paf      2304: 2002-08-14     paf
1.15      paf      2305:        * src/targets/cgi/fixopt.C 1.3:
                   2306:        * src/targets/cgi/fixopt.h 1.2:
                   2307:                removed fixopt stupidity. on stupid linux use
                   2308:                cd /document/root
                   2309:                ../cgi/parser3 script
                   2310: 
1.46      paf      2311: 2002-08-12     paf
1.15      paf      2312:        * src/types/pa_valiased.C 1.17:
                   2313:        * src/types/pa_valiased.h 1.23:
                   2314:                ^base:create[] dynamic call rewritten
                   2315:                todo: thorough testing
                   2316: 
1.46      paf      2317: 2002-08-01     paf
1.15      paf      2318:        * src/Makefile.am 1.17:
                   2319:                ident.C* removed
                   2320: 
1.46      paf      2321: 2002-07-30     paf
1.15      paf      2322:        * src/targets/cgi/pa_config_paths.h.in 1.2:
                   2323:                removed pa_config_paths.h
                   2324: 
1.46      paf      2325: 2002-06-21     paf
1.15      paf      2326:        * src/lib/pcre/LICENCE 1.1:
                   2327:        * src/lib/pcre/README 1.1:
                   2328:        * src/lib/pcre/Tech.Notes 1.1:
                   2329:        * src/lib/pcre/dftables.c 1.1:
                   2330:        * src/lib/pcre/get.c 1.1:
                   2331:        * src/lib/pcre/ibm-1250.ucm 1.1:
                   2332:        * src/lib/pcre/ibm-1251.ucm 1.1:
                   2333:        * src/lib/pcre/ibm-1257.ucm 1.1:
                   2334:        * src/lib/pcre/internal.h 1.1:
                   2335:        * src/lib/pcre/pcre-2_08.tar.gz 1.1:
                   2336:        * src/lib/pcre/pcre.3 1.1:
                   2337:        * src/lib/pcre/pcre.3.html 1.1:
                   2338:        * src/lib/pcre/pcre.3.txt 1.1:
                   2339:        * src/lib/pcre/pcre.c 1.1:
                   2340:        * src/lib/pcre/ruspart_win2koi.pl 1.1:
                   2341:        * src/lib/pcre/study.c 1.1:
                   2342:        * src/lib/pcre/win-koi.tab 1.1:
                   2343:                moved libltdl and pcre to libs/
                   2344:                added libs/md5 which is linked to non-apache targets
                   2345:                ^math:crypt[password;$apr1$salt]
                   2346: 
1.46      paf      2347: 2002-06-20     paf
1.15      paf      2348:        * bin/Makefile.am 1.3:
                   2349:                parser3.conf renamed to auto.p
                   2350: 
1.46      paf      2351: 2002-06-18     paf
1.15      paf      2352:        * etc/Makefile.am 1.4:
                   2353:                bin/parser3.conf.dist [moved from etc
                   2354: 
1.46      paf      2355: 2002-04-22     paf
1.15      paf      2356:        * types.txt 1.2:
                   2357:                ^string.optimize[]
                   2358: 
1.46      paf      2359: 2002-04-19     paf
1.15      paf      2360:        * src/doc/postbuild.txt 1.3:
                   2361:        * src/doc/view_chm.cmd 1.2:
                   2362:        * src/doc/view_html.cmd 1.2:
                   2363:                config updated to doxygen 1.2.15,
                   2364:                created helper which fixes minor bugs in chm project files & htm tree.
                   2365:                changed extension to .htm
                   2366: 
1.46      paf      2367: 2002-04-16     paf
1.15      paf      2368:        * asm.txt 1.2:
                   2369:        * form.txt 1.2:
                   2370:        * lang.txt 1.2:
                   2371:        * sql.txt 1.2:
                   2372:                removed outdated. see in Attic asm.txt as most interesting
                   2373: 
1.46      paf      2374: 2002-02-22     paf
1.15      paf      2375:        * src/include/pa_db_connection.h 1.22:
                   2376:        * src/include/pa_db_manager.h 1.15:
                   2377:        * src/include/pa_db_table.h 1.16:
                   2378:        * src/main/pa_db_connection.C 1.38:
                   2379:        * src/main/pa_db_manager.C 1.23:
                   2380:        * src/main/pa_db_table.C 1.21:
                   2381:                removed hashfile support for now
                   2382: 
1.46      paf      2383: 2002-02-18     paf
1.15      paf      2384:        * ltconfig 1.2:
                   2385:                removed libtool subpart files
                   2386: 
1.46      paf      2387: 2002-02-13     paf
1.15      paf      2388:        * etc/parser3.charsets/windows-1257.cfg 1.2:
                   2389:                id added
                   2390: 
1.46      paf      2391: 2002-02-08     paf
1.15      paf      2392:        * src/sql/Makefile.am 1.3:
                   2393:                forgotten makes
                   2394: 
1.46      paf      2395:        * src/main/pa_status_provider.C 1.5:
                   2396:                'make dist' works
                   2397: 
1.15      paf      2398:        * AUTHORS 1.2:
                   2399:        * COPYING 1.2:
                   2400:        * README 1.2:
                   2401:                install&others updated
                   2402: 
1.46      paf      2403: 2002-01-31     paf
1.15      paf      2404:        * ident.awk 1.2:
                   2405:                lowered indent.awk back to src/
                   2406: 
                   2407:        * NEWS 1.1:
                   2408:        * etc/parser3.charsets/windows-1250.cfg 1.1:
                   2409:        * install-sh 1.1:
                   2410:        * www/Makefile.am 1.1:
                   2411:        * www/Makefile.in 1.1:
                   2412:                moved etc&www out of src, moved configure&co out of src
                   2413:                added windows-1250.cfg
                   2414:                straightened installation scripts procedure
                   2415:                made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
                   2416: 
1.46      paf      2417: 2001-12-15     paf
1.15      paf      2418:        * src/include/pa_charset_connection.h 1.6:
                   2419:        * src/include/pa_charset_manager.h 1.8:
                   2420:        * src/include/pa_transcoder.h 1.3:
                   2421:        * src/main/pa_charset_connection.C 1.13:
                   2422:        * src/main/pa_charset_manager.C 1.10:
                   2423:        * src/main/pa_transcoder.C 1.4:
                   2424:                introducing Charset
                   2425: 
1.46      paf      2426: 2001-10-22     parser
1.15      paf      2427:        * src/include/pa_xslt_stylesheet_manager.h 1.5:
                   2428:        * src/main/pa_xslt_stylesheet_manager.C 1.5:
                   2429:                hashfile 0
                   2430: 
1.46      paf      2431: 2001-09-26     parser
1.15      paf      2432:        * src/classes/dnode.C 1.7:
                   2433:        * src/classes/dnode.h 1.3:
                   2434:        * src/classes/dom.C 1.36:
                   2435:        * src/types/pa_vdnode.C 1.9:
                   2436:        * src/types/pa_vdnode.h 1.4:
                   2437:        * src/types/pa_vdom.C 1.4:
                   2438:        * src/types/pa_vdom.h 1.15:
                   2439:                xdoc&xnode now
                   2440: 
                   2441:        * src/classes/classes.cmd 1.4:
                   2442:                moved classes.inc generation on win32 to main.dsp
                   2443: 
1.46      paf      2444: 2001-07-03     parser
1.15      paf      2445:        * src/classes/random.C 1.15:
                   2446:                class random renamed to math, operators became methods
                   2447: 
1.46      paf      2448: 2001-06-27     parser
1.15      paf      2449:        * src/classes/nothing.C 1.5:
                   2450:        * src/types/pa_vnothing.h 1.2:
                   2451:                nothing renamed to void
                   2452: 
1.46      paf      2453: 2001-05-21     parser
1.15      paf      2454:        * src/classes/unknown.C 1.8:
                   2455:        * src/types/pa_vunknown.h 1.14:
                   2456:                'unknown' renamed to 'nothing'
                   2457: 
1.46      paf      2458: 2001-05-17     parser
1.15      paf      2459:        * src/doc/chm.cmd 1.7:
                   2460:        * src/doc/doxygen.cmd 1.7:
                   2461:        * src/doc/view.cmd 1.3:
                   2462:                doc cmds
                   2463: 
1.46      paf      2464: 2001-05-11     paf
1.15      paf      2465:        * src/classes/gawk.exe 1.2:
                   2466:        * src/classes/ls.exe 1.2:
                   2467:        * src/main/bison.exe 1.2:
                   2468:        * src/targets/isapi/KILL.EXE 1.2:
                   2469:        * src/targets/isapi/PSTAT.EXE 1.2:
                   2470:        * src/targets/isapi/istart.cmd 1.2:
                   2471:        * src/targets/isapi/istop.cmd 1.2:
                   2472:        * src/targets/isapi/kill.pl 1.2:
                   2473:                moved win32 helpers to /win32tools
                   2474: 
1.46      paf      2475: 2001-05-07     paf
1.15      paf      2476:        * src/include/code.h 1.29:
                   2477:                pa_code.h
                   2478: 
1.46      paf      2479: 2001-05-03     paf
1.15      paf      2480:        * src/doc/doxygen.txt 1.6:
                   2481:                dox splitted .dox files and added some
                   2482: 
1.46      paf      2483: 2001-04-28     paf
                   2484:        * src/include/pa_methoded.h 1.2:
                   2485:        * src/main/pa_methoded.C 1.2:
                   2486:                renamed pa_methoded back to classes/classes.h
1.15      paf      2487: 
                   2488:        * src/classes/_double.h 1.8:
                   2489:        * src/classes/_file.h 1.5:
                   2490:        * src/classes/_form.h 1.4:
                   2491:        * src/classes/_image.h 1.4:
                   2492:        * src/classes/_int.h 1.8:
                   2493:        * src/classes/_mail.h 1.4:
                   2494:        * src/classes/_op.h 1.6:
                   2495:        * src/classes/_random.h 1.4:
                   2496:        * src/classes/_response.h 1.5:
                   2497:        * src/classes/_string.h 1.10:
                   2498:        * src/classes/_table.h 1.7:
                   2499:        * src/classes/_unknown.h 1.3:
                   2500:        * src/classes/exec.C 1.4:
                   2501:                Methoded reorganized. todo: methoded-configure
                   2502: 
1.46      paf      2503:        * src/classes/classes.inc 1.5:
                   2504:                removed classes.inc
1.15      paf      2505: 
1.46      paf      2506: 2001-04-26     paf
1.15      paf      2507:        * src/classes/_exec.h 1.4:
                   2508:                code documentation ++
                   2509: 
1.46      paf      2510: 2001-04-23     paf
1.15      paf      2511:        * src/classes/Makefile 1.2:
                   2512:        * src/main/Makefile 1.2:
                   2513:        * src/targets/cgi/Makefile 1.2:
                   2514:        * src/types/Makefile 1.2:
                   2515:                makefiles removed
                   2516: 
1.46      paf      2517: 2001-04-11     paf
1.15      paf      2518:        * src/types/pa_vcframe.h 1.4:
                   2519:        * src/types/pa_vmframe.h 1.13:
                   2520:                libimaging dead end: pil parses header in .py
                   2521: 
1.46      paf      2522: 2001-04-06     paf
1.15      paf      2523:        * src/classes/_root.h 1.5:
                   2524:        * src/classes/root.C 1.62:
                   2525:                renamed 'root' to 'op'
                   2526: 
1.46      paf      2527: 2001-04-05     paf
1.15      paf      2528:        * src/include/pa_sql_driver.h 1.5:
                   2529:                sql driver services for conv memory & error reporting
                   2530: 
1.46      paf      2531: 2001-04-03     paf
1.15      paf      2532:        * src/doc/generate.cmd 1.2:
                   2533:                string::pos & cmp & piece bugs fixed.
                   2534:                string::split new
                   2535:                table:load separated from set
                   2536:                table:set implemented with clean \n \t searches
                   2537: 
1.46      paf      2538: 2001-03-24     paf
1.15      paf      2539:        * src/targets/isapi/nt_log_events.mc 1.2:
                   2540:                cgi: sapi::log
                   2541: 
1.46      paf      2542: 2001-03-22     paf
1.15      paf      2543:        * src/targets/cgi/vform_fields_fill.C 1.2:
                   2544:        * src/targets/cgi/vform_fields_fill.h 1.2:
                   2545:                z
                   2546: 
1.46      paf      2547: 2001-03-19     paf
                   2548:        * src/classes/_cookie.h 1.2:
                   2549:        * src/classes/cookie.C 1.3:
                   2550:                VCookie is now :Value
1.15      paf      2551: 
                   2552:        * src/classes/_env.h 1.6:
                   2553:        * src/classes/env.C 1.8:
                   2554:                VEnv is now :Value
                   2555: 
                   2556:        * src/targets/cgi/pa_vform.C 1.3:
1.46      paf      2557:                moved common get_element part from stateless object&class into 
                   2558:                VAliased
1.15      paf      2559: 
1.46      paf      2560:        * src/classes/_request.h 1.4:
                   2561:        * src/classes/request.C 1.6:
                   2562:                VRequest moved to :Value
1.15      paf      2563: 
1.46      paf      2564: 2001-03-14     paf
1.15      paf      2565:        * src/include/core.h 1.16:
                   2566:        * src/main/core.C 1.69:
                   2567:                global handler, exceptions in parser3
                   2568: 
1.46      paf      2569: 2001-03-13     paf
1.15      paf      2570:        * src/targets/cgi/parser.dsp 1.2:
                   2571:                z
                   2572: 
1.46      paf      2573: 2001-03-11     paf
1.15      paf      2574:        * src/include/pa_valiased.h 1.4:
                   2575:        * src/include/pa_value.h 1.51:
                   2576:        * src/include/pa_vbool.h 1.8:
                   2577:        * src/include/pa_vcframe.h 1.8:
                   2578:        * src/include/pa_vclass.h 1.30:
                   2579:        * src/include/pa_vdouble.h 1.13:
                   2580:        * src/include/pa_vhash.h 1.13:
                   2581:        * src/include/pa_vint.h 1.5:
                   2582:        * src/include/pa_vjunction.h 1.9:
                   2583:        * src/include/pa_vmframe.h 1.24:
                   2584:        * src/include/pa_vobject.h 1.18:
                   2585:        * src/include/pa_vstring.h 1.18:
                   2586:        * src/include/pa_vunknown.h 1.10:
                   2587:        * src/include/pa_wcontext.h 1.29:
                   2588:        * src/include/pa_wwrapper.h 1.14:
                   2589:        * src/main/pa_cframe.C 1.6:
                   2590:        * src/main/pa_value.C 1.8:
                   2591:        * src/main/pa_vclass.C 1.5:
                   2592:        * src/main/pa_wcontext.C 1.11:
                   2593:                splitted types from include/
                   2594: 
1.46      paf      2595: 2001-03-08     paf
1.15      paf      2596:        * src/include/pa_bool.h 1.2:
                   2597:        * src/include/pa_double.h 1.2:
1.46      paf      2598:                withoud cloning. didn't need it actually, params got passed from 
                   2599:                out unnamed ewpool
1.15      paf      2600: 
1.46      paf      2601: 2001-02-24     paf
1.15      paf      2602:        * src/include/pa_vframe.h 1.6:
                   2603:                codeframe just compiled
                   2604: 
1.46      paf      2605: 2001-02-21     paf
                   2606:        * src/include/pa_context.h 1.8:
                   2607:                request core methods0
1.15      paf      2608: 
                   2609:        * src/include/compile.h 1.5:
                   2610:        * src/include/execute.h 1.3:
                   2611:                get put -1 [just compiled]
                   2612: 
1.46      paf      2613: 2001-01-30     paf
1.15      paf      2614:        * src/include/pa_error.h 1.4:
                   2615:        * src/main/pa_error.C 1.4:
                   2616:                lowered targets/parser into subdir, added parser_Pool(Pool)
                   2617:                failed to add. would think..
                   2618: 

E-mail: