Annotation of parser3/ChangeLog, revision 1.56

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

E-mail: