Annotation of parser3/ChangeLog, revision 1.58

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

E-mail: