Annotation of parser3/ChangeLog, revision 1.66

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

E-mail: