Annotation of parser3/ChangeLog, revision 1.67

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

E-mail: