Annotation of parser3/ChangeLog, revision 1.59

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

E-mail: