Annotation of parser3/ChangeLog, revision 1.72

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

E-mail: