Annotation of parser3/ChangeLog, revision 1.60

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

E-mail: